Module Name:    src
Committed By:   kamil
Date:           Sat Jan 14 06:51:02 UTC 2017

Modified Files:
        src/doc: CHANGES

Log Message:
Document the latest ptrace(2) and siginfo(2) additions:

Added new entries:
        ptrace(2): Add new options in EVENT_MASK: PTRACE_LWP_CREATE and
                PTRACE_LWP_EXIT
        siginfo(2): Add new si_code for SIGTRAP: TRAP_LWP

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.2236 -r1.2237 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.2236 src/doc/CHANGES:1.2237
--- src/doc/CHANGES:1.2236	Fri Jan 13 23:29:10 2017
+++ src/doc/CHANGES	Sat Jan 14 06:51:02 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2236 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2237 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -449,3 +449,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
 	ptrace(2): Add new si_code value of SIGTRAP: TRAP_CHLD [kamil 20170110]
 	ptrace(2): Add new options in EVENT_MASK: PTRACE_VFORK and
 		PTRACE_VFORK_DONE [kamil 20170113]
+	ptrace(2): Add new options in EVENT_MASK: PTRACE_LWP_CREATE and
+		PTRACE_LWP_EXIT [kamil 20170114]
+	siginfo(2): Add new si_code for SIGTRAP: TRAP_LWP [kamil 20170114]

Reply via email to