| Age | Commit message (Expand) | Author |
| 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 |
| 2001-04-03 | Don't xref gated(8) and htable(8), which we don't have. | wiz |
| 2001-03-10 | sync with version 2.24. Vernon says: | christos |
| 2001-01-15 | specify interface by using interface index (set/getsockopt with 0.0.0.0/8). | itojun |
| 2001-01-10 | deprecate LOG_ODELAY; it's the default | lukem |
| 2000-11-07 | fix up various .Nm abuses: | lukem |
| 2000-10-10 | Format string cleanups by Bill Sommerfeld. | is |
| 2000-10-05 | insure -> ensure | ad |
| 2000-07-27 | Pull in <md5.h> rather than defining our own MD5 structures (!). | thorpej |
| 2000-07-21 | Make sure IS_PASSIVE gets set on a parm's int_state when the | thorpej |
| 2000-07-20 | In walk_supply(), test for IS_PASSIVE in ifp->int_state, not | thorpej |
| 2000-07-05 | remove extra period in SEE ALL section | msaitoh |
| 2000-06-11 | Revert 1.18 -> 1.19; causes infinite loops on machines that use ppp and | christos |
| 2000-03-02 | portability casts | christos |
| 2000-03-02 | portability casts and re-indentation of some code. | christos |
| 2000-03-02 | make local functions static and portability casts. | christos |
| 2000-03-02 | typos and clarifications | christos |
| 2000-03-02 | protability cast. | christos |
| 2000-03-02 | add an unsigned cast; looks safe and innocent, but it might not be... | christos |
| 2000-03-02 | add a usec_fudge to make sure that time increases monotonically. | christos |
| 2000-03-02 | add a comment on about how tracing is secured, but still keep it disabled. | christos |