Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -3/+3 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | Delete blocking/unblocking of signals, as the handlers now just set flags | 2016-05-29 | 1 | -14/+1 | |
| | | | | | | that are tested by the main loop. ok jca@ deraadt@ | ||||
* | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | 2016-03-16 | 1 | -2/+2 | |
| | | | | Feedback millert@ kettenis@ | ||||
* | remove pointless log message; As a bonus avoid trigraph '??' | 2016-01-25 | 1 | -2/+1 | |
| | | | | | suggested by & OK claudio@ OK daniel@ | ||||
* | remove util.h include and -lutil after pidfile removal | 2015-10-26 | 1 | -2/+1 | |
| | | | | ok deraadt | ||||
* | stop using pidfile() | 2015-10-26 | 1 | -4/+1 | |
| | | | | ok benno jung jca | ||||
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -3/+3 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | remove unused variables | 2014-05-17 | 1 | -3/+2 | |
| | | | | ok miod@ | ||||
* | replace select with poll | 2013-04-20 | 1 | -17/+8 | |
| | | | | ok miod | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -12/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | boot-able -> bootable (typo fix in comments only) | 2005-09-22 | 1 | -3/+3 | |
| | | | | from janne johansson (pr #4516) | ||||
* | more setres[ug]id; ok deraadt@ | 2005-05-03 | 1 | -4/+4 | |
| | |||||
* | priv revoking; tested by millert | 2004-05-01 | 1 | -32/+28 | |
| | |||||
* | Use closefrom(); ok millert tedu | 2004-01-23 | 1 | -10/+3 | |
| | |||||
* | remove unneeded proto | 2003-06-27 | 1 | -3/+3 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | ansi & knf | 2002-12-13 | 1 | -29/+21 | |
| | |||||
* | no need to terminate the buffer after gethostname, especially by overwriting unrelated memory; maybe test the changes next time | 2002-07-16 | 1 | -3/+2 | |
| | |||||
* | -Wall cleanup | 2002-06-11 | 1 | -2/+5 | |
| | | | | ok millert@, miod@ | ||||
* | kill more registers. | 2002-03-14 | 1 | -5/+5 | |
| | | | | millert@ ok | ||||
* | Revert 1.10, bad mpech@ didn't try to compile. | 2002-02-20 | 1 | -3/+3 | |
| | |||||
* | Fix the signal races in rbootd. | 2002-02-19 | 1 | -21/+71 | |
| | | | | Credit to millert@ and deraadt@ for pointing out some of my braindamage. | ||||
* | Fix gethostname() usage. | 2002-02-19 | 1 | -3/+3 | |
| | | | | deraadt@ ok | ||||
* | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | 2001-12-01 | 1 | -13/+4 | |
| | | | | | forgetting to unlink the pid file at exit. ok millert@ deraadt@ | ||||
* | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their POSIX counterparts. | 2001-09-04 | 1 | -8/+11 | |
| | |||||
* | mark remaining signal races which are difficult to fix | 2001-01-19 | 1 | -2/+7 | |
| | |||||
* | OpenBSD-ify. | 2001-01-17 | 1 | -1/+2 | |
| | |||||
* | More format string paranoia; deraadt@ ok | 2000-10-03 | 1 | -1/+1 | |
| | |||||
* | BpfGetIntfName() returns syslog fmt args which are safe | 2000-06-28 | 1 | -0/+1 | |
| | |||||
* | Kill extra newline in err()/warn(). | 1997-09-12 | 1 | -1/+1 | |
| | |||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+449 | |