Module Name:    src
Committed By:   kamil
Date:           Sun Feb 12 06:16:33 UTC 2017

Modified Files:
        src/doc: TODO.ptrace

Log Message:
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>


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/doc/TODO.ptrace

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/TODO.ptrace
diff -u src/doc/TODO.ptrace:1.18 src/doc/TODO.ptrace:1.19
--- src/doc/TODO.ptrace:1.18	Sun Feb 12 05:21:34 2017
+++ src/doc/TODO.ptrace	Sun Feb 12 06:16:33 2017
@@ -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 @@ Items we (currently) plan to finish in t
  - 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
 

Reply via email to