Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Tickets 91,92,94.
details: https://anonhg.NetBSD.org/src/rev/42e2e06cfe51
branches: netbsd-6
changeset: 773901:42e2e06cfe51
user: riz <riz%NetBSD.org@localhost>
date: Thu Mar 08 17:27:52 2012 +0000
description:
Tickets 91,92,94.
diffstat:
doc/CHANGES-6.0 | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r af4b3786cff6 -r 42e2e06cfe51 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0 Thu Mar 08 17:25:46 2012 +0000
+++ b/doc/CHANGES-6.0 Thu Mar 08 17:27:52 2012 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index