| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-04-06 | Put raidctl in the attic. | 4 | -3197/+0 | ||
| 2011-10-06 | no more ccd(4); | 1 | -3/+2 | ||
| 2010-09-24 | Now that HW_DISKNAMES returns xx0: or xx0:uid entries, we must truncate | 1 | -1/+6 | ||
| the : and uid components out -- otherwise these two programs will work poorly. | |||||
| 2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | 1 | -22/+22 | ||
| 2009-11-12 | memory leak found by parfait; ok jsg | 1 | -1/+2 | ||
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2 | -17/+3 | ||
| Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||||
| 2008-06-03 | fix some spacing issues; | 1 | -3/+4 | ||
| 2008-03-23 | Remove two stray references to the departed -r argument to disklabel. | 1 | -3/+3 | ||
| Pointed out by jmc@ | |||||
| 2008-01-26 | the kids want I/O; | 1 | -8/+8 | ||
| 2007-10-22 | add missing header to avoid warning | 1 | -1/+2 | ||
| "Yes please" ray@ krw@ | |||||
| 2007-10-20 | Strip trailing whitespace on input lines. Should make config files more | 1 | -9/+13 | ||
| resistant to careless fingers. A variant of what NetBSD did to achieve the same ends. Feedback, suggestions & "looks good" ray@ | |||||
| 2007-09-14 | remove some warnings: | 1 | -2/+2 | ||
| unused variable `variable' `variable' might be used uninitialized in this function ok gilles@ ray@ | |||||
| 2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | 1 | -11/+5 | ||
| ok pyr@, ray@, millert@, moritz@, chl@ | |||||
| 2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | 1 | -3/+3 | ||
| 2007-05-31 | convert to new .Dd format; | 1 | -2/+2 | ||
| 2007-02-21 | sort options; sync synopsis and usage() | 2 | -45/+44 | ||
| from Igor Sobrado | |||||
| 2007-02-18 | Use sizeof(buf) instead of magic numbers. | 1 | -14/+15 | ||
| From Charles Longeau <chl at tuxfamily dot org> to tech@ back in November, reminded by deraadt@. OK moritz@. | |||||
| 2007-02-18 | Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256) | 1 | -2/+2 | ||
| OK moritz@. | |||||
| 2007-02-18 | Don't ignore buffer size argument. | 1 | -3/+3 | ||
| OK millert@. | |||||
| 2006-11-02 | Check for newline before truncating. | 1 | -8/+8 | ||
| OK moritz@. | |||||
| 2006-11-02 | Error out on empty string passed as device name. | 1 | -1/+3 | ||
| OK moritz@. | |||||
| 2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks | 1 | -3/+4 | ||
| suggested by kjell@; ok otto@ pat@ millert@ jaredy@ | |||||
| 2005-11-14 | use asprintf | 1 | -12/+12 | ||
| and do fstat() on the opened fd, instead of stat() before open() from dhill@mindcry.org | |||||
| 2005-08-27 | no need to display the copyright in the formatted page; | 1 | -29/+1 | ||
| ok deraadt@ | |||||
| 2005-08-24 | document /etc/raid[0-3].conf in FILES; | 1 | -2/+6 | ||
| from rohee@, but adjusted by me; | |||||
| 2005-03-12 | escape `.' at eol to avoid double spacing issue; | 1 | -3/+3 | ||
| 2004-07-17 | some ansi; khalek@linuxgamers.net | 2 | -102/+34 | ||
| 2004-06-21 | dont compare int with NULL, compare to 0 instead, otto@ ok | 1 | -2/+2 | ||
| 2003-12-04 | no, you cannot form a raid from wd0h and wd0h. | 1 | -2/+2 | ||
| found by Joel Knight | |||||
| 2003-09-18 | add .Bk/.Ek to SYNOPSIS; | 1 | -1/+3 | ||
| 2003-07-06 | error out instead of silently truncating command-line arguments if they | 1 | -12/+25 | ||
| are too long tdeval@ ok | |||||
| 2003-06-03 | - section reorder | 1 | -289/+328 | ||
| - some mdoc fixes | |||||
| 2003-04-02 | fifo -> FIFO | 1 | -2/+2 | ||
| ok millert@ | |||||
| 2003-03-13 | 1 byte underflow; from tdeval | 1 | -2/+2 | ||
| 2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | 2 | -6/+8 | ||
| 2003-02-13 | typos; | 1 | -2/+2 | ||
| setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com | |||||
| 2003-02-11 | typos; | 1 | -33/+68 | ||
| raidctl(8) ok millert@ mknetid(8) help maja@ | |||||
| 2002-12-16 | raidframe -> RAIDframe | 1 | -3/+3 | ||
| 2002-10-15 | option, not options; hamajima@nagoya.ydc.co.jp | 1 | -2/+2 | ||
| 2002-08-08 | Insist on having the raid[0..n]a set up, when using the root on raid feature. | 1 | -10/+15 | ||
| (to avoid problems as in PR#2816) | |||||
| 2002-06-09 | rm trailing whitespace | 4 | -154/+154 | ||
| 2002-05-22 | use strlcpy(3) | 1 | -3/+3 | ||
| 10x deraadt@ | |||||
| 2002-04-19 | Do not depend upon <ansidecl.h> to compile. | 1 | -2/+8 | ||
| Conforming to espie's evil plans, and ok espie@ tdeval@ | |||||
| 2002-03-31 | grmbl, restore meter display. | 1 | -2/+6 | ||
| 2002-03-29 | cleanup variable and parameter usage. | 2 | -21/+17 | ||
| 2002-02-22 | Typo | 1 | -2/+2 | ||
| 2002-02-19 | no need to talk about parity re-write completion if no re-write was done. | 1 | -3/+4 | ||
| 2002-02-19 | don't do anything if #raid=0 (just return) | 1 | -2/+7 | ||
| 2002-02-19 | be QUIET by default, damn it | 1 | -2/+3 | ||
| 2002-02-18 | sync SYNOPSIS with usage: | 1 | -84/+39 | ||
| and some cleanups | |||||
