summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/getproto.c
Commit message (Collapse)AuthorAgeFilesLines
* Add declarations to netdb_private.h to eliminate -Wmissing-prototypes warnings.rodrigc2015-09-201-6/+0
|
* When no protocol entry is found, getproto*_r(3) shouldume2010-10-051-1/+1
| | | | | | | return zero. Spotted by: Kostik Belousov <kostikbel__at__gmail.com> MFC after: 2 weeks
* - When there is no room for returning the result, nss backendume2010-08-131-8/+10
| | | | | | | | | | have to return ERANGE and terminate with NS_RETURN. - When gethostbyname_r(3) and the friends end with an error, set errno to the value nss backend returns, and return errno value. PR: kern/131623 MFC after: 2 weeks
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
| | | | | | clause. # If I've done so improperly on a file, please let me know.
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-12/+78
| | | | | | | | databases. - Make nsswitch support caching. Submitted by: Michael Bushkov <bushman__at__rsu.ru> Sponsored by: Google Summer of Code 2005
* - make reentrant version of netdb functions glibc style API, andume2006-04-151-8/+20
| | | | | | | expose them to outside of libc. - make netdb functions NSS friendly. Reviewed by: arch@ and current@ (no objection)
* - add getproto{byname,bynumber,ent}_r for internal use within libc.ume2005-04-191-11/+21
| | | | - make getproto{byname,bynumber,ent} thread-safe.
* Remove 'register' keyword.obrien2002-03-211-2/+4
|
* General -Wall warning cleanup, part I.jkh1996-07-121-1/+1
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+55
OpenPOWER on IntegriCloud