summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the Berkeley clause 3's.imp2010-02-161-5/+1
* Hide numerous BSD extensions in the POSIX namespace.das2009-03-141-24/+30
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitume2006-05-211-7/+0
* Return EAI_OVERFLOW instead of EAI_MEMORY when the supplied buffer isume2006-05-211-3/+4
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-121-2/+9
* - make reentrant version of netdb functions glibc style API, andume2006-04-151-0/+26
* Update the resolver in libc to BIND9's one.ume2006-03-211-2/+2
* Remove padding for ABI compatibility of ai_addrlen memberume2005-07-221-19/+0
* - Remove padding for ABI compatibility of n_net member from structume2005-06-031-21/+0
* disable defining NI_WITHSCOPEID. It was obsoleted, and was existume2005-05-271-1/+1
* - The ai_addrlen of a struct addrinfo used to be a size_t, perume2005-05-151-5/+46
* hide implementation specific internal functions from netdb.h.ume2005-04-271-12/+0
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.phantom2005-02-141-1/+1
* implement AI_NUMERICSERV (as defined in RFC3493).ume2005-01-271-3/+5
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-251-2/+3
* remove EAI_NODATA aliased to EAI_NONAME.ume2004-01-151-1/+0
* style.ume2003-10-241-1/+1
* oops, EAI_NONAME is not EAINONAME.ume2003-10-241-1/+1
* workaround to have backward compatibility for EAI_NODATA.ume2003-10-231-0/+1
* oops, I forget to diable EAI_ADDRFAMILY and EAI_NODATA.ume2003-10-231-0/+6
* stop use of NI_WITHSCOPEID. it was deprecated.ume2003-10-211-0/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-7/+7
* Minor libc internal-only interface change for mapv4v6.imp2002-06-261-1/+1
* Breath deep and take __P out of the system include files.imp2002-03-231-50/+49
* Fixed order of includes. <sys/cdefs.h> must be included beforebde2001-10-041-9/+6
* style(9) the structure definitions.obrien2001-09-051-4/+4
* Remove namespace pollution.mike2001-07-221-2/+2
* give the "netgrent" functions a home in netdb.halfred2001-03-271-0/+5
* Nuke non-standard EAI_RESNULL.ume2001-03-171-2/+1
* Enable AI_ADDRCONFIG as a valid flag of getaddrinfo(3). Someume2001-02-191-1/+2
* Correct 2nd argument of getnameinfo(3) to socklen_t.ume2001-02-151-2/+15
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-10/+0
* Change IPv6 address scope delimeter from '@' to '%' as recent KAME change.shin2000-02-081-1/+1
* Getaddrinfo(), getnameinfo(), and etc support in libc/net.shin1999-12-281-0/+77
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Update nameserver interface to bind-8.1.2 levels. We do not use IRS (yet?)peter1998-06-111-4/+9
* Make this compile with the -traditional cc flag.steve1997-08-161-2/+2
* merge in bind-4.9.6 changes (only effect is __res_send #define reverted)peter1997-06-271-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-231-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level.peter1996-12-301-5/+5
* Hand merge in the bind-4.9.4-P1 resolver updates.peter1996-08-291-1/+31
* Fix a bunch of spelling errors in the comment fieldsmpp1996-01-301-3/+3
* Update the resolver include files to bind-4.9.3-beta24 level (from beta9p1)peter1995-08-201-2/+6
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* BSD 4.4 Lite Include Sourcesrgrimes1994-05-241-0/+143
OpenPOWER on IntegriCloud