Module Name: src
Committed By: riz
Date: Thu Mar 8 17:27:52 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Tickets 91,92,94.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 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.47 src/doc/CHANGES-6.0:1.1.2.48
--- src/doc/CHANGES-6.0:1.1.2.47 Wed Mar 7 23:45:14 2012
+++ src/doc/CHANGES-6.0 Thu Mar 8 17:27:52 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.47 2012/03/07 23:45:14 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.48 2012/03/08 17:27:52 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -1163,3 +1163,21 @@ sys/arch/usermode/usermode/trap.c 1.64
Implement signal forwarding to userland for usermode kernels.
[reinoud, ticket #89]
+sys/arch/usermode/usermode/trap.c 1.65
+
+ Fix the type of signal returned to userland from usermode kernel
+ on a segment or access error.
+ [reinoud, ticket #91]
+
+lib/libc/gen/arc4random.c 1.11-1.12
+
+ Make arc4random far less greedy for entropy. Make arc4random actually
+ implement arc4 when used by threaded programs. Fix a security
+ problem with previous revision.
+ [tls, ticket #92]
+
+sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c 1.14
+
+ Fix booting on WS011SH and possibly other 128MB models.
+ [nonaka, ticket #94]
+