diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-08-18 10:21:29 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2013-08-18 10:21:29 +0000 |
commit | 417ffc66faa8edfb813cc38e4873a7fc64cdc2af (patch) | |
tree | b7beea60b7b145312177f9e6a9ef5d441cb897fc /sys/pc98 | |
parent | cb96d03ac590074284d76b942843f66db2d97a79 (diff) | |
download | src-417ffc66faa8edfb813cc38e4873a7fc64cdc2af.tar.gz src-417ffc66faa8edfb813cc38e4873a7fc64cdc2af.zip |
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 7386c1f737d3..e5f5e125d4c0 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 |