aboutsummaryrefslogtreecommitdiff
path: root/lib/libc_r/uthread/uthread_sig.c
Commit message (Expand)AuthorAgeFilesLines
* Do signal deferral for pthread_kill() as it was done in the old days.Jason Evans2000-01-201-20/+3
* Implement continuations to correctly handle [sig|_]longjmp() inside of aJason Evans2000-01-191-17/+195
* Don't wakeup threads when there is a process signal and no installedDaniel Eischen1999-12-281-23/+37
* Fixes for signal handling:Daniel Eischen1999-12-171-51/+197
* Change signal handling to conform to POSIX specified semantics.Daniel Eischen1999-12-041-23/+65
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-3/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-2/+2
* In the words of the author:John Birrell1999-06-201-91/+119
* [ The author's description... ]John Birrell1999-03-231-12/+39
* Implementation of an additional state called SIGWAIT (with the previousJohn Birrell1998-09-301-44/+42
* Removed unused variables.Alexander Langer1998-09-071-4/+0
* Back out most of the last commit. It created problems with sigpause.John Birrell1998-08-261-26/+1
* Fix for sigwait problem.John Birrell1998-08-251-1/+26
* Don't allow a SIGCHLD to wake up a thread if the process has the defaultJohn Birrell1998-06-171-6/+9
* If a thread is waiting on a child process to complete, the SIGCHLDJohn Birrell1998-06-171-1/+20
* Remove SA_RESTART from the signal dispatch in user-space since thisJohn Birrell1998-06-101-92/+39
* Implement compile time debug support instead of tracking file name andJohn Birrell1998-06-091-10/+10
* I got the last commit back to front.John Birrell1998-06-061-3/+3
* Fix the signal behaviour for internal states which set the threadJohn Birrell1998-06-051-6/+51
* Don't restart a syscall when a SIGCHLD is received by a thread waitingJohn Birrell1998-05-311-1/+6
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-72/+227
* Submitted by: John BirrellJulian Elischer1997-02-051-1/+1
* Submitted by: John Birrell <cimaxp1!jb@werple.net.au>Julian Elischer1996-08-201-5/+44
* Reviewed by: julianJulian Elischer1996-01-221-0/+128