Module Name: src
Committed By: bouyer
Date: Sun Sep 30 18:43:15 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES
Log Message:
Pull up following revision(s) (requested by tls in ticket #562):
doc/CHANGES: paych
Add forgotten CHANGES entries for rndctl entropy save/load and all the
kernel entropy changes.
To generate a diff of this commit:
cvs rdiff -u -r1.1670.2.9 -r1.1670.2.10 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.1670.2.9 src/doc/CHANGES:1.1670.2.10
--- src/doc/CHANGES:1.1670.2.9 Mon Sep 3 18:45:42 2012
+++ src/doc/CHANGES Sun Sep 30 18:43:15 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1670.2.9 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1670.2.10 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1192,6 +1192,8 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
m68k: Add TLS (thread local storage) support. [joerg 20111122]
audio(9): Audio drivers are now MP-safe. [jmcneill 20111123]
xbdback(4): driver is now MP-SAFE. [jym 20111123]
+ rndctl(8): implement boot-time save/restore of kernel RNG state.
+ [tls 20111123]
resolvconf(8): import openresolv-3.4.5 [roy 20111124]
mount_chfs(8): Add mount_chfs(8), a tool for mounting CHFS volumes.
[ahoka 20111124]
@@ -1276,6 +1278,10 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
kernel: Add urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE
802.11b/g/n wireless network devices, ported from OpenBSD.
[nonaka 20120325]
+ kernel: Rewrite most of the entropy-gathering and entropy-distributing
+ code, separating the rnd(4) pseudodevice from the bitstream
+ generation code (now cprng(9)) and entropy-pool code (rnd(9))
+ [tls 20120417]
wm(4): Add support for Intel I350 Ethernet. [msaitoh 20120525]
postfix(1): Import version 2.8.11 [tron 20120609]
evbarm: Add initial support for the RaspberryPi. [skrll 20120726]