| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove libc_r threading library. It has been disconnected from the build | Ed Maste | 2010-11-13 | 1 | -1135/+0 |
* | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 1 | -4/+1 |
* | Once again, remove the i386-specific hacks to save and restore | Daniel Eischen | 2002-10-05 | 1 | -9/+0 |
* | Add back the i386-specific hack to save and restore the FP state | Daniel Eischen | 2002-09-30 | 1 | -2/+2 |
* | Part of a bandaid to get libc_r on air again. | Julian Elischer | 2002-09-19 | 1 | -0/+4 |
* | 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 |
* | Implement zero system call thread switching. Performance of | Daniel Eischen | 2000-10-13 | 1 | -327/+261 |
* | Add wrapper for kevent() syscall | Jonathan Lemon | 2000-08-07 | 1 | -1/+1 |
* | Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a | Daniel Eischen | 2000-03-15 | 1 | -2/+3 |
* | Do signal deferral for pthread_kill() as it was done in the old days. | Jason Evans | 2000-01-20 | 1 | -5/+3 |
* | Implement continuations to correctly handle [sig|_]longjmp() inside of a | Jason Evans | 2000-01-19 | 1 | -4/+44 |
* | Fix problems with cancellation while in critical regions. | Daniel Eischen | 1999-12-17 | 1 | -1/+1 |
* | Fixes for signal handling: | Daniel Eischen | 1999-12-17 | 1 | -1/+6 |
* | add pthread_cancel, obtained from OpenBSD. | Alfred Perlstein | 1999-11-28 | 1 | -7/+20 |
* | sigset_t change (part 5 of 5) | Marcel Moolenaar | 1999-09-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | handle under/overflow of time values in a more robust manner, | Alfred Perlstein | 1999-08-19 | 1 | -3/+3 |
* | Add check for runnable threads before polling file descriptors. | Daniel Eischen | 1999-08-12 | 1 | -14/+16 |
* | In the words of the author: | John Birrell | 1999-06-20 | 1 | -831/+650 |
* | Back out patch for cond_timedwait() bug from -current, since other changes | Jason Evans | 1999-05-08 | 1 | -10/+1 |
* | Apply patch included in bin/8872. This fixes a bug that occurs when | Jason Evans | 1999-05-07 | 1 | -2/+11 |
* | [ The author's description... ] | John Birrell | 1999-03-23 | 1 | -323/+296 |
* | Close a window between unlocking a spinlock and changing the thread state. | John Birrell | 1998-11-15 | 1 | -1/+17 |
* | Fix some bugs in pthread scheduler: | Dmitrij Tejblum | 1998-10-09 | 1 | -6/+9 |
* | Move the cleanup code that frees memory allocated for a dead thread from | John Birrell | 1998-09-30 | 1 | -80/+2 |
* | Removed unused variables. | Alexander Langer | 1998-09-07 | 1 | -2/+1 |
* | Fix the incremental priority increment. | John Birrell | 1998-04-30 | 1 | -2/+2 |
* | Change signal model to match POSIX (i.e. one set of signal handlers | John Birrell | 1998-04-29 | 1 | -435/+35 |
* | When in PS_SIGWAIT state, still call signal handlers and set errno | John Birrell | 1998-04-17 | 1 | -13/+2 |
* | Change the FILE locking to be by FILE, not by the underlying fd as | John Birrell | 1998-04-11 | 1 | -1/+4 |
* | Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread. | John Birrell | 1998-03-09 | 1 | -4/+4 |
* | Fixes from Jeremy Allison and Terry Lambert for pthreads: | Julian Elischer | 1998-02-13 | 1 | -1/+53 |
* | Fix indentations. Sigh. | John Birrell | 1997-04-01 | 1 | -15/+17 |
* | Submitted by: John Birrell | Julian Elischer | 1997-02-05 | 1 | -16/+55 |
* | Remove now un-necessary FreeBSD specific code since our timespec | Nate Williams | 1996-09-20 | 1 | -112/+0 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | Julian Elischer | 1996-08-20 | 1 | -1/+230 |
* | Reviewed by: julian | Julian Elischer | 1996-01-22 | 1 | -0/+1581 |