Module Name: src
Committed By: jdc
Date: Mon May 21 16:50:28 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket 273.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.105 -r1.1.2.106 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.105 src/doc/CHANGES-6.0:1.1.2.106
--- src/doc/CHANGES-6.0:1.1.2.105 Mon May 21 15:26:33 2012
+++ src/doc/CHANGES-6.0 Mon May 21 16:50:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.105 2012/05/21 15:26:33 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.106 2012/05/21 16:50:28 jdc Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -2527,3 +2527,9 @@ tests/lib/libc/sys/t_lwp_create.c 1.1
PR#43903.
[martin, ticket #274]
+sys/dev/rndpseudo.c 1.10
+sys/kern/subr_cprng.c 1.9
+
+ Fix two problems that could cause /dev/random to not wake up readers
+ when entropy became available.
+ [tls, ticket #273]