Changeset View
Changeset View
Standalone View
Standalone View
sys/amd64/conf/GENERIC
Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | |||||
options RCTL # Resource limits | options RCTL # Resource limits | ||||
# Debugging support. Always need this: | # Debugging support. Always need this: | ||||
options KDB # Enable kernel debugger support. | options KDB # Enable kernel debugger support. | ||||
options KDB_TRACE # Print a stack trace for a panic. | options KDB_TRACE # Print a stack trace for a panic. | ||||
# For full debugger support use (turn off in stable branch): | # For full debugger support use (turn off in stable branch): | ||||
options BUF_TRACKING # Track buffer history | options BUF_TRACKING # Track buffer history | ||||
options DDB # Support DDB. | options DDB # Support DDB. | ||||
options FULL_BUF_TRACKING # Track more buffer history | #options FULL_BUF_TRACKING # Track more buffer history | ||||
options GDB # Support remote GDB. | #options GDB # Support remote GDB. | ||||
options DEADLKRES # Enable the deadlock resolver | #options DEADLKRES # Enable the deadlock resolver | ||||
options INVARIANTS # Enable calls of extra sanity checking | #options INVARIANTS # Enable calls of extra sanity checking | ||||
options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS | #options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS | ||||
options WITNESS # Enable checks to detect deadlocks and cycles | #options WITNESS # Enable checks to detect deadlocks and cycles | ||||
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed | #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed | ||||
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones | #options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones | ||||
options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default | options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default | ||||
# Kernel Sanitizers | # Kernel Sanitizers | ||||
#options COVERAGE # Generic kernel coverage. Used by KCOV | #options COVERAGE # Generic kernel coverage. Used by KCOV | ||||
#options KCOV # Kernel Coverage Sanitizer | #options KCOV # Kernel Coverage Sanitizer | ||||
# Warning: KUBSAN can result in a kernel too large for loader to load | # Warning: KUBSAN can result in a kernel too large for loader to load | ||||
#options KUBSAN # Kernel Undefined Behavior Sanitizer | #options KUBSAN # Kernel Undefined Behavior Sanitizer | ||||
▲ Show 20 Lines • Show All 266 Lines • Show Last 20 Lines |