Module Name:    src
Committed By:   riz
Date:           Wed Feb 22 19:08:37 UTC 2012

Modified Files:
        src/doc [netbsd-6]: CHANGES-6.0

Log Message:
Tickets 16,17,22,28,29,31,32


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 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.10 src/doc/CHANGES-6.0:1.1.2.11
--- src/doc/CHANGES-6.0:1.1.2.10	Mon Feb 20 22:05:01 2012
+++ src/doc/CHANGES-6.0	Wed Feb 22 19:08:36 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.10 2012/02/20 22:05:01 sborrill Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.11 2012/02/22 19:08:36 riz Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -134,3 +134,57 @@ usr.sbin/makemandb/whatis.c			1.3
 	for "whatis man".
 	[joerg, ticket #15]
 
+sys/sys/cdefs.h					1.90
+
+	Fix __restricted expansion for C++ programs.
+	[martin, ticket #16]
+
+sys/kern/kern_exec.c				1.342-344
+
+	Various posix_spawn fixes.
+	[martin, ticket #17]
+
+sys/arch/macppc/stand/ofwboot/boot.c		1.27
+sys/arch/macppc/stand/ofwboot/boot.h		1.4
+sys/arch/macppc/stand/ofwboot/ofdev.c		1.26
+
+	Fix boot failure on OF 2.0 machines.
+	[tsutsui, ticket #22]
+
+sys/arch/xen/include/hypervisor.h		1.38
+sys/arch/xen/xen/clock.c			1.62
+sys/arch/xen/xen/hypervisor.c			1.61
+
+	Fix Xen 3.0 support and other Xen hypervisor-version-specific
+	fixes.  PR#45961.
+	[bouyer, ticket #28]
+
+sys/arch/x86/include/cpu.h			1.48
+sys/arch/x86/include/pmap.h			1.50
+sys/arch/x86/x86/cpu.c				1.97
+sys/arch/x86/x86/pmap.c				1.165,167-168
+sys/arch/xen/include/hypervisor.h		1.37
+sys/arch/xen/include/intr.h			1.34
+sys/arch/xen/x86/cpu.c				1.81-82
+sys/arch/xen/x86/x86_xpmap.c			1.39
+sys/arch/xen/x86/xen_ipi.c			1.10
+sys/arch/xen/x86/xen_pmap.c			1.17
+sys/uvm/uvm_km.c				1.122
+sys/uvm/uvm_kmguard.c				1.10
+sys/uvm/uvm_map.c				1.315
+
+	Xen MP stability fixes, including a problem initially reported in
+	PR port-xen/45975
+	[bouyer, ticket #29]
+
+sys/arch/x86/x86/pmap.c				1.166
+sys/arch/xen/x86/cpu.c				1.83
+
+	Get rid of "mapping already present" log messages.
+	[bouyer, ticket #31]
+
+sys/arch/i386/i386/machdep.c			1.719
+
+	Fix FPU corruption occasionally reported on Xen/MP systems.
+	[bouyer, ticket #32]
+

Reply via email to