Age | Commit message (Expand) | Author |
2005-08-27 | no need to display the copyright in the formatted page; | Jason McIntyre |
2005-08-24 | document /etc/raid[0-3].conf in FILES; | Jason McIntyre |
2005-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre |
2004-07-17 | some ansi; khalek@linuxgamers.net | Theo de Raadt |
2004-06-21 | dont compare int with NULL, compare to 0 instead, otto@ ok | Anil Madhavapeddy |
2003-12-04 | no, you cannot form a raid from wd0h and wd0h. | Henning Brauer |
2003-09-18 | add .Bk/.Ek to SYNOPSIS; | Jason McIntyre |
2003-07-06 | error out instead of silently truncating command-line arguments if they | Anil Madhavapeddy |
2003-06-03 | - section reorder | Jason McIntyre |
2003-04-02 | fifo -> FIFO | Jason McIntyre |
2003-03-13 | 1 byte underflow; from tdeval | Theo de Raadt |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-02-13 | typos; | Jason McIntyre |
2003-02-11 | typos; | Jason McIntyre |
2002-12-16 | raidframe -> RAIDframe | Thierry Deval |
2002-10-15 | option, not options; hamajima@nagoya.ydc.co.jp | Theo de Raadt |
2002-08-08 | Insist on having the raid[0..n]a set up, when using the root on raid feature. | Thierry Deval |
2002-06-09 | rm trailing whitespace | Todd T. Fries |
2002-05-22 | use strlcpy(3) | Thierry Deval |
2002-04-19 | Do not depend upon <ansidecl.h> to compile. | Miod Vallat |
2002-03-31 | grmbl, restore meter display. | Thierry Deval |
2002-03-29 | cleanup variable and parameter usage. | Thierry Deval |
2002-02-22 | Typo | Thierry Deval |
2002-02-19 | no need to talk about parity re-write completion if no re-write was done. | Thierry Deval |
2002-02-19 | don't do anything if #raid=0 (just return) | Thierry Deval |
2002-02-19 | be QUIET by default, damn it | Theo de Raadt |
2002-02-18 | sync SYNOPSIS with usage: | Thierry Deval |
2002-02-18 | shorten usage | Theo de Raadt |
2002-02-17 | raidctl can do some actions on 'all' configured raids now : | Thierry Deval |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-02-11 | Initial patch. | Mike Pechkin |
2002-01-05 | Documentation update. Adapted from NetBSD. | Thierry Deval |
2001-12-30 | NetBSD -> OpenBSD (Ox) | Brad Smith |
2001-12-29 | Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame. | Thierry Deval |
2001-07-20 | we don't like: | Mike Pechkin |
2001-07-07 | major -Wall cleanup, almost complete | Theo de Raadt |
2001-06-04 | return from main() don't exit | Michael Shalayeff |
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell |
2000-04-24 | properly label whole disk partition; op21@squish.org | Theo de Raadt |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-03-18 | Remove hard sentence breaks, and some other cleanup along the way. | Aaron Campbell |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell |
2000-01-11 | remove redundent printf | Peter Galbavy |
2000-01-07 | sync with Greg Oster's NetBSD chages to Jan 4th 2000. | Peter Galbavy |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-07-30 | A better, but still not perfect, merge of raidctl(8) | Peter Galbavy |
1999-07-30 | Update RAIDframe from NetBSD-current as of 1999/07/26. | Peter Galbavy |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell |