summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getservent.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Make various internal file descriptors from fopen() close-on-exec.jilles2013-08-231-2/+2
* Use the stored length value instead of calculating it by strlen().ume2010-04-061-8/+6
* Add capability to use a db version of services. It is enabled byume2010-04-041-0/+202
* Reduce duplicate code.ume2010-04-041-59/+33
* Treat '+' as special only when in compat mode, and simplifyume2010-04-041-22/+19
* Stop adding trailing '\n'. The servent_unpack() doesn't expectume2010-04-041-10/+3
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-250/+1058
* - make reentrant version of netdb functions glibc style API, andume2006-04-151-43/+92
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedstefanf2005-08-201-0/+1
* make getnetby*() thread-safe.ume2005-04-281-5/+5
* rename the NIS related fields to have yp_ prefix.ume2005-04-181-24/+24
* Do not check whether a pointer is NULL, since free(3) already takes care ofdelphij2005-04-181-6/+3
* Fix build for !YP case.delphij2005-04-171-0/+4
* libc-internal interfaces should have two underscores in frontume2005-04-171-4/+4
* - add getserv{byname,byport,ent}_r for internal use within libc.ume2005-04-151-85/+160
* Don't ignore the last line of config file (/etc/hosts, /etc/services, etc)sobomax2005-01-031-3/+2
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-271-2/+1
* Remove __P() usage.obrien2002-03-211-1/+1
* Remove 'register' keyword.obrien2002-03-211-1/+1
* Remove trailing characters from #endif.obrien2002-03-151-3/+0
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-0/+6
* Small yet significant tweaks/cleanups:wpaul1996-12-271-3/+3
* Eliminate 3 more examples of gratutiously passing arrays by address.jkh1996-12-051-3/+3
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+2
* Improve NIS performace of getservbyname() and getservbyport(). Both thesewpaul1996-06-011-7/+95
* Getpwent() and getservent() can wind up calling free() withmpp1996-01-291-1/+0
* Add NIS support to getservent(3) functions (getservbyport() and getservbyname()wpaul1995-11-041-0/+68
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+121
OpenPOWER on IntegriCloud