Module Name: src
Committed By: riz
Date: Wed Mar 7 23:37:09 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 86, 93, 98, 100.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 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.45 src/doc/CHANGES-6.0:1.1.2.46
--- src/doc/CHANGES-6.0:1.1.2.45 Wed Mar 7 23:27:19 2012
+++ src/doc/CHANGES-6.0 Wed Mar 7 23:37:09 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.45 2012/03/07 23:27:19 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.46 2012/03/07 23:37:09 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -1124,3 +1124,26 @@ usr.sbin/cpuctl/arch/i386.c 1.29
Print CPU stepping level.
[sborrill, ticket #79]
+xsrc/external/mit/xdm/dist/config/Xservers.ws.cpp 1.2
+xsrc/external/mit/xinit/dist/startx.cpp 1.2
+
+ Add -noretro as default server arg in configuration files where we are
+ sure the user will get a visible window "soon".
+ [martin, ticket #86]
+
+sys/arch/i386/i386/machdep.c 1.725
+
+ Fix avail memory when allocating more than 4GB to a XEN3PAE domU.
+ [bouyer, ticket #93]
+
+sys/dev/pci/piixide.c 1.58
+
+ Add support for Intel 6 Series Serial ATA Controller.
+ [sborrill, ticket #98]
+
+sys/dev/pci/if_bnx.c 1.46
+
+ bnx_start() is not MP-safe, so do not create the bnx_alloc_pkts()'s
+ workqueue MPSAFE.
+ [bouyer, ticket #100]
+