Source-Changes-HG archive

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

[src/trunk]: src/doc Update TODO.ptrace



details:   https://anonhg.NetBSD.org/src/rev/ebb2121516e2
branches:  trunk
changeset: 351402:ebb2121516e2
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Feb 12 06:16:33 2017 +0000

description:
Update TODO.ptrace

Remove:
 - add PT_SET_SIGMASK and PT_GET_SIGMASK - used by checkpointing software

This interface has been committed to HEAD.

Sponsored by <The NetBSD Foundation>

diffstat:

 doc/TODO.ptrace |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r ce5e7534f9a8 -r ebb2121516e2 doc/TODO.ptrace
--- a/doc/TODO.ptrace   Sun Feb 12 06:09:52 2017 +0000
+++ b/doc/TODO.ptrace   Sun Feb 12 06:16:33 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.18 2017/02/12 05:21:34 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.19 2017/02/12 06:16:33 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -21,7 +21,6 @@
  - add ATF tests for SIGCHLD
  - add si_code values for PT_SYSCALL: TRAP_SCE and TRAP_SCX
  - add ATF tests for PT_SYSCALL and PT_SYSCALLEMU
- - add PT_SET_SIGMASK and PT_GET_SIGMASK - used by checkpointing software
  - research support PT_SYSCALL & PT_STEP combined like in Linux
  - fix more calls for netbsd32 compat
 



Home | Main Index | Thread Index | Old Index