summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostnamadr.c
Commit message (Expand)AuthorAgeFilesLines
* - When there is no room for returning the result, nss backendume2010-08-131-5/+17
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1 on 64 bitume2006-05-211-25/+22
* Fix gethostbyaddr() prototype to conform to IEEE Std 1003.1:ume2006-05-121-4/+14
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-1/+295
* - make reentrant version of netdb functions glibc style API, andume2006-04-151-186/+225
* Update the resolver in libc to BIND9's one.ume2006-03-211-18/+22
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedume2005-04-301-0/+5
* - do validation check and IPv4-mapped IPv6 address handling beforeume2005-04-291-1/+36
* sync _map_v4v6_host*() with bind9's. it treats align better bit.ume2005-04-281-1/+1
* make gethostby*() thread-safe.ume2005-04-281-70/+162
* hide implementation specific internal functions from netdb.h.ume2005-04-271-0/+1
* ensure parsing numeric address before any host query.ume2005-04-251-13/+126
* Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()kris2003-06-191-19/+0
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' bynectar2003-04-241-2/+4
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-3/+0
* Make RES_OPTIONS=inet6 work.ume2000-10-271-0/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-120/+46
* Add unsigned char cast to isalphaache1999-11-041-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-2/+2
* Removed unnecessary initialization of hp in gethostbyaddr_r.alex1997-12-251-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-2/+2
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-17/+20
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-2/+23
* General -Wall warning cleanup, part I.jkh1996-07-121-2/+7
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Change strtok() to strsep(), cause memory corruption for allache1995-03-241-10/+16
* get* rework and new bind codepst1994-09-251-485/+37
* Fix gethostbyaddr():csgr1994-08-281-2/+2
* Fixed typo.wollman1994-08-091-2/+2
* Add (substantially re-written) support for /etc/host.conf, and reintegratedwollman1994-08-091-11/+196
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+452
OpenPOWER on IntegriCloud