summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-08-18 10:21:29 +0000
committerpjd <pjd@FreeBSD.org>2013-08-18 10:21:29 +0000
commitae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893 (patch)
treeb7beea60b7b145312177f9e6a9ef5d441cb897fc /sys/pc98/conf
parentc4b895432e7a62c87ae06853cc1c1cd0ee053646 (diff)
downloadFreeBSD-src-ae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893.zip
FreeBSD-src-ae1f4cb9ce8a2cedd481bb667791cb0cbe5bb893.tar.gz
Add process descriptors support to the GENERIC kernel. It is already being
used by the tools in base systems and with sandboxing more and more tools the usage should only increase. Submitted by: Mariusz Zaborski <oshogbo@FreeBSD.org> Sponsored by: Google Summer of Code 2013 MFC after: 1 month
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 7386c1f..e5f5e12 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -65,6 +65,7 @@ options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
options AUDIT # Security event auditing
options CAPABILITY_MODE # Capsicum capability mode
options CAPABILITIES # Capsicum capabilities
+options PROCDESC # Support for process descriptors
options MAC # TrustedBSD MAC Framework
options INCLUDE_CONFIG_FILE # Include this file in kernel
options KDB # Kernel debugger related code
OpenPOWER on IntegriCloud