Module Name: src
Committed By: kamil
Date: Sat Apr 8 01:29:31 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
ptrace(2): Add operations to single step specified threads:
PT_SETSTEP and PT_CLEARSTEP
Sponsored by <The NetBSD Foundation>
To generate a diff of this commit:
cvs rdiff -u -r1.2268 -r1.2269 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.2268 src/doc/CHANGES:1.2269
--- src/doc/CHANGES:1.2268 Sun Apr 2 19:37:03 2017
+++ src/doc/CHANGES Sat Apr 8 01:29:31 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2268 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2269 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -493,3 +493,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
as being smaller and faster. [kre 20170320]
zoneinfo: Import tzdata2017b. [kre 20170321]
dhcpcd(8): Import dhcpcd-7.0.0-beta2 [roy 20170402]
+ ptrace(2): Add operations to single step specified threads:
+ PT_SETSTEP and PT_CLEARSTEP [kamil 20170408]