Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't allow a SIGCHLD to wake up a thread if the process has the default | jb | 1998-06-17 | 1 | -6/+9 |
* | If a thread is waiting on a child process to complete, the SIGCHLD | jb | 1998-06-17 | 1 | -1/+20 |
* | Remove SA_RESTART from the signal dispatch in user-space since this | jb | 1998-06-10 | 1 | -92/+39 |
* | Implement compile time debug support instead of tracking file name and | jb | 1998-06-09 | 1 | -10/+10 |
* | I got the last commit back to front. | jb | 1998-06-06 | 1 | -3/+3 |
* | Fix the signal behaviour for internal states which set the thread | jb | 1998-06-05 | 1 | -6/+51 |
* | Don't restart a syscall when a SIGCHLD is received by a thread waiting | jb | 1998-05-31 | 1 | -1/+6 |
* | Change signal model to match POSIX (i.e. one set of signal handlers | jb | 1998-04-29 | 1 | -72/+227 |
* | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -1/+1 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 1 | -5/+44 |
* | Reviewed by: julian | julian | 1996-01-22 | 1 | -0/+128 |