Wed Mar 7 23:37:09 2012 UTC ()
Tickets 86, 93, 98, 100.


(riz)
diff -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-6.0

cvs diff -r1.1.2.45 -r1.1.2.46 src/doc/Attic/CHANGES-6.0 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.0 2012/03/07 23:27:19 1.1.2.45
+++ src/doc/Attic/CHANGES-6.0 2012/03/07 23:37:09 1.1.2.46
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0,v 1.1.2.45 2012/03/07 23:27:19 riz Exp $ 1# $NetBSD: CHANGES-6.0,v 1.1.2.46 2012/03/07 23:37:09 riz Exp $
2 2
3A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012 3A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
4until the 6.0 release: 4until the 6.0 release:
5 5
6gnu/usr.bin/groff/tmac/mdoc.local patched by hand 6gnu/usr.bin/groff/tmac/mdoc.local patched by hand
7sys/sys/param.h patched by hand 7sys/sys/param.h patched by hand
8 8
9 Welcome to 6.0_BETA! 9 Welcome to 6.0_BETA!
10 10
11sys/conf/osrelease.sh 1.121 11sys/conf/osrelease.sh 1.121
12 12
13 Don't eat _BETA or other textual tags after the version. 13 Don't eat _BETA or other textual tags after the version.
14 [christos, ticket #3] 14 [christos, ticket #3]
@@ -1114,13 +1114,36 @@ external/bsd/file/dist/src/vasprintf.c  @@ -1114,13 +1114,36 @@ external/bsd/file/dist/src/vasprintf.c
1114 Update file to 5.11. 1114 Update file to 5.11.
1115 [christos, ticket #30] 1115 [christos, ticket #30]
1116 1116
1117sys/arch/usermode/usermode/pmap.c 1.103 1117sys/arch/usermode/usermode/pmap.c 1.103
1118 1118
1119 Move from pool(9) to kmem_zalloc(9) for NetBSD/usermode L2 page tables. 1119 Move from pool(9) to kmem_zalloc(9) for NetBSD/usermode L2 page tables.
1120 [reinoud, ticket #78] 1120 [reinoud, ticket #78]
1121 1121
1122usr.sbin/cpuctl/arch/i386.c 1.29 1122usr.sbin/cpuctl/arch/i386.c 1.29
1123 1123
1124 Print CPU stepping level. 1124 Print CPU stepping level.
1125 [sborrill, ticket #79] 1125 [sborrill, ticket #79]
1126 1126
 1127xsrc/external/mit/xdm/dist/config/Xservers.ws.cpp 1.2
 1128xsrc/external/mit/xinit/dist/startx.cpp 1.2
 1129
 1130 Add -noretro as default server arg in configuration files where we are
 1131 sure the user will get a visible window "soon".
 1132 [martin, ticket #86]
 1133
 1134sys/arch/i386/i386/machdep.c 1.725
 1135
 1136 Fix avail memory when allocating more than 4GB to a XEN3PAE domU.
 1137 [bouyer, ticket #93]
 1138
 1139sys/dev/pci/piixide.c 1.58
 1140
 1141 Add support for Intel 6 Series Serial ATA Controller.
 1142 [sborrill, ticket #98]
 1143
 1144sys/dev/pci/if_bnx.c 1.46
 1145
 1146 bnx_start() is not MP-safe, so do not create the bnx_alloc_pkts()'s
 1147 workqueue MPSAFE.
 1148 [bouyer, ticket #100]
 1149