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