| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a POSIX conformance bug. POSIX says sigwait should return error number | davidxu | 2004-03-17 | 1 | -3/+3 |
* | Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename | davidxu | 2003-12-09 | 1 | -6/+6 |
* | Treat initial thread as scope system thread when KSE mode is not activated | davidxu | 2003-08-18 | 1 | -2/+1 |
* | Simplify sigwait code a bit by using a waitset and removing oldsigmask. | davidxu | 2003-07-27 | 1 | -5/+5 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 1 | -101/+50 |
* | POSIX says if a thread is in sigwait state, although a signal may not in | davidxu | 2003-07-09 | 1 | -5/+6 |
* | Correctly lock/unlock signal lock. I must be in bad state, need to sleep. | davidxu | 2003-07-04 | 1 | -1/+2 |
* | Always check and restore sigaction previously set, also access user parameter | davidxu | 2003-07-04 | 1 | -4/+7 |
* | Because there are only _SIG_MAXSIG elements in thread siginfo array, | davidxu | 2003-06-30 | 1 | -1/+1 |
* | o Use a daemon thread to monitor signal events in kernel, if pending | davidxu | 2003-06-28 | 1 | -68/+142 |
* | Add a method of yielding the current thread with the scheduler | deischen | 2003-05-16 | 1 | -2/+1 |
* | Create the thread signal lock as a KSE lock (as opposed to | deischen | 2003-04-29 | 1 | -18/+19 |
* | o Don't add a scope system thread's KSE to the list of available | deischen | 2003-04-28 | 1 | -3/+2 |
* | Revamp libpthread so that it has a chance of working in an SMP | deischen | 2003-04-18 | 1 | -3/+127 |
* | Add the 'restrict' type qualifier to the prototypes of `sigaction', | robert | 2002-10-02 | 1 | -1/+1 |
* | Make libpthread KSE aware. | mini | 2002-09-16 | 1 | -125/+3 |
* | Make the changes needed for libpthread to compile in its new home. | mini | 2002-09-16 | 1 | -1/+1 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 1 | -1/+1 |
* | Add weak definitions for wrapped system calls. In general: | deischen | 2001-01-24 | 1 | -11/+12 |
* | Make pthread_kill() know about temporary signal handlers installed | deischen | 2000-10-25 | 1 | -3/+5 |
* | Implement zero system call thread switching. Performance of | deischen | 2000-10-13 | 1 | -6/+4 |
* | If multiple threads are blocked in sigwait() for the same signal that does | jasone | 2000-06-27 | 1 | -4/+27 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -0/+1 |
* | Change signal handling to conform to POSIX specified semantics. | deischen | 1999-12-04 | 1 | -2/+5 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 1 | -0/+3 |
* | Add the proper headers so that the SIGNOTEMPTY and SIGSETAND | marcel | 1999-09-30 | 1 | -0/+2 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 1 | -1/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add RCS IDs to those files without them. | deischen | 1999-08-05 | 1 | -2/+2 |
* | In the words of the author: | jb | 1999-06-20 | 1 | -15/+22 |
* | [ The author's description... ] | jb | 1999-03-23 | 1 | -1/+1 |
* | Implementation of an additional state called SIGWAIT (with the previous | jb | 1998-09-30 | 1 | -13/+33 |
* | Fix for sigwait problem. | jb | 1998-08-25 | 1 | -13/+61 |
* | Change signal model to match POSIX (i.e. one set of signal handlers | jb | 1998-04-29 | 1 | -9/+0 |
* | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -0/+73 |