| Commit message (Expand) | Author | Age | Files | Lines |
| * | Repo copy libpthreads to libkse. | David E. O'Brien | 2007-10-09 | 7 | -0/+7 |
| * | o Include <sys/time.h> | Marcel Moolenaar | 2005-11-19 | 1 | -13/+14 |
| * | o Include <string.h> | Marcel Moolenaar | 2005-11-19 | 1 | -3/+5 |
| * | Fix typo: s/_LIBC_R/_LIBC_R_/ | Marcel Moolenaar | 2005-11-19 | 1 | -1/+1 |
| * | libkse was renamed to libpthread. | David Xu | 2004-02-05 | 1 | -1/+1 |
| * | This test relies on the concurrency level being 1; make it so. | Daniel Eischen | 2003-10-20 | 1 | -0/+3 |
| * | Don't run verify directly as that would require the perl script to | Marcel Moolenaar | 2003-08-13 | 1 | -3/+4 |
| * | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | David Xu | 2003-07-17 | 1 | -0/+2 |
| * | For now, build and install this as libkse instead of libpthread. | Daniel Eischen | 2002-12-08 | 1 | -1/+1 |
| * | Mechanically change all libc_r references to libpthread. | Jonathan Mini | 2002-09-16 | 3 | -6/+6 |
| * | Fix a couple of minor nits that prevented this from compiling. | Daniel Eischen | 2002-07-02 | 1 | -2/+4 |
| * | Usage style sweep: spell "usage" with a small 'u'. | Dag-Erling Smørgrav | 2002-04-22 | 1 | -1/+1 |
| * | Mark some functions as __printflike() and/or taking const char * arguments | Kris Kennaway | 2001-08-20 | 1 | -0/+3 |
| * | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | Jason Evans | 2001-07-20 | 4 | -2/+224 |
| * | Add a test for PR 24345. | Jason Evans | 2001-05-20 | 2 | -0/+110 |
| * | Update the verify script. | Jason Evans | 2001-05-20 | 2 | -201/+162 |
| * | Don't define _REENTRANT, since the Makefile does so. | Jason Evans | 2001-05-20 | 1 | -2/+0 |
| * | Fix a typo. | Jason Evans | 2001-05-20 | 1 | -1/+1 |
| * | -pthread -> -lc_r | Daniel Eischen | 2001-01-24 | 1 | -1/+1 |
| * | Add test to detect propagation of cancellation points within libc_r. | Jason Evans | 2000-04-26 | 2 | -1/+75 |
| * | Automated regression test harness for libc_r. Existing tests are integrated, | Jason Evans | 2000-04-24 | 15 | -3/+3356 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add mutex test program. | John Birrell | 1999-05-09 | 1 | -2/+2 |
| * | Revise test code for sigwait and add test code for sigsuspend. | John Birrell | 1998-09-30 | 1 | -2/+2 |
| * | Add support for building test programs. | John Birrell | 1998-08-25 | 1 | -0/+8 |