Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Note eventfd, timerfd, POSIX timers, and preadv()/pwrite...



details:   https://anonhg.NetBSD.org/src/rev/0ec91491f5d3
branches:  trunk
changeset: 986338:0ec91491f5d3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Sep 20 02:23:29 2021 +0000

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

diffstat:

 doc/CHANGES |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r bb778bc7bb46 -r 0ec91491f5d3 doc/CHANGES
--- a/doc/CHANGES       Mon Sep 20 02:20:30 2021 +0000
+++ b/doc/CHANGES       Mon Sep 20 02:23:29 2021 +0000
@@ -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 @@
                [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]



Home | Main Index | Thread Index | Old Index