| Age | Commit message (Expand) | Author |
| 2015-09-22 | be more forgiving, and don't abort on unexpected errors. | christos |
| 2015-09-22 | Handle herrors properly so that postfix can return 4XX codes when appropriate. | christos |
| 2015-09-03 | PR/50195: Henning Petersen: Incorrect check in getnameinfo_link. | christos |
| 2015-05-15 | Don't create a weak alias in the !RUMPACTION case. | joerg |
| 2015-05-15 | Fix rump.{netstat,route} shows host's interface names in link local addresses | ozaki-r |
| 2013-08-16 | Add not advertised reentrant functions: {get,set,end}hostent_r, | christos |
| 2012-09-26 | add and document AF_LOCAL (and the rest that were not) | christos |
| 2012-03-20 | Use C89 Prototypes. | matt |
| 2012-03-13 | PR/45989: Martin Husemann: lint invocation does include -w only on i386 | christos |
| 2010-06-29 | - remove extra len check as per discussion on tech-net. | seanb |
| 2010-01-29 | Print AppleTalk phase 2 range, too, if available. | is |
| 2010-01-26 | Add AF_APPLETALK support to getnameinfo(); make "route show" use it. | is |
| 2009-08-12 | Watch getservbyport_r() semantics. sv needs scope | seanb |
| 2009-02-11 | sign-compare fix | lukem |
| 2006-10-15 | fix incomplete initializers | christos |
| 2006-08-24 | use the re-entrant version of getservbyport. | christos |
| 2006-02-17 | Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer is | ginsbach |
| 2005-11-29 | WARNS=4 | christos |
| 2002-11-11 | Fix signed/unsigned comparison warnings. Catch error conditions | thorpej |
| 2002-06-27 | correct %d/%u mixup. | itojun |
| 2002-05-22 | Turn the flags argument to getnameinfo(3) back into an int (from unsigned | kleink |
| 2002-05-22 | use strlcpy, not strcpy | itojun |
| 2002-05-14 | More XNS5.2/POSIX-2001 alignment: change the flags argument to | kleink |
| 2002-05-14 | Align with XNS5.2/POSIX-2001: change hostlen and servlen arguments to | kleink |
| 2002-03-04 | More ipip references | sommerfeld |
| 2001-11-15 | make NI_WITHSCOPEID a default (always on), to synchronize with recent 2553bis. | itojun |
| 2001-11-15 | synchronize with kame better. get rid of #defines for ENI_xx. | itojun |
| 2001-10-06 | Put back AF_LINK support. This time, all the new code passes lint(1), modulo | bjh21 |
| 2001-10-05 | Remove AF_LINK support. It generates lint warnings, and hence won't compile | bjh21 |
| 2001-10-05 | make it at least compile (there's no /usr/include/net/if_ieee1394.h exist). | itojun |
| 2001-10-04 | Extend getnameinfo() to support AF_LINK sockaddrs. The intention is that | bjh21 |
| 2001-08-19 | snprintf return value audit. inspired by deraadt | itojun |
| 2001-04-26 | Fix previous rev. the right way, using socklen_t. | kleink |
| 2001-04-26 | Fix lint problem caused by the changes for PR standards/12703. | tron |
| 2001-01-25 | make local constant arrays const | jdolecek |
| 2001-01-04 | sprinkle _DIAGASSERT() around | lukem |
| 2000-09-25 | remove merge error from kame. | itojun |
| 2000-09-25 | off-by-1 error in string length validation. | itojun |
| 2000-08-07 | sync comment with reality. from kame | itojun |
| 2000-07-06 | - remove unused vars | christos |
| 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 for getnameinfo(3) for RFC2553 conformance. | itojun |
| 2000-04-26 | bring in latest KAME implementation. | itojun |
| 2000-04-24 | add __RCSID(). | itojun |
| 2000-04-24 | supply weak alias for IPv6-related library additions. sorry to be late. | itojun |
| 2000-03-17 | make this compile on non 4.4BSD systems | christos |
| 2000-02-17 | to synchronize with progress of discussion for post | itojun |
| 2000-02-16 | preparation to flip extended scoped address syntax. | itojun |
| 2000-02-09 | revise extended scoped address format support. delimiter and the order | itojun |