Module Name:    src
Committed By:   thorpej
Date:           Mon Sep 20 02:23:29 UTC 2021

Modified Files:
        src/doc: CHANGES

Log Message:
Note eventfd, timerfd, POSIX timers, and preadv()/pwritev() additions
to COMPAT_LINUX / COMPAT_LINUX32.


To generate a diff of this commit:
cvs rdiff -u -r1.2830 -r1.2831 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.2830 src/doc/CHANGES:1.2831
--- src/doc/CHANGES:1.2830	Sun Sep 19 15:52:55 2021
+++ src/doc/CHANGES	Mon Sep 20 02:23:29 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2830 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2831 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -422,3 +422,6 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 		[tsutsui 20210918]
 	kernel: Added native eventfd(2) and timerfd(2) implementations.
 		[thorpej 20210919]
+	compat_linux: Added eventfd, timerfd, POSIX timers, and preadv() /
+		pwritev() system calls to COMPAT_LINUX and COMPAT_LINXU32.
+		[thorpej 20210919]

Reply via email to