Module Name: src
Committed By: sevan
Date: Sat Feb 17 00:53:54 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
Note ddb.dumpstack sysctl
To generate a diff of this commit:
cvs rdiff -u -r1.2357 -r1.2358 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.2357 src/doc/CHANGES:1.2358
--- src/doc/CHANGES:1.2357 Mon Feb 12 10:37:50 2018
+++ src/doc/CHANGES Sat Feb 17 00:53:53 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2357 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2358 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -111,3 +111,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
openldap: Import 2.4.45. [christos 20180205]
unbound: Import 1.6.8. [christos 20180205]
nsd: import 4.1.19 [christos 20180209]
+ ddb(4): Introduce dumpstack sysctl for printing a stack trace on panic,
+ enable by default. [sevan 20180217]