]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Provide storage for the process feature control flags in struct proc.
authorkib <kib@FreeBSD.org>
Fri, 23 Nov 2018 23:07:57 +0000 (23:07 +0000)
committerkib <kib@FreeBSD.org>
Fri, 23 Nov 2018 23:07:57 +0000 (23:07 +0000)
commit5333dd937e2be4df1571160569da79d961d806e4
treefdc97fe46a99abdf5aa0fa3155f7dc41af1d5015
parent36bd0b8293ad0a554bbb56aad4e1b03a11ac82df
Provide storage for the process feature control flags in struct proc.

The flags are cleared on exec, it is up to the image activator to set
them.

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
sys/kern/kern_exec.c
sys/kern/kern_thread.c
sys/sys/proc.h