NetBSD/lib/libc/net
itojun ed26506c25 usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoid
use of non-exported function __ivaliduser{,_sa}().

we cannot make __ivaliduser{,_sa}() static yet, since doing that would choke
compiled lpd binaries.  we should do it on next libc major version bump.
added a memo on lib/libc/shlib_version.
2000-05-30 01:07:43 +00:00
..
Lint_htonl.c
Lint_htons.c
Lint_ntohl.c
Lint_ntohs.c
Makefile.inc use BSDI-origin if_{index,name}* functions. they use getifaddrs(3) as 2000-04-24 10:24:46 +00:00
__cmsg_alignbytes.c add __RCSID(). 2000-04-24 10:40:24 +00:00
__dn_comp.c
__res_close.c
__res_send.c
_inet_aton.c Add indirect reference stubs for inet_[ap]ton() for environments not supporting 1999-09-15 14:21:01 +00:00
_inet_pton.c Add indirect reference stubs for inet_[ap]ton() for environments not supporting 1999-09-15 14:21:01 +00:00
base64.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
byteorder.3
ethers.3
ethers.c add __RCSID(). 2000-04-24 10:40:24 +00:00
getaddrinfo.3 $NetBSD$ 2000-05-11 03:08:46 +00:00
getaddrinfo.c remove unused struct def. more sanity check for NULL. 2000-04-27 05:30:22 +00:00
gethnamaddr.c Fix an alignment problem introduced by the patch for PR lib/8032. 2000-05-23 07:03:10 +00:00
gethostbyname.3 add missing period. 2000-04-24 16:17:07 +00:00
getifaddrs.3 add freeifaddrs(), which reclaims region allocated by getifaddrs(). 2000-02-23 15:29:18 +00:00
getifaddrs.c add __RCSID(). 2000-04-24 10:40:24 +00:00
getnameinfo.3 $NetBSD$ 2000-05-11 03:08:46 +00:00
getnameinfo.c bring in latest KAME implementation. 2000-04-26 16:08:38 +00:00
getnetent.3
getnetent.c sync with BIND 4.9.7. mostly costmetic. 2000-04-25 13:26:03 +00:00
getnetnamadr.c Delint. 2000-01-22 22:19:07 +00:00
getproto.c Delint. 2000-01-22 22:19:07 +00:00
getprotoent.3
getprotoent.c Delint. 2000-01-22 22:19:07 +00:00
getprotoname.c Delint. 2000-01-22 22:19:07 +00:00
getservbyname.c Delint. 2000-01-22 22:19:07 +00:00
getservbyport.c Delint. 2000-01-22 22:19:07 +00:00
getservent.3
getservent.c Delint. 2000-01-22 22:19:07 +00:00
herror.c Delint. 2000-01-22 22:19:07 +00:00
hesiod.3
hesiod.c Delint. 2000-01-22 22:19:07 +00:00
htonl.c
htons.c
if_indextoname.3 use BSDI-origin if_{index,name}* functions. they use getifaddrs(3) as 2000-04-24 10:24:46 +00:00
if_indextoname.c add __RCSID(). 2000-04-24 10:40:24 +00:00
if_nameindex.c add __RCSID(). 2000-04-24 10:40:24 +00:00
if_nametoindex.c add __RCSID(). 2000-04-24 10:40:24 +00:00
inet.3
inet6_option_space.3 nroff correction. from openbsd. 2000-05-17 14:36:41 +00:00
inet6_rthdr_space.3 linebreak fix (nroff tradition) 2000-05-17 14:31:06 +00:00
inet_lnaof.c Delint. 2000-01-22 22:19:07 +00:00
inet_makeaddr.c Delint. 2000-01-22 22:19:07 +00:00
inet_net.3
inet_net_ntop.c synchronize better with BIND 8.2.2P5 (actually, src/dist/bind). 2000-04-23 16:59:12 +00:00
inet_net_pton.c synchronize better with BIND 8.2.2P5 (actually, src/dist/bind). 2000-04-23 16:59:12 +00:00
inet_neta.c Delint. 2000-01-22 22:19:07 +00:00
inet_netof.c Delint. 2000-01-22 22:19:07 +00:00
inet_network.c synchronize better with BIND 8.2.2P5 (actually, src/dist/bind). 2000-04-23 16:59:12 +00:00
inet_ntoa.c synchronize better with BIND 8.2.2P5 (actually, src/dist/bind). 2000-04-23 16:59:12 +00:00
inet_ntop.c Delint. 2000-01-22 22:19:07 +00:00
inet_pton.c fix behavior of inet_pton() to be RFC2553/XNS compliant. 2000-02-07 18:51:02 +00:00
ip6opt.c add __RCSID(). 2000-04-24 10:40:24 +00:00
iso_addr.3
iso_addr.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
linkaddr.3
linkaddr.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
ns.3
ns_addr.c back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. 1999-09-20 04:38:56 +00:00
ns_ntoa.c * use _DIAGASSERT() to check pointer arguments against NULL and file 1999-09-16 11:44:54 +00:00
nsap_addr.c Delint. 2000-01-22 22:19:07 +00:00
nsdispatch.3
nsdispatch.c Delint. 2000-01-22 22:19:07 +00:00
nslexer.l
nsparser.y don't use err(); instead pass an error condition back to a higher 1999-11-28 05:46:15 +00:00
ntohl.c
ntohs.c
rcmd.3 add IPv6 support to rcmd() and friends. 2000-01-27 05:33:06 +00:00
rcmd.c usr.sbin/lpr/lpd now compiles lib/libc/net/rcmd.c on its own, to avoid 2000-05-30 01:07:43 +00:00
recv.c
res_comp.c sync with BIND 4.9.7. uses BIND 8.x codebase for dn_expand(). 2000-04-25 14:39:00 +00:00
res_data.c
res_debug.c sync with BIND 4.9.7. mostly costmetic. 2000-04-25 13:26:03 +00:00
res_init.c sync with BIND 4.9.7. mostly costmetic. 2000-04-25 13:57:08 +00:00
res_mkquery.c sync with BIND 4.9.7. mostly costmetic. 2000-04-25 13:57:08 +00:00
res_query.c typo in comment 2000-04-28 02:37:57 +00:00
res_send.c simplify #ifdef a bit, by assuming getnameinfo. 2000-04-26 10:55:53 +00:00
resolver.3 clarify text for RES_USE_INET6. this is almost always unnecessary. 2000-01-03 11:56:05 +00:00
rthdr.c add __RCSID(). 2000-04-24 10:40:24 +00:00
send.c Need an internal name for send(); noticed by itojun. 2000-05-08 13:38:44 +00:00
sethostent.c Delint. 2000-01-22 22:19:07 +00:00
vars6.c add __RCSID(). 2000-04-24 10:40:24 +00:00