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
deischen
dc65596ce8
Fix a couple of minor nits that prevented this from compiling.
...
Pointed out by: julian
2002-07-02 01:26:16 +00:00
des
4d6b787d2d
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
kris
110fc843a0
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
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
6db2e67015
Add a test for PR 24345.
2001-05-20 23:12:13 +00:00
jasone
bf4bd757ee
Update the verify script.
2001-05-20 23:11:54 +00:00
jasone
657c6f2054
Don't define _REENTRANT, since the Makefile does so.
2001-05-20 23:11:09 +00:00
jasone
b7ead48e93
Fix a typo.
2001-05-20 23:10:30 +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