Thu Mar 8 17:40:17 2012 UTC ()
Tickets 95-97.


(riz)
diff -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-6.0

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

--- src/doc/Attic/CHANGES-6.0 2012/03/08 17:27:52 1.1.2.48
+++ src/doc/Attic/CHANGES-6.0 2012/03/08 17:40:16 1.1.2.49
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.0,v 1.1.2.48 2012/03/08 17:27:52 riz Exp $ 1# $NetBSD: CHANGES-6.0,v 1.1.2.49 2012/03/08 17:40:16 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]
@@ -1171,13 +1171,30 @@ sys/arch/usermode/usermode/trap.c 1.65 @@ -1171,13 +1171,30 @@ sys/arch/usermode/usermode/trap.c 1.65
1171 1171
1172lib/libc/gen/arc4random.c 1.11-1.12 1172lib/libc/gen/arc4random.c 1.11-1.12
1173 1173
1174 Make arc4random far less greedy for entropy. Make arc4random actually 1174 Make arc4random far less greedy for entropy. Make arc4random actually
1175 implement arc4 when used by threaded programs. Fix a security 1175 implement arc4 when used by threaded programs. Fix a security
1176 problem with previous revision. 1176 problem with previous revision.
1177 [tls, ticket #92] 1177 [tls, ticket #92]
1178 1178
1179sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c 1.14 1179sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c 1.14
1180 1180
1181 Fix booting on WS011SH and possibly other 128MB models. 1181 Fix booting on WS011SH and possibly other 128MB models.
1182 [nonaka, ticket #94] 1182 [nonaka, ticket #94]
1183 1183
 1184sys/dev/pci/agp_amd64.c 1.7
 1185
 1186 Fix kernel crash right after starting Xserver with DRM on Socket
 1187 AM2 + AGP systems.
 1188 [tsutsui, ticket #95]
 1189
 1190sys/lib/libsa/ls.c 1.4
 1191
 1192 Make bootloader "ls" work on filenames with directory paths.
 1193 [tsutsui, ticket #96]
 1194
 1195share/man/man4/amdtemp.4 1.6-1.7
 1196sys/arch/x86/pci/amdtemp.c 1.13
 1197
 1198 amdtemp(4): support family 12h.
 1199 [nonaka, ticket #97]
 1200