Module Name: src
Committed By: martin
Date: Sun Nov 2 09:57:12 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES
Log Message:
Redo previous in the right location
To generate a diff of this commit:
cvs rdiff -u -r1.1967.2.4 -r1.1967.2.5 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1967.2.4 src/doc/CHANGES:1.1967.2.5
--- src/doc/CHANGES:1.1967.2.4 Sun Nov 2 09:53:36 2014
+++ src/doc/CHANGES Sun Nov 2 09:57:12 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1967.2.4 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1967.2.5 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -21,7 +21,7 @@
#
# See htutils/changes/changes2html script for more details.
#
-LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.1967.2.4 $>
+LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.1967.2.5 $>
Changes from NetBSD 6.0 to NetBSD 7.0:
@@ -510,3 +510,10 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
[tls 20140810]
OpenSSL: Update to 1.0.1i. [spz 20140810]
kernel: Add MODULAR infrastructure for Xen kernels. [jnemeth 20140810]
+ rnd(9): Add explicit enable/disable hooks for callout-driven
+ sources (be more power friendly). [tls 20141026]
+ rnd(9): Make "skew" source polled so it runs only when there
+ is entropy demand. [tls 20141026]
+ rnd(9): Adjust entropy collection from polled sources so it's
+ processed sooner. [tls 20141026]
+