summaryrefslogtreecommitdiff
path: root/usr.sbin/mfiutil
Commit message (Expand)AuthorAgeFilesLines
* MFC 264765,264766:John Baldwin2014-05-182-7/+13
* MFC r260334:Dimitry Andric2014-01-091-1/+1
* MFC r258901:Sean Bruno2014-01-051-1/+1
* MFC r254906 -- add SYSPD (real jbod) support to mfiutilSean Bruno2013-09-093-2/+29
* MFC r251516Sean Bruno2013-07-127-24/+491
* MFC r250599:Mark Johnston2013-06-221-0/+4
* MFC r249257:Mark Johnston2013-05-107-4/+323
* MFC r237259 r237260 r237329:Eitan Adler2012-06-2611-52/+59
* MFC r235634Sean Bruno2012-05-241-0/+22
* MFC r233713Doug Ambrisko2012-04-182-5/+4
* MFC r227893 and r228119:Ed Maste2012-02-071-3/+8
* MFC 228278:John Baldwin2012-01-051-1/+1
* MFC r225798: Improve battery capacity reportingEd Maste2011-09-271-10/+15
* Move the logic to parse volume cache commands out into a separate functionJohn Baldwin2011-09-022-119/+159
* 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-207-39/+161
* Add 'show logstate' to usage().Bjoern A. Zeeb2011-06-181-0/+1
* Contrary to when returning in all-good cases at the end of functions weBjoern A. Zeeb2011-06-097-62/+216
* There are a couple of structs in mfireg.h with members named 'class'.Ed Maste2011-06-021-4/+4
* Add a 'show progress' command that shows a summary of all in-progressJohn Baldwin2011-04-293-2/+118
* Fix typo in "continuously" argument used in patrol auto command.Sergey Kandaurov2011-04-271-1/+1
* Add the ability to manage the state of write caching when the batteryJohn Baldwin2011-04-052-7/+40
* 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
* Fix division by zero, causing floating point exception in a drive progressSergey Kandaurov2011-02-251-1/+1
* Handle malloc() failures more gracefully by error'ing out rather thanJohn Baldwin2010-11-193-0/+36
* Fix typo.Benedict Reuschling2010-11-041-1/+1
* - Save errno values before calling warn(3) so that errors are correctlyJohn Baldwin2010-10-267-129/+225
* Enable copyback and system PD states.Sergey Kandaurov2010-10-211-0/+4
* Fix compile with -DDEBUG by using the correct mfi_pd_ref union definitionRandi Harper2010-10-101-2/+2
* Report subcommand handler errors in mfiutil/mptutil so that tools thatRandi Harper2010-10-101-3/+5
* Fix typos and spelling mistakes.Joel Dahl2010-08-061-1/+1
* Spelling fixes.Joel Dahl2010-08-011-1/+1
* Fixed dependencies (make checkdpadd).Ruslan Ermilov2010-02-251-0/+1
* Update the man page for manual section 8Scott Long2009-08-171-1/+1
* Update the man page for FreeBSD 8.0Scott Long2009-08-171-14/+6
* Move mfiutil.1 to mfiutil.8 for consistency. Remove superfulous README.Scott Long2009-08-173-104/+1
* Fix is 32bit bug missed in testing.Scott Long2009-08-141-7/+8
* ntroduce mfiutil, a basic utility for managing LSI SAS-RAID & Dell PERC5/6Scott Long2009-08-1313-0/+5258