Activity for mfiutil

  • WHR WHR committed [516dbe] on Code

    Make mfi_next_learn_time function to take a 'FILE *' argument for output

  • WHR WHR committed [bd1f8b] on Code

    mfiutil: Change mfi_autolearn_(period|mode) to write to a FILE

  • WHR WHR committed [945608] on Code

    Always use the provided 'scsi_inquiry.h' file for all platforms

  • WHR WHR committed [fe8d0b] on Code

    Always use the provided 'scsi_inquiry.h' file for all platforms

  • WHR WHR committed [46fc42] on Code

    When changing boot drive or volume, make sure the specified drive or volume actually exists, before continuing

  • WHR WHR committed [5bd376] on Code

    Reject invalid volume target ID from function 'mfi_lookup_volume'

  • WHR WHR committed [c88ad1] on Code

    Add 'boot' subcommand

  • WHR WHR committed [a7dd8d] on Code

    Add 'show boot' subcommand

  • WHR WHR committed [12a4f7] on Code

    Recognize and report newer SPC versions for drives, up to SPC-7

  • WHR WHR committed [b2e244] on Code

    Fix incorrect reporting of SPC-3 drives as 'SAS'; properly report conforming SCSI version of drives, up to SPC-2

  • WHR WHR committed [e8c628] on Code

    Remove unnecessary GPL version 2 licensing option from scsi_inquiry.h since the modified BSD license is already compatible with the GNU GPL

  • WHR WHR committed [6778ad] on Code

    Workaround license ambiguity in scsi_inquiry.h by rewriting it based on a relicensed source from Linux

  • WHR WHR committed [898451] on Code

    Update 'syspd' subcommand description in man page

  • WHR WHR committed [bc9af5] on Code

    Add global option '-p' for machine-parsable output of byte values

  • WHR WHR committed [33af3c] on Code

    Add global option '-p' for machine-parsable output of byte values

  • WHR WHR committed [ccedb9] on Code

    Fix a missing colon in man page

  • mfiutil mfiutil released /1.0.15-rivoreo-r1/mfiutil-1.0.15-rivoreo-r1-solaris-amd64.tar.bz2

  • mfiutil mfiutil released /1.0.15-rivoreo-r1/mfiutil-1.0.15-rivoreo-r1-solaris-i386.tar.bz2

  • mfiutil mfiutil released /1.0.15-rivoreo-r1/mfiutil-1.0.15-rivoreo-r1-src.tar.bz2

  • mfiutil mfiutil released /mfiutil-1.0.15-rivoreo-r1-src.tar.bz2

  • WHR WHR committed [89a5be] on Code

    Cleanup unused 'convle*' functions

  • WHR WHR committed [eae594] on Code

    Protect printf(3) against potentially unterminated strings

  • WHR WHR committed [a6e85c] on Code

    Remove duplicated strlen(3) call for input string, from function 'volume_name'

  • WHR WHR committed [84ecf1] on Code

    Simplify code and eliminate the on-stack buffer in function 'print_pd'

  • WHR WHR committed [8287d9] on Code

    Simplify code and eliminate the on-stack buffer in function 'print_ld'

  • WHR WHR committed [b9804b] on Code

    Fix function 'mfi_reconfig_supported' gives wrong result when using mrsas(4) driver

  • WHR WHR committed [8ee7bd] on Code

    Fix unsafe assumptions of snprintf(3) return value in function 'mfi_autolearn_period'

  • WHR WHR committed [e8b284] on Code

    Support 'dump' subcommand for DragonFly BSD; don't mention 'dump' subcommand in usage message for unsupported platforms

  • WHR WHR committed [6a7adb] on Code

    Declare phony targets, and add copyright header in Makefile

  • WHR WHR committed [eda8ff] on Code

    Declare phony targets, and add copyright header in Makefile

  • WHR WHR committed [c0aaae] on Code

    Don't set 'sgl' member of 'struct mfi_dcmd_frame' for 'MFI_CMD' request

  • WHR WHR committed [7b28e6] on Code

    Update year and package version in the man page

  • WHR WHR committed [a5e61d] on Code

    Fix missing include of 'sys/sysctl.h' in debugging build for kFreeBSD-based systems

  • WHR WHR committed [961404] on Code

    Adjust white-spaces and comments in mfiutil.h

  • WHR WHR committed [71e279] on Code

    Use 'section$*$*' symbols provided by ld64 instead of getsectdata(3) to obtain addresses of specified sections in newer versions of Mac OS X

  • WHR WHR committed [53f466] on Code

    Use more portable GCC-provided __builtin_ffsll to replace ffsll(3)

  • WHR WHR committed [fc4843] on Code

    Cleanup unused '__builtin_bswap*'

  • WHR WHR committed [943c92] on Code

    Copy 'CPPFLAGS' value into 'CFLAGS', in case this variable being ignored by make(1)'s implicit rule for compiling C source files

  • WHR WHR committed [8df8a2] on Code

    Don't redefine macro '__GLOBL'

  • WHR WHR committed [da19fd] on Code

    Add INSTALL to document build dependencies and system requirements

  • WHR WHR committed [431112] on Code

    Remove leftover testing lines from mfiutil.h

  • WHR WHR committed [fae0c9] on Code

    Avoid using strsep(3), as it is non-standard

  • WHR WHR committed [e5d114] on Code

    Provide some hints for how to get controller unit number, from the man page

  • WHR WHR committed [cb9c94] on Code

    Fix potential buffer overflow and truncation issues

  • WHR WHR committed [6abdec] on Code

    Make output messages more consistent and fix some minor formatting issues

  • WHR WHR committed [e6c57a] on Code

    Document that referencing volumes via 'mfid' names is only supported with mfi(4) driver

  • WHR WHR committed [25224a] on Code

    Fix file descriptor leak in function 'mfi_ctrl_alarm_enable'

  • WHR WHR committed [e956d4] on Code

    Handle potential ioctl(2) failures in mfi_flash.c

  • WHR WHR committed [3fc3c3] on Code

    Fix typo in Makefile

  • WHR WHR committed [df2513] on Code

    Replace 'uint' and 'u_int' types with portable and possibly more appropriate types

  • WHR WHR committed [b72f0c] on Code

    Remove unused include/sys/linker_set.h

  • WHR WHR committed [1692cc] on Code

    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

  • WHR WHR committed [05eb29] on Code

    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

  • WHR WHR committed [585c84] on Code

    Reject invalid unit number from command line

  • WHR WHR committed [9e6813] on Code

    Create the management device node for Linux, if it doesn't exist as a character device node

  • WHR WHR committed [53c2a9] on Code

    Compatibility fixes for DragonFly BSD

  • WHR WHR committed [2efc0e] on Code

    Indicate command handlers return errno, by using a temptatory variable in 'main' function

  • WHR WHR committed [719283] on Code

    Define macro '_GNU_SOURCE' for ffsll(3) from some versions of GNU C Library

  • WHR WHR committed [34cb8b] on Code

    Drop checking of 'SET_DECLARE' macro

  • WHR WHR committed [451964] on Code

    Add 'install' target in Makefile

  • WHR WHR committed [c38bf6] on Code

    Cleanup disused humanize_number(3)-related code

  • WHR WHR committed [2022d8] on Code

    Make some pointers read-only as appropriate

  • WHR WHR committed [3e3ca8] on Code

    Make this tool work on big-endian platforms

  • WHR WHR committed [1a6e19] on Code

    Remove some unused types

  • WHR WHR committed [860078] on Code

    Fix missing 'Ar' macro for some lines in man page

  • WHR WHR committed [d4d667] on Code

    Fix multiple incorrect accesses of an union member in 'struct mfi_evt_detail'

  • WHR WHR committed [4e291b] on Code

    Change 'struct mfi_spare' to use zero-length array to match codes that using this type

  • WHR WHR committed [6a7d35] on Code

    Use zero-length array in 'struct mfi_evt_list' and fix an out of bound access when the array length is really zero

  • WHR WHR committed [a20d63] on Code

    Make direct command opcode marcos endian-neutral

  • WHR WHR committed [4c1f53] on Code

    Support 'debug' subcommand for mfi(4) driver only

  • WHR WHR committed [97fa0c] on Code

    Optionally use libdevinfo(3LIB) instead of path_to_inst(4) for looking up management device node on Solaris

  • WHR WHR committed [eb4540] on Code

    Optionally use libdevinfo(3LIB) instead of path_to_inst(4) for looking up management device node on Solaris

  • WHR WHR committed [b45312] on Code

    Optionally use libdevinfo(3LIB) instead of path_to_inst(4) for looking up management device node on Solaris

  • WHR WHR committed [707a99] on Code

    Optionally use libdevinfo(3LIB) instead of path_to_inst(4) for looking up management device node on Solaris

  • WHR WHR committed [4a0490] on Code

    Optionally use libdevinfo(3LIB) instead of path_to_inst(4) for looking up management device node on Solaris

  • WHR WHR committed [8a83c8] on Code

    Optionally use libdevinfo(3LIB) instead of path_to_inst(4) for looking up management device node on Solaris

  • WHR WHR committed [bc23b9] on Code

    Allow changing driver type on Solaris

  • WHR WHR committed [236949] on Code

    Request MFIIO_QUERY_DISK is only supported by the mfi(4) driver, don't use it with other driver

  • WHR WHR committed [82632e] on Code

    Remove '__FBSDID' macro definition from CFLAGS as it is no longer needed

  • WHR WHR committed [b77472] on Code

    Adjust header of 'show volumes' output

  • WHR WHR committed [e0cd1f] on Code

    Remove an unused declaration

  • WHR WHR committed [72bf66] on Code

    Add support for mr_sas(7D) driver with Solaris kernel

  • WHR WHR committed [907fe7] on Code

    Remove a redundant statement

  • WHR WHR committed [003414] on Code

    Make the source code compiles for Solaris without actual support for Solaris mr_sas(7D) driver

  • WHR WHR committed [ceca00] on Code

    Use a consistent base to convert from MFI time to Unix time

  • WHR WHR committed [0b6f79] on Code

    Implicate driver type to be 'mrsas' if the running program is named 'mrsasutil'

  • WHR WHR committed [48e873] on Code

    Append a local version string to the full version string to identify this fork

  • WHR WHR committed [bca5d2] on Code

    Make `mfiutil show progress` print out the elapsed time estimate in a more humanized way

  • WHR WHR committed [dcc722] on Code

    Document that the option '-t' is only relevant to FreeBSD

  • WHR WHR committed [91ecc9] on Code

    Remove unnecessary new line from an error message

  • WHR WHR committed [a2ceec] on Code

    Call setlocale(3) at begining of the program

  • WHR WHR committed [8c3f4a] on Code

    Document newly added driver type selection option in man page

  • WHR WHR committed [81ec6d] on Code

    Add support for kFreeBSD mrsas(4) driver, which uses same ioctl(2) interface as Linux megaraid_sas driver

  • WHR WHR committed [62606f] on Code

    Use actual command name in usage message

  • WHR WHR committed [395ea9] on Code

    Compatibility fixes for Darwin

  • WHR WHR committed [b3692f] on Code

    Don't define the static version of reallocf(3) for Darwin, since it is already available there

  • WHR WHR committed [adad05] on Code

    Add support of showing SCSI inquiry strings on non-kFreeBSD platforms

  • WHR WHR committed [2e9923] on Code

    Support showing SCSI inquiry strings on non-kFreeBSD platforms

  • WHR WHR committed [9d0532] on Code

    Tell GNU-style getopt(3) to stop scanning options after subcommand

  • WHR WHR committed [899a55] on Code

    Change event log printing format, and extend size of timestamp formatting buffer

1 >