| Age | Commit message (Expand) | Author |
| 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 |
| 2001-11-16 | Punctuation fix, sort sections, lose a .Pp. | wiz |
| 2001-11-16 | Sort SEE ALSO. | wiz |
| 2001-11-02 | fix -Wshadow warnings | lukem |
| 2001-10-01 | "kernel switch ipforwarding" -> "sysctl net.inet.ip.forwarding". | kleink |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-06-05 | Drop argument of .Os. | wiz |
| 2001-06-05 | Drop arguments of .Os. | wiz |
| 2001-05-06 | Improve usage of `comprise' according to Webster and misc/10893 | wiz |
| 2001-04-06 | Negative exit code cleanup: Replace exit(-x) with exit(x). | wiz |