Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libc_r threading library. It has been disconnected from the build | emaste | 2010-11-13 | 1 | -379/+0 |
* | MFlibpthread: Add a simple work-around for deadlocking on recursive | deischen | 2004-01-08 | 1 | -44/+79 |
* | At initialization, override the pthread stub routines in libc | deischen | 2002-11-13 | 1 | -27/+30 |
* | Fix the return code from pthread_rwlock_try[rw|rd]lock() functions; | bsd | 2002-03-15 | 1 | -2/+2 |
* | To be consistent, use the __weak_reference macro from <sys/cdefs.h> | deischen | 2001-04-10 | 1 | -7/+7 |
* | Add weak definitions for wrapped system calls. In general: | deischen | 2001-01-24 | 1 | -9/+15 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Removed some variable initializations which were unnecessary and divergent | alex | 1998-09-07 | 1 | -6/+6 |
* | -Wall clean. | alex | 1998-09-07 | 1 | -1/+3 |
* | Implement pthread read/write locks as defined by Version 2 of the Single | alex | 1998-09-07 | 1 | -0/+333 |