Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Document the latest ptrace(2) and siginfo(2) additions:



details:   https://anonhg.NetBSD.org/src/rev/2c0ab200a2db
branches:  trunk
changeset: 820742:2c0ab200a2db
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Jan 14 06:51:02 2017 +0000

description:
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>

diffstat:

 doc/CHANGES |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 786de7eddc44 -r 2c0ab200a2db doc/CHANGES
--- a/doc/CHANGES       Sat Jan 14 06:36:52 2017 +0000
+++ b/doc/CHANGES       Sat Jan 14 06:51:02 2017 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index