Marcel Moolenaar
0662d65037
Don't run verify directly as that would require the perl script to
...
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.
2003-08-13 03:59:18 +00:00
Daniel Eischen
84001cde8f
For now, build and install this as libkse instead of libpthread.
...
This will avoid any accidental use of an experimental library.
Suggested by: rwatson
Approved by: re (jhb)
2002-12-08 22:43:31 +00:00
Jonathan Mini
cfa1f4e659
Mechanically change all libc_r references to libpthread.
2002-09-16 19:29:34 +00:00
Jason Evans
aa33517e94
Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to
...
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
2001-07-20 04:23:11 +00:00
Jason Evans
b39e7e33f1
Update the verify script.
2001-05-20 23:11:54 +00:00
Daniel Eischen
75f7221ee6
-pthread -> -lc_r
2001-01-24 13:41:04 +00:00
Jason Evans
e419521997
Add test to detect propagation of cancellation points within libc_r.
2000-04-26 23:25:58 +00:00
Jason Evans
be1d533999
Automated regression test harness for libc_r. Existing tests are integrated,
...
a new test for POSIX semaphores was added, and examples of harness usage are
included.
2000-04-24 21:07:45 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
John Birrell
33859c8093
Add mutex test program.
1999-05-09 07:50:31 +00:00
John Birrell
058716097d
Revise test code for sigwait and add test code for sigsuspend.
...
Submitted by: Daniel M. Eischen <eischen@vigrid.com>
1998-09-30 07:08:09 +00:00
John Birrell
ad8f637466
Add support for building test programs.
1998-08-25 12:33:22 +00:00