| Age | Commit message (Expand) | Author | Files | Lines |
| 2000-06-13 | Initial import of ELF ld.so. This was written indepently of the gnu rtld |  rahnds | 19 | -0/+2593 |
| 2000-06-12 | address PR 1274 (-h does not work on EPSV). |  itojun | 1 | -2/+23 |
| 2000-05-31 | Request from Theo: |  espie | 1 | -3/+4 |
| 2000-05-17 | A non existent directory should not prevent makewhatis from looking |  espie | 1 | -4/+6 |
| 2000-04-29 | Use perl 5.6.0 features: |  espie | 1 | -12/+30 |
| 2000-04-29 | indent |  deraadt | 1 | -6/+6 |
| 2000-04-29 | strerror |  deraadt | 1 | -2/+2 |
| 2000-04-26 | Try harder to find a full subject line. |  espie | 1 | -11/+62 |
| 2000-04-23 | With perl 5.6.0, GetOpt::Std is functional, use it. |  espie | 2 | -65/+139 |
| 2000-04-21 | Use fgetln(3) instead of fgets(3) when reading in the message. This |  millert | 1 | -16/+26 |
| 2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. |  aaron | 1 | -3/+3 |
| 2000-04-15 | Mostly punctuation fixes. |  aaron | 6 | -50/+49 |
| 2000-04-12 | Trailing whitespace begone! |  aaron | 3 | -10/+10 |
| 2000-04-12 | Limited EUC heuristics, should handle bold wide characters correctly, |  espie | 1 | -2/+6 |
| 2000-04-12 | put wrapper in the Nd |  deraadt | 1 | -2/+2 |
| 2000-04-11 | do not lose descriptors; Takahiro Kambe |  deraadt | 1 | -2/+8 |
| 2000-04-10 | remove proxy.c as well |  ericj | 1 | -73/+0 |
| 2000-04-10 | proxy function not used/needed |  ericj | 1 | -2/+2 |
| 2000-04-04 | Scan l and n sections as well. |  espie | 1 | -3/+3 |
| 2000-03-31 | Reformat with ts=8, after some prodding from Tom Christiansen :) |  espie | 1 | -272/+272 |
| 2000-03-31 | Parse nroff source directly as well, don't use getNAME which is awful |  espie | 1 | -33/+147 |
| 2000-03-29 | Xr repair |  deraadt | 1 | -2/+1 |
| 2000-03-28 | need an ntalkd man page, obviously |  deraadt | 1 | -1/+2 |
| 2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page |  aaron | 4 | -12/+12 |
| 2000-03-09 | -Wall cleanup |  deraadt | 1 | -23/+22 |
| 2000-03-09 | -Wall type correctness |  deraadt | 1 | -8/+6 |
| 2000-03-03 | Turns out that our implementation of STAT wasn't RFC 959 compliant. |  bitblt | 1 | -1/+6 |
| 2000-03-01 | order kerberos libraries |  deraadt | 1 | -2/+2 |
| 2000-02-16 | Add subject (.Nd) lines (their absence as discovered by espie@'s new perl |  aaron | 1 | -1/+2 |
| 2000-02-05 | Much better at handling formatted manpages. |  espie | 1 | -24/+64 |
| 2000-02-04 | Document new stuff... |  espie | 1 | -2/+21 |
| 2000-02-03 | Switch to perl: *much* faster (about ten times), *much* more flexible, |  espie | 3 | -60/+232 |
| 2000-02-01 | no need to extern int errno if errno.h is included |  deraadt | 2 | -5/+3 |
| 2000-01-27 | make rshd and rlogind IPv6-ready. |  itojun | 2 | -76/+161 |
| 2000-01-23 | rpc.lockd has nothing to do with rpc.rstatd; dwmalone@maths.tcd.ie |  millert | 1 | -8/+5 |
| 2000-01-18 | Fix a pasto in the last commit. The genesis of this bug is actually |  millert | 1 | -2/+2 |
| 2000-01-18 | "pwd" should print an error, not garbage, if getcwd() fails; form@vell.nsc.ru |  millert | 1 | -2/+2 |
| 2000-01-15 | (char *)0 -> NULL cleanup. From NetBSD |  ericj | 1 | -10/+10 |
| 2000-01-14 | call dologout() with 1. not -1 |  ericj | 1 | -3/+3 |
| 2000-01-04 | la la la |  beck | 1 | -3/+3 |
| 1999-12-20 | perform setsockopt(IP_TOS) only when IPv4 connection comes. |  itojun | 1 | -3/+3 |
| 1999-12-18 | netinet/in.h without sys/socket.h |  deraadt | 1 | -0/+1 |
| 1999-12-11 | set "host" properly when getnameinfo() is successful. |  itojun | 1 | -3/+5 |
| 1999-12-10 | v6 friendly; KAME |  deraadt | 1 | -13/+33 |
| 1999-12-10 | using u_char * is a lot more convenient than doing & 0xff 80+ times |  deraadt | 1 | -67/+79 |
| 1999-12-10 | indent |  deraadt | 1 | -5/+5 |
| 1999-12-09 | oops |  deraadt | 1 | -7/+4 |
| 1999-12-09 | close passive mode data socket. |  itojun | 1 | -1/+3 |
| 1999-12-08 | IPv6 support from KAME. |  itojun | 6 | -96/+716 |
| 1999-12-07 | do not crash if stdin is not a tty |  deraadt | 1 | -5/+7 |