Module Name:    src
Committed By:   bouyer
Date:           Sun Oct 18 15:24:41 UTC 2009

Modified Files:
        src/doc [netbsd-4]: CHANGES-4.1

Log Message:
tickets 1362, 1363


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.179 -r1.1.2.180 src/doc/CHANGES-4.1

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-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.179 src/doc/CHANGES-4.1:1.1.2.180
--- src/doc/CHANGES-4.1:1.1.2.179	Sun Oct 18 13:02:42 2009
+++ src/doc/CHANGES-4.1	Sun Oct 18 15:24:41 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: CHANGES-4.1,v 1.1.2.179 2009/10/18 13:02:42 bouyer Exp $
+#	$NetBSD: CHANGES-4.1,v 1.1.2.180 2009/10/18 15:24:41 bouyer Exp $
 
 A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
 release:
@@ -3818,3 +3818,19 @@
 	Fixes PR bin/42143
 	[spz, ticket #1361]
 
+sys/arch/i386/include/npx.h			1.23
+
+	Fix wrong memory layout of the FPU save frame. The debugger against a
+	ptrace'd process would be confused.
+	[mlelstv, ticket #1362]
+
+sys/arch/amd64/amd64/fpu.c			1.29 via patch
+sys/arch/amd64/amd64/machdep.c			1.105 via patch
+sys/arch/amd64/amd64/netbsd32_machdep.c		1.59 via patch
+sys/arch/i386/i386/machdep.c			1.647 via patch
+sys/arch/i386/isa/npx.c				1.132 via patch
+
+	PR port-i386/39299 FPU use in signal handlers is unsafe
+	Ensure FP state is reset, if FP is used in a signal handler.
+	[mlelstv, ticket #1363]
+

Reply via email to