mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
sys/proc.h: add comments to the flag2 bits
Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D47492
This commit is contained in:
parent
4c367bc90b
commit
14b3a4564a
1 changed files with 2 additions and 2 deletions
|
|
@ -868,7 +868,7 @@ struct proc {
|
|||
MAP_STACK */
|
||||
#define P2_STKGAP_DISABLE_EXEC 0x00001000 /* Stack gap disabled
|
||||
after exec */
|
||||
#define P2_ITSTOPPED 0x00002000
|
||||
#define P2_ITSTOPPED 0x00002000 /* itimers stopped */
|
||||
#define P2_PTRACEREQ 0x00004000 /* Active ptrace req */
|
||||
#define P2_NO_NEW_PRIVS 0x00008000 /* Ignore setuid */
|
||||
#define P2_WXORX_DISABLE 0x00010000 /* WX mappings enabled */
|
||||
|
|
@ -876,7 +876,7 @@ struct proc {
|
|||
#define P2_WEXIT 0x00040000 /* exit just started, no
|
||||
external thread_single() is
|
||||
permitted */
|
||||
#define P2_REAPKILLED 0x00080000
|
||||
#define P2_REAPKILLED 0x00080000 /* REAP_KILL pass touched me */
|
||||
#define P2_MEMBAR_PRIVE 0x00100000 /* membar private expedited
|
||||
registered */
|
||||
#define P2_MEMBAR_PRIVE_SYNCORE 0x00200000 /* membar private expedited
|
||||
|
|
|
|||
Loading…
Reference in a new issue