| Age | Commit message (Expand) | Author |
| 2000-07-25 | typo. s/Fa getaddrinfo/Fn getaddrinfo/. sync with kame. | itojun |
| 2000-07-25 | move pitfall example to downwards. wording fixes. sync with kame. | itojun |
| 2000-07-25 | give pitfall examples. | itojun |
| 2000-07-24 | correct malloc() size computation mistake. bug from bsdi, found | itojun |
| 2000-07-09 | reject empty scopeid/numeric portname explicitly. sync with kame. | itojun |
| 2000-07-09 | use strtoul() to check for all-digit string, not isdigit(). sync with kame. | itojun |
| 2000-07-08 | %-format pedant (always pass %s, don't use variable alone). | itojun |
| 2000-07-07 | Passing "char" values to ctype(3) functions is problematic. | itohy |
| 2000-07-07 | to get (f)lex output to go to stdout, use -t (a flag supported by | cgd |
| 2000-07-06 | remove register | christos |
| 2000-07-06 | add explicit casts | christos |
| 2000-07-06 | add constcond lint directive | christos |
| 2000-07-06 | add explicit casts | christos |
| 2000-07-06 | add explicit casts | christos |
| 2000-07-06 | add argsused lint directives | christos |
| 2000-07-06 | elide non portable casts | christos |
| 2000-07-06 | de-register | christos |
| 2000-07-06 | remove noop checks | christos |
| 2000-07-06 | elide non-portable casts | christos |
| 2000-07-06 | avoid non portable casts | christos |
| 2000-07-06 | avoid non-portable casts | christos |
| 2000-07-06 | - remove unused vars | christos |
| 2000-07-06 | - avoid non portable casts | christos |
| 2000-07-06 | add CONSTCOND where appropriate | christos |
| 2000-07-05 | return EAI_NODATA, instead of EAI_NONAME, on name resolution errors. | itojun |
| 2000-06-30 | typo in RFC number. KAME PR 263 | itojun |
| 2000-06-22 | add cmetz paper, correct example | itojun |
| 2000-06-18 | do not assume that nsaddr_list[n].sa_len is properly initialized, | itojun |
| 2000-06-18 | recomend get{addr,name}info for scoped address support. | itojun |
| 2000-06-18 | Set errno when res_mkquery fails. | ghudson |
| 2000-06-14 | fix up NetBSD RCS Ids to match the standard, and the leading comment as | cgd |
| 2000-06-14 | besure to check getnameinfo() return value. (debugging code) | itojun |
| 2000-06-12 | correct ENI_SALEN case to meet rfc2553bis. | itojun |
| 2000-06-12 | correct return value from getnameinfo to meet rf2553bis. | itojun |
| 2000-06-04 | correct arg type (salen) to conform to RFC2553. | itojun |
| 2000-06-04 | correct arg type for getnameinfo(3) for RFC2553 conformance. | itojun |
| 2000-05-30 | usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoid | itojun |
| 2000-05-23 | Fix an alignment problem introduced by the patch for PR lib/8032. | tron |
| 2000-05-17 | nroff correction. from openbsd. | itojun |
| 2000-05-17 | linebreak fix (nroff tradition) | itojun |
| 2000-05-17 | typo in function name | itojun |
| 2000-05-17 | correct use of .Dt. nuke space at EOL. wording (duplicated verb). | itojun |
| 2000-05-11 | $NetBSD$ | itojun |
| 2000-05-11 | update internet draft #. correct samples. | itojun |
| 2000-05-08 | Need an internal name for send(); noticed by itojun. | kleink |
| 2000-04-28 | typo in comment | itojun |
| 2000-04-27 | don't look at $HOSTALIASES, if issetugid() says the binary is dirty. | itojun |
| 2000-04-27 | remove unused struct def. more sanity check for NULL. | itojun |
| 2000-04-26 | bring in latest KAME implementation. | itojun |
| 2000-04-26 | add $KAME$ | itojun |