aboutsummaryrefslogtreecommitdiff
path: root/lib/libkse/test
Commit message (Expand)AuthorAgeFilesLines
* Remove the libkse directory. It was unhooked from the build and kernelBrooks Davis2014-04-1621-3747/+0
* Repo copy libpthreads to libkse.David E. O'Brien2007-10-097-0/+7
* o Include <sys/time.h>Marcel Moolenaar2005-11-191-13/+14
* o Include <string.h>Marcel Moolenaar2005-11-191-3/+5
* Fix typo: s/_LIBC_R/_LIBC_R_/Marcel Moolenaar2005-11-191-1/+1
* libkse was renamed to libpthread.David Xu2004-02-051-1/+1
* This test relies on the concurrency level being 1; make it so.Daniel Eischen2003-10-201-0/+3
* Don't run verify directly as that would require the perl script toMarcel Moolenaar2003-08-131-3/+4
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itDavid Xu2003-07-171-0/+2
* For now, build and install this as libkse instead of libpthread.Daniel Eischen2002-12-081-1/+1
* Mechanically change all libc_r references to libpthread.Jonathan Mini2002-09-163-6/+6
* Fix a couple of minor nits that prevented this from compiling.Daniel Eischen2002-07-021-2/+4
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-221-1/+1
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-0/+3
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used toJason Evans2001-07-204-2/+224
* Add a test for PR 24345.Jason Evans2001-05-202-0/+110
* Update the verify script.Jason Evans2001-05-202-201/+162
* Don't define _REENTRANT, since the Makefile does so.Jason Evans2001-05-201-2/+0
* Fix a typo.Jason Evans2001-05-201-1/+1
* -pthread -> -lc_rDaniel Eischen2001-01-241-1/+1
* Add test to detect propagation of cancellation points within libc_r.Jason Evans2000-04-262-1/+75
* Automated regression test harness for libc_r. Existing tests are integrated,Jason Evans2000-04-2415-3/+3356
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add mutex test program.John Birrell1999-05-091-2/+2
* Revise test code for sigwait and add test code for sigsuspend.John Birrell1998-09-301-2/+2
* Add support for building test programs.John Birrell1998-08-251-0/+8