Kris Kennaway
6dac8ac9e5
Mark some functions as __printflike() and/or taking const char * arguments
...
instead of char *.
MFC after: 2 weeks
2001-08-20 12:53:36 +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
c024882f08
Add a test for PR 24345.
2001-05-20 23:12:13 +00:00
Jason Evans
b39e7e33f1
Update the verify script.
2001-05-20 23:11:54 +00:00
Jason Evans
745b431dc6
Don't define _REENTRANT, since the Makefile does so.
2001-05-20 23:11:09 +00:00
Jason Evans
dd2d9a766b
Fix a typo.
2001-05-20 23:10:30 +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
Daniel Eischen
746ff5ad85
Change to work with recent signal changes. The signal being handled is
...
now added to the signal mask; this test failed because it didn't allow
for this.
1999-12-17 11:46:55 +00:00
Daniel Eischen
70d192fd9b
Make work for sigset_t change. Also modify tests to account for
...
recent changes to signal handling.
1999-12-05 00:48:53 +00:00
Peter Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Daniel Eischen
fa7c4d5575
Add RCS IDs to those files without them.
...
Fix copyrights (s/REGENTS/AUTHOR).
Suggested by: tg
Approved by: jb
1999-08-05 12:15:30 +00:00
John Birrell
608fa2c9e7
Mutex test program.
...
Submitted by: Daniel Eischen <eischen@vigrid.com>
1999-05-09 07:55:24 +00:00
John Birrell
33859c8093
Add mutex test program.
1999-05-09 07:50:31 +00:00
John Birrell
cffdbf7096
Revise test code for sigwait and add test code for sigsuspend.
...
Submitted by: Daniel M. Eischen <eischen@vigrid.com>
1998-09-30 07:14:02 +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
4591e62dc7
Test program for sigwait.
...
Submitted by: Daniel M. Eischen <eischen@vigrid.com>
1998-08-25 12:35:16 +00:00
John Birrell
ad8f637466
Add support for building test programs.
1998-08-25 12:33:22 +00:00