summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mfiutil
Commit message (Expand)AuthorAgeFilesLines
* MFC r289677:bdrewery2016-01-071-4/+4
* MFC r201289: mfiutil: increase buffer size to accommodate sprintf stringemaste2015-07-281-1/+1
* MFC r271429, r271882:smh2014-09-234-1/+191
* MFC 264765,264766:jhb2014-05-182-7/+13
* MFC r260334:dim2014-01-091-1/+1
* MFC r258901:sbruno2014-01-051-1/+1
* Add support to reconfigure a drive as SYSPD (real JBOD in LSIsbruno2013-08-263-2/+29
* Implement foreign volume handling. Allows admins to view foreign metadatasbruno2013-06-087-24/+492
* Add a remark to the effect that a manually started relearn will alwaysmarkj2013-05-131-0/+4
* Switch to a 2-clause license.markj2013-04-081-3/+0
* Add support for getting and setting BBU properties related to batterymarkj2013-04-087-4/+326
* Remove redundant code.ed2012-10-204-60/+35
* More -Wmissing-variable-declarations fixes.ed2012-10-194-5/+2
* Fix ARM compilation issue.mjacob2012-06-201-2/+4
* Add __unused macros to appropriate places in order to allow buildingeadler2012-06-196-15/+14
* Allow users with RO privilege to the device to read the RO attributes.eadler2012-06-1910-35/+41
* Decode new battery status indications.sbruno2012-05-181-0/+22
* MFhead_mfi r233621ambrisko2012-03-302-5/+4
* mdoc: correct .Bd/.Bl arguments.joel2012-03-261-2/+2
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
* Use the correct volume identifier field when parsing MR_EVT_ARG_LD_STRIPjhb2011-12-051-1/+1
* In build_volume(), check if arrays is allocated before traversing itsdelphij2011-11-291-3/+5
* Avoid double free creating a new RAID with invalid command line arguments.emaste2011-11-231-0/+3
* Improve battery capacity reportingemaste2011-09-271-10/+15
* Move the logic to parse volume cache commands out into a separate functionjhb2011-09-022-119/+159
* If a drive is not part of the array (i.e. missing) we need to print thebz2011-08-251-1/+1
* Properly initialize an error variable to avoid returning uninitializedjhb2011-07-291-0/+1
* Add global -d and -e options to either print device numbersbz2011-06-207-39/+161
* Add 'show logstate' to usage().bz2011-06-181-0/+1
* Contrary to when returning in all-good cases at the end of functions webz2011-06-097-62/+216
* There are a couple of structs in mfireg.h with members named 'class'.emaste2011-06-021-4/+4
* Add a 'show progress' command that shows a summary of all in-progressjhb2011-04-293-2/+118
* Fix typo in "continuously" argument used in patrol auto command.pluknet2011-04-271-1/+1
* Add the ability to manage the state of write caching when the batteryjhb2011-04-052-7/+40
* Preserve errno in an error case.jhb2011-03-171-1/+2
* Add more details to the 'show battery' command including more rawjhb2011-03-171-9/+51
* Fix division by zero, causing floating point exception in a drive progresspluknet2011-02-251-1/+1
* Handle malloc() failures more gracefully by error'ing out rather thanjhb2010-11-193-0/+36
* Fix typo.bcr2010-11-041-1/+1
* - Save errno values before calling warn(3) so that errors are correctlyjhb2010-10-267-129/+225
* Enable copyback and system PD states.pluknet2010-10-211-0/+4
* Fix compile with -DDEBUG by using the correct mfi_pd_ref union definitionrandi2010-10-101-2/+2
* Report subcommand handler errors in mfiutil/mptutil so that tools thatrandi2010-10-101-3/+5
* Fix typos and spelling mistakes.joel2010-08-061-1/+1
* Spelling fixes.joel2010-08-011-1/+1
* Fixed dependencies (make checkdpadd).ru2010-02-251-0/+1
* Update the man page for manual section 8scottl2009-08-171-1/+1
* Update the man page for FreeBSD 8.0scottl2009-08-171-14/+6
* Move mfiutil.1 to mfiutil.8 for consistency. Remove superfulous README.scottl2009-08-173-104/+1
* Fix is 32bit bug missed in testing.scottl2009-08-141-7/+8
OpenPOWER on IntegriCloud