| Age | Commit message (Expand) | Author |
| 2009-10-26 | merge 2.32 which is actually 2.31. Most important change is: | christos |
| 2009-09-11 | Add xref to pkgsrc/net/gated, so people know where to find gated(8). | wiz |
| 2009-04-06 | fix sign-compare issue | lukem |
| 2008-12-28 | fix printf formats. | christos |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-09-16 | __attribute -> __attribute__. | ragge |
| 2007-08-14 | Don't nul-terminate the interface name in a sockaddr_dl that is | dyoung |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2006-03-22 | Coverity CID 1301: Return early if we could not open /dev/null | christos |
| 2006-03-21 | Coverity CID 2742: Avoid NULL deref. | christos |
| 2006-03-18 | Coverity CID 2307: Possible memory leak. | christos |
| 2006-03-18 | Coverity CID 2306: Possible memory leak. | christos |
| 2006-03-18 | Coverity CID 1079: Possible NULL deref. | christos |
| 2006-03-18 | Coverity CID 1080: Possible NULL deref. | christos |
| 2006-03-18 | Coverity CID 2432: Dereference before NULL check. | christos |
| 2006-03-17 | Coverity CID 2671: Fix use of ifp after free. | christos |
| 2006-02-25 | Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"), | wiz |
| 2005-06-27 | Move WARNS=3 to the Makefile.inc, and add a little const to the remaining | christos |
| 2005-02-05 | Kill __P(). | xtraeme |
| 2004-07-06 | PR 9431: if rnh_addradd() fails, total_routes will be wrong. | mycroft |
| 2004-07-06 | usage: -F was missing the /mask part. Based on PR 26063 | wiz |
| 2004-05-17 | Remove unimplemented and undescribed -p option from usage and man page | wiz |
| 2004-05-13 | Remove option letter from getopt string, since it does not | wiz |
| 2004-04-21 | constification lossage (hi gimpy) | christos |
| 2004-03-27 | From Vernon Schryver: | christos |
| 2003-11-14 | Initialize an uninitialized variable. | enami |
| 2003-09-23 | Correct error in previous, noted by Nick Hudson. | wiz |
| 2003-09-07 | Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'. | wiz |
| 2003-09-06 | use arc4random | itojun |
| 2003-08-13 | avoid FD_SET overrun. from openbsd | itojun |
| 2003-07-12 | sprintf can return negative | itojun |
| 2003-07-03 | strcat -> strlcat | itojun |
| 2003-04-21 | strcpy/sprintf cleanup. from openbsd | itojun |
| 2003-04-15 | use snprintf. there are more... | itojun |
| 2003-04-15 | array seems too small | itojun |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-12-18 | Sort sections, new sentences begin on new lines, add a missing line, | wiz |
| 2002-12-06 | Avoid strict alias warnings. | thorpej |
| 2002-12-01 | Fix compilation problems on non-i386. | agc |
| 2002-11-30 | sync with routed 2.27 | christos |
| 2002-10-03 | New sentence, new line. From Robert Elz. | wiz |
| 2002-08-08 | bitmask operation mistake audit (s/&&/&/). from openbsd | itojun |
| 2002-05-12 | Spelling fixes, from Sergey Svishchev in kern/16650. | wiz |
| 2002-04-23 | don't override LDSTATIC if NOPIC is defined. | msaitoh |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-21 | Use mdoc macros instead of man ones. | wiz |