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

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Jan 14 20:15:29 PST 2019


commit 4ef1e33f5329fb0c9d6df14aee0e933a54b07349
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/4ef1e33f5329fb0c9d6df14aee0e933a54b07349


-- 
DragonFly BSD source repository



More information about the Commits mailing list