aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mfiutil
Commit message (Expand)AuthorAgeFilesLines
* Avoid taking the address of a packed struct member in mfiutilDimitry Andric2017-01-091-1/+3
* Fix a ton of speelling errorsEitan Adler2015-10-211-4/+4
* mfiutil: increase buffer size to accommodate sprintf stringEd Maste2015-07-031-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-191-50/+50
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-286-11/+206
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-058-26/+525
| |\ \ \
| * \ \ \ sync from headSimon J. Gerraty2013-04-127-4/+323
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | Sync from headSimon J. Gerraty2012-11-0411-115/+94
| |\ \ \ \ \
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Style (9) fixes, spaces to tabs.Steven Hartland2014-09-191-50/+50
| |_|_|_|/ |/| | | |
* | | | | - Fix an off by one error when checking for the stop event. This resultedJohn Baldwin2014-04-221-6/+12
* | | | | Don't claim the adapter is idle if it is clearing a drive.John Baldwin2014-04-221-1/+1
* | | | | Split the last gcc-specific flags off into CFLAGS.gcc. This alsoDimitry Andric2014-01-051-1/+1
* | | | | svn r251516 resized the buf argument a bit too much. Pass a hardcodedSean Bruno2013-12-041-1/+1
* | | | | Noted that the stripe_size argument was not being displayed in the usageSean Bruno2013-11-121-1/+1
* | | | | mdoc: remove superfluous paragraph macro.Joel Dahl2013-11-081-1/+0
* | | | | Add support for controlling mfi(4) controller properties:Sean Bruno2013-11-074-1/+191
| |_|_|/ |/| | |
* | | | Add support to reconfigure a drive as SYSPD (real JBOD in LSISean Bruno2013-08-263-2/+29
* | | | Implement foreign volume handling. Allows admins to view foreign metadataSean Bruno2013-06-087-24/+492
* | | | Add a remark to the effect that a manually started relearn will alwaysMark Johnston2013-05-131-0/+4
| |_|/ |/| |
* | | Switch to a 2-clause license.Mark Johnston2013-04-081-3/+0
* | | Add support for getting and setting BBU properties related to batteryMark Johnston2013-04-087-4/+326
| |/ |/|
* | Remove redundant code.Ed Schouten2012-10-204-60/+35
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-194-5/+2
* | Fix ARM compilation issue.Matt Jacob2012-06-201-2/+4
* | Add __unused macros to appropriate places in order to allow buildingEitan Adler2012-06-196-15/+14
* | Allow users with RO privilege to the device to read the RO attributes.Eitan Adler2012-06-1910-35/+41
|/
* Decode new battery status indications.Sean Bruno2012-05-181-0/+22
* MFhead_mfi r233621Doug Ambrisko2012-03-302-5/+4
|\
| * Now that mfi(4) header files uses the absolute number of entries toDoug Ambrisko2012-03-282-5/+4
* | mdoc: correct .Bd/.Bl arguments.Joel Dahl2012-03-261-2/+2
* | Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* | Use the correct volume identifier field when parsing MR_EVT_ARG_LD_STRIPJohn Baldwin2011-12-051-1/+1
* | In build_volume(), check if arrays is allocated before traversing itsXin LI2011-11-291-3/+5
* | Avoid double free creating a new RAID with invalid command line arguments.Ed Maste2011-11-231-0/+3
|/
* 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