| Age | Commit message (Expand) | Author |
| 2023-11-26 | include: Remove ancient SCCS tags. | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .h pattern | Warner Losh |
| 2022-11-02 | netdb.h: re-enable EAI_ADDRFAMILY, EAI_NODATA | Mike Karels |
| 2022-09-29 | corrected RFC numbers in comments to proper ones | Hajimu UMEMOTO |
| 2018-12-23 | Fix mismatch from r342379. | Pedro F. Giffuni |
| 2018-12-23 | gai_strerror() - Update string error messages according to RFC 3493. | Pedro F. Giffuni |
| 2017-12-08 | SPDX: license IDs for some ISC-related files. | Pedro F. Giffuni |
| 2017-11-20 | include: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-07-28 | Add NI_NUMERICSCOPE. | Ed Schouten |
| 2016-06-09 | Implement an NSS backend for netgroups and add getnetgrent_r(3). | Mark Johnston |
| 2016-05-30 | Add missing types and constants to <netdb.h>. | Ed Schouten |
| 2015-12-20 | addrinfo.ai_family is an address family, not a protocol family. | Hajimu UMEMOTO |
| 2015-12-18 | Add AI_V4MAPPED and AI_ALL support for getaddrinfo(3). | Hajimu UMEMOTO |
| 2011-12-13 | Replace __const by const in all non-contributed source code. | Ed Schouten |
| 2010-04-04 | Add capability to use a db version of services. It is enabled by | Hajimu UMEMOTO |
| 2010-02-16 | Remove the Berkeley clause 3's. | Warner Losh |
| 2009-03-14 | Hide numerous BSD extensions in the POSIX namespace. | David Schultz |
| 2006-05-21 | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bit | Hajimu UMEMOTO |
| 2006-05-21 | Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer is | Hajimu UMEMOTO |
| 2006-05-12 | Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1: | Hajimu UMEMOTO |
| 2006-04-15 | - make reentrant version of netdb functions glibc style API, and | Hajimu UMEMOTO |
| 2006-03-21 | Update the resolver in libc to BIND9's one. | Hajimu UMEMOTO |
| 2005-07-22 | Remove padding for ABI compatibility of ai_addrlen member | Hajimu UMEMOTO |
| 2005-06-03 | - Remove padding for ABI compatibility of n_net member from struct | Hajimu UMEMOTO |
| 2005-05-27 | disable defining NI_WITHSCOPEID. It was obsoleted, and was exist | Hajimu UMEMOTO |
| 2005-05-15 | - The ai_addrlen of a struct addrinfo used to be a size_t, per | Hajimu UMEMOTO |
| 2005-04-27 | hide implementation specific internal functions from netdb.h. | Hajimu UMEMOTO |
| 2005-02-14 | . Convert return type of gai_strerror() to 'const char *' as POSIX requires. | Alexey Zelkin |
| 2005-01-27 | implement AI_NUMERICSERV (as defined in RFC3493). | Hajimu UMEMOTO |
| 2004-02-25 | Make the resolver(3) and many associated interfaces much more reentrant. | Brian Feldman |
| 2004-01-15 | remove EAI_NODATA aliased to EAI_NONAME. | Hajimu UMEMOTO |
| 2003-10-24 | style. | Hajimu UMEMOTO |
| 2003-10-24 | oops, EAI_NONAME is not EAINONAME. | Hajimu UMEMOTO |
| 2003-10-23 | workaround to have backward compatibility for EAI_NODATA. | Hajimu UMEMOTO |
| 2003-10-23 | oops, I forget to diable EAI_ADDRFAMILY and EAI_NODATA. | Hajimu UMEMOTO |
| 2003-10-21 | stop use of NI_WITHSCOPEID. it was deprecated. | Hajimu UMEMOTO |
| 2002-08-21 | o Merge <machine/ansi.h> and <machine/types.h> into a new header | Mike Barcroft |
| 2002-06-26 | Minor libc internal-only interface change for mapv4v6. | Warner Losh |
| 2002-03-23 | Breath deep and take __P out of the system include files. | Warner Losh |
| 2001-10-04 | Fixed order of includes. <sys/cdefs.h> must be included before | Bruce Evans |
| 2001-09-05 | style(9) the structure definitions. | David E. O'Brien |
| 2001-07-22 | Remove namespace pollution. | Mike Barcroft |
| 2001-03-27 | give the "netgrent" functions a home in netdb.h | Alfred Perlstein |
| 2001-03-17 | Nuke non-standard EAI_RESNULL. | Hajimu UMEMOTO |
| 2001-02-19 | Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Some | Hajimu UMEMOTO |
| 2001-02-15 | Correct 2nd argument of getnameinfo(3) to socklen_t. | Hajimu UMEMOTO |
| 2000-09-06 | Add nsswitch support. By creating an /etc/nsswitch.conf file, you can | Jacques Vidrine |
| 2000-02-08 | Change IPv6 address scope delimeter from '@' to '%' as recent KAME change. | Yoshinobu Inoue |
| 1999-12-28 | Getaddrinfo(), getnameinfo(), and etc support in libc/net. | Yoshinobu Inoue |
| 1999-08-27 | $Id$ -> $FreeBSD$ | Peter Wemm |