Module Name: src
Committed By: sevan
Date: Sun Sep 17 15:30:08 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
Note installation of scripts from the DTrace Toolkit in base.
To generate a diff of this commit:
cvs rdiff -u -r1.2317 -r1.2318 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.2317 src/doc/CHANGES:1.2318
--- src/doc/CHANGES:1.2317 Fri Sep 15 17:19:44 2017
+++ src/doc/CHANGES Sun Sep 17 15:30:08 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2317 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2318 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -62,3 +62,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_RMD160 options.
[sevan 20170913]
acpi(4): Updated ACPICA to 20170831. [christos 20170915]
+ dtrace: Install dtruss, execsnoop, opensnoop, and procsystime from the
+ DTrace Toolkit if DTrace support is enabled. [sevan 20170917]