Module Name: src
Committed By: snj
Date: Sun Oct 1 17:14:40 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1501, 1502, 1512
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-7.2
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.2
diff -u src/doc/CHANGES-7.2:1.1.2.48 src/doc/CHANGES-7.2:1.1.2.49
--- src/doc/CHANGES-7.2:1.1.2.48 Sun Sep 24 20:13:48 2017
+++ src/doc/CHANGES-7.2 Sun Oct 1 17:14:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.48 2017/09/24 20:13:48 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.49 2017/10/01 17:14:39 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -4690,3 +4690,18 @@ sys/arch/mips/mips/bds_emul.S 1.9
Make Malta work on real hardware again.
[mrg, ticket #1500]
+sys/arch/i386/i386/i386_trap.S 1.12
+
+ use %ss instead of %ds in trap06
+ [maxv, ticket #1512]
+
+etc/MAKEDEV.tmpl 1.186 via patch
+
+ Create a device node for veriexec by default.
+ [sevan, ticket #1501]
+
+sys/dev/usb/usb.c 1.166
+
+ Add a missing break that should've been included in 1.163.
+ [skrll, ticket #1502]
+