NetBSD/lib/libc
christos ff104b2e4b PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct
querybuf in net/gethnamaddr.c defines MAXPACKET to 64K. This in turn
gets passed down until it reached res_nopt(..., answer, anslen), where
the size of the buffer must fit in 16 bits. Unfortunately we end up
being one more than the max so we end up sending a 0 as the size and
unbound does not like that. Instead we clip now to 64K - 1, and everyone
is happy.
XXX: Pullup to 7.
2014-11-11 03:29:24 +00:00
..
arch New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) 2014-09-19 17:36:24 +00:00
atomic bump date for previous 2014-02-02 18:06:33 +00:00
cdb Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
citrus Fix our iconv version for the issues that apply to us from CVE-2014-3951 2014-06-24 22:24:18 +00:00
compat New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) 2014-09-19 17:36:24 +00:00
compat-43 End sentence with a dot. 2013-05-06 13:29:12 +00:00
compiler_rt Changes for OR1K 2014-09-03 19:29:14 +00:00
db fix bug in previous change (sz should be the size of the newly allocated 2013-12-25 19:42:23 +00:00
dlfcn fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
gdtoa "soon" is "now". Remove all __indr_reference crap. 2014-01-16 20:31:42 +00:00
gen Do not use hard-coded values with ENAMETOOLONG, use symbolic constants 2014-10-19 16:47:51 +00:00
gmon make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
hash undo, the right place for this is compat_defs.h 2014-09-24 13:18:52 +00:00
iconv conforms -> conform, since it's the verb for three nouns and thus plural. 2013-05-12 10:44:23 +00:00
include add execvpe, execlpe (reviewed by phone) 2014-09-26 19:28:03 +00:00
inet remove unneeded code, and kill parens from return 2014-02-10 16:30:54 +00:00
isc time_t casts 2012-03-21 00:34:54 +00:00
locale Redo the locale cache to be constant. It now contains the localeconv() 2013-09-13 13:13:32 +00:00
md undo, the right place for this is compat_defs.h 2014-09-24 13:18:52 +00:00
misc Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
nameser reduce diffs with other copies of this code. 2014-03-07 01:07:01 +00:00
net make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
nls belt-n-suspenders, close on exec catalog files. 2014-09-16 01:30:28 +00:00
quad Don't return 0x1.0p31 for every input value 2^N. 2013-09-30 19:32:14 +00:00
regex Replace dagger ("\(dg") with hash mark ("#") for marking up differences. 2013-01-25 11:51:42 +00:00
resolv PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct 2014-11-11 03:29:24 +00:00
rpc src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
softfloat MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:39:08 +00:00
ssp Provide explicit prototypes in case HAVE_SSP=no. 2014-09-17 00:39:28 +00:00
stdio PR/49317: Henning Petersen: Fix prototypes inman page. 2014-10-26 14:19:28 +00:00
stdlib Tell it about riscv. Fix mips64 case so that SIZEOF_PTR_2POW is 3. 2014-09-19 17:42:19 +00:00
string add strnstr.c from FreeBSD 2014-09-24 22:21:33 +00:00
sys Use more markups in AUTHORS section. 2014-11-02 11:28:03 +00:00
termios Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
thread-stub Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
time remove stray endif 2014-10-23 21:19:53 +00:00
tls Put the startup code in .text.startup 2013-08-19 22:14:37 +00:00
uuid
yp make more descriptors that we open as close-on-exec 2014-09-18 13:58:20 +00:00
libcincludes.mk MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:39:08 +00:00
Makefile MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPU 2014-08-10 23:39:08 +00:00
Makefile.inc Pass MLIBDIR to CPPFLAGS. 2013-09-19 21:18:17 +00:00
shlib_version bump for open_{,w}memstream. 2014-10-13 00:40:57 +00:00