Module Name: src
Committed By: christos
Date: Sat Mar 7 16:50:10 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
mention dtrace syscall support
To generate a diff of this commit:
cvs rdiff -u -r1.2051 -r1.2052 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.2051 src/doc/CHANGES:1.2052
--- src/doc/CHANGES:1.2051 Thu Mar 5 18:46:54 2015
+++ src/doc/CHANGES Sat Mar 7 11:50:10 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2051 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2052 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -135,3 +135,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
network: introduce RTF_LOCAL for local address routes. [roy 20150226]
evbarm: Add support for RPI2. [skrll 20150304]
evbarm: Add support for ODROID-C1. [jmcneill 20150304]
+ dtrace: Add syscall support [christos 20150307]