Module Name: src
Committed By: ryo
Date: Thu Sep 23 09:09:34 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
Add support COMPAT_LINUX for aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.2831 -r1.2832 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.2831 src/doc/CHANGES:1.2832
--- src/doc/CHANGES:1.2831 Mon Sep 20 02:23:29 2021
+++ src/doc/CHANGES Thu Sep 23 09:09:34 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2831 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2832 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -425,3 +425,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
compat_linux: Added eventfd, timerfd, POSIX timers, and preadv() /
pwritev() system calls to COMPAT_LINUX and COMPAT_LINXU32.
[thorpej 20210919]
+ aarch64: Add initial COMPAT_LINUX support. [ryo 20210923]