Module Name: src
Committed By: sborrill
Date: Mon Mar 5 20:18:42 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket #80
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-6.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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.38 src/doc/CHANGES-6.0:1.1.2.39
--- src/doc/CHANGES-6.0:1.1.2.38 Mon Mar 5 19:16:57 2012
+++ src/doc/CHANGES-6.0 Mon Mar 5 20:18:42 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.38 2012/03/05 19:16:57 sborrill Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.39 2012/03/05 20:18:42 sborrill Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -886,3 +886,14 @@ usr.sbin/makemandb/makemandb.c 1.7
Fix inverted condition when handling stale entries.
[joerg, ticket #77]
+sys/arch/xen/x86/x86_xpmap.c 1.42
+sys/arch/x86/include/specialreg.h 1.56
+sys/arch/amd64/amd64/machdep.c 1.179
+sys/arch/i386/i386/locore.S 1.97
+sys/arch/i386/i386/machdep.c 1.723 via patch
+sys/arch/x86/include/cpu.h 1.49
+
+ Fix possible FPU registers corruption on context switches.
+ Fix type of pointers passed to some hypercalls.
+ [bouyer, ticket #80]
+