Sun Dec 14 15:16:30 2014 UTC ()
Tickets #1210-#1212


(martin)
diff -r1.1.2.165 -r1.1.2.166 src/doc/CHANGES-6.2

cvs diff -r1.1.2.165 -r1.1.2.166 src/doc/Attic/CHANGES-6.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.2 2014/12/14 14:04:50 1.1.2.165
+++ src/doc/Attic/CHANGES-6.2 2014/12/14 15:16:30 1.1.2.166
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.165 2014/12/14 14:04:50 martin Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.166 2014/12/14 15:16:30 martin Exp $
2 2
3A complete list of changes from the 6.1 release until the 6.2 release: 3A complete list of changes from the 6.1 release until the 6.2 release:
4 4
5doc/README.files patched by hand 5doc/README.files patched by hand
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.1_STABLE! 9 Welcome to 6.1_STABLE!
10 10
11sys/dev/usb/usb_quirks.c 1.78 11sys/dev/usb/usb_quirks.c 1.78
12sys/dev/usb/usbdevs 1.639 12sys/dev/usb/usbdevs 1.639
13sys/dev/usb/usbdevs.h regen 13sys/dev/usb/usbdevs.h regen
14sys/dev/usb/usbdevs_data.h regen 14sys/dev/usb/usbdevs_data.h regen
@@ -4770,13 +4770,35 @@ xsrc/xfree/xc/programs/Xserver/render/re @@ -4770,13 +4770,35 @@ xsrc/xfree/xc/programs/Xserver/render/re
4770 CVE-2014-8098 4770 CVE-2014-8098
4771 CVE-2014-8099 4771 CVE-2014-8099
4772 CVE-2014-8100 4772 CVE-2014-8100
4773 CVE-2014-8101 4773 CVE-2014-8101
4774 CVE-2014-8102 4774 CVE-2014-8102
4775 CVE-2014-8103 4775 CVE-2014-8103
4776 [mrg, ticket #1208] 4776 [mrg, ticket #1208]
4777 4777
4778sys/compat/netbsd32/netbsd32_compat_30.c 1.31 4778sys/compat/netbsd32/netbsd32_compat_30.c 1.31
4779 4779
4780 Prevent a user-triggerable kmem_alloc(0). 4780 Prevent a user-triggerable kmem_alloc(0).
4781 [maxv, ticket #1209] 4781 [maxv, ticket #1209]
4782 4782
 4783usr.sbin/sysinst/arch/atari/msg.md.de 1.2
 4784usr.sbin/sysinst/arch/atari/msg.md.en 1.2
 4785usr.sbin/sysinst/arch/atari/msg.md.es 1.2
 4786(target files in distrib/utils/sysinst/arch/atari due to source move)
 4787
 4788 Terminate messages with a newline so that dialog box won't
 4789 overwrite messages.
 4790 [tsutsui, ticket #1210]
 4791
 4792sys/arch/atari/stand/bootxx/bootxx.c 1.16
 4793
 4794 Expand heap to 64KB so that bootxx can load bootxxx from 32KB
 4795 blocksize ffs.
 4796 [tsutsui, ticket #1211]
 4797
 4798sys/dev/ic/rtl8169.c 1.142
 4799
 4800 RealTek 8139C+ incorrectly identifies UDP checksum 0xffff as bad.
 4801 Force software recalculation of UDP checksum if bad checksum is
 4802 reported by the hardware.
 4803 [uwe, ticket #1212]
 4804