freebsd-dev/lib/libc
Hajimu UMEMOTO 5cd588cb14 Allocate 64K recieve buffer for DNS responses.
KAME did the modification only to _dns_getaddrinfo().  However,
it is not sufficient, and res_queryN() should be modified, too.
So, I did same modification to res_queryN().

Obtained from:	KAME
2002-09-15 20:36:38 +00:00
..
alpha
amd64
compat-43
db
gen Add man pages for getcontext()/setcontext(), makecontext()/swapcontext(), 2002-09-11 21:39:21 +00:00
gmon
i386
ia64
include
locale Add wcstod() as a wrapper around strtod(). It does not handle any characters 2002-09-15 08:38:51 +00:00
net Allocate 64K recieve buffer for DNS responses. 2002-09-15 20:36:38 +00:00
nls
posix1e
powerpc
quad
regex
rpc
sparc64 Use the macros from machine/fsr.h; some minor cleanups. 2002-09-14 18:07:03 +00:00
stdio Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
stdlib Implement C99's _Exit() interface. 2002-09-10 02:04:49 +00:00
stdtime Style: One space between "restrict" qualifier and "*". 2002-09-06 11:24:06 +00:00
string Replace a stray reference to strtok() with one to wcstok(). 2002-09-08 11:09:24 +00:00
sys Update to reflect reality. 2002-09-11 21:40:02 +00:00
xdr
yp
Makefile
Makefile.inc