Module Name:    src
Committed By:   kamil
Date:           Thu Jan 26 01:12:13 UTC 2017

Modified Files:
        src/doc: TODO.ptrace

Log Message:
Update TODO.ptrace

Added:
 - reiterate over FreeBSD tests and add missing ones if applicable

Sponsored by <The NetBSD Foundation>


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 src/doc/TODO.ptrace:1.13
--- src/doc/TODO.ptrace:1.12	Thu Jan 26 01:04:23 2017
+++ src/doc/TODO.ptrace	Thu Jan 26 01:12:13 2017
@@ -1,10 +1,11 @@
-$NetBSD: TODO.ptrace,v 1.12 2017/01/26 01:04:23 kamil Exp $
+$NetBSD: TODO.ptrace,v 1.13 2017/01/26 01:12:13 kamil Exp $
 
 Items we (currently) plan to finish in the ptrace(2) field:
 
  - verify ppid of core dump generated with PT_DUMPCORE
    it must point to the real parent, not tracer
  - adapt OpenBSD regress test (regress/sys/ptrace/ptrace.c) for the ATF context
+ - reiterate over FreeBSD tests and add missing ones if applicable
  - add new ptrace(2) calls to lock (suspend) and unlock LWP within a process
  - add PT_DUMPCORE tests in the ATF framework
  - add ATF tests for PT_WRITE_I and PIOD_WRITE_I - test mprotect restrictions

Reply via email to