Go to file
itojun 37e8159125 add IPv6 support functions.
get{addr,name} info are implemented to have as little impact to existing
resolver code as possible, so they are NOT the optimal implementation.
They are at this moment not very thread safe (as they call
gethostby{name,addr}).

(shlib minor version)++, as new interfaces are added.

TODO: getipnodeby{name,addr} - which needs total reimplementation of
gethostby{name,addr}.
upgrade rcmd.c for multiple af support (needed for IPv6-ready rsh/rlogin)
1999-07-01 18:23:53 +00:00
bin Don't ask for permission to unlink a file if the access error is ETXTBSY. 1999-06-30 10:18:59 +00:00
distrib Don't use .PATH here, it won't work because of crunchgen. XXX 1999-06-30 22:21:57 +00:00
etc Document BUILD_KERNELS. 1999-06-30 18:42:03 +00:00
games man page rewritten into -mandoc by dholland@eecs.harvard.edu; from PR7861 1999-06-27 04:35:42 +00:00
gnu Deal with the strlen() problem in this program which apparently can't just 1999-06-27 06:14:51 +00:00
include define IPv6 library functions and structures, as defined in 1999-07-01 18:15:41 +00:00
lib add IPv6 support functions. 1999-07-01 18:23:53 +00:00
libexec Make longjmp work with dynamic linking. From Matt Thomas. 1999-06-28 17:28:56 +00:00
regress Compensate for fix to PR7761; kernel now clips overly large length 1999-06-19 18:02:06 +00:00
sbin make ifconfig IPv6-ready. 1999-07-01 13:19:20 +00:00
share add IPv6/IPsec manpage into MAN 1999-07-01 10:55:53 +00:00
sys make it compile if WSDISPLAY_COMPAT_RAWKBD is defined, but NWSDISPLAY not, 1999-07-01 11:18:20 +00:00
usr.bin Enlarge disk names in labels from 3 to 7 to cater for things like raid0. 1999-06-29 18:14:15 +00:00
usr.sbin s/getaddrinfo/get_addrinfo/, to avoid function name conflict with 1999-06-30 12:27:34 +00:00
Makefile Handle crypto-us just like domestic 1999-05-27 21:03:31 +00:00