| Commit message (Expand) | Author | Age | Files | Lines |
* | If a thread in critical region got a synchronous signal, according current | davidxu | 2003-11-09 | 1 | -0/+2 |
* | Add an implementation for pthread_atfork(). | deischen | 2003-11-04 | 1 | -1/+15 |
* | Complete cancellation support for M:N threads, check cancelling flag when | davidxu | 2003-10-08 | 1 | -69/+156 |
* | When concurrency level is reduced and a kse is exiting, make sure no other | davidxu | 2003-09-29 | 1 | -0/+13 |
* | Remove unused variable. | davidxu | 2003-09-28 | 1 | -2/+0 |
* | Free thread name memory if there is. | davidxu | 2003-09-23 | 1 | -0/+4 |
* | Make KSE_STACKSIZE machine dependent by moving it from thr_kern.c to | marcel | 2003-09-19 | 1 | -2/+0 |
* | Fix a typo. Also turn on PTHREAD_SCOPE_SYSTEM after fork(). | davidxu | 2003-09-16 | 1 | -1/+2 |
* | 1. Allocating and freeing lock related resource in _thr_alloc and _thr_free | davidxu | 2003-09-14 | 1 | -73/+44 |
* | Add code to support barrier synchronous object and implement | davidxu | 2003-09-04 | 1 | -2/+5 |
* | Allow hooks registered by atexit() to run with current thread pointer set, | davidxu | 2003-09-04 | 1 | -1/+4 |
* | Move kse_wakeup_multi call to just before KSE_SCHED_UNLOCK. | davidxu | 2003-09-03 | 1 | -4/+2 |
* | Allow the concurrency level to be reduced. | deischen | 2003-08-30 | 1 | -7/+8 |
* | Treat initial thread as scope system thread when KSE mode is not activated | davidxu | 2003-08-18 | 1 | -15/+9 |
* | Keep initial kse and kse group just like we keep initial thread, | davidxu | 2003-08-16 | 1 | -9/+11 |
* | Always set tcb for bound thread, and switch tcb for M:N thread at correct | davidxu | 2003-08-13 | 1 | -7/+18 |
* | Correctly set current tcb. This fixes some IA64/KSE problems. | davidxu | 2003-08-12 | 1 | -17/+11 |
* | Initialize rtld lock just before turning on thread mode and | davidxu | 2003-08-10 | 1 | -19/+33 |
* | o Add code to GC freed KSEs and KSE groups | davidxu | 2003-08-08 | 1 | -25/+116 |
* | Don't call kse_set_curthread() when scheduling a new bound | deischen | 2003-08-06 | 1 | -2/+3 |
* | Rethink the MD interfaces for libpthread to account for | deischen | 2003-08-05 | 1 | -156/+160 |
* | Move idle kse wakeup to outside of regions where locks are held. | deischen | 2003-07-23 | 1 | -35/+57 |
* | Cleanup thread accounting. Don't reset a threads timeslice | deischen | 2003-07-18 | 1 | -36/+21 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 1 | -104/+217 |
* | Restore signal mask correctly after fork(). | davidxu | 2003-07-09 | 1 | -1/+2 |
* | Save and restore thread's error code around signal handling. | davidxu | 2003-07-09 | 1 | -1/+2 |
* | Check if thread is in critical region, only testing check_pending | davidxu | 2003-07-03 | 1 | -1/+2 |
* | Because there are only _SIG_MAXSIG elements in thread siginfo array, | davidxu | 2003-06-30 | 1 | -1/+1 |
* | Remove surplus unlocking code I accidentally checked in. This won't be | davidxu | 2003-06-30 | 1 | -4/+0 |
* | o Use a daemon thread to monitor signal events in kernel, if pending | davidxu | 2003-06-28 | 1 | -96/+138 |
* | Untangle the inter-dependency of kse types and ksd types/functions | marcel | 2003-06-23 | 1 | -1/+1 |
* | Change the definition of _ksd_curkse, _ksd_curthread and | marcel | 2003-06-23 | 1 | -3/+3 |
* | Insert threads at the end of the free thread list so that | deischen | 2003-06-08 | 1 | -1/+1 |
* | KMF_DONE is now in /sys/sys/kse.h, no longer need to define it here. | davidxu | 2003-06-04 | 1 | -4/+0 |
* | Change low-level locking a bit so that we can tell if | deischen | 2003-05-24 | 1 | -92/+175 |
* | Eek, staticize a couple of functions that shouldn't | deischen | 2003-05-19 | 1 | -1/+6 |
* | Add a method of yielding the current thread with the scheduler | deischen | 2003-05-16 | 1 | -116/+157 |
* | call dump_queues() only when DEBUG_THREAD_KERN is defined, save some | davidxu | 2003-05-05 | 1 | -0/+2 |
* | Fix suspend and resume. | deischen | 2003-05-04 | 1 | -16/+28 |
* | Move the mailbox to the beginning of the thread and align the | deischen | 2003-04-30 | 1 | -3/+9 |
* | Call kse_wakeup_mutli() after remove current thread from RUNQ to avoid | davidxu | 2003-04-30 | 1 | -1/+1 |
* | Call kse_wakeup_multi() to wakeup idle KSEs when there are threads ready | davidxu | 2003-04-30 | 1 | -0/+1 |
* | o Don't add a scope system thread's KSE to the list of available | deischen | 2003-04-28 | 1 | -40/+121 |
* | Protect thread errno from being changed while operating | deischen | 2003-04-23 | 1 | -0/+31 |
* | Set the quantum for scope system threads to 0 (no quantum). | deischen | 2003-04-22 | 1 | -0/+2 |
* | Add a couple asserts to pthread_cond_foo to ensure the (low-level) | deischen | 2003-04-22 | 1 | -19/+45 |
* | Add an i386-specifc hack to always set %gs. There still seems | deischen | 2003-04-21 | 1 | -155/+231 |
* | Remove duplicate $FreeBSD$ id. | deischen | 2003-04-18 | 1 | -3/+1 |
* | Sorry folks; I accidentally committed a patch from what I was working | deischen | 2003-04-18 | 1 | -130/+176 |
* | Revamp libpthread so that it has a chance of working in an SMP | deischen | 2003-04-18 | 1 | -405/+1602 |