| Commit message (Expand) | Author | Age | Files | Lines |
| * | Save and restore timeout field for signal frame just like what we did | David Xu | 2003-09-22 | 1 | -1/+3 |
| * | Fix bogus comment and assign sigmask in critical region, use | David Xu | 2003-09-15 | 1 | -2/+4 |
| * | When invoking an old style signal handler, use true traditional BSD style to | David Xu | 2003-09-14 | 1 | -6/+13 |
| * | Repost masked signal to kernel for scope system thread, it hardly happens | David Xu | 2003-08-21 | 1 | -6/+25 |
| * | _thr_sig_check_pending is also called by scope system thread when it leaves | David Xu | 2003-08-20 | 1 | -0/+3 |
| * | Treat initial thread as scope system thread when KSE mode is not activated | David Xu | 2003-08-18 | 1 | -29/+24 |
| * | Add some quick pathes to exit process when signal action is default and | David Xu | 2003-08-10 | 1 | -0/+21 |
| * | Initialize rtld lock just before turning on thread mode and | David Xu | 2003-08-10 | 1 | -14/+4 |
| * | Rethink the MD interfaces for libpthread to account for | Daniel Eischen | 2003-08-05 | 1 | -11/+10 |
| * | Simplify sigwait code a bit by using a waitset and removing oldsigmask. | David Xu | 2003-07-27 | 1 | -15/+7 |
| * | Move idle kse wakeup to outside of regions where locks are held. | Daniel Eischen | 2003-07-23 | 1 | -17/+27 |
| * | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | David Xu | 2003-07-17 | 1 | -136/+235 |
| * | Don't resume sigwait thread If signal is masked. | David Xu | 2003-07-09 | 1 | -8/+12 |
| * | POSIX says if a thread is in sigwait state, although a signal may not in | David Xu | 2003-07-09 | 1 | -6/+23 |
| * | Restore signal mask correctly after fork(). | David Xu | 2003-07-09 | 1 | -3/+4 |
| * | Add a newline to debug message. | David Xu | 2003-07-07 | 1 | -1/+1 |
| * | Because there are only _SIG_MAXSIG elements in thread siginfo array, | David Xu | 2003-06-30 | 1 | -14/+14 |
| * | o Use a daemon thread to monitor signal events in kernel, if pending | David Xu | 2003-06-28 | 1 | -343/+441 |
| * | Explicitly widen int types before casting to pointer types. On 64-bit | Marcel Moolenaar | 2003-06-24 | 1 | -3/+4 |
| * | After selecting a thread to handle a signal and taking | Daniel Eischen | 2003-06-08 | 1 | -3/+8 |
| * | Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread received | David Xu | 2003-05-30 | 1 | -1/+2 |
| * | Don't really spin on a spinlock; silently convert it to the same | Daniel Eischen | 2003-05-29 | 1 | -2/+3 |
| * | Change low-level locking a bit so that we can tell if | Daniel Eischen | 2003-05-24 | 1 | -8/+22 |
| * | Add a method of yielding the current thread with the scheduler | Daniel Eischen | 2003-05-16 | 1 | -117/+109 |
| * | Fix suspend and resume. | Daniel Eischen | 2003-05-04 | 1 | -6/+3 |
| * | Create the thread signal lock as a KSE lock (as opposed to | Daniel Eischen | 2003-04-29 | 1 | -3/+3 |
| * | Use the correct link entry for walking the list of threads. | Daniel Eischen | 2003-04-28 | 1 | -9/+2 |
| * | Revamp libpthread so that it has a chance of working in an SMP | Daniel Eischen | 2003-04-18 | 1 | -427/+553 |
| * | Insert threads interrupted by a signal while running onto the run queue. | Jonathan Mini | 2003-02-23 | 1 | -24/+2 |
| * | Deliver signals posted via an upcall to the appropriate thread. | Jonathan Mini | 2003-02-17 | 1 | -523/+202 |
| * | Make the changes needed for libpthread to compile in its new home. | Jonathan Mini | 2002-09-16 | 1 | -1/+1 |
| * | Remove much of the dereferencing of the fd table entries to look | Daniel Eischen | 2002-08-29 | 1 | -1/+1 |
| * | Revamp suspend and resume. While I'm here add pthread_suspend_all_np() | Daniel Eischen | 2002-05-24 | 1 | -4/+12 |
| * | This has been sitting in my local tree long enough. Remove the use | Daniel Eischen | 2002-02-09 | 1 | -119/+103 |
| * | Fix pthread_join so that it works if the target thread exits while | Daniel Eischen | 2001-11-17 | 1 | -1/+11 |
| * | Clear the in thread scheduler flag after jumping to the start of | Daniel Eischen | 2001-06-29 | 1 | -0/+6 |
| * | Instead of using a join queue for each thread, use a single pointer to | Jason Evans | 2001-05-20 | 1 | -9/+1 |
| * | Move the check for a pending signals to after the thread has been | Daniel Eischen | 2001-05-04 | 1 | -0/+3 |
| * | Correct a race condition where it was possible for a signaled | Daniel Eischen | 2001-03-09 | 1 | -2/+8 |
| * | Remove (int) file descriptor locking. It should be up to the | Daniel Eischen | 2001-02-11 | 1 | -5/+0 |
| * | Add weak definitions for wrapped system calls. In general: | Daniel Eischen | 2001-01-24 | 1 | -20/+21 |
| * | Change a "while {}" loop to a "do {} while" to allow it to be | Daniel Eischen | 2000-11-20 | 1 | -0/+4 |
| * | When entering the scheduler from the signal handler, tell | Daniel Eischen | 2000-11-14 | 1 | -1/+1 |
| * | Don't needlessly poll file descriptors when there are no | Daniel Eischen | 2000-11-09 | 1 | -297/+146 |
| * | Make pthread_kill() know about temporary signal handlers installed | Daniel Eischen | 2000-10-25 | 1 | -29/+119 |
| * | We use ___setjmp (non-signal saving) to setup a signal frame. When | Daniel Eischen | 2000-10-22 | 1 | -1/+1 |
| * | Implement zero system call thread switching. Performance of | Daniel Eischen | 2000-10-13 | 1 | -413/+829 |
| * | Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a | Daniel Eischen | 2000-03-15 | 1 | -6/+8 |
| * | Do signal deferral for pthread_kill() as it was done in the old days. | Jason Evans | 2000-01-20 | 1 | -20/+3 |
| * | Implement continuations to correctly handle [sig|_]longjmp() inside of a | Jason Evans | 2000-01-19 | 1 | -17/+195 |