aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/procctl.h
Commit message (Expand)AuthorAgeFilesLines
* Add procctl(PROC_STACKGAP_CTL)Konstantin Belousov2019-09-031-0/+7
* Control implicit PROT_MAX() using procctl(2) and the FreeBSD noteKonstantin Belousov2019-07-021-0/+7
* amd64 KPTI: add control from procctl(2).Konstantin Belousov2019-03-161-0/+4
* Implement Address Space Layout Randomization (ASLR)Konstantin Belousov2019-02-101-0/+7
* Rename PROC_PDEATHSIG_SET -> PROC_PDEATHSIG_CTL and PROC_PDEATHSIG_GETKonstantin Belousov2018-04-201-2/+2
* Add PROC_PDEATHSIG_SET to procctl interface.Konstantin Belousov2018-04-181-0/+2
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Kill all descendants of the reaper, even if they are descendants of aKonstantin Belousov2017-11-231-0/+1
* Add the foundation copyrights to procctl kernel sources.Konstantin Belousov2016-09-231-0/+4
* Add PROC_TRAPCAP procctl(2) controls and global sysctl kern.trap_enocap.Konstantin Belousov2016-09-211-0/+5
* sys/sys: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* Add procctl(2) PROC_TRACE_CTL command to enable or disable debuggerKonstantin Belousov2015-01-181-0/+6
* Add a facility for non-init process to declare itself the reaper ofKonstantin Belousov2014-12-151-3/+54
* Extend the support for exempting processes from being killed when swap isJohn Baldwin2013-09-191-0/+55