Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libkse was renamed to libpthread. | davidxu | 2004-02-05 | 1 | -1/+1 |
| | |||||
* | This test relies on the concurrency level being 1; make it so. | deischen | 2003-10-20 | 1 | -0/+3 |
| | |||||
* | Don't run verify directly as that would require the perl script to | marcel | 2003-08-13 | 1 | -3/+4 |
| | | | | | | have execute permissions. Run "perl verify" instead. Replace all occurences of the hardcoding of ./verify with $(VERIFY) to allow it to be overridden as well. | ||||
* | 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 | ||||
* | For now, build and install this as libkse instead of libpthread. | deischen | 2002-12-08 | 1 | -1/+1 |
| | | | | | | | This will avoid any accidental use of an experimental library. Suggested by: rwatson Approved by: re (jhb) | ||||
* | Mechanically change all libc_r references to libpthread. | mini | 2002-09-16 | 3 | -6/+6 |
| | |||||
* | Fix a couple of minor nits that prevented this from compiling. | deischen | 2002-07-02 | 1 | -2/+4 |
| | | | | Pointed out by: julian | ||||
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
| | | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/. | ||||
* | 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 | ||||
* | Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to | jasone | 2001-07-20 | 4 | -2/+224 |
| | | | | | | | | be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen | ||||
* | Add a test for PR 24345. | jasone | 2001-05-20 | 2 | -0/+110 |
| | |||||
* | Update the verify script. | jasone | 2001-05-20 | 2 | -201/+162 |
| | |||||
* | Don't define _REENTRANT, since the Makefile does so. | jasone | 2001-05-20 | 1 | -2/+0 |
| | |||||
* | Fix a typo. | jasone | 2001-05-20 | 1 | -1/+1 |
| | |||||
* | -pthread -> -lc_r | deischen | 2001-01-24 | 1 | -1/+1 |
| | |||||
* | Add test to detect propagation of cancellation points within libc_r. | jasone | 2000-04-26 | 2 | -1/+75 |
| | |||||
* | Automated regression test harness for libc_r. Existing tests are integrated, | jasone | 2000-04-24 | 15 | -3/+3356 |
| | | | | | a new test for POSIX semaphores was added, and examples of harness usage are included. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add mutex test program. | jb | 1999-05-09 | 1 | -2/+2 |
| | |||||
* | Revise test code for sigwait and add test code for sigsuspend. | jb | 1998-09-30 | 1 | -2/+2 |
| | | | | Submitted by: Daniel M. Eischen <eischen@vigrid.com> | ||||
* | Add support for building test programs. | jb | 1998-08-25 | 1 | -0/+8 |