summaryrefslogtreecommitdiffstats
path: root/tests/sys/kern/ptrace_test.c
Commit message (Expand)AuthorAgeFilesLines
* Add ptrace(2) reporting for LWP events.jhb2015-12-291-7/+186
* Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)jhb2015-10-061-3/+3
* Fix build with older GCC which, doesn't like 'main' being a variable name.bdrewery2015-10-061-3/+3
* Fix various edge cases related to system call tracing.jhb2015-10-061-15/+244
* Use _exit() instead of exit() in child processes created during tests.jhb2015-09-091-10/+10
* Add a test to verify that a traced process sees its original parent viajhb2015-09-091-0/+87
* Properly size the children[] arrays in the follow fork tests.jhb2015-09-091-6/+6
* Clear P_TRACED before reparenting a detached process back to itsjhb2015-08-011-54/+527
* Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processesjhb2015-06-041-25/+47
* Consistently only use one end of the pipe in the parent and debuggerjhb2015-05-311-3/+5
* Tweak the description of when waitpid() doesn't return any status for ajhb2015-05-281-6/+6
* Do not allow a process to reap an orphan (a child currently beingjhb2015-05-261-0/+246
* Only reparent a traced process to its old parent if the tracing process isjhb2015-05-221-0/+143
OpenPOWER on IntegriCloud