..
Lint_htonl.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
Lint_htons.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
Lint_ntohl.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
Lint_ntohs.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
Makefile.inc
Split the notion of building Hesiod, Kerberos, S/key, and YP
2002-03-22 18:10:19 +00:00
__cmsg_alignbytes.c
add __RCSID().
2000-04-24 10:40:24 +00:00
__dn_comp.c
…
__res_close.c
This file was incorrect. The indirect name is res_close(),
1999-08-17 03:57:15 +00:00
__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
Passing "char" values to ctype(3) functions is problematic.
2000-07-07 08:03:36 +00:00
byteorder.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
ethers.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
ethers.c
Avoid run-time construction of format string we can build at compile time
2000-10-04 14:46:23 +00:00
getaddrinfo.3
generate & symbolically
2002-02-07 09:24:04 +00:00
getaddrinfo.c
use snprintf, not sprintf. sync with kame.
2001-08-20 02:33:31 +00:00
gethnamaddr.c
Change the `len' arguemtn to gethostbyaddr(3) from int to socklen_t in
2001-04-26 12:55:31 +00:00
gethostbyname.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
getifaddrs.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
getifaddrs.c
cope with sa_len < sizeof(struct sockaddr).
2001-08-20 02:33:49 +00:00
getnameinfo.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
getnameinfo.c
More ipip references
2002-03-04 15:15:39 +00:00
getnetent.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
getnetent.c
sync with BIND 4.9.7. mostly costmetic.
2000-04-25 13:26:03 +00:00
getnetnamadr.c
remove redundant declarations.
2000-12-20 20:51:08 +00:00
getproto.c
Delint.
2000-01-22 22:19:07 +00:00
getprotoent.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
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
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
getservent.c
Delint.
2000-01-22 22:19:07 +00:00
herror.c
remove redundant declarations.
2000-12-20 20:51:08 +00:00
hesiod.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
hesiod.c
Replace strcpy with strlcpy and bounds check.
2001-02-13 15:41:18 +00:00
htonl.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
htons.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
if_indextoname.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
if_indextoname.c
strictly conform to RFC2553 (specifically ENXIO case). sync with KAME
2000-11-24 08:21:12 +00:00
if_nameindex.c
appease lint casting.
2000-12-20 18:47:11 +00:00
if_nametoindex.c
strictly conform to RFC2553 (specifically ENXIO case). sync with KAME
2000-11-24 08:21:12 +00:00
inet.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
inet6_option_space.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
inet6_rthdr_space.3
generate & symbolically
2002-02-07 09:24:04 +00:00
inet_lnaof.c
Delint.
2000-01-22 22:19:07 +00:00
inet_makeaddr.c
Make this lintable so we can build libc again.
2002-02-14 22:10:56 +00:00
inet_net.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
inet_net_ntop.c
- be consistent about using "u_char" instead of "unsigned char"
2001-12-09 01:17:36 +00:00
inet_net_pton.c
Implement AF_INET6 back-ends for inet_net_ntop() and inet_net_pton(), from
2001-12-08 12:06: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
make sure we do not touch *pp outside of parts[4].
2001-07-22 15:16:18 +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
elide non portable casts
2000-07-06 02:58:07 +00:00
iso_addr.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
iso_addr.c
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
1999-09-20 04:38:56 +00:00
linkaddr.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
linkaddr.c
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
1999-09-20 04:38:56 +00:00
ns.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
ns_addr.c
Change ns_addr() to allocate 'addr' on stack, rather than using a global -
2001-06-25 09:07:08 +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
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
nsdispatch.c
remove redundant declarations.
2000-12-20 20:51:08 +00:00
nslexer.l
Fixes from Bill Fenner <fenner@research.att.com> for problems he found
2002-03-19 00:04:09 +00:00
nsparser.y
Fixes from Bill Fenner <fenner@research.att.com> for problems he found
2002-03-19 00:04:09 +00:00
ntohl.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
ntohs.c
sync argument/return type of [hn]to[nh][ls] to XNET 5.2 (uint{16,32}_t).
2001-08-22 07:42:07 +00:00
rcmd.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
rcmd.c
fix WARNS=2 (-Wshadow) warnings
2001-11-04 13:57:29 +00:00
recv.c
…
res_comp.c
add explicit casts
2000-07-06 02:59:47 +00:00
res_data.c
…
res_debug.c
remove unnecessary prototypes
2000-12-20 20:44:14 +00:00
res_init.c
make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
2001-09-13 11:05:02 +00:00
res_mkquery.c
appease lint casting.
2000-12-20 18:47:11 +00:00
res_query.c
remove redundant declarations.
2000-12-20 20:51:08 +00:00
res_send.c
make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
2001-09-13 11:05:02 +00:00
resolver.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
rthdr.c
fix WARNS=2 (-Wshadow) warnings
2001-11-04 13:57:29 +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
sockatmark.3
Generate <>& symbolically.
2002-02-07 07:00:09 +00:00
sockatmark.c
Add a sockatmark(3), the 1003.1g wrapper around SIOCATMARK.
2001-10-22 17:53:43 +00:00
vars6.c
add __RCSID().
2000-04-24 10:40:24 +00:00