Module Name: src
Committed By: maxv
Date: Fri Aug 24 05:39:04 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Note kASan support.
To generate a diff of this commit:
cvs rdiff -u -r1.2428 -r1.2429 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.2428 src/doc/CHANGES:1.2429
--- src/doc/CHANGES:1.2428 Mon Aug 20 10:57:52 2018
+++ src/doc/CHANGES Fri Aug 24 05:39:04 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2428 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2429 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -204,3 +204,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
OpenSSL: Imported 1.1.0i. [christos 20180818]
acpi(4): Updated ACPICA to 20180810. [christos 20180818]
dhcpcd: Import 7.0.8. [roy 20180820]
+ amd64: Add support for kASan - Kernel Address Sanitizer.
+ [maxv 20180820]