• Travis Cross's avatar
    Handle signals better with -reincarnate · 99590965
    Travis Cross 提交于
    If we receive SIGTERM or SIGILL we should propagate the signal to the
    child FS process.  As FS normally handles these signals, we need to
    restore the handler before we refork.
    
    FS may also add a handler for SIGCHLD; we need the default action
    here instead for the parent.
    99590965
switch.c 32.7 KB