summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/test/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.obrien2007-10-091-116/+0
| | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
* libkse was renamed to libpthread.davidxu2004-02-051-1/+1
|
* Don't run verify directly as that would require the perl script tomarcel2003-08-131-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.
* For now, build and install this as libkse instead of libpthread.deischen2002-12-081-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.mini2002-09-161-2/+2
|
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-201-2/+2
| | | | | | | | 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
* Update the verify script.jasone2001-05-201-34/+26
|
* -pthread -> -lc_rdeischen2001-01-241-1/+1
|
* Add test to detect propagation of cancellation points within libc_r.jasone2000-04-261-1/+1
|
* Automated regression test harness for libc_r. Existing tests are integrated,jasone2000-04-241-3/+118
| | | | | a new test for POSIX semaphores was added, and examples of harness usage are included.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add mutex test program.jb1999-05-091-2/+2
|
* Revise test code for sigwait and add test code for sigsuspend.jb1998-09-301-2/+2
| | | | Submitted by: Daniel M. Eischen <eischen@vigrid.com>
* Add support for building test programs.jb1998-08-251-0/+8
OpenPOWER on IntegriCloud