summaryrefslogtreecommitdiffstats
path: root/sys/conf/options
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-10-27 19:26:01 +0000
committerrwatson <rwatson@FreeBSD.org>2004-10-27 19:26:01 +0000
commite2756c4e4cc293e7c9787293bb82f4222b3492d3 (patch)
tree74551880a50be9d0df7b9239c7d3d33ecdbf2170 /sys/conf/options
parent0a4f1e0cd49fc25a21cb693c72d7c809f026b6ab (diff)
downloadFreeBSD-src-e2756c4e4cc293e7c9787293bb82f4222b3492d3.zip
FreeBSD-src-e2756c4e4cc293e7c9787293bb82f4222b3492d3.tar.gz
Move the 'debug' sysctl tree under options SYSCTL_DEBUG. It generates
an inordinate amount of synchronous console output that is fairly undesirable on slower serial console. It's easily hit by accident when frobbing other sysctls late at night.
Diffstat (limited to 'sys/conf/options')
-rw-r--r--sys/conf/options1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index 6ecda32..2f0b33d 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -54,6 +54,7 @@ GDBSPEED opt_gdb.h
KDB opt_global.h
KDB_TRACE opt_kdb.h
KDB_UNATTENDED opt_kdb.h
+SYSCTL_DEBUG opt_sysctl.h
# Miscellaneous options.
ADAPTIVE_GIANT opt_adaptive_mutexes.h
OpenPOWER on IntegriCloud