Module Name: src
Committed By: martin
Date: Tue Jul 10 15:37:42 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Note ticket #910
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.222 -r1.1.2.223 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.222 src/doc/CHANGES-8.0:1.1.2.223
--- src/doc/CHANGES-8.0:1.1.2.222 Tue Jul 10 15:32:28 2018
+++ src/doc/CHANGES-8.0 Tue Jul 10 15:37:42 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.222 2018/07/10 15:32:28 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.223 2018/07/10 15:37:42 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -14137,3 +14137,12 @@ sys/net/npf/npf_handler.c 1.41
NPF: fix use-after-free.
[maxv, ticket #919]
+sys/arch/amd64/amd64/locore.S 1.167 (patch)
+sys/arch/i386/i386/locore.S 1.158 (patch)
+sys/arch/x86/x86/fpu.c 1.44 (patch)
+
+ Don't switch the FPU when leaving a softint. This fixes
+ several problems when EagerFPU is enabled.
+ [maxv, ticket #910]
+
+