Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove libc_r threading library. It has been disconnected from the build | emaste | 2010-11-13 | 1 | -1555/+0 |
| | | | | | | for four years (since r162846). Submitted by: Alexander Best arundel@ | ||||
* | Make this compile without warnings on 64-bit architectures: | marcel | 2003-06-04 | 1 | -6/+7 |
| | | | | | Don't cast thread_self() to int. Cast to uintptr_t. Pull in the predefined printf format from <inttypes.h> | ||||
* | Fix a couple of minor nits that prevented this from compiling. | deischen | 2002-07-02 | 1 | -2/+4 |
| | | | | Pointed out by: julian | ||||
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -0/+3 |
| | | | | | | instead of char *. MFC after: 2 weeks | ||||
* | Automated regression test harness for libc_r. Existing tests are integrated, | jasone | 2000-04-24 | 1 | -0/+1549 |
a new test for POSIX semaphores was added, and examples of harness usage are included. |