summaryrefslogtreecommitdiff
path: root/sbin/raidctl/raidctl.c
AgeCommit message (Expand)Author
2009-11-12memory leak found by parfait; ok jsgTheo de Raadt
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-02-21sort options; sync synopsis and usage()Jason McIntyre
2006-11-02Error out on empty string passed as device name.Ray Lai
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
2005-11-14use asprintfTheo de Raadt
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2004-06-21dont compare int with NULL, compare to 0 instead, otto@ okAnil Madhavapeddy
2003-07-06error out instead of silently truncating command-line arguments if theyAnil Madhavapeddy
2003-03-131 byte underflow; from tdevalTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-03-31grmbl, restore meter display.Thierry Deval
2002-03-29cleanup variable and parameter usage.Thierry Deval
2002-02-22TypoThierry Deval
2002-02-19no need to talk about parity re-write completion if no re-write was done.Thierry Deval
2002-02-19don't do anything if #raid=0 (just return)Thierry Deval
2002-02-19be QUIET by default, damn itTheo de Raadt
2002-02-18shorten usageTheo de Raadt
2002-02-17raidctl can do some actions on 'all' configured raids now :Thierry Deval
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-29Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame.Thierry Deval
2001-07-07major -Wall cleanup, almost completeTheo de Raadt
2001-06-04return from main() don't exitMichael Shalayeff
2000-01-11remove redundent printfPeter Galbavy
2000-01-07sync with Greg Oster's NetBSD chages to Jan 4th 2000.Peter Galbavy
1999-07-30Update RAIDframe from NetBSD-current as of 1999/07/26.Peter Galbavy
1999-02-16merge from netbsd 990213 + make compile with our includesNiklas Hallqvist
1999-01-11Control RAIDframeNiklas Hallqvist