summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
AgeCommit message (Expand)Author
2015-11-12use symbolics for flags to openTheo de Raadt
2015-11-12daemon() equivelant should open /dev/null; ok millertTheo de Raadt
2015-10-28pid removal; from jan staryJason McIntyre
2015-10-26remove libutil from dpadd tooTed Unangst
2015-10-26remove util.h include and -lutil after pidfile removalJoerg Jung
2015-10-26stop using pidfile()Theo de Raadt
2015-08-21since stdlib.h is in scope, don't cast.... you know the drill.Theo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-26Prefer setvbuf() to setlinebuf() for portability; ok deraadt@Todd C. Miller
2014-11-03Add gcc format attributes to more warn/error functions in parse.y files.Doug Hogan
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-09-08obvious cases of missing .An;Ingo Schwarze
2014-08-27c99 no longer allows implicit ints. make the declaration explicit.Daniel Dickman
2014-07-11missing prototypesFlorian Obser
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
2013-01-17some simple macro fixes;Jason McIntyre
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2011-09-21fix missing err.h includesJonathan Gray
2010-11-05- fix possible use of uninitialized variable.Jasper Lievisse Adriaanse
2010-04-05Another incorrect comment introduction. \." != .\"Theo de Raadt
2010-01-06clean up this page a little; ok norbyJason McIntyre
2010-01-03Neither .Pp nor unqualified text are allowed at the top level of .Bl;Ingo Schwarze
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-01"Ethernet" is a family of networking technologies developed at Xerox PARC,Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-18tidy up synopsis and usage; from Igor SobradoJason McIntyre
2007-02-06fix some dodgy displays;Jason McIntyre
2005-11-09whever -> whenever in commentsMartin Reindl
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
2004-08-01ansi cleanup; khalek@linuxgamers.netTheo de Raadt
2004-04-03.br workaround no longer necessary;Jason McIntyre
2004-01-16sync with raw socket API change. reported by Esben Norby, tested by teduJun-ichiro itojun Hagino
2004-01-05include path fixes for gcc3.Marc Espie
2003-11-26Replace log() with logit() since ISO C reserves log() for the mathTodd C. Miller
2003-10-30Another "the the" typo in a comment; Bruno RoheeTodd C. Miller
2003-08-19rewrite SIOCGIFCONF into getifaddrs. deraadt okJun-ichiro itojun Hagino
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-12- section reorderJason McIntyre
2003-04-08strlcpy, pass length to function. ok tdeval@, deraadt@Daniel Hartmeier
2003-04-02sprintf killing; millert okTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-12less sprintfTheo de Raadt
2003-03-05- double spaces killedJason McIntyre
2003-03-03spacesTheo de Raadt
2003-03-03ansi, from cloderTheo de Raadt