Module Name: src
Committed By: thorpej
Date: Sun Sep 19 15:52:56 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
Note eventfd(2) and timerfd(2).
To generate a diff of this commit:
cvs rdiff -u -r1.2829 -r1.2830 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.2829 src/doc/CHANGES:1.2830
--- src/doc/CHANGES:1.2829 Sat Sep 18 13:46:25 2021
+++ src/doc/CHANGES Sun Sep 19 15:52:55 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2829 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2830 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -420,3 +420,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
pxeboot: Add support for specifying a banner in boot.cfg. [nia 20210907]
luna68k: Add support for keyboard LED and buzzer controls via wskbd(4).
[tsutsui 20210918]
+ kernel: Added native eventfd(2) and timerfd(2) implementations.
+ [thorpej 20210919]