git: kernel: Hide the sysctl.debug sysctl in the SYSCTL_DEBUG kernel option.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Jan 14 10:06:44 PST 2019


commit ae12603a54610248b25dd74cf2d544c0a9d741fa
Author: Sascha Wildner <saw at online.de>
Date:   Mon Jan 14 18:59:58 2019 +0100

    kernel: Hide the sysctl.debug sysctl in the SYSCTL_DEBUG kernel option.
    
    The output is quite excessive and was previously too easily triggered,
    like with "sysctl name=value" (instead of just "name=value") in
    /etc/sysctl.conf.
    
    Taken-from: FreeBSD

Summary of changes:
 sys/conf/options       | 3 +++
 sys/config/LINT64      | 8 ++++++++
 sys/kern/kern_sysctl.c | 4 ++++
 3 files changed, 15 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ae12603a54610248b25dd74cf2d544c0a9d741fa


-- 
DragonFly BSD source repository



More information about the Commits mailing list