Module Name: src
Committed By: martin
Date: Tue Jul 25 11:42:57 UTC 2023
Modified Files:
src/doc [netbsd-10]: CHANGES-10.0
Log Message:
Ticket #244
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-10.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-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.87 src/doc/CHANGES-10.0:1.1.2.88
--- src/doc/CHANGES-10.0:1.1.2.87 Tue Jul 25 11:30:43 2023
+++ src/doc/CHANGES-10.0 Tue Jul 25 11:42:57 2023
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.87 2023/07/25 11:30:43 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.88 2023/07/25 11:42:57 martin Exp $
A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
until the 10.0 release:
@@ -3122,6 +3122,12 @@ sys/arch/x86/x86/errata.c 1.31
x86: turn off zenbleed chicken bit on Zen2 cpus.
[mrg, ticket #243]
+sys/arch/x86/include/cpu_extended_state.h 1.18
+sys/arch/x86/x86/fpu.c 1.80
+
+ x86: enter safe FPU state in fpu_kern_enter.
+ [riastradh, ticket #244]
+
sys/arch/x86/x86/fpu.c 1.86
x86/fpu: align savefpu to 64 bytes in fpuinit_mxcsr_mask.