Module Name: src
Committed By: riastradh
Date: Fri Aug 14 01:07:57 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
Note getrandom.
To generate a diff of this commit:
cvs rdiff -u -r1.2727 -r1.2728 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.2727 src/doc/CHANGES:1.2728
--- src/doc/CHANGES:1.2727 Tue Aug 11 13:18:04 2020
+++ src/doc/CHANGES Fri Aug 14 01:07:56 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2727 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2728 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -270,3 +270,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
bind: Import version 9.16.5. [christos 20200803]
dhcp: Import version 4.4.2. [christos 20200803]
openldap: Import 2.4.50. [christos 20200811]
+ kernel: Add getrandom system call. [riastradh 20200813]