summaryrefslogtreecommitdiffstats
path: root/lib/libc/rpc/get_myaddress.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-301-1/+2
| | | | | before accessing anything in ifa_addr. ok claudio@
* Wrap <rpc/*.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-1/+2
| | | | | | Hide __xprt_register() and _authenticate(); truncate <rpc/svc_auth.h> ok deraadt@
* pull in missing includes (math.h, unistd.h, stdlib.h) needed forderaadt2013-11-121-1/+2
| | | | prototypes
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-011-28/+30
| | | | Update our sources appropriately. OK deraadt@ jsg@
* zap remaining rcsid.espie2005-08-081-4/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* ansify. ok deraadt@ jaredy@otto2005-04-011-3/+2
|
* make it very safe against LP64 alignment issues, by using getifaddrs().itojun2000-02-251-53/+12
| | | | (is it too large amount of change?)
* realloc repairderaadt1998-08-141-4/+7
|
* Some -Wall.millert1997-09-221-1/+2
|
* handle SIOCGIFCONF for as many interfaces as providedderaadt1997-01-221-6/+6
|
* SIOCGIFCONF more carefullyderaadt1997-01-221-8/+21
|
* Fix RCS idstholo1996-08-191-7/+2
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* bcopy->memcpy & tagderaadt1996-07-201-1/+2
|
* prefer non-loopback addressesderaadt1996-06-291-1/+12
|
* from netbsd; make get_myaddress() return failure if it is unable toderaadt1996-01-051-9/+10
| | | | determine address, make other code understand this failure.
* initial import of NetBSD treederaadt1995-10-181-0/+101