Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -5/+5 | |
| | | | | | | 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 #ifdef SYSV code, along with a beautiful #define bcopy memcpy | 2017-10-07 | 1 | -4/+0 | |
| | |||||
* | Nuke whitespace foolish enough to expose itself during the great | 2017-01-21 | 1 | -1/+1 | |
| | | | | "warning:" rectification. | ||||
* | use symbolics for flags to open | 2015-11-12 | 1 | -1/+1 | |
| | | | | from Ricardo Mestre | ||||
* | daemon() equivelant should open /dev/null; ok millert | 2015-11-12 | 1 | -1/+1 | |
| | |||||
* | remove util.h include and -lutil after pidfile removal | 2015-10-26 | 1 | -1/+0 | |
| | | | | ok deraadt | ||||
* | stop using pidfile() | 2015-10-26 | 1 | -2/+0 | |
| | | | | ok benno jung jca | ||||
* | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | 2014-11-26 | 1 | -1/+1 | |
| | |||||
* | c99 no longer allows implicit ints. make the declaration explicit. | 2014-08-27 | 1 | -1/+1 | |
| | | | | ok henning@ | ||||
* | use arc4random_uniform(); ok djm | 2013-04-21 | 1 | -6/+6 | |
| | | | | plus some other markings about signal races... | ||||
* | deregister. no binary change. | 2013-04-21 | 1 | -5/+5 | |
| | |||||
* | as in dvmrpd: | 2013-04-21 | 1 | -3/+3 | |
| | | | | | | the DVMRP protocol generation number can work beyond 2038 because it is unsigned. Cast it specifically, with a comment, to make this more clear. | ||||
* | convert select to poll, since the select code had descriptor limits | 2013-04-21 | 1 | -21/+15 | |
| | | | | ok tedu | ||||
* | fix missing err.h includes | 2011-09-21 | 1 | -0/+1 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+0 | |
| | | | | | | | 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 | ||||
* | tidy up synopsis and usage; from Igor Sobrado | 2007-02-18 | 1 | -2/+2 | |
| | |||||
* | use getopt() for argument list parsing | 2005-06-16 | 1 | -22/+28 | |
| | | | | ok millert@ otto@ | ||||
* | remove SNMP code from mrouted(8) because it is broken and it is | 2005-06-15 | 1 | -73/+2 | |
| | | | | | | higly unlike that anyone will use this. ok otto@ millert@ henning@ | ||||
* | Replace log() with logit() since ISO C reserves log() for the math | 2003-11-26 | 1 | -14/+14 | |
| | | | | | library and gcc 3.x will complain. Replacement name taken from NetBSD. espie@ OK. | ||||
* | less sprintf | 2003-03-12 | 1 | -3/+3 | |
| | |||||
* | spaces | 2003-03-03 | 1 | -10/+10 | |
| | |||||
* | ansi, from cloder | 2003-03-03 | 1 | -29/+13 | |
| | |||||
* | die if fd_set overruns. | 2002-08-09 | 1 | -1/+5 | |
| | |||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -26/+1 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -11/+11 | |
| | |||||
* | Use pidfile() instead of doing the equivalent thing by hand, and sometimes | 2001-12-01 | 1 | -7/+3 | |
| | | | | | 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 | -33/+11 | |
| | |||||
* | exit(-#) is wrong | 2001-03-09 | 1 | -2/+2 | |
| | |||||
* | revoke privs at start; tested by fenner@parc.xerox.com | 1996-09-11 | 1 | -3/+2 | |
| | |||||
* | from netbsd: tv_sec isn't a time_t, but a long. this causes some problems.. | 1995-12-19 | 1 | -2/+5 | |
| | |||||
* | from netbsd; update to mrouted 3.8 | 1995-12-14 | 1 | -88/+233 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+611 | |