Module Name: src
Committed By: snj
Date: Sun Sep 18 06:20:12 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
124[45679]
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-7.1
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-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.108 src/doc/CHANGES-7.1:1.1.2.109
--- src/doc/CHANGES-7.1:1.1.2.108 Sat Sep 10 06:45:45 2016
+++ src/doc/CHANGES-7.1 Sun Sep 18 06:20:12 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.108 2016/09/10 06:45:45 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.109 2016/09/18 06:20:12 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -5265,3 +5265,34 @@ sys/arch/sparc64/sparc64/kobj_machdep.c
Fixes PR kern/51436.
[martin, ticket #1248]
+sys/dev/pci/if_vioif.c 1.25
+
+ Fix initializing wrong queues. PR kern/51448.
+ [ozaki-r, ticket #1244]
+
+sys/dev/usb/if_axe.c 1.73, 1.74
+sys/dev/usb/usbdevs 1.716
+sys/dev/usb/usbdevs.h regen
+sys/dev/usb/usbdevs_data.h regen
+
+ Add flxd's axe(4) variant.
+ [skrll, ticket #1245]
+
+etc/namedb/root.cache 1.21
+
+ Update root.cache to 2016/8/25 version.
+ [taca, ticket #1246]
+
+lib/libc/gen/glob.c 1.36
+
+ Bump the glob limits to 512KB for total string size and 64K
+ path entries.
+ [joerg, ticket #1247]
+
+external/bsd/kyua-testers/libexec/kyua-atf-tester/Makefile 1.2, 1.3
+external/bsd/kyua-testers/libexec/kyua-plain-tester/Makefile 1.2, 1.3
+external/bsd/kyua-testers/tests/kyua-testers/Makefile 1.2, 1.3
+
+ Fix wrong objdir-finding logic. PR 51389.
+ [dholland, ticket #1249]
+