index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
sys
/
kern
/
ptrace_test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ptrace(2) reporting for LWP events.
jhb
2015-12-29
1
-7
/
+186
*
Tweak: use 'mainlwp' instead of 'mainpid' since this is a thread (LWP)
jhb
2015-10-06
1
-3
/
+3
*
Fix build with older GCC which, doesn't like 'main' being a variable name.
bdrewery
2015-10-06
1
-3
/
+3
*
Fix various edge cases related to system call tracing.
jhb
2015-10-06
1
-15
/
+244
*
Use _exit() instead of exit() in child processes created during tests.
jhb
2015-09-09
1
-10
/
+10
*
Add a test to verify that a traced process sees its original parent via
jhb
2015-09-09
1
-0
/
+87
*
Properly size the children[] arrays in the follow fork tests.
jhb
2015-09-09
1
-6
/
+6
*
Clear P_TRACED before reparenting a detached process back to its
jhb
2015-08-01
1
-54
/
+527
*
Add a CHILD_REQUIRE macro similar to ATF_REQUIRE for use in child processes
jhb
2015-06-04
1
-25
/
+47
*
Consistently only use one end of the pipe in the parent and debugger
jhb
2015-05-31
1
-3
/
+5
*
Tweak the description of when waitpid() doesn't return any status for a
jhb
2015-05-28
1
-6
/
+6
*
Do not allow a process to reap an orphan (a child currently being
jhb
2015-05-26
1
-0
/
+246
*
Only reparent a traced process to its old parent if the tracing process is
jhb
2015-05-22
1
-0
/
+143