| 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 | -4/+0 |
| * | WARNS=3'ify. | Daniel Eischen | 2007-11-30 | 1 | -8/+18 |
| * | 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/+4 |
| * | Increase the number of spinlocks, since libc's malloc implementation is | Jason Evans | 2006-01-13 | 1 | -1/+1 |
| * | Use a generic way to back threads out of wait queues when handling | Daniel Eischen | 2004-12-18 | 1 | -6/+10 |
| * | Use mutex instead of low level thread lock to implement spinlock, this | David Xu | 2003-12-09 | 1 | -30/+18 |
| * | Go back to using rev 1.18 where thread locks are used instead of KSE | Daniel Eischen | 2003-12-08 | 1 | -17/+16 |
| * | Back out last change and go back to using KSE locks instead of thread | Daniel Eischen | 2003-11-16 | 1 | -16/+17 |
| * | Use THR lock instead of KSE lock to avoid scheduler be blocked in spinlock. | David Xu | 2003-11-08 | 1 | -17/+16 |
| * | Add the ability to reinitialize a spinlock (libc/libpthread | Daniel Eischen | 2003-11-04 | 1 | -12/+17 |
| * | Don't really spin on a spinlock; silently convert it to the same | Daniel Eischen | 2003-05-29 | 1 | -13/+65 |
| * | o Don't add a scope system thread's KSE to the list of available | Daniel Eischen | 2003-04-28 | 1 | -15/+16 |
| * | Revamp libpthread so that it has a chance of working in an SMP | Daniel Eischen | 2003-04-18 | 1 | -29/+10 |
| * | - Define a _spinunlock() function so that threading implementations may do | Jeff Roberson | 2003-03-26 | 1 | -0/+7 |
| * | Make the changes needed for libpthread to compile in its new home. | Jonathan Mini | 2002-09-16 | 1 | -1/+1 |
| * | Revamp suspend and resume. While I'm here add pthread_suspend_all_np() | Daniel Eischen | 2002-05-24 | 1 | -1/+1 |
| * | Do not use __progname directly (except in [gs]etprogname(3)). | Mark Murray | 2002-03-29 | 1 | -5/+7 |
| * | Add weak definitions for wrapped system calls. In general: | Daniel Eischen | 2001-01-24 | 1 | -6/+9 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -1/+1 |
| * | $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 |
| * | [ The author's description... ] | John Birrell | 1999-03-23 | 1 | -17/+15 |
| * | Add support for compile time debug. This is enabled if libc_r is built | John Birrell | 1998-06-09 | 1 | -20/+52 |
| * | Add a warning message for a thread locking against itself. This is | John Birrell | 1998-06-06 | 1 | -3/+14 |
| * | Treat the lock value as volatile. | John Birrell | 1998-05-05 | 1 | -2/+2 |
| * | Change signal model to match POSIX (i.e. one set of signal handlers | John Birrell | 1998-04-29 | 1 | -0/+65 |