Go to file
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
bin simplify and eliminate TOCTOU. 2014-10-23 21:03:25 +00:00
common Provide prototypes to fix build with clang. 2014-11-04 19:56:44 +00:00
compat Add RISC-V support 2014-09-19 17:38:46 +00:00
crypto xor32 may be unused, mark it so. 2014-10-28 21:36:30 +00:00
dist/pf Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
distrib add the drmkms modules 2014-11-10 21:22:14 +00:00
doc note awinhdmi, awintcon, awindebe 2014-11-10 18:38:16 +00:00
etc Add new keytype, replace duplicated code with loop 2014-10-19 16:33:01 +00:00
external Add RCSIDs 2014-11-07 20:51:02 +00:00
extsrc
games English 2014-10-18 06:42:31 +00:00
gnu few more. 2014-10-04 15:54:53 +00:00
include add open_{,w}memstream 2014-10-13 00:47:03 +00:00
lib PR/48475: YAMAGUCHI Takanori: EDNS option broken with unbound. struct 2014-11-11 03:29:24 +00:00
libexec Avoid use after free, reported by the coverity scanner. 2014-10-30 07:53:41 +00:00
regress Replace manual realdepend dependency with DPSRCS. 2014-09-19 21:35:42 +00:00
rescue Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8). 2014-09-11 13:10:03 +00:00
sbin remove debugging 2014-11-09 22:50:38 +00:00
share Move rump kernel man pages from various sources to sys/rump 2014-11-09 17:39:37 +00:00
sys add drm_agp_destroy 2014-11-11 02:49:16 +00:00
tests PR misc/49356 remove unnecessary references to atf-c/config.h 2014-11-04 00:20:19 +00:00
tools Note new date for version - this is the import date. 2014-10-20 08:37:30 +00:00
usr.bin merge a bit of duplicated code. 2014-11-10 21:13:04 +00:00
usr.sbin "Encryption" has an r in it. 2014-11-10 01:05:10 +00:00
x11 Use ${TOOL_GZIP_N} instead of ${TOOL_GZIP} -n, and similarly 2014-08-05 15:40:58 +00:00
build.sh Replace '.' and '-' in ${op} with '_', before setting d_${op}=true. 2014-11-10 09:59:33 +00:00
BUILDING fourth time's the charm, i guess. when committing a generated file, 2014-11-08 04:23:00 +00:00
Makefile iso -> images 2014-11-05 08:19:17 +00:00
Makefile.inc
UPDATING Fix typo. 2014-10-27 11:21:28 +00:00