Module Name: src
Committed By: maxv
Date: Thu Nov 8 08:32:58 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Note NVMM and aarch64+kasan.
To generate a diff of this commit:
cvs rdiff -u -r1.2456 -r1.2457 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.2456 src/doc/CHANGES:1.2457
--- src/doc/CHANGES:1.2456 Sat Oct 27 22:32:54 2018
+++ src/doc/CHANGES Thu Nov 8 08:32:57 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2456 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2457 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -242,3 +242,6 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
libc: Update to tzcode2018f. [christos 20181019]
tzdata: updated to 2018g [kre 20181027]
libc: Update to tzcode2018g. [christos 20181027]
+ kernel: Add NVMM, the NetBSD virtualization driver, with initial
+ support for x86. [maxv 20181107]
+ aarch64: Add support for kASan. [maxv 20181108]