Module Name: src
Committed By: snj
Date: Sat Mar 25 16:59:46 UTC 2017
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1391
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-7.0.3
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.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.35 src/doc/CHANGES-7.0.3:1.1.2.36
--- src/doc/CHANGES-7.0.3:1.1.2.35 Mon Mar 20 10:55:38 2017
+++ src/doc/CHANGES-7.0.3 Sat Mar 25 16:59:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.35 2017/03/20 10:55:38 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.36 2017/03/25 16:59:46 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -1501,3 +1501,9 @@ external/bsd/ntp/scripts/mkver
Update ntp to 4.2.8p9.
[snj, ticket #1389]
+sys/arch/amd64/amd64/trap.c 1.94
+sys/arch/i386/i386/trap.c 1.287
+
+ Handle #SS faults on iret properly.
+ [maxv, ticket #1391]
+