Module Name: src
Committed By: riz
Date: Sun Apr 22 17:03:05 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Additional pullup for ticket 190 to fix the evbarm build.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 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.73 src/doc/CHANGES-6.0:1.1.2.74
--- src/doc/CHANGES-6.0:1.1.2.73 Fri Apr 20 23:35:54 2012
+++ src/doc/CHANGES-6.0 Sun Apr 22 17:03:05 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.73 2012/04/20 23:35:54 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.74 2012/04/22 17:03:05 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -1884,6 +1884,7 @@ sys/kern/kern_rndq.c 1.3
sys/kern/subr_cprng.c 1.8
sys/sys/cprng.h 1.5
sys/sys/rnd.h 1.31-1.32
+sys/dev/ic/com.c 1.305
Address multiple problems with rnd(4)/cprng(9): per-CPU CPRNG,
Locking fixes, compilation problems.