git: DragonFly_RELEASE_5_4 kernel - Fix info->si_code for waitid() (2)
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Mon Mar 18 13:44:39 PDT 2019
    
    
  
commit c3a64ad357abb4b4b38a1a31128a97af4f1147b8
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Mar 18 13:43:41 2019 -0700
    kernel - Fix info->si_code for waitid() (2)
    
    * Our si_status was W*() encoded, but linux does not W*() encode
      theirs.
    
      Do not W*() encode ours either.  Also properly decode the exit signal
      and exit code.
Summary of changes:
 sys/kern/kern_exit.c | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c3a64ad357abb4b4b38a1a31128a97af4f1147b8
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list