Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it | davidxu | 2003-07-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | is system bound thread and when it is blocked, no upcall is generated. o Add ability to libkse to allow it run in pure 1:1 threading mode, defining SYSTEM_SCOPE_ONLY in Makefile can turn on this option. o Eliminate code for installing dummy signal handler for sigwait call. o Add hash table to find thread. Reviewed by: deischen | ||||
* | Automated regression test harness for libc_r. Existing tests are integrated, | jasone | 2000-04-24 | 1 | -0/+288 |
a new test for POSIX semaphores was added, and examples of harness usage are included. |