summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_sigmask.c
Commit message (Expand)AuthorAgeFilesLines
* Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0deischen2007-12-161-3/+0
* WARNS=3'ify.deischen2007-11-301-0/+3
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Add compatibility symbol maps. libpthread (.so.1 and .so.2)deischen2006-03-131-0/+3
* pthread api should return error code in return value, not in errno.davidxu2003-09-181-2/+1
* Fix a bogus comment, sigmask must be maintained correctly,davidxu2003-09-151-1/+1
* Treat initial thread as scope system thread when KSE mode is not activateddavidxu2003-08-181-3/+0
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itdavidxu2003-07-171-0/+9
* Avoid accessing user provided parameters in critical region.davidxu2003-07-071-4/+12
* o Use a daemon thread to monitor signal events in kernel, if pendingdavidxu2003-06-281-14/+11
* Revamp libpthread so that it has a chance of working in an SMPdeischen2003-04-181-24/+52
* Make pthread_sigmask(3) operate on the thread signal mask, not the processmini2002-10-301-1/+27
* Make libpthread KSE aware.mini2002-09-161-58/+1
* Make the changes needed for libpthread to compile in its new home.mini2002-09-161-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-10/+11
* Don't needlessly poll file descriptors when there are nodeischen2000-11-091-0/+3
* Implement zero system call thread switching. Performance ofdeischen2000-10-131-4/+13
* sigset_t change (part 5 of 5)marcel1999-09-291-2/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add RCS IDs to those files without them.deischen1999-08-051-1/+2
* Change signal model to match POSIX (i.e. one set of signal handlersjb1998-04-291-8/+5
* Submitted by: John Birrelljulian1997-02-051-0/+92
OpenPOWER on IntegriCloud