Module Name: src
Committed By: kamil
Date: Thu May 14 13:37:52 UTC 2020
Modified Files:
src/doc: CHANGES
Log Message:
ptrace(2): Add PT_SET_SIGPASS and PT_GET_SIGPASS.
To generate a diff of this commit:
cvs rdiff -u -r1.2687 -r1.2688 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.2687 src/doc/CHANGES:1.2688
--- src/doc/CHANGES:1.2687 Wed May 13 08:43:28 2020
+++ src/doc/CHANGES Thu May 14 13:37:52 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2687 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2688 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -194,3 +194,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
xen: Support MSI for XenPV [jdolecek 20200504]
hppa: Enable modules in GENERIC by default. [skrll 20200511]
xen: enable MULTIPROCESSOR for Xen dom0. [bouyer 20200513]
+ ptrace(2): Add PT_SET_SIGPASS and PT_GET_SIGPASS. [kamil 20200514]