Module Name: src
Committed By: pgoyette
Date: Sun Jul 15 18:38:45 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note recent linking of sysmon_envsys(8) with rnd(4)
To generate a diff of this commit:
cvs rdiff -u -r1.1717 -r1.1718 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.1717 src/doc/CHANGES:1.1718
--- src/doc/CHANGES:1.1717 Thu Jul 12 16:55:57 2012
+++ src/doc/CHANGES Sun Jul 15 18:38:44 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1717 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1718 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -80,3 +80,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
kernel, libc: Add MurmurHash2 function. [rmind 20120708]
atf(7): Import 0.16. [jmmv 20120711]
dhcpcd(8): Import dhcpcd-5.6.1 [roy 20120712]
+ kernel: Add support for sensors to provide entropy to rnd(4)
+ [pgoyette 20120715]