| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the libkse directory. It was unhooked from the build and kernel | brooks | 2014-04-16 | 1 | -134/+0 |
* | Remove hacks to allow libkse to export its symbols in the LIBTHREAD_1_0 | deischen | 2007-12-16 | 1 | -4/+0 |
* | WARNS=3'ify. | deischen | 2007-11-30 | 1 | -0/+6 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | Add compatibility symbol maps. libpthread (.so.1 and .so.2) | deischen | 2006-03-13 | 1 | -0/+4 |
* | Eliminate a race condition in timed waits (cv, mutex, and sleeps). | deischen | 2006-02-23 | 1 | -1/+3 |
* | Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename | davidxu | 2003-12-09 | 1 | -2/+2 |
* | Treat initial thread as scope system thread when KSE mode is not activated | davidxu | 2003-08-18 | 1 | -2/+1 |
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 1 | -2/+3 |
* | Change low-level locking a bit so that we can tell if | deischen | 2003-05-24 | 1 | -0/+3 |
* | Add a method of yielding the current thread with the scheduler | deischen | 2003-05-16 | 1 | -3/+1 |
* | o Don't add a scope system thread's KSE to the list of available | deischen | 2003-04-28 | 1 | -2/+2 |
* | Revamp libpthread so that it has a chance of working in an SMP | deischen | 2003-04-18 | 1 | -41/+26 |
* | Make the changes needed for libpthread to compile in its new home. | mini | 2002-09-16 | 1 | -1/+1 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 1 | -1/+1 |
* | Add weak definitions for wrapped system calls. In general: | deischen | 2001-01-24 | 1 | -10/+11 |
* | When retrieving the time of day in nanosleep(), store it in the | deischen | 2000-12-20 | 1 | -4/+12 |
* | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | jasone | 2000-01-27 | 1 | -4/+13 |
* | Track libc's three-tier symbol naming. libc_r must currently implement | jasone | 2000-01-12 | 1 | -2/+4 |
* | add pthread_cancel, obtained from OpenBSD. | alfred | 1999-11-28 | 1 | -0/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | time_to_sleep->tv_nsec > 1000000000 | alfred | 1999-08-19 | 1 | -2/+2 |
* | Sanity check time structures passed in, return EINVAL like the system | alfred | 1999-08-19 | 1 | -2/+3 |
* | Add RCS IDs to those files without them. | deischen | 1999-08-05 | 1 | -1/+2 |
* | Change signal model to match POSIX (i.e. one set of signal handlers | jb | 1998-04-29 | 1 | -2/+3 |
* | Bring back nanosleep from the cold. | jb | 1997-06-04 | 1 | -1/+1 |
* | Add const in the thread version of nanosleep()'s args | peter | 1997-05-12 | 1 | -1/+2 |
* | Remove now un-necessary FreeBSD specific code since our timespec | nate | 1996-09-20 | 1 | -59/+0 |
* | Submitted by: John Birrell <cimaxp1!jb@werple.net.au> | julian | 1996-08-20 | 1 | -27/+116 |
* | Reviewed by: julian | julian | 1996-01-22 | 1 | -0/+87 |