summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
AgeCommit message (Expand)Author
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
2003-03-01proper noticeTheo de Raadt
2003-03-01After 2 years, and more than 350 pieces of mail exchanged with "theTheo de Raadt
2003-03-01apparently xerox wrote this snmp stuffTheo de Raadt
2002-08-09die if fd_set overruns.Jun-ichiro itojun Hagino
2002-08-03use getifaddrs, not SIOCGIFCONF.Jun-ichiro itojun Hagino
2002-08-01u_short cleansingJun-ichiro itojun Hagino
2002-06-02missing sockaddr inits; ok itojunTheo de Raadt
2002-05-30snprintf in .y filesTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller