Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc Add new entry in TODO.ptrace
details: https://anonhg.NetBSD.org/src/rev/ca011b8fc63c
branches: trunk
changeset: 351254:ca011b8fc63c
user: kamil <kamil%NetBSD.org@localhost>
date: Wed Feb 08 14:53:50 2017 +0000
description:
Add new entry in TODO.ptrace
Added:
add PT_SET_SIGMASK and PT_GET_SIGMASK - used by checkpointing software
Example software: gdb, criu
diffstat:
doc/TODO.ptrace | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9fdfb5a6984a -r ca011b8fc63c doc/TODO.ptrace
--- a/doc/TODO.ptrace Wed Feb 08 14:47:55 2017 +0000
+++ b/doc/TODO.ptrace Wed Feb 08 14:53:50 2017 +0000
@@ -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 @@
- 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.
Home |
Main Index |
Thread Index |
Old Index