aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/getservent.c
Commit message (Expand)AuthorAgeFilesLines
* - make reentrant version of netdb functions glibc style API, andHajimu UMEMOTO2006-04-151-43/+92
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedStefan Farfeleder2005-08-201-0/+1
* make getnetby*() thread-safe.Hajimu UMEMOTO2005-04-281-5/+5
* rename the NIS related fields to have yp_ prefix.Hajimu UMEMOTO2005-04-181-24/+24
* Do not check whether a pointer is NULL, since free(3) already takes care ofXin LI2005-04-181-6/+3
* Fix build for !YP case.Xin LI2005-04-171-0/+4
* libc-internal interfaces should have two underscores in frontHajimu UMEMOTO2005-04-171-4/+4
* - add getserv{byname,byport,ent}_r for internal use within libc.Hajimu UMEMOTO2005-04-151-85/+160
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)Maxim Sobolev2005-01-031-3/+2
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-2/+1
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-1/+1
* Remove trailing characters from #endif.David E. O'Brien2002-03-151-3/+0
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-0/+6
* Small yet significant tweaks/cleanups:Bill Paul1996-12-271-3/+3
* Eliminate 3 more examples of gratutiously passing arrays by address.Jordan K. Hubbard1996-12-051-3/+3
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-0/+2
* Improve NIS performace of getservbyname() and getservbyport(). Both theseBill Paul1996-06-011-7/+95
* Getpwent() and getservent() can wind up calling free() withMike Pritchard1996-01-291-1/+0
* Add NIS support to getservent(3) functions (getservbyport() and getservbyname()Bill Paul1995-11-041-0/+68
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+121