aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_procctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add PROC_TRAPCAP procctl(2) controls and global sysctl kern.trap_enocap.Konstantin Belousov2016-09-211-0/+38
* If process becomes reaper (procctl(PROC_REAP_ACQUIRE)) while alreadyKonstantin Belousov2015-08-201-2/+0
* Reparenting done by debugger attach can leave reaper without directKonstantin Belousov2015-02-151-3/+5
* Return with the process locked, caller expects p still locked afterKonstantin Belousov2015-02-151-1/+1
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerKonstantin Belousov2015-01-181-1/+78
* Add missed break.Konstantin Belousov2014-12-161-0/+1
* Add a facility for non-init process to declare itself the reaper ofKonstantin Belousov2014-12-151-0/+460