Module Name: src
Committed By: snj
Date: Tue Dec 12 09:15:39 UTC 2017
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1540
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 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.70 src/doc/CHANGES-7.0.3:1.1.2.71
--- src/doc/CHANGES-7.0.3:1.1.2.70 Sat Dec 2 10:53:23 2017
+++ src/doc/CHANGES-7.0.3 Tue Dec 12 09:15:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.70 2017/12/02 10:53:23 snj Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.71 2017/12/12 09:15:39 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5117,4 +5117,8 @@ xsrc/xfree/xc/lib/font/fontfile/fontdir.
2017-13722, 2017-13720, 2017-16611, and 2017-16612.
[mrg, ticket #1535]
+sys/arch/x86/x86/fpu.c 1.19 via patch
+
+ Properly mask mxcsr to prevent faults.
+ [maxv, ticket #1540]