davidxu
c03701303f
libkse was renamed to libpthread.
2004-02-05 02:55:20 +00:00
marcel
8e205a2f04
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
deischen
c27018b9df
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
mini
4726269c93
Mechanically change all libc_r references to libpthread.
2002-09-16 19:29:34 +00:00
jasone
a9a7a5e9d6
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
jasone
bf4bd757ee
Update the verify script.
2001-05-20 23:11:54 +00:00
deischen
61937e8089
-pthread -> -lc_r
2001-01-24 13:41:04 +00:00
jasone
83086c2885
Add test to detect propagation of cancellation points within libc_r.
2000-04-26 23:25:58 +00:00
jasone
b1932c6651
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
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
jb
18a2ce4cb6
Add mutex test program.
1999-05-09 07:50:31 +00:00
jb
067ba0c21e
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
jb
1262e5d7df
Add support for building test programs.
1998-08-25 12:33:22 +00:00