summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostbyht.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Make various internal file descriptors from fopen() close-on-exec.jilles2013-08-231-2/+2
* - When there is no room for returning the result, nss backendume2010-08-131-4/+12
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-121-4/+5
* - make reentrant version of netdb functions glibc style API, andume2006-04-151-47/+115
* Update the resolver in libc to BIND9's one.ume2006-03-211-7/+12
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedume2005-04-301-1/+8
* _ht_gethostbyaddr didn't handle RES_USE_INET6 correctly.ume2005-04-301-1/+1
* _ht_gethostbyname didn't handle RES_USE_INET6 correctly.ume2005-04-301-6/+18
* NETDB_INTERNAL is not fit, here. return NO_RECOVERY for h_errno.ume2005-04-291-1/+1
* make gethostby*() thread-safe.ume2005-04-281-62/+88
* hide implementation specific internal functions from netdb.h.ume2005-04-271-0/+1
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-031-3/+3
* Fix the style of the SCM ID's.obrien2002-03-221-1/+2
* Remove 'register' keyword.obrien2002-03-211-4/+4
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+0
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-8/+21
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Ensure that host_addr (which is returned in struct hostent::h_addr_list[0])dt1999-06-071-2/+2
* Merge in bind-4.9.6 resolver changes. Note that they resolve thepeter1997-06-271-9/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thepeter1996-12-301-7/+6
* oops, brain-lapse caused undefined symbolpeter1996-08-301-3/+3
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-18/+39
* General -Wall warning cleanup, part I.jkh1996-07-121-5/+5
* The last of the bind-4.9.3-REL resolver merges.peter1996-01-131-22/+29
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* get* rework and new bind codepst1994-09-251-0/+182
OpenPOWER on IntegriCloud