aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/conf/GENERIC
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2013-11-30 15:08:35 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2013-11-30 15:08:35 +0000
commitf2b525e6b9e6160a600a3ceb4872c796c89aa1ba (patch)
tree2fbc1ad2432761f4da44dde587ec3c21d418e438 /sys/pc98/conf/GENERIC
parentc302aeb123dd42122e25d762c3bac839b3e22bd1 (diff)
downloadsrc-f2b525e6b9e6160a600a3ceb4872c796c89aa1ba.tar.gz
src-f2b525e6b9e6160a600a3ceb4872c796c89aa1ba.zip
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
Notes
Notes: svn path=/head/; revision=258768
Diffstat (limited to 'sys/pc98/conf/GENERIC')
-rw-r--r--sys/pc98/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index e5f5e125d4c0..7386c1f737d3 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -65,7 +65,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 INCLUDE_CONFIG_FILE # Include this file in kernel
options KDB # Kernel debugger related code