Module Name: src
Committed By: tls
Date: Sat Nov 26 01:20:25 UTC 2011
Modified Files:
src: UPDATING
Log Message:
Mention that "pseudo-device rnd" should be removed from custom kernel
configs. Thanks to Julio for pointing this out.
To generate a diff of this commit:
cvs rdiff -u -r1.230 -r1.231 src/UPDATING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/UPDATING
diff -u src/UPDATING:1.230 src/UPDATING:1.231
--- src/UPDATING:1.230 Sat Nov 19 22:51:18 2011
+++ src/UPDATING Sat Nov 26 01:20:25 2011
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.230 2011/11/19 22:51:18 tls Exp $
+$NetBSD: UPDATING,v 1.231 2011/11/26 01:20:25 tls Exp $
This file (UPDATING) is intended to be a brief reference to recent
changes that might cause problems in the build process, and a guide for
@@ -16,6 +16,12 @@ See also: BUILDING, build.sh, Makefile.
Recent changes:
^^^^^^^^^^^^^^^
+20111125:
+ The "rnd" pseudodevice has been added to sys/conf/std, which
+ means it should no longer be explicitly listed in kernel
+ configuration files. The line "pseudo-device rnd" should be
+ removed from any custom kernel config files users may have.
+
20111119:
A problem with the datastructures used by the rndctl(8)
utility (pointers in datastructures in an array, making 32->64