summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Implementation of an additional state called SIGWAIT (with the previousjb1998-09-301-44/+42
* Removed unused variables.alex1998-09-071-4/+0
* Back out most of the last commit. It created problems with sigpause.jb1998-08-261-26/+1
* Fix for sigwait problem.jb1998-08-251-1/+26
* Don't allow a SIGCHLD to wake up a thread if the process has the defaultjb1998-06-171-6/+9
* If a thread is waiting on a child process to complete, the SIGCHLDjb1998-06-171-1/+20
* Remove SA_RESTART from the signal dispatch in user-space since thisjb1998-06-101-92/+39
* Implement compile time debug support instead of tracking file name andjb1998-06-091-10/+10
* I got the last commit back to front.jb1998-06-061-3/+3
* Fix the signal behaviour for internal states which set the threadjb1998-06-051-6/+51
* Don't restart a syscall when a SIGCHLD is received by a thread waitingjb1998-05-311-1/+6
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-72/+227
* Submitted by: John Birrelljulian1997-02-051-1/+1
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>julian1996-08-201-5/+44
* Reviewed by: julianjulian1996-01-221-0/+128
OpenPOWER on IntegriCloud