• Ingo Molnar's avatar
    [PATCH] O(1) sys_exit(), threading, scalable-exit-2.5.31-A6 · 1edfa642
    Ingo Molnar authored
    This fixes the ptrace wait4() anomaly that can be observed in any
    previous Linux kernel i could get my hands at.
    
    If the parent still has other children (that are being traced by
    somebody), we wait for them or return immediately without an error in
    case of WNOHANG.
    1edfa642
exit.c 18.2 KB