1. 8df8a2c Don't redefine macro '__GLOBL' by WHR · 7 weeks ago
  2. da19fde Add INSTALL to document build dependencies and system requirements by WHR · 7 weeks ago
  3. 4311123 Remove leftover testing lines from mfiutil.h by WHR · 7 weeks ago
  4. fae0c94 Avoid using strsep(3), as it is non-standard by WHR · 7 weeks ago
  5. e5d1140 Provide some hints for how to get controller unit number, from the man page by WHR · 7 weeks ago
  6. cb9c94b Fix potential buffer overflow and truncation issues by WHR · 7 weeks ago
  7. 6abdec6 Make output messages more consistent and fix some minor formatting issues by WHR · 7 weeks ago
  8. e6c57a7 Document that referencing volumes via 'mfid' names is only supported with mfi(4) driver by WHR · 7 weeks ago
  9. 25224ae Fix file descriptor leak in function 'mfi_ctrl_alarm_enable' by WHR · 7 weeks ago
  10. e956d4a Handle potential ioctl(2) failures in mfi_flash.c by WHR · 7 weeks ago
  11. 3fc3c39 Fix typo in Makefile by WHR · 7 weeks ago
  12. df25132 Replace 'uint' and 'u_int' types with portable and possibly more appropriate types by WHR · 7 weeks ago
  13. b72f0c4 Remove unused include/sys/linker_set.h by WHR · 8 weeks ago
  14. 1692cc7 Check and recreate symbolic link to first mrsas(4) management device node when driver type 'mrsas' was requested, in case both mfi(4) and mrsas(4) drivers are active and mfi(4) has created the symbolic link first by WHR · 8 weeks ago
  15. 585c849 Reject invalid unit number from command line by WHR · 8 weeks ago
  16. 9e6813f Create the management device node for Linux, if it doesn't exist as a character device node by WHR · 8 weeks ago
  17. 53c2a9c Compatibility fixes for DragonFly BSD by WHR · 8 weeks ago
  18. 2efc0ed Indicate command handlers return errno, by using a temptatory variable in 'main' function by WHR · 8 weeks ago
  19. 7192830 Define macro '_GNU_SOURCE' for ffsll(3) from some versions of GNU C Library by WHR · 8 weeks ago
  20. 34cb8b0 Drop checking of 'SET_DECLARE' macro by WHR · 8 weeks ago
  21. 4519640 Add 'install' target in Makefile by WHR · 8 weeks ago
  22. c38bf65 Cleanup disused humanize_number(3)-related code by WHR · 8 weeks ago
  23. 2022d81 Make some pointers read-only as appropriate by WHR · 8 weeks ago
  24. 3e3ca80 Make this tool work on big-endian platforms by WHR · 8 weeks ago
  25. 1a6e19c Remove some unused types by WHR · 8 weeks ago
  26. 8600785 Fix missing 'Ar' macro for some lines in man page by WHR · 8 weeks ago
  27. d4d6677 Fix multiple incorrect accesses of an union member in 'struct mfi_evt_detail' by WHR · 8 weeks ago
  28. 4e291b9 Change 'struct mfi_spare' to use zero-length array to match codes that using this type by WHR · 8 weeks ago
  29. 6a7d35f Use zero-length array in 'struct mfi_evt_list' and fix an out of bound access when the array length is really zero by WHR · 8 weeks ago
  30. a20d636 Make direct command opcode marcos endian-neutral by WHR · 9 weeks ago
  31. 4c1f530 Support 'debug' subcommand for mfi(4) driver only by WHR · 9 weeks ago
  32. 97fa0c7 Optionally use libdevinfo(3LIB) instead of path_to_inst(4) for looking up management device node on Solaris by WHR · 9 weeks ago
  33. bc23b95 Allow changing driver type on Solaris by WHR · 9 weeks ago
  34. 236949d Request MFIIO_QUERY_DISK is only supported by the mfi(4) driver, don't use it with other driver by WHR · 9 weeks ago
  35. 82632e6 Remove '__FBSDID' macro definition from CFLAGS as it is no longer needed by WHR · 9 weeks ago
  36. b774720 Adjust header of 'show volumes' output by WHR · 9 weeks ago
  37. e0cd1ff Remove an unused declaration by WHR · 9 weeks ago
  38. 72bf66d Add support for mr_sas(7D) driver with Solaris kernel by WHR · 9 weeks ago
  39. 907fe7f Remove a redundant statement by WHR · 9 weeks ago
  40. 0034143 Make the source code compiles for Solaris without actual support for Solaris mr_sas(7D) driver by WHR · 9 weeks ago
  41. ceca000 Use a consistent base to convert from MFI time to Unix time by WHR · 9 weeks ago
  42. 0b6f79f Implicate driver type to be 'mrsas' if the running program is named 'mrsasutil' by WHR · 9 weeks ago
  43. 48e873f Append a local version string to the full version string to identify this fork by WHR · 9 weeks ago
  44. bca5d24 Make `mfiutil show progress` print out the elapsed time estimate in a more humanized way by Enji Cooper · 6 years ago
  45. dcc722a Document that the option '-t' is only relevant to FreeBSD by WHR · 9 weeks ago
  46. 91ecc98 Remove unnecessary new line from an error message by WHR · 9 weeks ago
  47. a2ceec9 Call setlocale(3) at begining of the program by WHR · 9 weeks ago
  48. 8c3f4ae Document newly added driver type selection option in man page by WHR · 9 weeks ago
  49. 81ec6d5 Add support for kFreeBSD mrsas(4) driver, which uses same ioctl(2) interface as Linux megaraid_sas driver by WHR · 9 weeks ago
  50. 62606fd Use actual command name in usage message by WHR · 9 weeks ago
  51. 395ea9d Compatibility fixes for Darwin by WHR · 9 weeks ago
  52. b3692f6 Don't define the static version of reallocf(3) for Darwin, since it is already available there by WHR · 9 weeks ago
  53. adad057 Add support of showing SCSI inquiry strings on non-kFreeBSD platforms by WHR · 9 weeks ago
  54. 9d0532d Tell GNU-style getopt(3) to stop scanning options after subcommand by WHR · 10 weeks ago
  55. 899a550 Change event log printing format, and extend size of timestamp formatting buffer by WHR · 10 weeks ago
  56. 9cbac84 Support 'on' and 'off' inputs in 'ctrlprop alarm' subcommand by WHR · 10 weeks ago
  57. f2f111f Fix malformed error messages in 'ctrlprop rebuild' and 'ctrlprop alarm' subcommands by WHR · 10 weeks ago
  58. d8ead35 Correct format of usage strings by WHR · 10 weeks ago
  59. ed8452b Remove the incorrect implementation of humanize_number(3) by WHR · 10 weeks ago
  60. b53c417 Don't use term 'JBOD' for non-RAID SYSTEM physical drives, as it has a different meaning in this program by WHR · 10 weeks ago
  61. be72f04 Make 'Makefile' compatible with BSD make by WHR · 10 weeks ago
  62. a67674b Explictly set language standard to GNU C99, since the source code uses C99 features by WHR · 10 weeks ago
  63. 7a3f903 Enable compilation of human_readable.c for all platforms by WHR · 10 weeks ago
  64. ced9781 Set 'mfi_adapter_no' for Linux to make option '-u' useful by WHR · 10 weeks ago
  65. 52149d8 Drop libbsd dependency by WHR · 10 weeks ago
  66. fc9b2db Avoid using BSD-specific extension of strftime(3) formatting specifications by WHR · 10 weeks ago
  67. 017e50a Add .gitignore by WHR · 10 weeks ago
  68. a5bc3b4 Port to GNU/Linux with libbsd by WHR · 10 weeks ago
  69. 20a0f5c Import from FreeBSD 11.1-RELEASE by WHR · 10 weeks ago