1. 12a4f78 Recognize and report newer SPC versions for drives, up to SPC-7 by WHR · 11 days ago master
  2. b2e2444 Fix incorrect reporting of SPC-3 drives as 'SAS'; properly report conforming SCSI version of drives, up to SPC-2 by WHR · 7 months ago
  3. e8c6289 Remove unnecessary GPL version 2 licensing option from scsi_inquiry.h since the modified BSD license is already compatible with the GNU GPL by WHR · 7 months ago
  4. 6778ade Workaround license ambiguity in scsi_inquiry.h by rewriting it based on a relicensed source from Linux by WHR · 7 months ago
  5. 8984513 Update 'syspd' subcommand description in man page by WHR · 1 year ago
  6. bc9af57 Add global option '-p' for machine-parsable output of byte values by WHR · 1 year ago
  7. ccedb94 Fix a missing colon in man page by WHR · 1 year ago
  8. 89a5bee Cleanup unused 'convle*' functions by WHR · 1 year ago 1.0.15-rivoreo-r1
  9. eae5943 Protect printf(3) against potentially unterminated strings by WHR · 1 year ago
  10. a6e85c0 Remove duplicated strlen(3) call for input string, from function 'volume_name' by WHR · 1 year ago
  11. 84ecf14 Simplify code and eliminate the on-stack buffer in function 'print_pd' by WHR · 1 year ago
  12. b9804bd Fix function 'mfi_reconfig_supported' gives wrong result when using mrsas(4) driver by WHR · 1 year ago
  13. 8ee7bd9 Fix unsafe assumptions of snprintf(3) return value in function 'mfi_autolearn_period' by WHR · 1 year ago
  14. e8b284c Support 'dump' subcommand for DragonFly BSD; don't mention 'dump' subcommand in usage message for unsupported platforms by WHR · 1 year ago
  15. 6a7adb4 Declare phony targets, and add copyright header in Makefile by WHR · 1 year ago
  16. c0aaae4 Don't set 'sgl' member of 'struct mfi_dcmd_frame' for 'MFI_CMD' request by WHR · 1 year ago
  17. 7b28e6d Update year and package version in the man page by WHR · 1 year ago
  18. a5e61d5 Fix missing include of 'sys/sysctl.h' in debugging build for kFreeBSD-based systems by WHR · 1 year ago
  19. 961404a Adjust white-spaces and comments in mfiutil.h by WHR · 1 year ago
  20. 71e279a Use 'section$*$*' symbols provided by ld64 instead of getsectdata(3) to obtain addresses of specified sections in newer versions of Mac OS X by WHR · 1 year ago
  21. 53f4664 Use more portable GCC-provided __builtin_ffsll to replace ffsll(3) by WHR · 1 year ago
  22. fc48435 Cleanup unused '__builtin_bswap*' by WHR · 1 year ago
  23. 943c927 Copy 'CPPFLAGS' value into 'CFLAGS', in case this variable being ignored by make(1)'s implicit rule for compiling C source files by WHR · 1 year ago
  24. 8df8a2c Don't redefine macro '__GLOBL' by WHR · 1 year ago
  25. da19fde Add INSTALL to document build dependencies and system requirements by WHR · 1 year ago
  26. 4311123 Remove leftover testing lines from mfiutil.h by WHR · 1 year ago
  27. fae0c94 Avoid using strsep(3), as it is non-standard by WHR · 1 year ago
  28. e5d1140 Provide some hints for how to get controller unit number, from the man page by WHR · 1 year ago
  29. cb9c94b Fix potential buffer overflow and truncation issues by WHR · 1 year ago
  30. 6abdec6 Make output messages more consistent and fix some minor formatting issues by WHR · 1 year ago
  31. e6c57a7 Document that referencing volumes via 'mfid' names is only supported with mfi(4) driver by WHR · 1 year ago
  32. 25224ae Fix file descriptor leak in function 'mfi_ctrl_alarm_enable' by WHR · 1 year, 1 month ago
  33. e956d4a Handle potential ioctl(2) failures in mfi_flash.c by WHR · 1 year, 1 month ago
  34. 3fc3c39 Fix typo in Makefile by WHR · 1 year, 1 month ago
  35. df25132 Replace 'uint' and 'u_int' types with portable and possibly more appropriate types by WHR · 1 year, 1 month ago
  36. b72f0c4 Remove unused include/sys/linker_set.h by WHR · 1 year, 1 month ago
  37. 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 · 1 year, 1 month ago
  38. 585c849 Reject invalid unit number from command line by WHR · 1 year, 1 month ago
  39. 9e6813f Create the management device node for Linux, if it doesn't exist as a character device node by WHR · 1 year, 1 month ago
  40. 53c2a9c Compatibility fixes for DragonFly BSD by WHR · 1 year, 1 month ago
  41. 2efc0ed Indicate command handlers return errno, by using a temptatory variable in 'main' function by WHR · 1 year, 1 month ago
  42. 7192830 Define macro '_GNU_SOURCE' for ffsll(3) from some versions of GNU C Library by WHR · 1 year, 1 month ago
  43. 34cb8b0 Drop checking of 'SET_DECLARE' macro by WHR · 1 year, 1 month ago
  44. 4519640 Add 'install' target in Makefile by WHR · 1 year, 1 month ago
  45. c38bf65 Cleanup disused humanize_number(3)-related code by WHR · 1 year, 1 month ago
  46. 2022d81 Make some pointers read-only as appropriate by WHR · 1 year, 1 month ago
  47. 3e3ca80 Make this tool work on big-endian platforms by WHR · 1 year, 1 month ago
  48. 1a6e19c Remove some unused types by WHR · 1 year, 1 month ago
  49. 8600785 Fix missing 'Ar' macro for some lines in man page by WHR · 1 year, 1 month ago
  50. d4d6677 Fix multiple incorrect accesses of an union member in 'struct mfi_evt_detail' by WHR · 1 year, 1 month ago
  51. 4e291b9 Change 'struct mfi_spare' to use zero-length array to match codes that using this type by WHR · 1 year, 1 month ago
  52. 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 · 1 year, 1 month ago
  53. a20d636 Make direct command opcode marcos endian-neutral by WHR · 1 year, 1 month ago
  54. 4c1f530 Support 'debug' subcommand for mfi(4) driver only by WHR · 1 year, 1 month ago
  55. 97fa0c7 Optionally use libdevinfo(3LIB) instead of path_to_inst(4) for looking up management device node on Solaris by WHR · 1 year, 1 month ago
  56. bc23b95 Allow changing driver type on Solaris by WHR · 1 year, 1 month ago
  57. 236949d Request MFIIO_QUERY_DISK is only supported by the mfi(4) driver, don't use it with other driver by WHR · 1 year, 1 month ago
  58. 82632e6 Remove '__FBSDID' macro definition from CFLAGS as it is no longer needed by WHR · 1 year, 1 month ago
  59. b774720 Adjust header of 'show volumes' output by WHR · 1 year, 1 month ago
  60. e0cd1ff Remove an unused declaration by WHR · 1 year, 1 month ago
  61. 72bf66d Add support for mr_sas(7D) driver with Solaris kernel by WHR · 1 year, 1 month ago
  62. 907fe7f Remove a redundant statement by WHR · 1 year, 1 month ago
  63. 0034143 Make the source code compiles for Solaris without actual support for Solaris mr_sas(7D) driver by WHR · 1 year, 1 month ago
  64. ceca000 Use a consistent base to convert from MFI time to Unix time by WHR · 1 year, 1 month ago
  65. 0b6f79f Implicate driver type to be 'mrsas' if the running program is named 'mrsasutil' by WHR · 1 year, 1 month ago
  66. 48e873f Append a local version string to the full version string to identify this fork by WHR · 1 year, 1 month ago
  67. bca5d24 Make `mfiutil show progress` print out the elapsed time estimate in a more humanized way by Enji Cooper · 7 years ago
  68. dcc722a Document that the option '-t' is only relevant to FreeBSD by WHR · 1 year, 1 month ago
  69. 91ecc98 Remove unnecessary new line from an error message by WHR · 1 year, 1 month ago
  70. a2ceec9 Call setlocale(3) at begining of the program by WHR · 1 year, 1 month ago
  71. 8c3f4ae Document newly added driver type selection option in man page by WHR · 1 year, 1 month ago
  72. 81ec6d5 Add support for kFreeBSD mrsas(4) driver, which uses same ioctl(2) interface as Linux megaraid_sas driver by WHR · 1 year, 1 month ago
  73. 62606fd Use actual command name in usage message by WHR · 1 year, 1 month ago
  74. 395ea9d Compatibility fixes for Darwin by WHR · 1 year, 1 month ago
  75. b3692f6 Don't define the static version of reallocf(3) for Darwin, since it is already available there by WHR · 1 year, 1 month ago
  76. adad057 Add support of showing SCSI inquiry strings on non-kFreeBSD platforms by WHR · 1 year, 1 month ago
  77. 9d0532d Tell GNU-style getopt(3) to stop scanning options after subcommand by WHR · 1 year, 1 month ago
  78. 899a550 Change event log printing format, and extend size of timestamp formatting buffer by WHR · 1 year, 1 month ago
  79. 9cbac84 Support 'on' and 'off' inputs in 'ctrlprop alarm' subcommand by WHR · 1 year, 1 month ago
  80. f2f111f Fix malformed error messages in 'ctrlprop rebuild' and 'ctrlprop alarm' subcommands by WHR · 1 year, 1 month ago
  81. d8ead35 Correct format of usage strings by WHR · 1 year, 1 month ago
  82. ed8452b Remove the incorrect implementation of humanize_number(3) by WHR · 1 year, 1 month ago
  83. b53c417 Don't use term 'JBOD' for non-RAID SYSTEM physical drives, as it has a different meaning in this program by WHR · 1 year, 1 month ago
  84. be72f04 Make 'Makefile' compatible with BSD make by WHR · 1 year, 1 month ago
  85. a67674b Explictly set language standard to GNU C99, since the source code uses C99 features by WHR · 1 year, 1 month ago
  86. 7a3f903 Enable compilation of human_readable.c for all platforms by WHR · 1 year, 1 month ago
  87. ced9781 Set 'mfi_adapter_no' for Linux to make option '-u' useful by WHR · 1 year, 1 month ago
  88. 52149d8 Drop libbsd dependency by WHR · 1 year, 1 month ago
  89. fc9b2db Avoid using BSD-specific extension of strftime(3) formatting specifications by WHR · 1 year, 1 month ago
  90. 017e50a Add .gitignore by WHR · 1 year, 1 month ago
  91. a5bc3b4 Port to GNU/Linux with libbsd by WHR · 1 year, 1 month ago
  92. 20a0f5c Import from FreeBSD 11.1-RELEASE by WHR · 1 year, 1 month ago