summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryo <ryo@NetBSD.org>2021-11-25 06:19:06 +0000
committerryo <ryo@NetBSD.org>2021-11-25 06:19:06 +0000
commitc2647e4e585ee5cb010b2dab9f5906cd2c5ddec1 (patch)
tree60d74378e92b2f9680bfef43d39440aad065aa32
parent172281034fb9508dbffcabf787097cd4cb73031d (diff)
Add support COMPAT_LINUX32 for aarch64
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 8653aaf73f5..9fd763a9be9 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2851 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2852 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -456,3 +456,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
evbarm: Add support for Rockchip RK3288 SoCs. [jmcneill 20211112]
cgdconfig(8): Added 'argon2id' password-based key generation method.
[nia 20211122]
+ aarch64: Add initial COMPAT_LINUX32 support. [ryo 20211125]