aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/getservent.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* libc/net/getservent.c: Mark write-only variables as unusedKonstantin Belousov2021-12-061-8/+8
* Fix -Wvoid-pointer-to-enum-cast warnings.Brooks Davis2020-04-151-9/+9
* Increase YPMAXRECORD to 16M to be compatible with Linux.Konstantin Belousov2019-08-121-4/+11
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: do not include <sys/types.h> where <sys/param.h> was already includedAndriy Voskoboinyk2016-04-181-1/+0
* libc: cleanup unnecessary semicolons.Pedro F. Giffuni2016-04-111-7/+7
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-2/+2
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-2/+2
* libc: Make various internal file descriptors from fopen() close-on-exec.Jilles Tjoelker2013-08-231-2/+2
* Use the stored length value instead of calculating it by strlen().Hajimu UMEMOTO2010-04-061-8/+6
* Add capability to use a db version of services. It is enabled byHajimu UMEMOTO2010-04-041-0/+202
* Reduce duplicate code.Hajimu UMEMOTO2010-04-041-59/+33
* Treat '+' as special only when in compat mode, and simplifyHajimu UMEMOTO2010-04-041-22/+19
* Stop adding trailing '\n'. The servent_unpack() doesn't expectHajimu UMEMOTO2010-04-041-10/+3
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-281-250/+1058
* - 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