summaryrefslogtreecommitdiff
path: root/usr.sbin/mfiutil/mfi_show.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Don't claim the adapter is idle if it is clearing a drive.John Baldwin2014-04-221-1/+1
* svn r251516 resized the buf argument a bit too much. Pass a hardcodedSean Bruno2013-12-041-1/+1
* Implement foreign volume handling. Allows admins to view foreign metadataSean Bruno2013-06-081-7/+23
* Add support for getting and setting BBU properties related to batteryMark Johnston2013-04-081-1/+28
* Remove redundant code.Ed Schouten2012-10-201-28/+0
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-2/+0
* Add __unused macros to appropriate places in order to allow buildingEitan Adler2012-06-191-7/+7
* Allow users with RO privilege to the device to read the RO attributes.Eitan Adler2012-06-191-7/+8
* Decode new battery status indications.Sean Bruno2012-05-181-0/+22
* Improve battery capacity reportingEd Maste2011-09-271-10/+15
* If a drive is not part of the array (i.e. missing) we need to print theBjoern A. Zeeb2011-08-251-1/+1
* Properly initialize an error variable to avoid returning uninitializedJohn Baldwin2011-07-291-0/+1
* Add global -d and -e options to either print device numbersBjoern A. Zeeb2011-06-201-22/+21
* Contrary to when returning in all-good cases at the end of functions weBjoern A. Zeeb2011-06-091-6/+25
* Add a 'show progress' command that shows a summary of all in-progressJohn Baldwin2011-04-291-1/+110
* Preserve errno in an error case.John Baldwin2011-03-171-1/+2
* Add more details to the 'show battery' command including more rawJohn Baldwin2011-03-171-9/+51
* - Save errno values before calling warn(3) so that errors are correctlyJohn Baldwin2010-10-261-22/+38
* ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6Scott Long2009-08-131-0/+560