summaryrefslogtreecommitdiff
path: root/sbin/raidctl
AgeCommit message (Expand)Author
2021-08-02Support on-demand re-scanning all devices to look foroster
2021-08-01Move case 'l' to be in sorted order. No functional change.oster
2021-05-27Avoid using Pq.wiz
2021-05-27move the basic history i wrote from raidctl(8) to raid(4), andmrg
2021-05-26update the list of platforms supporting loading kernels from raid.mrg
2020-09-13Allow components to be specified by wedge name.mlelstv
2020-09-06avoid trying to printf() a NULL as %s. fixes likely bug.mrg
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2019-09-26Need MIN in userland. Also some more signed/unsigned clashes.mlelstv
2019-09-26nspares is now unsigned. Validate and use as positive integer.mlelstv
2019-02-06Correct printed IOCTL name that was incorrect since rev 1.5.oster
2019-02-04- add the string length as an explicit parameter to get_time_string()mrg
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