Sat Aug 19 05:26:02 2017 UTC ()
1490


(snj)
diff -r1.1.2.300 -r1.1.2.301 src/doc/CHANGES-6.2

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

--- src/doc/Attic/CHANGES-6.2 2017/08/19 05:06:56 1.1.2.300
+++ src/doc/Attic/CHANGES-6.2 2017/08/19 05:26:02 1.1.2.301
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.2,v 1.1.2.300 2017/08/19 05:06:56 snj Exp $ 1# $NetBSD: CHANGES-6.2,v 1.1.2.301 2017/08/19 05:26:02 snj 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
@@ -18571,13 +18571,18 @@ sys/altq/altq_hfsc.c 1.27 @@ -18571,13 +18571,18 @@ sys/altq/altq_hfsc.c 1.27
18571sys/altq/altq_jobs.c 1.11 18571sys/altq/altq_jobs.c 1.11
18572sys/altq/altq_priq.c 1.24 18572sys/altq/altq_priq.c 1.24
18573sys/altq/altq_wfq.c 1.22 18573sys/altq/altq_wfq.c 1.22
18574 18574
18575 infoleak in get_class_stats() 18575 infoleak in get_class_stats()
18576 signedness bug in wfq_getstats() 18576 signedness bug in wfq_getstats()
18577 [mrg, ticket #1488] 18577 [mrg, ticket #1488]
18578 18578
18579sys/compat/linux/common/linux_time.c 1.38-1.39 via patch 18579sys/compat/linux/common/linux_time.c 1.38-1.39 via patch
18580 18580
18581 missing cred check in linux_sys_settimeofday() 18581 missing cred check in linux_sys_settimeofday()
18582 [mrg, ticket #1489] 18582 [mrg, ticket #1489]
18583 18583
 18584bin/rmdir/rmdir.c 1.27
 18585
 18586 PR/48182: Fix rmdir -p handling of top-level (root) directory.
 18587 [ginsbach, ticket #1490]
 18588