summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rbootd/rbootd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-3/+3
* Delete blocking/unblocking of signals, as the handlers now just set flagsguenther2016-05-291-14/+1
* More "(<blah> *)0" -> NULL, avoiding any stdarg functions.krw2016-03-161-2/+2
* remove pointless log message; As a bonus avoid trigraph '??'gsoares2016-01-251-2/+1
* remove util.h include and -lutil after pidfile removaljung2015-10-261-2/+1
* stop using pidfile()deraadt2015-10-261-4/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* remove unused variableschl2014-05-171-3/+2
* replace select with pollderaadt2013-04-201-17/+8
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-12/+1
* boot-able -> bootable (typo fix in comments only)jmc2005-09-221-3/+3
* more setres[ug]id; ok deraadt@djm2005-05-031-4/+4
* priv revoking; tested by millertderaadt2004-05-011-32/+28
* Use closefrom(); ok millert teduderaadt2004-01-231-10/+3
* remove unneeded protoderaadt2003-06-271-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* ansi & knfderaadt2002-12-131-29/+21
* no need to terminate the buffer after gethostname, especially by overwriting unrelated memory; maybe test the changes next timemickey2002-07-161-3/+2
* -Wall cleanuphin2002-06-111-2/+5
* kill more registers.mpech2002-03-141-5/+5
* Revert 1.10, bad mpech@ didn't try to compile.miod2002-02-201-3/+3
* Fix the signal races in rbootd.miod2002-02-191-21/+71
* Fix gethostname() usage.mpech2002-02-191-3/+3
* Use pidfile() instead of doing the equivalent thing by hand, and sometimesmiod2001-12-011-13/+4
* Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts.millert2001-09-041-8/+11
* mark remaining signal races which are difficult to fixderaadt2001-01-191-2/+7
* OpenBSD-ify.pjanzen2001-01-171-1/+2
* More format string paranoia; deraadt@ okaaron2000-10-031-1/+1
* BpfGetIntfName() returns syslog fmt args which are safederaadt2000-06-281-0/+1
* Kill extra newline in err()/warn().millert1997-09-121-1/+1
* getopt(3) returns -1 when out of args, not EOF, whee!millert1997-01-151-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+449