| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compiling error. | davidxu | 2003-02-26 | 1 | -1/+1 |
* | Deliver signals posted via an upcall to the appropriate thread. | mini | 2003-02-17 | 1 | -1/+8 |
* | Schedule spinlocked threads by moving them through the work queue, instead | mini | 2002-11-24 | 1 | -2/+15 |
* | Get the wall clock time from the KSE mailbox, rather than doing another | mini | 2002-11-24 | 1 | -2/+2 |
* | Fix idle timeout bug, use correct current time of day. | davidxu | 2002-11-20 | 1 | -2/+2 |
* | Schedule an idle context to block until timeouts expire without blocking | mini | 2002-11-12 | 1 | -107/+65 |
* | Use KSE to schedule threads. | mini | 2002-10-30 | 1 | -212/+204 |
* | Make libpthread KSE aware. | mini | 2002-09-16 | 1 | -585/+79 |
* | Make the changes needed for libpthread to compile in its new home. | mini | 2002-09-16 | 1 | -1/+1 |
* | When poll(2)'ing for readability or writability of a file descriptor | archie | 2002-08-29 | 1 | -2/+6 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | This has been sitting in my local tree long enough. Remove the use | deischen | 2002-02-09 | 1 | -83/+55 |
* | Limit maximum poll interval to 60 seconds. This prevents an overflow | deischen | 2001-10-07 | 1 | -0/+3 |
* | Move the check for a pending signals to after the thread has been | deischen | 2001-05-04 | 1 | -6/+15 |
* | Add weak definitions for wrapped system calls. In general: | deischen | 2001-01-24 | 1 | -101/+133 |
* | Enable check for pending signals after calling a signal handler. | deischen | 2000-12-20 | 1 | -0/+3 |
* | Delete 4 lines of misleading/incorrect comments. | deischen | 2000-11-16 | 1 | -4/+0 |
* | When entering the scheduler from the signal handler, tell | deischen | 2000-11-14 | 1 | -11/+24 |
* | Correct the logic for checking the emptiness of the waiting queue. | deischen | 2000-11-11 | 1 | -1/+1 |
* | Don't needlessly poll file descriptors when there are no | deischen | 2000-11-09 | 1 | -42/+45 |
* | Implement zero system call thread switching. Performance of | deischen | 2000-10-13 | 1 | -327/+261 |
* | Add wrapper for kevent() syscall | jlemon | 2000-08-07 | 1 | -1/+1 |
* | Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a | deischen | 2000-03-15 | 1 | -2/+3 |
* | Do signal deferral for pthread_kill() as it was done in the old days. | jasone | 2000-01-20 | 1 | -5/+3 |
* | Implement continuations to correctly handle [sig|_]longjmp() inside of a | jasone | 2000-01-19 | 1 | -4/+44 |
* | Fix problems with cancellation while in critical regions. | deischen | 1999-12-17 | 1 | -1/+1 |
* | Fixes for signal handling: | deischen | 1999-12-17 | 1 | -1/+6 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 1 | -7/+20 |
* | sigset_t change (part 5 of 5) | marcel | 1999-09-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | handle under/overflow of time values in a more robust manner, | alfred | 1999-08-19 | 1 | -3/+3 |
* | Add check for runnable threads before polling file descriptors. | deischen | 1999-08-12 | 1 | -14/+16 |
* | In the words of the author: | jb | 1999-06-20 | 1 | -831/+650 |
* | Back out patch for cond_timedwait() bug from -current, since other changes | jasone | 1999-05-08 | 1 | -10/+1 |
* | Apply patch included in bin/8872. This fixes a bug that occurs when | jasone | 1999-05-07 | 1 | -2/+11 |
* | [ The author's description... ] | jb | 1999-03-23 | 1 | -323/+296 |
* | Close a window between unlocking a spinlock and changing the thread state. | jb | 1998-11-15 | 1 | -1/+17 |
* | Fix some bugs in pthread scheduler: | dt | 1998-10-09 | 1 | -6/+9 |
* | Move the cleanup code that frees memory allocated for a dead thread from | jb | 1998-09-30 | 1 | -80/+2 |
* | Removed unused variables. | alex | 1998-09-07 | 1 | -2/+1 |
* | Fix the incremental priority increment. | jb | 1998-04-30 | 1 | -2/+2 |
* | Change signal model to match POSIX (i.e. one set of signal handlers | jb | 1998-04-29 | 1 | -435/+35 |
* | When in PS_SIGWAIT state, still call signal handlers and set errno | jb | 1998-04-17 | 1 | -13/+2 |
* | Change the FILE locking to be by FILE, not by the underlying fd as | jb | 1998-04-11 | 1 | -1/+4 |
* | Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread. | jb | 1998-03-09 | 1 | -4/+4 |
* | Fixes from Jeremy Allison and Terry Lambert for pthreads: | julian | 1998-02-13 | 1 | -1/+53 |
* | Fix indentations. Sigh. | jb | 1997-04-01 | 1 | -15/+17 |
* | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -16/+55 |
* | Remove now un-necessary FreeBSD specific code since our timespec | nate | 1996-09-20 | 1 | -112/+0 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 1 | -1/+230 |