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/b17b0f6d5809
branches:  trunk
changeset: 349797:b17b0f6d5809
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Dec 24 05:43:31 2016 +0000

description:
Add new entry in TODO.ptrace

New entry:
 - add ATF tests for SIGCHLD

diffstat:

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

diffs (17 lines):

diff -r 2dced476ae61 -r b17b0f6d5809 doc/TODO.ptrace
--- a/doc/TODO.ptrace   Sat Dec 24 05:40:49 2016 +0000
+++ b/doc/TODO.ptrace   Sat Dec 24 05:43:31 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO.ptrace,v 1.5 2016/12/19 03:19:37 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.6 2016/12/24 05:43:31 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
@@ -21,6 +21,7 @@
  - exect(3) rething or remove -- maybe PT_TRACE_ME + PTRACE_O_TRACEEXEC?
  - refactor pthread_dbg(3) to only query private pthread_t data, otherwise it
    duplicates ptrace(2) interface and cannot cover all types of threads
+ - add ATF tests for SIGCHLD
 
 and of course: fix as many bugs as possible.
 



Home | Main Index | Thread Index | Old Index