Module Name: src
Committed By: mrg
Date: Thu Dec 27 10:09:56 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
note kernel crash dumps for arm64.
To generate a diff of this commit:
cvs rdiff -u -r1.2473 -r1.2474 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.2473 src/doc/CHANGES:1.2474
--- src/doc/CHANGES:1.2473 Thu Dec 27 04:54:03 2018
+++ src/doc/CHANGES Thu Dec 27 10:09:56 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2473 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2474 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -273,3 +273,4 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
threadpool(9): Added threadpool(9) API. [thorpej 20181224]
systat(1): Extend vmstat display for better insight about bufcache.
[sevan 20181226]
+ arm: Support kernel crash dumps on 64 bit platforms. [mrg 20181227]