Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Tickets #213, #215 and #221



details:   https://anonhg.NetBSD.org/src/rev/8f336cd0e309
branches:  netbsd-7
changeset: 798551:8f336cd0e309
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Nov 12 14:22:20 2014 +0000

description:
Tickets #213, #215 and #221

diffstat:

 doc/CHANGES-7.0 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 0557fc239577 -r 8f336cd0e309 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Wed Nov 12 14:14:13 2014 +0000
+++ b/doc/CHANGES-7.0   Wed Nov 12 14:22:20 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.89 2014/11/12 13:48:31 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.90 2014/11/12 14:22:20 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -2348,3 +2348,24 @@
             interface configuration.
        [roy, ticket #208]
 
+lib/libc/resolv/res_mkquery.c                  1.14
+
+       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.
+       [christos, ticket #213]
+
+sys/external/bsd/drm2/radeon/files.radeon      1.6-1.12
+
+       Relax some radeon drm warnings.
+       [snj, ticket #215]
+
+usr.bin/vmstat/vmstat.c                                1.204
+
+       Print the cpu in the kernhist record.
+       [skrll, ticket #221]
+



Home | Main Index | Thread Index | Old Index