summaryrefslogtreecommitdiff
path: root/usr.sbin/mrouted
AgeCommit message (Expand)Author
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2023-09-06use ansi function declsJonathan Gray
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-05-06Relax the limitation of what is an acceptable unicast IP.Claudio Jeker
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-02-10briefly mention /etc/examples/ in the FILES section of all theIngo Schwarze
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-21The POSIX APIs that that sockaddrs all ignore the s*_len field in thePhilip Guenther
2017-01-21Having a 'case 256:' in a switch (<uchar>) {} is bad on principleKenneth R Westerback
2017-01-21Accommodate gcc's suggestion that assignments used as truth valuesKenneth R Westerback
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2016-12-25Add some {}'s to eliminate "ambiguous else" warnings from gcc.Kenneth R Westerback
2015-12-19Remove NULL-check before free().mmcc
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