git: kernel - Fix info->si_code for waitid()
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Mon Mar 18 13:12:05 PDT 2019
    
    
  
commit bfd192f7d73d06bdfe9fe0c1439932c80cabd5c3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Mar 18 13:05:18 2019 -0700
    kernel - Fix info->si_code for waitid()
    
    * info->si_code was improperly setting CLD_KILLED for normal exit()s
      with non-zero exit codes.
    
    Reported-by: tuxillo
Summary of changes:
 sys/kern/kern_exit.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bfd192f7d73d06bdfe9fe0c1439932c80cabd5c3
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list