diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-05-14 14:03:55 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-05-14 14:03:55 +0000 |
commit | ba8f0eb8fc9262ad9cb7ec03e01db198f5b770bc (patch) | |
tree | 18bea34888544fcdd7f3b15dca4fb36818f6aa5e /sys/pc98 | |
parent | b2b5a4c06035e436961ccfba9a966a6e42921bc4 (diff) | |
download | src-test2-ba8f0eb8fc9262ad9cb7ec03e01db198f5b770bc.tar.gz src-test2-ba8f0eb8fc9262ad9cb7ec03e01db198f5b770bc.zip |
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 2312658b8916..b826adb14933 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -71,6 +71,9 @@ options CAPABILITY_MODE # Capsicum capability mode options CAPABILITIES # Capsicum capabilities options MAC # TrustedBSD MAC Framework options INCLUDE_CONFIG_FILE # Include this file in kernel +options RACCT # Resource accounting framework +options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default +options RCTL # Resource limits # Debugging support. Always need this: options KDB # Enable kernel debugger support. |