Module Name: src Committed By: kamil Date: Fri Mar 3 07:11:49 UTC 2017
Modified Files: src/doc: TODO.ptrace Log Message: TODO.ptrace: Remove entry about addition of TRAP_SCE and TRAP_SCX These siginfo(2) codes have been committed. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 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.26 src/doc/TODO.ptrace:1.27 --- src/doc/TODO.ptrace:1.26 Fri Mar 3 07:03:11 2017 +++ src/doc/TODO.ptrace Fri Mar 3 07:11:49 2017 @@ -1,4 +1,4 @@ -$NetBSD: TODO.ptrace,v 1.26 2017/03/03 07:03:11 kamil Exp $ +$NetBSD: TODO.ptrace,v 1.27 2017/03/03 07:11:49 kamil Exp $ Items we (currently) plan to finish in the ptrace(2) field: @@ -23,7 +23,6 @@ Items we (currently) plan to finish in t in all ports - add proper implementation of PTRACE_VFORK for vfork(2)-like events - add ATF tests for SIGCHLD - - add si_code values for PT_SYSCALL: TRAP_SCE and TRAP_SCX - research support PT_SYSCALL & PT_STEP combined like in Linux - fix more calls for netbsd32 compat - research ipkdb(4)