| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC changes from 1.14 for sys/lock.c and 1.127+1.128 for thread/thr_kern.c | Julian Elischer | 2008-02-04 | 1 | -0/+25 |
* | MFC: Relevent commit logs are below. | Daniel Eischen | 2006-03-16 | 1 | -26/+32 |
* | Use a generic way to back threads out of wait queues when handling | Daniel Eischen | 2004-12-18 | 1 | -39/+16 |
* | 1. Move thread list flags into new separate member, and atomically | David Xu | 2004-10-23 | 1 | -10/+27 |
* | if system scope thread didn't set timeout, don't call clock_gettime syscall | David Xu | 2004-10-08 | 1 | -8/+9 |
* | Make sure we don't call _thr_start_sig_daemon() when SYSTEM_SCOPE_ONLY is def... | Suleiman Souhlal | 2004-09-24 | 1 | -2/+3 |
* | Add TLS support for i386 and amd64. | Doug Rabson | 2004-08-15 | 1 | -1/+1 |
* | As long as we have a knob to force system scope threads, why not have | Daniel Eischen | 2004-08-12 | 1 | -4/+4 |
* | Check debugger suspending flag for system scope thread. | David Xu | 2004-08-08 | 1 | -3/+7 |
* | Add a way to force 1:1 mode for libpthread. To do this, define | Daniel Eischen | 2004-08-07 | 1 | -29/+27 |
* | s/TMDF_DONOTRUNUSER/TMDF_SUSPEND/g | David Xu | 2004-08-03 | 1 | -2/+2 |
* | Add code to support thread debugging. | David Xu | 2004-07-13 | 1 | -8/+54 |
* | After forking and initializing the library to single-threaded | Daniel Eischen | 2004-04-08 | 1 | -2/+3 |
* | Replace a comment with more accurated one, memory heap is now protected by | David Xu | 2003-12-19 | 1 | -3/+2 |
* | Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename | David Xu | 2003-12-09 | 1 | -18/+11 |
* | 1.Macro optimizing KSE_LOCK_ACQUIRE and THR_LOCK_ACQUIRE to use static fall | David Xu | 2003-11-29 | 1 | -91/+24 |
* | If a thread in critical region got a synchronous signal, according current | David Xu | 2003-11-09 | 1 | -0/+2 |
* | Add an implementation for pthread_atfork(). | Daniel Eischen | 2003-11-04 | 1 | -1/+15 |
* | Complete cancellation support for M:N threads, check cancelling flag when | David Xu | 2003-10-08 | 1 | -69/+156 |
* | When concurrency level is reduced and a kse is exiting, make sure no other | David Xu | 2003-09-29 | 1 | -0/+13 |
* | Remove unused variable. | David Xu | 2003-09-28 | 1 | -2/+0 |
* | Free thread name memory if there is. | David Xu | 2003-09-23 | 1 | -0/+4 |
* | Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to | Marcel Moolenaar | 2003-09-19 | 1 | -2/+0 |
* | Fix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after fork(). | David Xu | 2003-09-16 | 1 | -1/+2 |
* | 1. Allocating and freeing lock related resource in _thr_alloc and _thr_free | David Xu | 2003-09-14 | 1 | -73/+44 |
* | Add code to support barrier synchronous object and implement | David Xu | 2003-09-04 | 1 | -2/+5 |
* | Allow hooks registered by atexit() to run with current thread pointer set, | David Xu | 2003-09-04 | 1 | -1/+4 |
* | Move kse_wakeup_multi call to just before KSE_SCHED_UNLOCK. | David Xu | 2003-09-03 | 1 | -4/+2 |
* | Allow the concurrency level to be reduced. | Daniel Eischen | 2003-08-30 | 1 | -7/+8 |
* | Treat initial thread as scope system thread when KSE mode is not activated | David Xu | 2003-08-18 | 1 | -15/+9 |
* | Keep initial kse and kse group just like we keep initial thread, | David Xu | 2003-08-16 | 1 | -9/+11 |
* | Always set tcb for bound thread, and switch tcb for M:N thread at correct | David Xu | 2003-08-13 | 1 | -7/+18 |
* | Correctly set current tcb. This fixes some IA64/KSE problems. | David Xu | 2003-08-12 | 1 | -17/+11 |
* | Initialize rtld lock just before turning on thread mode and | David Xu | 2003-08-10 | 1 | -19/+33 |
* | o Add code to GC freed KSEs and KSE groups | David Xu | 2003-08-08 | 1 | -25/+116 |
* | Don't call kse_set_curthread() when scheduling a new bound | Daniel Eischen | 2003-08-06 | 1 | -2/+3 |
* | Rethink the MD interfaces for libpthread to account for | Daniel Eischen | 2003-08-05 | 1 | -156/+160 |
* | Move idle kse wakeup to outside of regions where locks are held. | Daniel Eischen | 2003-07-23 | 1 | -35/+57 |
* | Cleanup thread accounting. Don't reset a threads timeslice | Daniel Eischen | 2003-07-18 | 1 | -36/+21 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | David Xu | 2003-07-17 | 1 | -104/+217 |
* | Restore signal mask correctly after fork(). | David Xu | 2003-07-09 | 1 | -1/+2 |
* | Save and restore thread's error code around signal handling. | David Xu | 2003-07-09 | 1 | -1/+2 |
* | Check if thread is in critical region, only testing check_pending | David Xu | 2003-07-03 | 1 | -1/+2 |
* | Because there are only _SIG_MAXSIG elements in thread siginfo array, | David Xu | 2003-06-30 | 1 | -1/+1 |
* | Remove surplus unlocking code I accidentally checked in. This won't be | David Xu | 2003-06-30 | 1 | -4/+0 |
* | o Use a daemon thread to monitor signal events in kernel, if pending | David Xu | 2003-06-28 | 1 | -96/+138 |
* | Untangle the inter-dependency of kse types and ksd types/functions | Marcel Moolenaar | 2003-06-23 | 1 | -1/+1 |
* | Change the definition of _ksd_curkse, _ksd_curthread and | Marcel Moolenaar | 2003-06-23 | 1 | -3/+3 |
* | Insert threads at the end of the free thread list so that | Daniel Eischen | 2003-06-08 | 1 | -1/+1 |
* | KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here. | David Xu | 2003-06-04 | 1 | -4/+0 |