| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the libkse directory. It was unhooked from the build and kernel | brooks | 2014-04-16 | 1 | -1255/+0 |
* | Fix some "in in" typos in comments. | brueffer | 2008-03-26 | 1 | -1/+1 |
* | WARNS=3'ify. | deischen | 2007-11-30 | 1 | -9/+14 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | o Remove a cruft prevented libpthread sigaction(2) wrapper to | maxim | 2006-06-09 | 1 | -6/+0 |
* | Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUG | deischen | 2006-03-06 | 1 | -16/+25 |
* | Use a generic way to back threads out of wait queues when handling | deischen | 2004-12-18 | 1 | -156/+119 |
* | Save cancelflags in signal frame, this fixes a problem that | davidxu | 2004-11-01 | 1 | -0/+2 |
* | 1. Move thread list flags into new separate member, and atomically | davidxu | 2004-10-23 | 1 | -2/+1 |
* | Decrease reference count if we won't use the thread, this avoids memory | davidxu | 2004-10-21 | 1 | -0/+4 |
* | Let debugger check signal, make SIGINFO works. | davidxu | 2004-07-13 | 1 | -12/+25 |
* | Check pending signals, if there is signal will be unblocked by | davidxu | 2004-06-12 | 1 | -1/+5 |
* | Kernel now supports per-thread sigaltstack, follow the change to | davidxu | 2004-01-03 | 1 | -6/+1 |
* | Fix a typo. | davidxu | 2004-01-02 | 1 | -1/+1 |
* | Implement sigaltstack() as per-threaded. Current only scope process thread | davidxu | 2003-12-29 | 1 | -24/+123 |
* | Correctly retrieve sigaction flags. | davidxu | 2003-12-28 | 1 | -2/+2 |
* | Save and restore timeout field for signal frame just like what we did | davidxu | 2003-09-22 | 1 | -1/+3 |
* | Fix bogus comment and assign sigmask in critical region, use | davidxu | 2003-09-15 | 1 | -2/+4 |
* | When invoking an old style signal handler, use true traditional BSD style to | davidxu | 2003-09-14 | 1 | -6/+13 |
* | Repost masked signal to kernel for scope system thread, it hardly happens | davidxu | 2003-08-21 | 1 | -6/+25 |
* | _thr_sig_check_pending is also called by scope system thread when it leaves | davidxu | 2003-08-20 | 1 | -0/+3 |
* | Treat initial thread as scope system thread when KSE mode is not activated | davidxu | 2003-08-18 | 1 | -29/+24 |
* | Add some quick pathes to exit process when signal action is default and | davidxu | 2003-08-10 | 1 | -0/+21 |
* | Initialize rtld lock just before turning on thread mode and | davidxu | 2003-08-10 | 1 | -14/+4 |
* | Rethink the MD interfaces for libpthread to account for | deischen | 2003-08-05 | 1 | -11/+10 |
* | Simplify sigwait code a bit by using a waitset and removing oldsigmask. | davidxu | 2003-07-27 | 1 | -15/+7 |
* | Move idle kse wakeup to outside of regions where locks are held. | deischen | 2003-07-23 | 1 | -17/+27 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 1 | -136/+235 |
* | Don't resume sigwait thread If signal is masked. | davidxu | 2003-07-09 | 1 | -8/+12 |
* | POSIX says if a thread is in sigwait state, although a signal may not in | davidxu | 2003-07-09 | 1 | -6/+23 |
* | Restore signal mask correctly after fork(). | davidxu | 2003-07-09 | 1 | -3/+4 |
* | Add a newline to debug message. | davidxu | 2003-07-07 | 1 | -1/+1 |
* | Because there are only _SIG_MAXSIG elements in thread siginfo array, | davidxu | 2003-06-30 | 1 | -14/+14 |
* | o Use a daemon thread to monitor signal events in kernel, if pending | davidxu | 2003-06-28 | 1 | -343/+441 |
* | Explicitly widen int types before casting to pointer types. On 64-bit | marcel | 2003-06-24 | 1 | -3/+4 |
* | After selecting a thread to handle a signal and taking | deischen | 2003-06-08 | 1 | -3/+8 |
* | Save THR_FLAGS_IN_TDLIST in signal frame, otherwise if a thread received | davidxu | 2003-05-30 | 1 | -1/+2 |
* | Don't really spin on a spinlock; silently convert it to the same | deischen | 2003-05-29 | 1 | -2/+3 |
* | Change low-level locking a bit so that we can tell if | deischen | 2003-05-24 | 1 | -8/+22 |
* | Add a method of yielding the current thread with the scheduler | deischen | 2003-05-16 | 1 | -117/+109 |
* | Fix suspend and resume. | deischen | 2003-05-04 | 1 | -6/+3 |
* | Create the thread signal lock as a KSE lock (as opposed to | deischen | 2003-04-29 | 1 | -3/+3 |
* | Use the correct link entry for walking the list of threads. | deischen | 2003-04-28 | 1 | -9/+2 |
* | Revamp libpthread so that it has a chance of working in an SMP | deischen | 2003-04-18 | 1 | -427/+553 |
* | Insert threads interrupted by a signal while running onto the run queue. | mini | 2003-02-23 | 1 | -24/+2 |
* | Deliver signals posted via an upcall to the appropriate thread. | mini | 2003-02-17 | 1 | -523/+202 |
* | Make the changes needed for libpthread to compile in its new home. | mini | 2002-09-16 | 1 | -1/+1 |
* | Remove much of the dereferencing of the fd table entries to look | deischen | 2002-08-29 | 1 | -1/+1 |
* | Revamp suspend and resume. While I'm here add pthread_suspend_all_np() | deischen | 2002-05-24 | 1 | -4/+12 |
* | This has been sitting in my local tree long enough. Remove the use | deischen | 2002-02-09 | 1 | -119/+103 |