aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/getnetnamadr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* libc/net/getnetnamadr.c: Mark write-only variables as unusedKonstantin Belousov2021-12-061-8/+8
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-3/+3
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* libc: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.Craig Rodrigues2015-09-201-7/+0
* - When there is no room for returning the result, nss backendHajimu UMEMOTO2010-08-131-4/+12
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-4/+237
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-151-71/+91
* - Remove padding for ABI compatibility of n_net member from structHajimu UMEMOTO2005-06-031-5/+1
* - The ai_addrlen of a struct addrinfo used to be a size_t, perHajimu UMEMOTO2005-05-151-3/+8
* make getnetby*() thread-safe.Hajimu UMEMOTO2005-04-281-26/+107
* hide implementation specific internal functions from netdb.h.Hajimu UMEMOTO2005-04-271-0/+1
* 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-3/+2
* getnetbyaddr() should be serviced by the "networks" database.Ruslan Ermilov2001-10-101-1/+1
* 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-125/+49
* Add unsigned char cast to isalphaAndrey A. Chernov1999-11-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge in bind-4.9.6 resolver changes. Note that they resolve thePeter Wemm1997-06-271-2/+1
* 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
* Here goes.. Bring the 4.9.5-P1 resolver into -current. This has thePeter Wemm1996-12-301-3/+3
* Merge in bind-4.9.4-P1 resolver...Peter Wemm1996-08-291-21/+7
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+9
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Sicnce this code shares the same fragment as gethostnamaddr:Andrey A. Chernov1995-03-241-10/+16
* Use same configuration file, /etc/host.conf, for both gethost* andGarrett Wollman1994-09-261-7/+9
* get* rework and new bind codePaul Traina1994-09-251-0/+190