Wed Mar 7 23:45:14 2012 UTC ()
Tickets 88, 89.


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

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

--- src/doc/Attic/CHANGES-6.0 2012/03/07 23:37:09 1.1.2.46
+++ src/doc/Attic/CHANGES-6.0 2012/03/07 23:45:14 1.1.2.47
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0,v 1.1.2.46 2012/03/07 23:37:09 riz Exp $ 1# $NetBSD: CHANGES-6.0,v 1.1.2.47 2012/03/07 23:45:14 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]
@@ -1137,13 +1137,29 @@ sys/arch/i386/i386/machdep.c 1.725 @@ -1137,13 +1137,29 @@ sys/arch/i386/i386/machdep.c 1.725
1137 [bouyer, ticket #93] 1137 [bouyer, ticket #93]
1138 1138
1139sys/dev/pci/piixide.c 1.58 1139sys/dev/pci/piixide.c 1.58
1140 1140
1141 Add support for Intel 6 Series Serial ATA Controller. 1141 Add support for Intel 6 Series Serial ATA Controller.
1142 [sborrill, ticket #98] 1142 [sborrill, ticket #98]
1143 1143
1144sys/dev/pci/if_bnx.c 1.46 1144sys/dev/pci/if_bnx.c 1.46
1145 1145
1146 bnx_start() is not MP-safe, so do not create the bnx_alloc_pkts()'s 1146 bnx_start() is not MP-safe, so do not create the bnx_alloc_pkts()'s
1147 workqueue MPSAFE. 1147 workqueue MPSAFE.
1148 [bouyer, ticket #100] 1148 [bouyer, ticket #100]
1149 1149
 1150external/bsd/cron/dist/crontab.c 1.4-1.5
 1151
 1152 PR/46127: Holger Weiss: "crontab <file>" fails for unprivileged users
 1153 [dholland, ticket #88]
 1154
 1155sys/arch/usermode/dev/cpu.c 1.70
 1156sys/arch/usermode/dev/ttycons.c 1.19
 1157sys/arch/usermode/include/intr.h 1.9
 1158sys/arch/usermode/include/thunk.h 1.61
 1159sys/arch/usermode/target/i386/cpu_i386.c 1.4
 1160sys/arch/usermode/usermode/thunk.c 1.81
 1161sys/arch/usermode/usermode/trap.c 1.64
 1162
 1163 Implement signal forwarding to userland for usermode kernels.
 1164 [reinoud, ticket #89]
 1165