summaryrefslogtreecommitdiff
path: root/sbin/raidctl/raidctl.c
AgeCommit message (Expand)Author
2018-01-18implement 32-bit compat support for raidframe.mrg
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-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
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-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
2009-12-10Slight change to the wording of the parity map info: the parity isjld
2009-11-17Finally commit the RAIDframe parity map Summer Of Code project.jld
2009-10-11Support RUMP_ACTION, i.e. compile-time switch to make this executepooka
2009-01-26Use correct format to print the "numBlocks" element in a RAIDframetron
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-06-02appease gcc -Wuninitializedlukem
2005-05-01Cleanup the meter code a bit -- a bunch of stuff wasn't even being used.oster
2005-02-09Kill __P(), use ANSI function declarations; WARNS=3.xtraeme
2004-02-29As suggested by Paul Ripke, have raidctl use raw devices by default.oster
2003-10-21Don't compare argc to NULL.fvdl
2003-06-23Add NetBSD RCS Ids.agc
2003-04-15correct questionable use of strncpy().itojun
2002-11-16Cleanup and update usage().oster
2002-03-21Open the raid device read-only for the commands that don't needsimonb
2001-10-04rf_configure.coster
2001-09-26Since this is the only place it's used, nuke RF_DEV2RAIDID andoster
2001-07-10* add -G, which lists the configuration of the given raid set in thelukem
2001-02-19convert to use getprogname()cgd
2000-10-31- use opendisk(3) instead of homegrown solutionlukem
2000-08-19It is impolite to poll in a tight loop. (Thanks to Christos for notingoster
2000-06-03In certain cases (e.g. where it makes sense) read/display theoster
2000-05-31Make sure we handle the 'no progress' case properly.oster
2000-05-28Obtaining component labels from spares is not supported yet, but addoster
2000-05-28Cleanup ETA calculation stuff.oster
2000-05-28Have raidctl use the fine-grained progress info. ETA calculation stuffoster
2000-05-23Build with WARNS=2.thorpej
2000-05-23ioctl(2) commands are u_long, so do_meter() must take the same.thorpej