Module Name:    src
Committed By:   kamil
Date:           Wed Feb  8 14:53:50 UTC 2017

Modified Files:
        src/doc: TODO.ptrace

Log Message:
Add new entry in TODO.ptrace

Added:
    add PT_SET_SIGMASK and PT_GET_SIGMASK - used by checkpointing software

Example software: gdb, criu


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 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.15 src/doc/TODO.ptrace:1.16
--- src/doc/TODO.ptrace:1.15	Wed Feb  8 03:44:41 2017
+++ src/doc/TODO.ptrace	Wed Feb  8 14:53:50 2017
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.15 2017/02/08 03:44:41 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.16 2017/02/08 14:53:50 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -21,6 +21,7 @@ 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
 
 and of course: fix as many bugs as possible.
 

Reply via email to