summaryrefslogtreecommitdiffstats
path: root/lib/libkse/test
Commit message (Collapse)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.obrien2007-10-097-0/+7
| | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
* o Include <sys/time.h>marcel2005-11-191-13/+14
| | | | | | o Make this ILP32/LP64 clean: cast pointers to long o Code conditional upon DEBUG must also be conditional upon _LIBC_R_
* o Include <string.h>marcel2005-11-191-3/+5
| | | | o Make this ILP32/LP64 clean: cast pointers to long.
* Fix typo: s/_LIBC_R/_LIBC_R_/marcel2005-11-191-1/+1
|
* libkse was renamed to libpthread.davidxu2004-02-051-1/+1
|
* This test relies on the concurrency level being 1; make it so.deischen2003-10-201-0/+3
|
* Don't run verify directly as that would require the perl script tomarcel2003-08-131-3/+4
| | | | | | 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.
* o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now itdavidxu2003-07-171-0/+2
| | | | | | | | | | | | | is system bound thread and when it is blocked, no upcall is generated. o Add ability to libkse to allow it run in pure 1:1 threading mode, defining SYSTEM_SCOPE_ONLY in Makefile can turn on this option. o Eliminate code for installing dummy signal handler for sigwait call. o Add hash table to find thread. Reviewed by: deischen
* For now, build and install this as libkse instead of libpthread.deischen2002-12-081-1/+1
| | | | | | | This will avoid any accidental use of an experimental library. Suggested by: rwatson Approved by: re (jhb)
* Mechanically change all libc_r references to libpthread.mini2002-09-163-6/+6
|
* Fix a couple of minor nits that prevented this from compiling.deischen2002-07-021-2/+4
| | | | Pointed out by: julian
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Mark some functions as __printflike() and/or taking const char * argumentskris2001-08-201-0/+3
| | | | | | instead of char *. MFC after: 2 weeks
* Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used tojasone2001-07-204-2/+224
| | | | | | | | 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
* Add a test for PR 24345.jasone2001-05-202-0/+110
|
* Update the verify script.jasone2001-05-202-201/+162
|
* Don't define _REENTRANT, since the Makefile does so.jasone2001-05-201-2/+0
|
* Fix a typo.jasone2001-05-201-1/+1
|
* -pthread -> -lc_rdeischen2001-01-241-1/+1
|
* Add test to detect propagation of cancellation points within libc_r.jasone2000-04-262-1/+75
|
* Automated regression test harness for libc_r. Existing tests are integrated,jasone2000-04-2415-3/+3356
| | | | | a new test for POSIX semaphores was added, and examples of harness usage are included.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add mutex test program.jb1999-05-091-2/+2
|
* Revise test code for sigwait and add test code for sigsuspend.jb1998-09-301-2/+2
| | | | Submitted by: Daniel M. Eischen <eischen@vigrid.com>
* Add support for building test programs.jb1998-08-251-0/+8
OpenPOWER on IntegriCloud