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/6f46b43f327e
branches: trunk
changeset: 350178:6f46b43f327e
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 54cff2b7f995 -r 6f46b43f327e 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