Mon Nov 3 13:01:25 2014 UTC ()
Ticket 1180.


(msaitoh)
diff -r1.1.2.142 -r1.1.2.143 src/doc/CHANGES-6.2

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

--- src/doc/Attic/CHANGES-6.2 2014/10/27 15:06:06 1.1.2.142
+++ src/doc/Attic/CHANGES-6.2 2014/11/03 13:01:25 1.1.2.143
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.142 2014/10/27 15:06:06 msaitoh Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.143 2014/11/03 13:01:25 msaitoh 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
@@ -3979,13 +3979,19 @@ common/lib/libc/gen/rb.c 1.12-1.13 @@ -3979,13 +3979,19 @@ common/lib/libc/gen/rb.c 1.12-1.13
3979 [riastradh, ticket #1142] 3979 [riastradh, ticket #1142]
3980 3980
3981share/man/man9/uvm_map.9 1.6 3981share/man/man9/uvm_map.9 1.6
3982 3982
3983 Fix typo: mask, not mark. 3983 Fix typo: mask, not mark.
3984 [riastradh, ticket #1154] 3984 [riastradh, ticket #1154]
3985 3985
3986common/lib/libc/arch/i386/string/small/strchr.S 1.3 3986common/lib/libc/arch/i386/string/small/strchr.S 1.3
3987 3987
3988 Look for the character to locate before checking for the NUL character. 3988 Look for the character to locate before checking for the NUL character.
3989 This fixes strchr(s, '\0'), as used by the FAT first-stage bootloader 3989 This fixes strchr(s, '\0'), as used by the FAT first-stage bootloader
3990 on x86 (bootxx_msdos). Fixes PR port-i386/49208. 3990 on x86 (bootxx_msdos). Fixes PR port-i386/49208.
3991 [khorben, ticket #1158] 3991 [khorben, ticket #1158]
 3992
 3993usr.bin/ftp/version.h 1.85
 3994
 3995 Change the version that ftp announces to 20141026. It can be a
 3996 useful method to determine if CVE-2014-8517 is fixed.
 3997 [lukem, ticket #1180]