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