summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2013-11-30 15:08:35 +0000
committerpjd <pjd@FreeBSD.org>2013-11-30 15:08:35 +0000
commit4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68 (patch)
tree2fbc1ad2432761f4da44dde587ec3c21d418e438 /sys/amd64/conf
parent38fb2a0d9d2cd0712ac376fa3c1edfd6effb5900 (diff)
downloadFreeBSD-src-4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68.zip
FreeBSD-src-4ac2e7d8d9f36a1e48c8bbb46cfcb1997e166d68.tar.gz
Make process descriptors standard part of the kernel. rwhod(8) already
requires process descriptors to work and having PROCDESC in GENERIC seems not enough, especially that we hope to have more and more consumers in the base. MFC after: 3 days
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index a968189..5c326d2 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -66,7 +66,6 @@ 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_FRAME # Ensure frames are compiled in
options KDTRACE_HOOKS # Kernel DTrace hooks
OpenPOWER on IntegriCloud