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