NetBSD/lib/libc
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
..
arch A new implementation of _setjmp/_longjmp that uses the T_FLUSHWIN trap. 1999-06-27 11:10:18 +00:00
compat-43
db
gen Add compile-time and run-time feature test knobs for the 1003.1 Mapped Files, 1999-06-24 14:18:10 +00:00
gmon
hash Avoid non portable shifts. 1999-05-03 15:00:40 +00:00
include move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
locale
md Mark const castaways for lint. 1999-05-03 15:01:50 +00:00
net add IPv6 support functions. 1999-07-01 18:23:53 +00:00
nls
quad change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint) 1999-05-03 15:39:47 +00:00
regex
rpc Fix bug I introduced on 19990503 by renaming a variable. 1999-05-09 20:11:23 +00:00
stdio
stdlib The 'new malloc' (phk's malloc, from FreeBSD) is now our only malloc. 1999-06-26 04:44:36 +00:00
string Correct omission made during last fix of HISTORY section. 1999-04-18 22:36:46 +00:00
sys Give fhopen, fhstat, and fhstatfs a man page. 1999-06-30 01:32:14 +00:00
termios
time Add documentation for asctime_r(), ctime_r(), gmtime_r() and localtime_r(). 1999-05-04 15:34:50 +00:00
yp
Makefile
shlib_version add IPv6 support functions. 1999-07-01 18:23:53 +00:00