summaryrefslogtreecommitdiff
path: root/sbin/raidctl
AgeCommit message (Expand)Author
2018-03-24Follow the ioctl arg changes of RAIDFRAME_GET_COMPONENT_LABEL andnakayama
2018-01-18implement 32-bit compat support for raidframe.mrg
2017-11-22Several more cleanups:kre
2017-11-21Avoid needless pointer calisthenics: &foo[0] -> foochristos
2017-11-21With char bug[SIZE] using sizeof(bug[0]) is kind of boring, usekre
2017-11-20White space and comment formatting. NFC.kre
2017-11-20stop using magic constantschristos
2017-11-20support NAME=<wedge name> syntax for disks and spareskardel
2017-07-03Remove workaround for ancient HTML generation code.wiz
2017-01-10need <sys/stat.h> for fstat()christos
2016-03-09PR/50921: David Binderman: Fix memory leakchristos
2016-01-06Use standard sort order for options.wiz
2016-01-06Access to the SET_LAST_UNIT ioctl.christos
2015-09-08Rename argument of rf_output_devname() from devname to name to avoid abad
2015-07-21convert "component*" into "absent" for "START disks" part of themrg
2015-06-30Bump date for previous. Add whitespace.wiz
2015-06-30Clarify that what was previously known as -A root is now -A forceroot, notsborrill
2015-06-30Compare correct length string for force option to -Asborrill
2015-06-26&stars[offset] -> stars+offset. It's shorter!pooka
2015-05-27use strtouchristos
2015-05-27Better sanity check numbers given to raidctl(8)manu
2014-04-03Add the ability to "softroot" mount (i.e. mount root only when the raidchristos
2013-10-19fix unused variable warnings.christos
2013-10-07Belatedly note root on RAIDframe support for sandpoint.jdc
2013-09-20Note that NetBSD/amd64 can boot of RAID volumes.tron
2012-03-23Remove unexpected newline between Em macro and text.njoly
2011-10-12PR/45456: Tetsuya Isaki: Don't mix stdio and write.christos
2011-09-28print the serial number as an unsigned number.mrg
2011-08-29Use __deadjoerg
2011-08-02New sentence, new line.wiz
2011-07-28Document the need for zeroing out the first 64 blocks of a replacementbuhrow
2011-02-19Define accessors for number of blocks and partition size in theenami
2011-02-09Exterminate a bug I created in 2009.pooka
2010-12-15Use RUMPPRG.pooka
2010-11-08Update RUMP_ACTION to use rumpclient.pooka
2010-03-16Give a more polite message for `raidctl -m` on a non-parity RAID set.jld
2010-03-13fix sign-compare issueplunky
2010-03-13Exclude parity map regions that don't actually exist from the dirty region countjld
2010-01-27use warn/err appropriately.christos
2010-01-27error message: \n\n -> \npooka
2010-01-27+ Fatal errors due to uninitialized components are ignored.wiz
2010-01-27Consistently use "START disks" in examples. Bump date.wiz
2009-12-10Slight change to the wording of the parity map info: the parity isjld
2009-11-17Remove trailing whitespace.wiz
2009-11-17Bump date; also fix typo pointed out by snj@.jld
2009-11-17Finally commit the RAIDframe parity map Summer Of Code project.jld
2009-10-11close rump kernel file descriptors properlypooka
2009-10-11Support RUMP_ACTION, i.e. compile-time switch to make this executepooka
2009-04-06fix sign-compare issuelukem
2009-01-26Use correct format to print the "numBlocks" element in a RAIDframetron