index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
raidctl
/
rf_configure.c
Age
Commit message (
Expand
)
Author
2007-10-22
add missing header to avoid warning
Charles Longeau
2007-10-20
Strip trailing whitespace on input lines. Should make config files more
Kenneth R Westerback
2007-09-14
remove some warnings:
Charles Longeau
2007-09-11
use strcspn to properly overwrite '\n' in fgets returned buffer
Gilles Chehade
2007-02-18
Use sizeof(buf) instead of magic numbers.
Ray Lai
2007-02-18
Pass correct buffer size. (sizeof(cfgPtr->spare_names[c]) != 256)
Ray Lai
2007-02-18
Don't ignore buffer size argument.
Ray Lai
2006-11-02
Check for newline before truncating.
Ray Lai
2004-07-17
some ansi; khalek@linuxgamers.net
Theo de Raadt
2003-03-13
lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu
Theo de Raadt
2002-12-16
raidframe -> RAIDframe
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-29
cleanup variable and parameter usage.
Thierry Deval
2001-12-29
Changes to support the new RAID_AUTOCONF option (-A) of RAIDFrame.
Thierry Deval
2000-01-07
sync with Greg Oster's NetBSD chages to Jan 4th 2000.
Peter Galbavy
1999-07-30
Update RAIDframe from NetBSD-current as of 1999/07/26.
Peter Galbavy
1999-02-16
merge from netbsd 990213 + make compile with our includes
Niklas Hallqvist
1999-01-11
Control RAIDframe
Niklas Hallqvist