Module Name: src
Committed By: riastradh
Date: Mon Mar 9 02:03:19 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
Note replacement arc4random(3) implementation.
To generate a diff of this commit:
cvs rdiff -u -r1.2053 -r1.2054 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.2053 src/doc/CHANGES:1.2054
--- src/doc/CHANGES:1.2053 Mon Mar 9 01:43:30 2015
+++ src/doc/CHANGES Mon Mar 9 02:03:19 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2053 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2054 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -105,6 +105,8 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
awinir(4): Add support for Allwinner A20/A31 IR receiver.
[jmcneill 20141115]
zoneinfo: Import tzdata2014j. [apb 20141116]
+ libc: Change arc4random(3) to use ChaCha20 and per-thread state.
+ [riastradh 20141116]
libc: Update to tzcode2014j. [christos 20141117]
libpcap: Import 1.6.2. [christos 20141119]
tcpdump(8): Import 4.6.2. [christos 20141119]