Module Name: src Committed By: kamil Date: Sat Dec 24 05:43:31 UTC 2016
Modified Files: src/doc: TODO.ptrace Log Message: Add new entry in TODO.ptrace New entry: - add ATF tests for SIGCHLD To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 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.5 src/doc/TODO.ptrace:1.6 --- src/doc/TODO.ptrace:1.5 Mon Dec 19 03:19:37 2016 +++ src/doc/TODO.ptrace Sat Dec 24 05:43:31 2016 @@ -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 @@ Items we (currently) plan to finish in t - 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.