| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev. 1.127 thr_private.h, rev. 1.85 thr_sig.c, rev. 1.24 thr_sigaction.c: | Maxim Konovalov | 2006-06-23 | 1 | -6/+0 |
| * | MFC: Relevent commit logs are below. | Daniel Eischen | 2006-03-16 | 1 | -16/+25 |
| * | Use a generic way to back threads out of wait queues when handling | Daniel Eischen | 2004-12-18 | 1 | -156/+119 |
| * | Save cancelflags in signal frame, this fixes a problem that | David Xu | 2004-11-01 | 1 | -0/+2 |
| * | 1. Move thread list flags into new separate member, and atomically | David Xu | 2004-10-23 | 1 | -2/+1 |
| * | Decrease reference count if we won't use the thread, this avoids memory | David Xu | 2004-10-21 | 1 | -0/+4 |
| * | Let debugger check signal, make SIGINFO works. | David Xu | 2004-07-13 | 1 | -12/+25 |
| * | Check pending signals, if there is signal will be unblocked by | David Xu | 2004-06-12 | 1 | -1/+5 |
| * | Kernel now supports per-thread sigaltstack, follow the change to | David Xu | 2004-01-03 | 1 | -6/+1 |
| * | Fix a typo. | David Xu | 2004-01-02 | 1 | -1/+1 |
| * | Implement sigaltstack() as per-threaded. Current only scope process thread | David Xu | 2003-12-29 | 1 | -24/+123 |
| * | Correctly retrieve sigaction flags. | David Xu | 2003-12-28 | 1 | -2/+2 |
| * | 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 |