af971fb Properly set up SIGCHLD handlers

Authored and Committed by sgallagh 13 years ago
    Properly set up SIGCHLD handlers
    
    Instead of having all-purpose SIGCHLD handlers that try to catch
    every occurrence, we instead create a per-PID handler. This will
    allow us to specify callbacks to occur when certain children exit.
    
        
file modified
+90 -20
file modified
+12 -0
file modified
+0 -15