Module Name: src
Committed By: riz
Date: Thu Feb 23 21:20:39 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 39, 40.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 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.14 src/doc/CHANGES-6.0:1.1.2.15
--- src/doc/CHANGES-6.0:1.1.2.14 Thu Feb 23 18:39:43 2012
+++ src/doc/CHANGES-6.0 Thu Feb 23 21:20:39 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.14 2012/02/23 18:39:43 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.15 2012/02/23 21:20:39 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -445,3 +445,15 @@ sys/arch/x86/x86/identcpu.c 1.30
to all CPUs, not just the boot CPU.
[chs, ticket #38]
+sys/arch/x86/x86/pmap.c 1.170
+sys/arch/xen/x86/x86_xpmap.c 1.40
+
+ Account for early_zerop when building the bootstrap pages.
+ PR#38699.
+ [bouyer, ticket #39]
+
+sys/arch/xen/xen/xengnt.c 1.23
+
+ Fix locking in xengnt_get_entry() and xengnt_more_entries().
+ [bouyer, ticket #40]
+