git: kernel - Implement debug function w/kern.logsigexit > 1

Matthew Dillon dillon at crater.dragonflybsd.org
Fri May 3 10:16:47 PDT 2019


commit f33c4079e4b0c6cdc8076c03bc21e2d0a97261f0
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri May 3 10:15:13 2019 -0700

    kernel - Implement debug function w/kern.logsigexit > 1
    
    * kern.logsigexit defaults to 1, which logs signal exits that might
      core dump.
    
    * This change allows setting this sysctl to 2 for debugging purposes.
      The kernel will log the error and then stall uninterruptibly until
      you set the sysctl back to 1 (to resume logging normally).
    
      This is more kernel debugging only.

Summary of changes:
 sys/kern/kern_sig.c | 5 +++++
 1 file changed, 5 insertions(+)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list