summaryrefslogtreecommitdiff
path: root/sbin/raidctl
AgeCommit message (Expand)Author
2003-11-02Bump date for previous.wiz
2003-11-02Add a couple little warnings about swapping to RAID 5 sets.oster
2003-10-21Don't compare argc to NULL.fvdl
2003-07-13use bouded string opsitojun
2003-06-23Add NetBSD RCS Ids.agc
2003-05-17sscanf overrunitojun
2003-04-15correct questionable use of strncpy().itojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-11-16Remove trailing space.wiz
2002-11-16Catch up on some documentation stuff:oster
2002-11-16Cleanup and update usage().oster
2002-10-01Use more markup.wiz
2002-10-01New sentence, new line. By Robert Elz with minimal fixes.wiz
2002-07-11Remove duplicate 'to'. From Ryo HAYASAKA in bin/17562.wiz
2002-03-21Open the raid device read-only for the commands that don't needsimonb
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-01-21Drop trailing whitespace.wiz
2002-01-20Add a description of how to possibly recover a RAID set in theoster
2001-11-16Don't abuse -unfilled for -literal; sort sections, sort SEE ALSO, dropwiz
2001-11-16Whitespace nitswiz
2001-10-04Remove cruft. We no longer need to look into sys/dev/raidframe tooster
2001-10-04rf_configure.coster
2001-10-04Add a pruned-down version of rf_configure.h. First step at disentanglingoster
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-06-05Drop arguments of .Os.wiz
2001-02-19convert to use getprogname()cgd
2001-02-04remove redundant prototypes.christos
2001-01-27Move parts of a RAID type mapping table from rf_layout.c to rf_configure.c.oster
2000-12-31Check return value of fgets. Approved by Greg Oster.wiz
2000-10-31- use opendisk(3) instead of homegrown solutionlukem
2000-10-27- cleanup wording and add additional comments on such things asoster
2000-10-10Format string cleanups by Bill Sommerfeld.is
2000-08-19It is impolite to poll in a tight loop. (Thanks to Christos for notingoster
2000-08-10Clarify a few things about parity. Add more documentation about RAID on RAID,oster
2000-07-05Add a .Sq for single quotes, instead of doing it by hand.oster
2000-06-03In certain cases (e.g. where it makes sense) read/display theoster
2000-06-02Slight wording improvement on the 'raidctl -R' case.oster
2000-05-31Make sure we handle the 'no progress' case properly.oster
2000-05-29Fix up some single quotes that messed up a line. (Thanks Wiz!)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-23Apply indent.thorpej
2000-05-23Build with WARNS=2.thorpej
2000-05-23ioctl(2) commands are u_long, so do_meter() must take the same.thorpej
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-03-23When displaying component labels, indicate whether or not the set isoster
2000-02-26Update for 'options RAID_AUTOCONFIG'.oster
2000-02-26Add a few more examples, and a summary.oster