| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-11-02 | Bump date for previous. | wiz | |
| 2003-11-02 | Add a couple little warnings about swapping to RAID 5 sets. | oster | |
| (it currently doesn't work.) | |||
| 2003-10-21 | Don't compare argc to NULL. | fvdl | |
| 2003-07-13 | use bouded string ops | itojun | |
| 2003-06-23 | Add NetBSD RCS Ids. | agc | |
| 2003-05-17 | sscanf overrun | itojun | |
| 2003-04-15 | correct questionable use of strncpy(). | itojun | |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz | |
| for correct formatting of the SYNOPSIS any longer. | |||
| 2002-11-16 | Remove trailing space. | wiz | |
| 2002-11-16 | Catch 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-16 | Cleanup and update usage(). | oster | |
| 2002-10-01 | Use more markup. | wiz | |
| 2002-10-01 | New sentence, new line. By Robert Elz with minimal fixes. | wiz | |
| 2002-07-11 | Remove duplicate 'to'. From Ryo HAYASAKA in bin/17562. | wiz | |
| 2002-03-21 | Open the raid device read-only for the commands that don't need | simonb | |
| 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-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross | |
| 2002-01-21 | Drop trailing whitespace. | wiz | |
| 2002-01-20 | Add a description of how to possibly recover a RAID set in the | oster | |
| event of a multiple disk failure. | |||
| 2001-11-16 | Don't abuse -unfilled for -literal; sort sections, sort SEE ALSO, drop | wiz | |
| lots of unnecessary .Pps. | |||
| 2001-11-16 | Whitespace nits | wiz | |
| 2001-10-04 | Remove cruft. We no longer need to look into sys/dev/raidframe to | oster | |
| find the needed include files. | |||
| 2001-10-04 | rf_configure.c | oster | |
| - 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-04 | Add a pruned-down version of rf_configure.h. First step at disentangling | oster | |
| raidctl files from the hairy .h file mess. | |||
| 2001-09-26 | Since this is the only place it's used, nuke RF_DEV2RAIDID and | oster | |
| replace it with DISKUNIT. | |||
| 2001-07-10 | * add -G, which lists the configuration of the given raid set in the | lukem | |
| 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-05 | Drop arguments of .Os. | wiz | |
| 2001-02-19 | convert to use getprogname() | cgd | |
| 2001-02-04 | remove redundant prototypes. | christos | |
| 2001-01-27 | Move 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-31 | Check return value of fgets. Approved by Greg Oster. | wiz | |
| 2000-10-31 | - use opendisk(3) instead of homegrown solution | lukem | |
| - 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 as | oster | |
| "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-10 | Format string cleanups by Bill Sommerfeld. | is | |
| 2000-08-19 | It is impolite to poll in a tight loop. (Thanks to Christos for noting | oster | |
| the problem.) | |||
| 2000-08-10 | Clarify a few things about parity. Add more documentation about RAID on RAID, | oster | |
| and root on RAID. | |||
| 2000-07-05 | Add a .Sq for single quotes, instead of doing it by hand. | oster | |
| Fixes a formatting problem noted by Hubert Feyrer (Thanks Hubert!). | |||
| 2000-06-03 | In certain cases (e.g. where it makes sense) read/display the | oster | |
| component label for spare disks too. | |||
| 2000-06-02 | Slight wording improvement on the 'raidctl -R' case. | oster | |
| 2000-05-31 | Make sure we handle the 'no progress' case properly. | oster | |
| Thanks to Manuel Bouyer for noting the problem (and supplying a patch!). | |||
| 2000-05-29 | Fix up some single quotes that messed up a line. (Thanks Wiz!) | oster | |
| 2000-05-28 | Obtaining component labels from spares is not supported yet, but add | oster | |
| some code that makes some progress in that direction. | |||
| 2000-05-28 | Cleanup ETA calculation stuff. | oster | |
| 2000-05-28 | Have raidctl use the fine-grained progress info. ETA calculation stuff | oster | |
| needs to be cleaned up. | |||
| 2000-05-23 | Apply indent. | thorpej | |
| 2000-05-23 | Build with WARNS=2. | thorpej | |
| 2000-05-23 | ioctl(2) commands are u_long, so do_meter() must take the same. | thorpej | |
| 2000-04-14 | Don't declare 'extern opt*' getopt variables. | simonb | |
| 2000-03-23 | When displaying component labels, indicate whether or not the set is | oster | |
| marked as being the one that should be used for the root partition. | |||
| 2000-02-26 | Update for 'options RAID_AUTOCONFIG'. | oster | |
| 2000-02-26 | Add a few more examples, and a summary. | oster | |
