summaryrefslogtreecommitdiff
path: root/usr.sbin/rbootd
AgeCommit message (Collapse)Author
2004-01-23Use closefrom(); ok millert teduTheo de Raadt
2003-08-19one missing freeifaddrsJun-ichiro itojun Hagino
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-06-27remove unneeded protoTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-12-13ansi & knfTheo de Raadt
2002-07-16no need to terminate the buffer after gethostname, especially by overwriting ↵Michael Shalayeff
unrelated memory; maybe test the changes next time
2002-06-11-Wall cleanupHans Insulander
ok millert@, miod@
2002-05-29more strlcat and strlcpyTheo de Raadt
2002-05-29more sprintfTheo de Raadt
2002-05-27unsigned to unsigned intTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-20Revert 1.10, bad mpech@ didn't try to compile.Miod Vallat
2002-02-19Fix the signal races in rbootd.Miod Vallat
Credit to millert@ and deraadt@ for pointing out some of my braindamage.
2002-02-19Fix gethostname() usage.Mike Pechkin
deraadt@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵Todd C. Miller
POSIX counterparts.
2001-01-19mark remaining signal races which are difficult to fixTheo de Raadt
2001-01-17OpenBSD-ify.Paul Janzen
2001-01-17avoid C sequence point issues; found by cgd@netbsd.org using a developmentPaul Janzen
version of gcc.
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-10-03More format string paranoia; deraadt@ okAaron Campbell
2000-09-28according to the strlcpy man page the order of argumentsMichael Shalayeff
is: destination, source, size. it seems in the commit of version 1.3 a couple of maxwell daemons of the second kind exchanged second and third arguments in every call to the stlcpy, thanks gcc. at this late hour we hope they are up to their eternity-spanning poker game for hot molecules and the diff will finally get in untampered.
2000-06-28BpfGetIntfName() returns syslog fmt args which are safeTheo de Raadt
2000-06-28buf oflow safeTheo de Raadt
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-04-02all .Nm macros should have an argument in SYNOPSIS; also misc cleanupAaron Campbell
1999-03-11cleanupAaron Campbell
1998-10-29fix for those boxens like hppa which do not supply boot file nameMichael Shalayeff
so we have to decide for 'em, like open the first file from the list in the config. kids tested mother approved.
1998-07-13ftpd: sleep for an indeterminate amount for non-existant loginsTodd C. Miller
to simulate a crypt, like login does. Use SEEK_* not L_* and kill some 0L's used in lseek while we're there.
1998-07-10do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-09-12Kill extra newline in err()/warn().Todd C. Miller
1997-08-0164 bit botch; thorpejTheo de Raadt
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1995-11-16repair byte order botches; from scottr@plexus.com via netbsdTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt