summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted/main.c
AgeCommit message (Expand)Author
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2017-10-07delete #ifdef SYSV code, along with a beautiful #define bcopy memcpyTheo de Raadt
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2015-11-12use symbolics for flags to openTheo de Raadt
2015-11-12daemon() equivelant should open /dev/null; ok millertTheo de Raadt
2015-10-26remove util.h include and -lutil after pidfile removalJoerg Jung
2015-10-26stop using pidfile()Theo de Raadt
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-08-27c99 no longer allows implicit ints. make the declaration explicit.Daniel Dickman
2013-04-21use arc4random_uniform(); ok djmTheo de Raadt
2013-04-21deregister. no binary change.Ted Unangst
2013-04-21as in dvmrpd:Theo de Raadt
2013-04-21convert select to poll, since the select code had descriptor limitsTheo de Raadt
2011-09-21fix missing err.h includesJonathan Gray
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2007-02-18tidy up synopsis and usage; from Igor SobradoJason McIntyre
2005-06-16use getopt() for argument list parsingRobert Nagy
2005-06-15remove SNMP code from mrouted(8) because it is broken and it isRobert Nagy
2003-11-26Replace log() with logit() since ISO C reserves log() for the mathTodd C. Miller
2003-03-12less sprintfTheo de Raadt
2003-03-03spacesTheo de Raadt
2003-03-03ansi, from cloderTheo de Raadt
2002-08-09die if fd_set overruns.Jun-ichiro itojun Hagino
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
2001-09-04Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ...Todd C. Miller
2001-03-09exit(-#) is wrongTheo de Raadt
1996-09-11revoke privs at start; tested by fenner@parc.xerox.comTheo de Raadt
1995-12-19from netbsd: tv_sec isn't a time_t, but a long. this causes some problems..Theo de Raadt
1995-12-14from netbsd; update to mrouted 3.8Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt