summaryrefslogtreecommitdiff
path: root/lib/libc/net/gethostnamadr.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* oops, gethostbyaddr(3) must return h_addr as an IPv4-mappedHajimu UMEMOTO2005-04-301-0/+5
* - do validation check and IPv4-mapped IPv6 address handling beforeHajimu UMEMOTO2005-04-291-1/+36
* sync _map_v4v6_host*() with bind9's. it treats align better bit.Hajimu UMEMOTO2005-04-281-1/+1
* make gethostby*() thread-safe.Hajimu UMEMOTO2005-04-281-70/+162
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-271-0/+1
* ensure parsing numeric address before any host query.Hajimu UMEMOTO2005-04-251-13/+126
* Remove bogus non-reentrant "temporary" implementation of gethostbyaddr_r()Kris Kennaway2003-06-191-19/+0
* Catch up with nsdispatch.c: nsdispatch(3) is now `hidden' byJacques Vidrine2003-04-241-2/+4
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+2
* Removed duplicate VCS ID tags, as per style(9).Ruslan Ermilov2001-08-131-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-3/+0
* Make RES_OPTIONS=inet6 work.Hajimu UMEMOTO2000-10-271-0/+4
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-120/+46
* Add unsigned char cast to isalphaAndrey A. Chernov1999-11-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Removed unnecessary initialization of hp in gethostbyaddr_r.Alexander Langer1997-12-251-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-2/+2
* Merge in bind-4.9.4-P1 resolver...Peter Wemm1996-08-291-17/+20
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-2/+23
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Change strtok() to strsep(), cause memory corruption for allAndrey A. Chernov1995-03-241-10/+16
* get* rework and new bind codePaul Traina1994-09-251-485/+37
* Fix gethostbyaddr():Geoff Rehmet1994-08-281-2/+2
* Fixed typo.Garrett Wollman1994-08-091-2/+2
* Add (substantially re-written) support for /etc/host.conf, and reintegratedGarrett Wollman1994-08-091-11/+196
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+452