| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Change low-level locking a bit so that we can tell if | Daniel Eischen | 2003-05-24 | 1 | -92/+175 |
| * | Eek, staticize a couple of functions that shouldn't | Daniel Eischen | 2003-05-19 | 1 | -1/+6 |
| * | Add a method of yielding the current thread with the scheduler | Daniel Eischen | 2003-05-16 | 1 | -116/+157 |
| * | call dump_queues() only when DEBUG_THREAD_KERN is defined, save some | David Xu | 2003-05-05 | 1 | -0/+2 |
| * | Fix suspend and resume. | Daniel Eischen | 2003-05-04 | 1 | -16/+28 |
| * | Move the mailbox to the beginning of the thread and align the | Daniel Eischen | 2003-04-30 | 1 | -3/+9 |
| * | Call kse_wakeup_mutli() after remove current thread from RUNQ to avoid | David Xu | 2003-04-30 | 1 | -1/+1 |
| * | Call kse_wakeup_multi() to wakeup idle KSEs when there are threads ready | David Xu | 2003-04-30 | 1 | -0/+1 |
| * | o Don't add a scope system thread's KSE to the list of available | Daniel Eischen | 2003-04-28 | 1 | -40/+121 |
| * | Protect thread errno from being changed while operating | Daniel Eischen | 2003-04-23 | 1 | -0/+31 |
| * | Set the quantum for scope system threads to 0 (no quantum). | Daniel Eischen | 2003-04-22 | 1 | -0/+2 |
| * | Add a couple asserts to pthread_cond_foo to ensure the (low-level) | Daniel Eischen | 2003-04-22 | 1 | -19/+45 |
| * | Add an i386-specifc hack to always set %gs. There still seems | Daniel Eischen | 2003-04-21 | 1 | -155/+231 |
| * | Remove duplicate $FreeBSD$ id. | Daniel Eischen | 2003-04-18 | 1 | -3/+1 |
| * | Sorry folks; I accidentally committed a patch from what I was working | Daniel Eischen | 2003-04-18 | 1 | -130/+176 |
| * | Revamp libpthread so that it has a chance of working in an SMP | Daniel Eischen | 2003-04-18 | 1 | -405/+1602 |
| * | Fix compiling error. | David Xu | 2003-02-26 | 1 | -1/+1 |
| * | Deliver signals posted via an upcall to the appropriate thread. | Jonathan Mini | 2003-02-17 | 1 | -1/+8 |
| * | Schedule spinlocked threads by moving them through the work queue, instead | Jonathan Mini | 2002-11-24 | 1 | -2/+15 |
| * | Get the wall clock time from the KSE mailbox, rather than doing another | Jonathan Mini | 2002-11-24 | 1 | -2/+2 |
| * | Fix idle timeout bug, use correct current time of day. | David Xu | 2002-11-20 | 1 | -2/+2 |
| * | Schedule an idle context to block until timeouts expire without blocking | Jonathan Mini | 2002-11-12 | 1 | -107/+65 |
| * | Use KSE to schedule threads. | Jonathan Mini | 2002-10-30 | 1 | -212/+204 |
| * | Make libpthread KSE aware. | Jonathan Mini | 2002-09-16 | 1 | -585/+79 |
| * | Make the changes needed for libpthread to compile in its new home. | Jonathan Mini | 2002-09-16 | 1 | -1/+1 |
| * | When poll(2)'ing for readability or writability of a file descriptor | Archie Cobbs | 2002-08-29 | 1 | -2/+6 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
| * | This has been sitting in my local tree long enough. Remove the use | Daniel Eischen | 2002-02-09 | 1 | -83/+55 |
| * | Limit maximum poll interval to 60 seconds. This prevents an overflow | Daniel Eischen | 2001-10-07 | 1 | -0/+3 |
| * | Move the check for a pending signals to after the thread has been | Daniel Eischen | 2001-05-04 | 1 | -6/+15 |
| * | Add weak definitions for wrapped system calls. In general: | Daniel Eischen | 2001-01-24 | 1 | -101/+133 |
| * | Enable check for pending signals after calling a signal handler. | Daniel Eischen | 2000-12-20 | 1 | -0/+3 |
| * | Delete 4 lines of misleading/incorrect comments. | Daniel Eischen | 2000-11-16 | 1 | -4/+0 |
| * | When entering the scheduler from the signal handler, tell | Daniel Eischen | 2000-11-14 | 1 | -11/+24 |
| * | Correct the logic for checking the emptiness of the waiting queue. | Daniel Eischen | 2000-11-11 | 1 | -1/+1 |
| * | Don't needlessly poll file descriptors when there are no | Daniel Eischen | 2000-11-09 | 1 | -42/+45 |