Module Name:    src
Committed By:   kamil
Date:           Sat Jan  7 05:57:27 UTC 2017

Modified Files:
        src/doc: CHANGES

Log Message:
Document new additions to ptrace(2) in doc/CHANGES

Added:
  ptrace(2): Add new si_code value of SIGTRAP: TRAP_EXEC [kamil 20170107]
  ptrace(2): Add signal information accessors API:
             PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107]

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.2231 -r1.2232 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.2231 src/doc/CHANGES:1.2232
--- src/doc/CHANGES:1.2231	Mon Jan  2 17:46:39 2017
+++ src/doc/CHANGES	Sat Jan  7 05:57:27 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2231 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2232 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -441,3 +441,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
 	dreamcast: Add preliminary "G1-ATA" IDE HDD support. [tsutsui 20161229]
 	resolvconf(8): Import openresolv-3.9.0 [roy 20161230]
 	flex(1): Import flex-2.6.3 [christos 20170102]
+	ptrace(2): Add new si_code value of SIGTRAP: TRAP_EXEC [kamil 20170107]
+	ptrace(2): Add signal information accessors API:
+		PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107]

Reply via email to