.. |
addr2ascii.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
addr2ascii.c
|
|
|
ascii2addr.c
|
|
|
base64.c
|
|
|
byteorder.3
|
Start using .St macro for POSIX.1-2001.
|
2001-12-08 19:06:23 +00:00 |
ether_addr.c
|
Const'ify parameters to ethers(3) routines as appropriate.
|
2000-07-18 22:44:52 +00:00 |
ethers.3
|
yp(4) -> yp(8).
|
2002-01-14 16:59:03 +00:00 |
getaddrinfo.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
getaddrinfo.c
|
Implement EDNS0 support, as EDNS0 support will be made mandatory for
|
2001-06-10 20:25:24 +00:00 |
gethostbydns.c
|
Mark some functions as __printflike() and/or taking const char * arguments
|
2001-08-20 12:53:36 +00:00 |
gethostbyht.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
gethostbyname.3
|
yp(4) -> yp(8).
|
2002-01-14 16:59:03 +00:00 |
gethostbynis.c
|
Removed duplicate VCS ID tags, as per style(9).
|
2001-08-13 14:06:34 +00:00 |
gethostnamadr.c
|
Removed duplicate VCS ID tags, as per style(9).
|
2001-08-13 14:06:34 +00:00 |
getifaddrs.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
getifaddrs.c
|
- cope with sa_len < sizeof(struct sockaddr).
|
2001-10-02 13:51:29 +00:00 |
getipnodebyname.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
getnameinfo.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
getnameinfo.c
|
Correct 2nd argument of getnameinfo(3) to socklen_t.
|
2001-02-15 10:35:55 +00:00 |
getnetbydns.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
getnetbyht.c
|
Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
|
2000-09-06 18:16:48 +00:00 |
getnetbynis.c
|
Removed duplicate VCS ID tags, as per style(9).
|
2001-08-13 14:06:34 +00:00 |
getnetent.3
|
yp(4) -> yp(8).
|
2002-01-14 16:59:03 +00:00 |
getnetnamadr.c
|
getnetbyaddr() should be serviced by the "networks" database.
|
2001-10-10 12:49:53 +00:00 |
getproto.c
|
|
|
getprotoent.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
getprotoent.c
|
|
|
getprotoname.c
|
|
|
getservbyname.c
|
|
|
getservbyport.c
|
|
|
getservent.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
getservent.c
|
|
|
herror.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
hesiod.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
hesiod.c
|
strcpy -> strlcpy paranoia
|
2001-02-02 13:22:43 +00:00 |
if_indextoname.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
ifname.c
|
Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index.
|
2001-10-17 20:08:15 +00:00 |
inet6_option_space.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
inet6_rthdr_space.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
inet_addr.c
|
IPv4 address is not unsigned int. This change introduces in_addr_t.
|
2001-03-23 18:59:31 +00:00 |
inet_lnaof.c
|
IPv4 address is not unsigned int. This change introduces in_addr_t.
|
2001-03-23 18:59:31 +00:00 |
inet_makeaddr.c
|
IPv4 address is not unsigned int. This change introduces in_addr_t.
|
2001-03-23 18:59:31 +00:00 |
inet_net_ntop.c
|
|
|
inet_net_pton.c
|
|
|
inet_net.3
|
Add manpage for inet_net_ntop(3) and inet_net_pton(3).
|
2001-08-31 10:54:44 +00:00 |
inet_neta.c
|
IPv4 address is not unsigned int. This change introduces in_addr_t.
|
2001-03-23 18:59:31 +00:00 |
inet_netof.c
|
IPv4 address is not unsigned int. This change introduces in_addr_t.
|
2001-03-23 18:59:31 +00:00 |
inet_network.c
|
IPv4 address is not unsigned int. This change introduces in_addr_t.
|
2001-03-23 18:59:31 +00:00 |
inet_ntoa.c
|
Don't mangle vendor ids to put them in __RCSID. Just ifdef all vendor
|
2001-10-09 16:40:04 +00:00 |
inet_ntop.c
|
o Stop abusing MD headers with non-MD types.
|
2001-12-01 03:43:01 +00:00 |
inet_pton.c
|
|
|
inet.3
|
o Stop abusing MD headers with non-MD types.
|
2001-12-01 03:43:01 +00:00 |
ip6opt.c
|
|
|
iso_addr.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
iso_addr.c
|
|
|
linkaddr.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
linkaddr.c
|
|
|
Makefile.inc
|
Allow users to specify a command to use as remote command instead of
|
2001-10-23 06:22:15 +00:00 |
map_v4v6.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
name6.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
ns_addr.c
|
Oops, commit the version which actually works
|
2001-07-16 04:04:22 +00:00 |
ns_name.c
|
|
|
ns_netint.c
|
|
|
ns_ntoa.c
|
|
|
ns_parse.c
|
|
|
ns_print.c
|
|
|
ns_ttl.c
|
|
|
ns.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
nsap_addr.c
|
|
|
nsdispatch.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
nsdispatch.c
|
Fixed namespace pollution related to `err' in libc in the same way as for
|
2001-11-11 02:48:09 +00:00 |
nslexer.l
|
Fixed namespace pollution related to `err' in libc in the same way as for
|
2001-11-11 02:48:09 +00:00 |
nsparser.y
|
Don't ignore unknown characters. The previous code treated a line like:
|
2001-11-07 00:05:26 +00:00 |
rcmd.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
rcmd.c
|
Allow users to specify a command to use as remote command instead of
|
2001-10-23 06:22:15 +00:00 |
rcmdsh.3
|
- Put missing prototype for rcmd() in <unistd.h>.
|
2001-11-09 15:19:25 +00:00 |
rcmdsh.c
|
- Put missing prototype for rcmd() in <unistd.h>.
|
2001-11-09 15:19:25 +00:00 |
recv.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
res_comp.c
|
|
|
res_config.h
|
|
|
res_data.c
|
|
|
res_debug.c
|
Implement EDNS0 support, as EDNS0 support will be made mandatory for
|
2001-06-10 20:25:24 +00:00 |
res_init.c
|
- Make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
|
2001-12-26 21:21:10 +00:00 |
res_mkquery.c
|
Implement EDNS0 support, as EDNS0 support will be made mandatory for
|
2001-06-10 20:25:24 +00:00 |
res_mkupdate.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
res_query.c
|
Implement EDNS0 support, as EDNS0 support will be made mandatory for
|
2001-06-10 20:25:24 +00:00 |
res_send.c
|
- Make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
|
2001-12-26 21:21:10 +00:00 |
res_update.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
resolver.3
|
mdoc(7) police: Use the new .In macro for #include statements.
|
2001-10-01 16:09:29 +00:00 |
rthdr.c
|
CMSG_XXX macros alignment fixes to follow RFC2292.
|
2000-03-03 11:13:12 +00:00 |
send.c
|
Remove _THREAD_SAFE and make libc thread-safe by default by
|
2001-01-24 13:01:12 +00:00 |
vars.c
|
|
|