Module Name: src Committed By: ryo Date: Fri Oct 12 04:09:09 UTC 2018
Modified Files: src/doc: CHANGES Log Message: note that aarch64 supports compat_netbsd32 To generate a diff of this commit: cvs rdiff -u -r1.2445 -r1.2446 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.2445 src/doc/CHANGES:1.2446 --- src/doc/CHANGES:1.2445 Sat Sep 29 21:53:38 2018 +++ src/doc/CHANGES Fri Oct 12 04:09:09 2018 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2445 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2446 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -230,3 +230,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0: userland tools. [maxv 20180923] npf: Converted to use libnv [rmind 20180929] ntp: Import ntp 4.2.8p12. [christos 20180929] + aarch64: add support for compat_netbsd32(8). [ryo 20181012]