summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/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/powerpc/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/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index ab7c928..a787183 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -69,6 +69,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 KDTRACE_HOOKS # Kernel DTrace hooks
options DDB_CTF # Kernel ELF linker loads CTF data
OpenPOWER on IntegriCloud