| 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 | -281/+0 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 1 | -4/+1 |
| * | For the amd64 we need to do some extra stack alignment fixups. Otherwise | Peter Wemm | 2003-12-03 | 1 | -3/+8 |
| * | Port libc_r to ia64. We need to do things slightly different | Marcel Moolenaar | 2003-01-06 | 1 | -0/+5 |
| * | At initialization, override the pthread stub routines in libc | Daniel Eischen | 2002-11-13 | 1 | -4/+7 |
| * | Be more agresive on arguments' checking. | Alexey Zelkin | 2002-10-26 | 1 | -1/+4 |
| * | Oops, forgot to set the suspended flag for threads that are created | Daniel Eischen | 2002-07-09 | 1 | -2/+3 |
| * | Add the ability to recognize old references to keys, and return NULL | Daniel Eischen | 2002-03-19 | 1 | -1/+1 |
| * | This has been sitting in my local tree long enough. Remove the use | Daniel Eischen | 2002-02-09 | 1 | -8/+0 |
| * | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | Jason Evans | 2001-07-20 | 1 | -62/+7 |
| * | Instead of using a join queue for each thread, use a single pointer to | Jason Evans | 2001-05-20 | 1 | -2/+2 |
| * | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | Daniel Eischen | 2001-04-10 | 1 | -1/+1 |
| * | Add weak definitions for wrapped system calls. In general: | Daniel Eischen | 2001-01-24 | 1 | -8/+11 |
| * | Don't needlessly poll file descriptors when there are no | Daniel Eischen | 2000-11-09 | 1 | -21/+24 |
| * | Implement zero system call thread switching. Performance of | Daniel Eischen | 2000-10-13 | 1 | -61/+38 |
| * | Fix pthread_suspend_np/pthread_resume_np. For the record, suspending a | Daniel Eischen | 2000-03-15 | 1 | -3/+2 |
| * | Implement continuations to correctly handle [sig|_]longjmp() inside of a | Jason Evans | 2000-01-19 | 1 | -11/+25 |
| * | Don't explicitly mmap() red zones at the bottom of thread stacks (except | Jason Evans | 1999-12-29 | 1 | -10/+1 |
| * | Change stack allocation algorithm to make better use of memory | Daniel Eischen | 1999-12-28 | 1 | -15/+15 |
| * | * Fix the stack allocation code so that it works for alpha. Change it | Doug Rabson | 1999-11-28 | 1 | -5/+23 |
| * | add pthread_cancel, obtained from OpenBSD. | Alfred Perlstein | 1999-11-28 | 1 | -2/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add RCS IDs to those files without them. | Daniel Eischen | 1999-08-05 | 1 | -2/+2 |
| * | Fix a couple more coding style nits. | Jason Evans | 1999-07-11 | 1 | -2/+2 |
| * | Modify previous changes to conform better to libc_r's coding style. | Jason Evans | 1999-07-11 | 1 | -35/+56 |
| * | Always use growable thread stacks on the i386. The VM_STACK kernel option | Jason Evans | 1999-07-06 | 1 | -4/+2 |
| * | Use growable stacks for thread stacks that are the default stack size. | Jason Evans | 1999-07-05 | 1 | -1/+57 |
| * | In the words of the author: | John Birrell | 1999-06-20 | 1 | -22/+16 |
| * | [ The author's description... ] | John Birrell | 1999-03-23 | 1 | -10/+30 |
| * | Fix some bugs in pthread scheduler: | Dmitrij Tejblum | 1998-10-09 | 1 | -0/+3 |
| * | Move the cleanup code that frees memory allocated for a dead thread from | John Birrell | 1998-09-30 | 1 | -0/+16 |
| * | Change signal model to match POSIX (i.e. one set of signal handlers | John Birrell | 1998-04-29 | 1 | -122/+27 |
| * | Change the FILE locking to be by FILE, not by the underlying fd as | John Birrell | 1998-04-11 | 1 | -0/+7 |
| * | Move the magic field initialisation to a place when it is more magic. | John Birrell | 1998-04-04 | 1 | -6/+7 |
| * | Add a magic field to the pthread structure to help recognize valid | John Birrell | 1998-04-03 | 1 | -0/+6 |
| * | Add FreeBSD/Alpha code to initialise a jmpbuf for a created thread. | John Birrell | 1998-03-09 | 1 | -3/+19 |
| * | Fixes from Jeremy Allison and Terry Lambert for pthreads: | Julian Elischer | 1998-02-13 | 1 | -1/+2 |
| * | Submitted by: John Birrell | Julian Elischer | 1997-02-05 | 1 | -3/+3 |
| * | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | Julian Elischer | 1996-08-20 | 1 | -9/+12 |
| * | Reviewed by: julian | Julian Elischer | 1996-01-22 | 1 | -0/+277 |