summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_sigmask.c
Commit message (Expand)AuthorAgeFilesLines
* pthread api should return error code in return value, not in errno.David Xu2003-09-181-2/+1
* Fix a bogus comment, sigmask must be maintained correctly,David Xu2003-09-151-1/+1
* Treat initial thread as scope system thread when KSE mode is not activatedDavid Xu2003-08-181-3/+0
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itDavid Xu2003-07-171-0/+9
* Avoid accessing user provided parameters in critical region.David Xu2003-07-071-4/+12
* o Use a daemon thread to monitor signal events in kernel, if pendingDavid Xu2003-06-281-14/+11
* Revamp libpthread so that it has a chance of working in an SMPDaniel Eischen2003-04-181-24/+52
* Make pthread_sigmask(3) operate on the thread signal mask, not the processJonathan Mini2002-10-301-1/+27
* Make libpthread KSE aware.Jonathan Mini2002-09-161-58/+1
* Make the changes needed for libpthread to compile in its new home.Jonathan Mini2002-09-161-1/+1
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-1/+1
* Add weak definitions for wrapped system calls. In general:Daniel Eischen2001-01-241-10/+11
* Don't needlessly poll file descriptors when there are noDaniel Eischen2000-11-091-0/+3
* Implement zero system call thread switching. Performance ofDaniel Eischen2000-10-131-4/+13
* sigset_t change (part 5 of 5)Marcel Moolenaar1999-09-291-2/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add RCS IDs to those files without them.Daniel Eischen1999-08-051-1/+2
* Change signal model to match POSIX (i.e. one set of signal handlersJohn Birrell1998-04-291-8/+5
* Submitted by: John BirrellJulian Elischer1997-02-051-0/+92