Module Name:    src
Committed By:   kamil
Date:           Fri Jan 13 23:29:10 UTC 2017

Modified Files:
        src/doc: CHANGES

Log Message:
Add new entry for ptrace(2)

Added:
  ptrace(2): Add new options in EVENT_MASK: PTRACE_VFORK and
    PTRACE_VFORK_DONE


To generate a diff of this commit:
cvs rdiff -u -r1.2235 -r1.2236 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.2235 src/doc/CHANGES:1.2236
--- src/doc/CHANGES:1.2235	Tue Jan 10 01:53:25 2017
+++ src/doc/CHANGES	Fri Jan 13 23:29:10 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2235 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2236 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -447,3 +447,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
 	nsd(8): Add the NSD Authoritative DNS server [christos 20170107]
 	zlib(3): Import 1.2.10 [christos 20170109]
 	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]

Reply via email to