NetBSD/lib/libc/net
jtc 43fa6fe319 If port provides __weak_alias(), provide an Standard C and POSIX pure
identifier namespace by renaming non standard functions and variables
such that they have a leading underscore.  The library will use those
names internally.  Weak aliases are used to provide the original names
to the API.

This is only the first part of this change.  It is most of the functions
which are implemented in C for all NetBSD ports.  Subsequent changes are
to add the same support to the remaining C files, to assembly files, and
to the automagically generated assembly source used for system calls.
When all of the above is done, ports with weak alias support should add
a definition for __weak_alias to <sys/cdefs.h>.
1997-07-21 14:06:24 +00:00
..
Makefile.inc merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00
__dn_comp.c Do the non-__indr_reference verions of thse like the cat*(3) functions, 1997-07-17 21:27:33 +00:00
__res_close.c Do the non-__indr_reference verions of thse like the cat*(3) functions, 1997-07-17 21:27:33 +00:00
__res_send.c Do the non-__indr_reference verions of thse like the cat*(3) functions, 1997-07-17 21:27:33 +00:00
base64.c Fix RCSID's 1997-07-13 19:57:30 +00:00
byteorder.3 in_addr_t and in_port_t changes 1996-10-13 04:08:34 +00:00
ethers.3 merge in the bind 4.9.5-P1 resolver. we are now _mostly_ the 1997-04-13 10:30:29 +00:00
ethers.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
gethnamaddr.c merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00
gethostbyname.3 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
gethostnamadr.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getnetbyaddr.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getnetbyname.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getnetent.3 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
getnetent.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getnetnamadr.c merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00
getproto.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getprotoent.3 alternate -> alternative, per PR 2643 1997-03-08 13:36:38 +00:00
getprotoent.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getprotoname.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getservbyname.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getservbyport.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
getservent.3 note that s_port must be given in network byte order as well; fixes 1997-05-12 06:48:38 +00:00
getservent.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
herror.c merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00
htonl.c Fix RCSID's 1997-07-13 19:57:30 +00:00
htons.c Fix RCSID's 1997-07-13 19:57:30 +00:00
inet.3 * add man page for inet_net_ntop(3) and inet_net_pton(3) 1997-06-18 02:25:19 +00:00
inet_lnaof.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_makeaddr.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_net.3 * add man page for inet_net_ntop(3) and inet_net_pton(3) 1997-06-18 02:25:19 +00:00
inet_net_ntop.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_net_pton.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_neta.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_netof.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_network.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_ntoa.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_ntop.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
inet_pton.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
iso_addr.3 add 'const' qualifiers to various routines (as per the include prototypes 1996-11-09 08:30:52 +00:00
iso_addr.c Fix RCSID's 1997-07-13 19:57:30 +00:00
linkaddr.3
linkaddr.c Fix RCSID's 1997-07-13 19:57:30 +00:00
ns.3 add 'const' qualifiers to various routines (as per the include prototypes 1996-11-09 08:30:52 +00:00
ns_addr.c Be careful with types. XXX sys/netns needs to be swept, but this addresses 1997-07-18 04:55:57 +00:00
ns_ntoa.c Be careful with types. XXX sys/netns needs to be swept, but this addresses 1997-07-18 04:55:57 +00:00
nsap_addr.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
ntohl.c Fix RCSID's 1997-07-13 19:57:30 +00:00
ntohs.c Fix RCSID's 1997-07-13 19:57:30 +00:00
rcmd.3 xref gethostname(3) not gethostname(2), alphabetize xrefs 1997-07-14 01:17:05 +00:00
rcmd.c Fix RCSID's 1997-07-13 19:57:30 +00:00
recv.c Fix RCSID's 1997-07-13 19:57:30 +00:00
res_comp.c merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00
res_data.c merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00
res_debug.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
res_init.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
res_mkquery.c merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00
res_query.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
res_send.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
resolver.3 document RES_USE_INET6 1997-06-08 06:33:47 +00:00
send.c Fix RCSID's 1997-07-13 19:57:30 +00:00
sethostent.c merge bind 4.9.6 resolver. still need to fix <resolv.h> 1997-07-20 13:33:17 +00:00