| 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 | -0/+2 |
| * | 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 |
| * | Rename _thr_enter_cancellation_point to _thr_cancel_enter, rename | David Xu | 2003-12-09 | 1 | -2/+2 |
| * | Revamp libpthread so that it has a chance of working in an SMP | Daniel Eischen | 2003-04-18 | 1 | -2/+3 |
| * | Make libpthread KSE aware. | Jonathan Mini | 2002-09-16 | 1 | -160/+1 |
| * | 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 | -2/+2 |
| * | Make these functions cancellation points like they should be: | Archie Cobbs | 2002-05-02 | 1 | -1/+13 |
| * | 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/+7 |
| * | 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 |
| * | Avoid an infinite loop if the last element of the iov array passed to | Jason Evans | 1999-12-16 | 1 | -1/+13 |
| * | $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 |
| * | If a short write, only loop if no error. | John Birrell | 1998-06-14 | 1 | -2/+2 |
| * | Check the access mode in the flags before waiting on a read or a write | John Birrell | 1998-06-10 | 1 | -1/+13 |
| * | Implement compile time debug support instead of tracking file name and | John Birrell | 1998-06-09 | 1 | -4/+5 |
| * | Make a copy of the caller's iovec array, mallocing if necessary, | John Birrell | 1998-05-27 | 1 | -14/+62 |
| * | When doing a blocking write, keep looping until all the bytes are | John Birrell | 1998-05-25 | 1 | -10/+58 |
| * | Change signal model to match POSIX (i.e. one set of signal handlers | John Birrell | 1998-04-29 | 1 | -4/+3 |
| * | Fixes from Jeremy Allison and Terry Lambert for pthreads: | Julian Elischer | 1998-02-13 | 1 | -3/+3 |
| * | Add parentheses to make blocking mode work. | John Birrell | 1997-04-01 | 1 | -1/+3 |
| * | Submitted by: John Birrell | Julian Elischer | 1997-02-05 | 1 | -15/+22 |
| * | Reviewed by: julian | Julian Elischer | 1996-01-22 | 1 | -0/+74 |