summaryrefslogtreecommitdiffstats
path: root/lib/libc_r/uthread/uthread_sigwait.c
Commit message (Expand)AuthorAgeFilesLines
* Remove libc_r threading library. It has been disconnected from the buildemaste2010-11-131-171/+0
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add the 'restrict' type qualifier to the prototypes of `sigaction',robert2002-10-021-1/+1
* Install library-installed signal handlers with the SA_RESTART flagdeischen2002-09-301-1/+1
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>deischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:deischen2001-01-241-11/+12
* Make pthread_kill() know about temporary signal handlers installeddeischen2000-10-251-3/+5
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-6/+4
* If multiple threads are blocked in sigwait() for the same signal that doesjasone2000-06-271-4/+27
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-0/+1
* Change signal handling to conform to POSIX specified semantics.deischen1999-12-041-2/+5
* add pthread_cancel, obtained from OpenBSD.alfred1999-11-281-0/+3
* Add the proper headers so that the SIGNOTEMPTY and SIGSETANDmarcel1999-09-301-0/+2
* sigset_t change (part 5 of 5)marcel1999-09-291-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-2/+2
* In the words of the author:jb1999-06-201-15/+22
* [ The author's description... ]jb1999-03-231-1/+1
* Implementation of an additional state called SIGWAIT (with the previousjb1998-09-301-13/+33
* Fix for sigwait problem.jb1998-08-251-13/+61
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-9/+0
* Submitted by: John Birrelljulian1997-02-051-0/+73
OpenPOWER on IntegriCloud