• David Howells's avatar
    [PATCH] execve TGID dethreading bug fix · a55b9112
    David Howells authored
    kill all subsidiary threads in a thread group when the main thread
    exits.
    
    Features:
    
     - It sends the subsidiary threads SIGKILL with SI_DETHREAD.
    
     - Subsidiary threads doing an execve() just leave the thread group (rather
       than forcing the master thread to do an execve() which would be more POSIX
       like).
    a55b9112
siginfo.h 6.55 KB