summaryrefslogtreecommitdiff
path: root/lib/libc/net/gethostbyht.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker2013-08-231-2/+2
* - When there is no room for returning the result, nss backendHajimu UMEMOTO2010-08-131-4/+12
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:Hajimu UMEMOTO2006-05-121-4/+5
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-151-47/+115
* Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-211-7/+12
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedHajimu UMEMOTO2005-04-301-1/+8
* _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.Hajimu UMEMOTO2005-04-301-1/+1
* _ht_gethostbyname didn't handle RES_USE_INET6 correctly.Hajimu UMEMOTO2005-04-301-6/+18
* NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno.Hajimu UMEMOTO2005-04-291-1/+1
* make gethostby*() thread-safe.Hajimu UMEMOTO2005-04-281-62/+88
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-271-0/+1
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)Maxim Sobolev2005-01-031-3/+3
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+2
* Remove 'register' keyword.David E. O'Brien2002-03-211-4/+4
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+0
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-8/+21
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Ensure that host_addr (which is returned in struct hostent::h_addr_list[0])Dmitrij Tejblum1999-06-071-2/+2
* Merge in bind-4.9.6 resolver changes. Note that they resolve thePeter Wemm1997-06-271-9/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thePeter Wemm1996-12-301-7/+6
* oops, brain-lapse caused undefined symbolPeter Wemm1996-08-301-3/+3
* Merge in bind-4.9.4-P1 resolver...Peter Wemm1996-08-291-18/+39
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-5/+5
* The last of the bind-4.9.3-REL resolver merges.Peter Wemm1996-01-131-22/+29
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-5/+5
* get* rework and new bind codePaul Traina1994-09-251-0/+182