From e2756c4e4cc293e7c9787293bb82f4222b3492d3 Mon Sep 17 00:00:00 2001 From: rwatson Date: Wed, 27 Oct 2004 19:26:01 +0000 Subject: 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. --- sys/conf/options | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf/options') 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 -- cgit v1.1