Age | Commit message (Expand) | Author |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-09-08 | obvious cases of missing .An; | Ingo Schwarze |
2014-08-27 | c99 no longer allows implicit ints. make the declaration explicit. | Daniel Dickman |
2014-07-11 | missing prototypes | Florian Obser |
2013-04-21 | use arc4random_uniform(); ok djm | Theo de Raadt |
2013-04-21 | deregister. no binary change. | Ted Unangst |
2013-04-21 | as in dvmrpd: | Theo de Raadt |
2013-04-21 | convert select to poll, since the select code had descriptor limits | Theo de Raadt |
2013-01-17 | some simple macro fixes; | Jason McIntyre |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2011-09-21 | fix missing err.h includes | Jonathan Gray |
2010-11-05 | - fix possible use of uninitialized variable. | Jasper Lievisse Adriaanse |
2010-04-05 | Another incorrect comment introduction. \." != .\" | Theo de Raadt |
2010-01-06 | clean up this page a little; ok norby | Jason McIntyre |
2010-01-03 | Neither .Pp nor unqualified text are allowed at the top level of .Bl; | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-02-01 | "Ethernet" is a family of networking technologies developed at Xerox PARC, | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-18 | tidy up synopsis and usage; from Igor Sobrado | Jason McIntyre |
2007-02-06 | fix some dodgy displays; | Jason McIntyre |
2005-11-09 | whever -> whenever in comments | Martin Reindl |
2005-06-16 | use getopt() for argument list parsing | Robert Nagy |
2005-06-15 | remove SNMP code from mrouted(8) because it is broken and it is | Robert Nagy |
2004-08-01 | ansi cleanup; khalek@linuxgamers.net | Theo de Raadt |
2004-04-03 | .br workaround no longer necessary; | Jason McIntyre |
2004-01-16 | sync with raw socket API change. reported by Esben Norby, tested by tedu | Jun-ichiro itojun Hagino |
2004-01-05 | include path fixes for gcc3. | Marc Espie |
2003-11-26 | Replace log() with logit() since ISO C reserves log() for the math | Todd C. Miller |
2003-10-30 | Another "the the" typo in a comment; Bruno Rohee | Todd C. Miller |
2003-08-19 | rewrite SIOCGIFCONF into getifaddrs. deraadt ok | Jun-ichiro itojun Hagino |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre |
2003-06-26 | strict proto cleanups | Theo de Raadt |
2003-06-12 | - section reorder | Jason McIntyre |
2003-04-08 | strlcpy, pass length to function. ok tdeval@, deraadt@ | Daniel Hartmeier |
2003-04-02 | sprintf killing; millert ok | Theo de Raadt |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2003-03-12 | less sprintf | Theo de Raadt |
2003-03-05 | - double spaces killed | Jason McIntyre |
2003-03-03 | spaces | Theo de Raadt |
2003-03-03 | ansi, from cloder | Theo de Raadt |
2003-03-01 | proper notice | Theo de Raadt |
2003-03-01 | After 2 years, and more than 350 pieces of mail exchanged with "the | Theo de Raadt |
2003-03-01 | apparently xerox wrote this snmp stuff | Theo de Raadt |
2002-08-09 | die if fd_set overruns. | Jun-ichiro itojun Hagino |
2002-08-03 | use getifaddrs, not SIOCGIFCONF. | Jun-ichiro itojun Hagino |
2002-08-01 | u_short cleansing | Jun-ichiro itojun Hagino |
2002-06-02 | missing sockaddr inits; ok itojun | Theo de Raadt |
2002-05-30 | snprintf in .y files | Theo de Raadt |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |