summaryrefslogtreecommitdiff
path: root/sbin/raidctl/rf_configure.c
AgeCommit message (Expand)Author
2007-10-22add missing header to avoid warningCharles Longeau
2007-10-20Strip trailing whitespace on input lines. Should make config files moreKenneth R Westerback
2007-09-14remove some warnings:Charles Longeau
2007-09-11use strcspn to properly overwrite '\n' in fgets returned bufferGilles Chehade
2007-02-18Use sizeof(buf) instead of magic numbers.Ray Lai
2007-02-18Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256)Ray Lai
2007-02-18Don't ignore buffer size argument.Ray Lai
2006-11-02Check for newline before truncating.Ray Lai
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-12-16raidframe -> RAIDframeThierry Deval
2002-06-09rm trailing whitespaceTodd T. Fries
2002-05-22use strlcpy(3)Thierry Deval
2002-04-19Do not depend upon <ansidecl.h> to compile.Miod Vallat
2002-03-29cleanup variable and parameter usage.Thierry Deval
2001-12-29Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame.Thierry Deval
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