summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_procctl.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r286975:kib2015-08-271-2/+0
| | | | Remove the wrong asserts.
* MFC r278795:kib2015-02-181-3/+5
| | | | | | Reparenting done by debugger attach can leave reaper without direct children. Handle the situation instead asserting that it is impossible.
* MFC r278794:kib2015-02-181-1/+1
| | | | Return with the process locked.
* MFC r277322:kib2015-01-251-1/+78
| | | | | Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger attachment to the process.
* Merge reaper facility.kib2015-01-051-0/+461
MFC r270443 (by mjg): Properly reparent traced processes when the tracer dies. MFC r273452 (by mjg): Plug unnecessary PRS_NEW check in kern_procctl. MFC 275800: Add a facility for non-init process to declare itself the reaper of the orphaned descendants. MFC r275821: Add missed break. MFC r275846 (by mckusick): Add some additional clarification and fix a few gammer nits. MFC r275847 (by bdrewery): Bump Dd for r275846.
OpenPOWER on IntegriCloud