Module Name: src Committed By: ryo Date: Mon Jul 9 10:08:35 UTC 2018
Modified Files: src/doc: CHANGES Log Message: SMP support for aarch64 To generate a diff of this commit: cvs rdiff -u -r1.2405 -r1.2406 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.2405 src/doc/CHANGES:1.2406 --- src/doc/CHANGES:1.2405 Tue Jun 26 21:09:48 2018 +++ src/doc/CHANGES Mon Jul 9 10:08:35 2018 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2405 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2406 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -168,3 +168,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0: bpf(4): Add the BPF direction filter (BIOC[GS]DIRECTION). [msaitoh 20180626] gcc: add lsan the Leak Sanitizer [christos 20180626] + aarch64: Add support for SMP. [ryo 20180709]