Searched hist:c209e3e2e6e00b30c991764ca28c5dac26f023fc (Results 1 – 3 of 3) sorted by relevance
/freebsd/tests/sys/kern/ |
H A D | ptrace_test.c | c209e3e2e6e00b30c991764ca28c5dac26f023fc Fri May 22 13:04:54 CEST 2015 John Baldwin <jhb@FreeBSD.org> Only reparent a traced process to its old parent if the tracing process is not the old parent. Otherwise, proc_reap() will leave the zombie in place resulting in the process' status being returned twice to its parent.
Add test cases for PT_TRACE_ME and PT_ATTACH which are fixed by this change.
Differential Revision: https://reviews.freebsd.org/D2594 Reviewed by: kib MFC after: 2 weeks
|
H A D | Makefile | diff c209e3e2e6e00b30c991764ca28c5dac26f023fc Fri May 22 13:04:54 CEST 2015 John Baldwin <jhb@FreeBSD.org> Only reparent a traced process to its old parent if the tracing process is not the old parent. Otherwise, proc_reap() will leave the zombie in place resulting in the process' status being returned twice to its parent.
Add test cases for PT_TRACE_ME and PT_ATTACH which are fixed by this change.
Differential Revision: https://reviews.freebsd.org/D2594 Reviewed by: kib MFC after: 2 weeks
|
/freebsd/sys/kern/ |
H A D | kern_exit.c | diff c209e3e2e6e00b30c991764ca28c5dac26f023fc Fri May 22 13:04:54 CEST 2015 John Baldwin <jhb@FreeBSD.org> Only reparent a traced process to its old parent if the tracing process is not the old parent. Otherwise, proc_reap() will leave the zombie in place resulting in the process' status being returned twice to its parent.
Add test cases for PT_TRACE_ME and PT_ATTACH which are fixed by this change.
Differential Revision: https://reviews.freebsd.org/D2594 Reviewed by: kib MFC after: 2 weeks
|