| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0 | Daniel Eischen | 2007-12-16 | 1 | -3/+0 |
| * | WARNS=3'ify. | Daniel Eischen | 2007-11-30 | 1 | -2/+5 |
| * | Remove 3rd clause, renumber, ok per email | Warner Losh | 2007-01-12 | 1 | -4/+1 |
| * | Add compatibility symbol maps. libpthread (.so.1 and .so.2) | Daniel Eischen | 2006-03-13 | 1 | -0/+3 |
| * | Check unhandled signals before thread marks itself as DEAD, | David Xu | 2004-10-23 | 1 | -1/+14 |
| * | As long as we have a knob to force system scope threads, why not have | Daniel Eischen | 2004-08-12 | 1 | -2/+2 |
| * | Add a way to force 1:1 mode for libpthread. To do this, define | Daniel Eischen | 2004-08-07 | 1 | -5/+2 |
| * | Add code to support thread debugging. | David Xu | 2004-07-13 | 1 | -3/+3 |
| * | 1. Allocating and freeing lock related resource in _thr_alloc and _thr_free | David Xu | 2003-09-14 | 1 | -3/+21 |
| * | Direct call exit if thread was never created. This makes it safe to call | David Xu | 2003-08-18 | 1 | -0/+2 |
| * | Attempt to eliminate PLT relocations from rwlock aquire/release | Alexander Kabaev | 2003-05-30 | 1 | -6/+2 |
| * | Add a method of yielding the current thread with the scheduler | Daniel Eischen | 2003-05-16 | 1 | -2/+1 |
| * | o Don't add a scope system thread's KSE to the list of available | Daniel Eischen | 2003-04-28 | 1 | -2/+5 |
| * | Revamp libpthread so that it has a chance of working in an SMP | Daniel Eischen | 2003-04-18 | 1 | -70/+19 |
| * | Make libpthread KSE aware. | Jonathan Mini | 2002-09-16 | 1 | -45/+0 |
| * | Make the changes needed for libpthread to compile in its new home. | Jonathan Mini | 2002-09-16 | 1 | -1/+1 |
| * | Remove much of the dereferencing of the fd table entries to look | Daniel Eischen | 2002-08-29 | 1 | -1/+1 |
| * | Revamp suspend and resume. While I'm here add pthread_suspend_all_np() | Daniel Eischen | 2002-05-24 | 1 | -16/+2 |
| * | Add the ability to recognize old references to keys, and return NULL | Daniel Eischen | 2002-03-19 | 1 | -1/+1 |
| * | Fix pthread_join so that it works if the target thread exits while | Daniel Eischen | 2001-11-17 | 1 | -2/+3 |
| * | Instead of using a join queue for each thread, use a single pointer to | Jason Evans | 2001-05-20 | 1 | -20/+29 |
| * | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | Daniel Eischen | 2001-04-10 | 1 | -1/+1 |
| * | Remove (int) file descriptor locking. It should be up to the | Daniel Eischen | 2001-02-11 | 1 | -10/+3 |
| * | _exit in libc is now __sys_exit not __sys__exit. | Daniel Eischen | 2001-01-29 | 1 | -4/+3 |
| * | Add weak definitions for wrapped system calls. In general: | Daniel Eischen | 2001-01-24 | 1 | -31/+33 |
| * | Don't needlessly poll file descriptors when there are no | Daniel Eischen | 2000-11-09 | 1 | -21/+14 |
| * | Implement zero system call thread switching. Performance of | Daniel Eischen | 2000-10-13 | 1 | -39/+41 |
| * | Use __strong_reference() instead of __weak_reference() to assure that the | Jason Evans | 2000-01-29 | 1 | -1/+1 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -2/+2 |
| * | Track libc's three-tier symbol naming. libc_r must currently implement | Jason Evans | 2000-01-12 | 1 | -1/+3 |
| * | add pthread_cancel, obtained from OpenBSD. | Alfred Perlstein | 1999-11-28 | 1 | -5/+35 |
| * | Fix a memory leak: free the thread-specific poll_data, used in the select() | Dmitrij Tejblum | 1999-08-30 | 1 | -0/+6 |
| * | $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 |
| * | In the words of the author: | John Birrell | 1999-06-20 | 1 | -9/+30 |
| * | Ensure that an existing thread gets it's state set to PS_DEAD to | John Birrell | 1999-05-16 | 1 | -1/+7 |
| * | [ The author's description... ] | John Birrell | 1999-03-23 | 1 | -1/+14 |
| * | Move the cleanup code that frees memory allocated for a dead thread from | John Birrell | 1998-09-30 | 1 | -44/+17 |
| * | POSIX says that pthread_exit() is not allowed to be called from a | John Birrell | 1998-06-09 | 1 | -0/+10 |
| * | Change signal model to match POSIX (i.e. one set of signal handlers | John Birrell | 1998-04-29 | 1 | -35/+11 |
| * | Submitted by: John Birrell | Julian Elischer | 1997-02-05 | 1 | -5/+5 |
| * | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | Julian Elischer | 1996-08-20 | 1 | -0/+38 |
| * | Reviewed by: julian | Julian Elischer | 1996-01-22 | 1 | -0/+167 |