Wed Apr 18 07:19:23 2018 UTC ()
Ticket #1545


(msaitoh)
diff -r1.1.2.334 -r1.1.2.335 src/doc/CHANGES-6.2

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

--- src/doc/Attic/CHANGES-6.2 2018/04/10 17:45:27 1.1.2.334
+++ src/doc/Attic/CHANGES-6.2 2018/04/18 07:19:23 1.1.2.335
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.334 2018/04/10 17:45:27 snj Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.335 2018/04/18 07:19:23 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
@@ -21218,13 +21218,18 @@ external/gpl3/binutils/dist/bfd/elflink. @@ -21218,13 +21218,18 @@ external/gpl3/binutils/dist/bfd/elflink.
21218 [joerg, ticket #1543] 21218 [joerg, ticket #1543]
21219 21219
21220sys/arch/amiga/amiga/cc.c 1.27 (patch) 21220sys/arch/amiga/amiga/cc.c 1.27 (patch)
21221 21221
21222 Fix a spl(9) leak. 21222 Fix a spl(9) leak.
21223 [msaitoh, ticket #1544] 21223 [msaitoh, ticket #1544]
21224 21224
21225usr.sbin/ypserv/ypserv/ypserv_proc.c 1.18 via patch 21225usr.sbin/ypserv/ypserv/ypserv_proc.c 1.18 via patch
21226 21226
21227 PR/47615: Always zero out the result structs in the svc 21227 PR/47615: Always zero out the result structs in the svc
21228 procs to avoid returning stale request data to the client. 21228 procs to avoid returning stale request data to the client.
21229 [christos, ticket #1528] 21229 [christos, ticket #1528]
21230 21230
 21231sys/netipsec/ipsec_mbuf.c 1.23-1.24
 21232
 21233 Don't assume M_PKTHDR is set only on the first mbuf of the chain.
 21234 Fix a pretty bad mistake (IPsec DoS).
 21235 [maxv, ticket #1545]