Source-Changes-HG archive

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

[src/trunk]: src/doc Document new additions to ptrace(2) in doc/CHANGES



details:   https://anonhg.NetBSD.org/src/rev/b5c147d50646
branches:  trunk
changeset: 820320:b5c147d50646
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Jan 07 05:57:27 2017 +0000

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

diffstat:

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

diffs (16 lines):

diff -r 33dfd8691c93 -r b5c147d50646 doc/CHANGES
--- a/doc/CHANGES       Sat Jan 07 05:51:14 2017 +0000
+++ b/doc/CHANGES       Sat Jan 07 05:57:27 2017 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index