NetBSD/lib/libc/net
dyoung 46db29bcf1 Bring getifaddrs(3) behavior in line with the documentation: the
ifa_data member of every AF_LINK struct ifaddrs points at the
corresponding struct if_data.  In ifconfig(8), do not try to suppress
duplicate AF_LINK ifaddrs by checking for a NULL ifa_data.

Don't copy out two AF_LINK struct ifaddrs for each active link-layer
address. getifaddrs(3) used to copy out one ifaddrs for the kernel's
RTM_IFINFO message, and one more for the kernel's RTM_NEWADDR message.
I suppress the first duplicate with a highly conservative change that
wastes a little bit of ifaddrs storage.  The storage is not leaked.
2009-04-27 20:10:49 +00:00
..
base64.c merge libbind and bump. 2009-04-12 17:07:16 +00:00
byteorder.3
ethers.3
ethers.c PR lib/34801 from David A. Holland: "static" comes first in declaration. 2006-10-15 10:55:01 +00:00
gai_strerror.3
getaddrinfo.3 Add missing article. 2006-12-23 07:42:30 +00:00
getaddrinfo.c Cause getaddrinfo() without socktype specification to work correctly for 2009-01-23 00:48:57 +00:00
gethnamaddr.c Appropriate versions are not supplied by bind anymore. 2007-01-27 22:27:35 +00:00
gethostbyname.3 Clarify that gethostbyname and gethostbyname2 can deal with 2006-10-07 21:30:39 +00:00
getifaddrs.3 Mark up NULL. New sentence, new line. Bump date for previous. 2009-04-22 07:26:52 +00:00
getifaddrs.c Bring getifaddrs(3) behavior in line with the documentation: the 2009-04-27 20:10:49 +00:00
getnameinfo.3
getnameinfo.c sign-compare fix 2009-02-11 05:25:17 +00:00
getnetent.3
getnetent.c Appropriate versions are not supplied by bind anymore. 2007-01-27 22:27:35 +00:00
getnetnamadr.c Fix possible memory leak in error path. 2008-05-18 22:36:15 +00:00
getpeereid.3 Adjust "The getpeereid() function appeared in NetBSD 4.0" to a more 2008-01-29 13:55:27 +00:00
getpeereid.c Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
getprotobyname_r.c
getprotobyname.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
getprotobynumber_r.c
getprotobynumber.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
getprotoent_r.c
getprotoent.3
getprotoent.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
getservbyname_r.c return NULL instead of core-dumping when we could not open the services file/db 2007-03-21 02:35:39 +00:00
getservbyname.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
getservbyport_r.c return NULL instead of core-dumping when we could not open the services file/db 2007-03-21 02:35:39 +00:00
getservbyport.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
getservent_r.c PR/37708: A.Leo.: getservbyname, segetaddrinfo sefgfaults when user has no 2008-01-06 16:34:18 +00:00
getservent.3
getservent.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
hesiod.3 Use .An for author list. 2009-03-10 23:36:10 +00:00
hesiod.c
if_indextoname.3
if_indextoname.c strncpy -> strlcpy. from David Holland. 2006-11-25 23:09:11 +00:00
if_nameindex.c
if_nametoindex.c
inet6_opt_init.3
inet6_option_space.3
inet6_rth_space.3
inet6_rthdr_space.3
ip6opt.c sign-compare fix 2009-01-30 23:35:35 +00:00
iso_addr.3 Remove reundant quote. 2009-04-11 15:32:03 +00:00
iso_addr.c
linkaddr.3
linkaddr.c
Lint_htonl.c
Lint_htons.c
Lint_ntohl.c
Lint_ntohs.c
Makefile.inc Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make 2007-08-09 15:23:01 +00:00
nsdispatch.3 Convert getnetbyname(3) and getnetbyaddr(3) to the more "standard" 2008-05-08 13:01:42 +00:00
nsdispatch.c sign-compare fix 2009-02-05 13:21:11 +00:00
nslexer.l Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
nsparser.y sign-compare fix 2009-02-05 13:21:11 +00:00
protoent.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
rcmd.3
rcmd.c Don't leak file descriptors. 2007-01-03 11:46:22 +00:00
recv.c
resolver.3
rthdr.c sign-compare fix 2009-02-05 23:22:39 +00:00
send.c
servent.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sethostent.c Appropriate versions are not supplied by bind anymore. 2007-01-27 22:27:35 +00:00
sockatmark.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
sockatmark.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
vars6.c