Module Name: src
Committed By: bouyer
Date: Sun Sep 25 12:24:51 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.2
Log Message:
ticket 1257
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-7.0.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.0.2
diff -u src/doc/CHANGES-7.0.2:1.1.2.13 src/doc/CHANGES-7.0.2:1.1.2.14
--- src/doc/CHANGES-7.0.2:1.1.2.13 Sun Sep 25 11:39:00 2016
+++ src/doc/CHANGES-7.0.2 Sun Sep 25 12:24:51 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.2,v 1.1.2.13 2016/09/25 11:39:00 bouyer Exp $
+# $NetBSD: CHANGES-7.0.2,v 1.1.2.14 2016/09/25 12:24:51 bouyer Exp $
A complete list of changes from the NetBSD 7.0.1 release to the NetBSD 7.0.2
release:
@@ -268,3 +268,8 @@ sys/lib/libsa/checkpasswd.c 1.10
Check bounds on input. From Michael Plass.
[dholland, ticket #1250]
+sys/arch/sparc64/sparc64/locore.s 1.401
+
+ Fix RAS for 32-bit kernels. trapframe is always 64-bit.
+ [nakayama, ticket #1257]
+