Index: sys/amd64/conf/GENERIC =================================================================== --- sys/amd64/conf/GENERIC +++ sys/amd64/conf/GENERIC @@ -73,6 +73,9 @@ options KDTRACE_HOOKS # Kernel DTrace hooks options DDB_CTF # Kernel ELF linker loads CTF data options INCLUDE_CONFIG_FILE # Include this file in kernel +options RACCT # Resource accounting framework +options RACCT_DISABLED # Disable RACCT by default +options RCTL # Resource limits # Debugging support. Always need this: options KDB # Enable kernel debugger support. Index: sys/arm64/conf/GENERIC =================================================================== --- sys/arm64/conf/GENERIC +++ sys/arm64/conf/GENERIC @@ -65,6 +65,9 @@ options KDTRACE_FRAME # Ensure frames are compiled in options KDTRACE_HOOKS # Kernel DTrace hooks options VFP # Floating-point support +options RACCT # Resource accounting framework +options RACCT_DISABLED # Disable RACCT by default +options RCTL # Resource limits device virtio device virtio_mmio Index: sys/i386/conf/GENERIC =================================================================== --- sys/i386/conf/GENERIC +++ sys/i386/conf/GENERIC @@ -73,6 +73,9 @@ options KDTRACE_HOOKS # Kernel DTrace hooks options DDB_CTF # Kernel ELF linker loads CTF data options INCLUDE_CONFIG_FILE # Include this file in kernel +options RACCT # Resource accounting framework +options RACCT_DISABLED # Disable RACCT by default +options RCTL # Resource limits # Debugging support. Always need this: options KDB # Enable kernel debugger support. Index: sys/pc98/conf/GENERIC =================================================================== --- sys/pc98/conf/GENERIC +++ sys/pc98/conf/GENERIC @@ -71,6 +71,9 @@ 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_DISABLED # Disable RACCT by default +options RCTL # Resource limits # Debugging support. Always need this: options KDB # Enable kernel debugger support. Index: sys/powerpc/conf/GENERIC =================================================================== --- sys/powerpc/conf/GENERIC +++ sys/powerpc/conf/GENERIC @@ -76,6 +76,9 @@ options KDTRACE_HOOKS # Kernel DTrace hooks options DDB_CTF # Kernel ELF linker loads CTF data options INCLUDE_CONFIG_FILE # Include this file in kernel +options RACCT # Resource accounting framework +options RACCT_DISABLED # Disable RACCT by default +options RCTL # Resource limits # Debugging support. Always need this: options KDB # Enable kernel debugger support. Index: sys/sparc64/conf/GENERIC =================================================================== --- sys/sparc64/conf/GENERIC +++ sys/sparc64/conf/GENERIC @@ -67,6 +67,9 @@ 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_DISABLED # Disable RACCT by default +options RCTL # Resource limits # Debugging support. Always need this: options KDB # Enable kernel debugger support.