summaryrefslogtreecommitdiff
path: root/sbin/raidctl
AgeCommit message (Collapse)Author
2003-11-02Bump date for previous.wiz
2003-11-02Add a couple little warnings about swapping to RAID 5 sets.oster
(it currently doesn't work.)
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
for correct formatting of the SYNOPSIS any longer.
2002-11-16Remove trailing space.wiz
2002-11-16Catch up on some documentation stuff:oster
- add a note about adding 'swapoff=YES' to /etc/rc.conf - add a note about not using raid0[cd] for a filesystem. - filesystems -> file systems
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
write access. With the default set up this allows users in group operator to query the status of the raid devices. Fixes PR admin/15840.
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
event of a multiple disk failure.
2001-11-16Don't abuse -unfilled for -literal; sort sections, sort SEE ALSO, dropwiz
lots of unnecessary .Pps.
2001-11-16Whitespace nitswiz
2001-10-04Remove cruft. We no longer need to look into sys/dev/raidframe tooster
find the needed include files.
2001-10-04rf_configure.coster
- remove dependence on stuff in sys/dev/raidframe - now rely on <dev/raidframe/*> - bring in some needed prototypes for local functions - nuke RF_ASSERT's. - drag in some needed RF_ERRORMSG's raidctl.c - rely on <dev/raidframe/*> - welcome to the New Way of doing RAIDframe #includes. (No functional changes.)
2001-10-04Add a pruned-down version of rf_configure.h. First step at disentanglingoster
raidctl files from the hairy .h file mess.
2001-09-26Since this is the only place it's used, nuke RF_DEV2RAIDID andoster
replace it with DISKUNIT.
2001-07-10* add -G, which lists the configuration of the given raid set in thelukem
same configuration format that -c and -C use. this is useful if you're using autoconfig and you've misplaced the /etc/raidXXX.conf files * "filesystem" -> "file system", and other man page cleanups.
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
This means we don't need to compile or link with rf_layout.c here.
2000-12-31Check return value of fgets. Approved by Greg Oster.wiz
2000-10-31- use opendisk(3) instead of homegrown solutionlukem
- separate items in -s output with commas; much easier to read - add maxOutstanding (aka queue len) to -s output - sort #includes (per knf)
2000-10-27- cleanup wording and add additional comments on such things asoster
"component1" and "raidctl -A yes" - add a note about how to build a RAID set with a limited number of disks (thanks to Simon Burge for suggestions) - improve layout of 'raidctl -i' discussion (thanks to Hubert Feyrer) - add a (small) section on Performance Tuning
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
the problem.)
2000-08-10Clarify a few things about parity. Add more documentation about RAID on RAID,oster
and root on RAID.
2000-07-05Add a .Sq for single quotes, instead of doing it by hand.oster
Fixes a formatting problem noted by Hubert Feyrer (Thanks Hubert!).
2000-06-03In certain cases (e.g. where it makes sense) read/display theoster
component label for spare disks too.
2000-06-02Slight wording improvement on the 'raidctl -R' case.oster
2000-05-31Make sure we handle the 'no progress' case properly.oster
Thanks to Manuel Bouyer for noting the problem (and supplying a patch!).
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
some code that makes some progress in that direction.
2000-05-28Cleanup ETA calculation stuff.oster
2000-05-28Have raidctl use the fine-grained progress info. ETA calculation stuffoster
needs to be cleaned up.
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
marked as being the one that should be used for the root partition.
2000-02-26Update for 'options RAID_AUTOCONFIG'.oster
2000-02-26Add a few more examples, and a summary.oster