| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0 | deischen | 2007-12-16 | 1 | -33/+0 |
* | WARNS=3'ify. | deischen | 2007-11-30 | 1 | -10/+13 |
* | Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it. | deischen | 2007-05-13 | 1 | -1/+1 |
* | Catch up with the renaming of the private version namespace. | deischen | 2007-04-29 | 1 | -1/+1 |
* | 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 | -0/+7 |
* | Bring libpthread up to WARNS level 2. | des | 2006-03-29 | 1 | -6/+10 |
* | Add compatibility symbol maps. libpthread (.so.1 and .so.2) | deischen | 2006-03-13 | 1 | -0/+34 |
* | Only catch SIGINFO (for dumping thread states) when LIBPTHREAD_DEBUG | deischen | 2006-03-06 | 1 | -0/+1 |
* | Fix off-by-one nanosecond in macro TIMESPEC_ADD. | davidxu | 2005-06-22 | 1 | -1/+1 |
* | Increase the default stacksizes: | deischen | 2005-02-13 | 1 | -3/+7 |
* | Use a generic way to back threads out of wait queues when handling | deischen | 2004-12-18 | 1 | -5/+19 |
* | Save cancelflags in signal frame, this fixes a problem that | davidxu | 2004-11-01 | 1 | -0/+1 |
* | 1. Move thread list flags into new separate member, and atomically | davidxu | 2004-10-23 | 1 | -11/+15 |
* | Add a way to force 1:1 mode for libpthread. To do this, define | deischen | 2004-08-07 | 1 | -0/+1 |
* | s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g | davidxu | 2004-08-03 | 1 | -1/+1 |
* | Don't include lock.h and pthread_md.h when we're being included by | marcel | 2004-07-18 | 1 | -0/+2 |
* | Add code to support thread debugging. | davidxu | 2004-07-13 | 1 | -12/+24 |
* | Check pending signals, if there is signal will be unblocked by | davidxu | 2004-06-12 | 1 | -0/+1 |
* | Provide a userland version of non-pshared semaphores and add cancellation | deischen | 2004-02-03 | 1 | -12/+0 |
* | Add a simple work-around for deadlocking on recursive read locks | deischen | 2004-01-08 | 1 | -1/+4 |
* | Forgot to commit this file for last commit. :( | davidxu | 2003-12-29 | 1 | -0/+4 |
* | Code clean up, remove unused MACROS and function prototypes. | davidxu | 2003-12-19 | 1 | -18/+0 |
* | Remove an unused struct definition. | deischen | 2003-12-09 | 1 | -12/+0 |
* | Add cancellation points for accept() and connect(). | deischen | 2003-12-09 | 1 | -0/+2 |
* | Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename | davidxu | 2003-12-09 | 1 | -14/+25 |
* | 1.Macro optimizing KSE_LOCK_ACQUIRE and THR_LOCK_ACQUIRE to use static fall | davidxu | 2003-11-29 | 1 | -8/+7 |
* | Add an implementation for pthread_atfork(). | deischen | 2003-11-04 | 1 | -0/+13 |
* | Complete cancellation support for M:N threads, check cancelling flag when | davidxu | 2003-10-08 | 1 | -0/+1 |
* | Save and restore timeout field for signal frame just like what we did | davidxu | 2003-09-22 | 1 | -0/+1 |
* | 1. Allocating and freeing lock related resource in _thr_alloc and _thr_free | davidxu | 2003-09-14 | 1 | -0/+2 |
* | Original pthread_once code has memory leak if pthread_once_t is used in | davidxu | 2003-09-09 | 1 | -0/+2 |
* | Add code to support pthread spin lock. | davidxu | 2003-09-09 | 1 | -0/+6 |
* | Add code to support barrier synchronous object and implement | davidxu | 2003-09-04 | 1 | -0/+12 |
* | Allow the concurrency level to be reduced. | deischen | 2003-08-30 | 1 | -0/+1 |
* | Treat initial thread as scope system thread when KSE mode is not activated | davidxu | 2003-08-18 | 1 | -12/+0 |
* | Rethink the MD interfaces for libpthread to account for | deischen | 2003-08-05 | 1 | -11/+4 |
* | Simplify sigwait code a bit by using a waitset and removing oldsigmask. | davidxu | 2003-07-27 | 1 | -2/+5 |
* | Move idle kse wakeup to outside of regions where locks are held. | deischen | 2003-07-23 | 1 | -2/+2 |
* | Cleanup thread accounting. Don't reset a threads timeslice | deischen | 2003-07-18 | 1 | -2/+5 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 1 | -9/+13 |
* | o Use a daemon thread to monitor signal events in kernel, if pending | davidxu | 2003-06-28 | 1 | -14/+19 |
* | Untangle the inter-dependency of kse types and ksd types/functions | marcel | 2003-06-23 | 1 | -1/+0 |
* | Attempt to eliminate PLT relocations from rwlock aquire/release | kan | 2003-05-30 | 1 | -0/+20 |
* | Don't really spin on a spinlock; silently convert it to the same | deischen | 2003-05-29 | 1 | -1/+2 |
* | Add a method of yielding the current thread with the scheduler | deischen | 2003-05-16 | 1 | -23/+22 |
* | Fix suspend and resume. | deischen | 2003-05-04 | 1 | -0/+5 |
* | Move the mailbox to the beginning of the thread and align the | deischen | 2003-04-30 | 1 | -4/+6 |
* | o Don't add a scope system thread's KSE to the list of available | deischen | 2003-04-28 | 1 | -9/+37 |
* | Protect thread errno from being changed while operating | deischen | 2003-04-23 | 1 | -0/+2 |