Module Name: src
Committed By: martin
Date: Sun Dec 14 15:16:30 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Tickets #1210-#1212
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.165 -r1.1.2.166 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.165 src/doc/CHANGES-6.2:1.1.2.166
--- src/doc/CHANGES-6.2:1.1.2.165 Sun Dec 14 14:04:50 2014
+++ src/doc/CHANGES-6.2 Sun Dec 14 15:16:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.165 2014/12/14 14:04:50 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.166 2014/12/14 15:16:30 martin Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -4780,3 +4780,25 @@ sys/compat/netbsd32/netbsd32_compat_30.c
Prevent a user-triggerable kmem_alloc(0).
[maxv, ticket #1209]
+usr.sbin/sysinst/arch/atari/msg.md.de 1.2
+usr.sbin/sysinst/arch/atari/msg.md.en 1.2
+usr.sbin/sysinst/arch/atari/msg.md.es 1.2
+(target files in distrib/utils/sysinst/arch/atari due to source move)
+
+ Terminate messages with a newline so that dialog box won't
+ overwrite messages.
+ [tsutsui, ticket #1210]
+
+sys/arch/atari/stand/bootxx/bootxx.c 1.16
+
+ Expand heap to 64KB so that bootxx can load bootxxx from 32KB
+ blocksize ffs.
+ [tsutsui, ticket #1211]
+
+sys/dev/ic/rtl8169.c 1.142
+
+ RealTek 8139C+ incorrectly identifies UDP checksum 0xffff as bad.
+ Force software recalculation of UDP checksum if bad checksum is
+ reported by the hardware.
+ [uwe, ticket #1212]
+