History log of /freebsd-10.1-release/lib/libkse/test/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


172491 09-Oct-2007 obrien

Repo copy libpthreads to libkse.
This introduces the WITHOUT_LIBKSE nob,
and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.
Approved by: re(kensmith)


152599 19-Nov-2005 marcel

o Include <sys/time.h>
o Make this ILP32/LP64 clean: cast pointers to long
o Code conditional upon DEBUG must also be conditional
upon _LIBC_R_


152598 19-Nov-2005 marcel

o Include <string.h>
o Make this ILP32/LP64 clean: cast pointers to long.


152597 19-Nov-2005 marcel

Fix typo: s/_LIBC_R/_LIBC_R_/


125468 05-Feb-2004 davidxu

libkse was renamed to libpthread.


121266 20-Oct-2003 deischen

This test relies on the concurrency level being 1; make it so.


118854 13-Aug-2003 marcel

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.


117706 17-Jul-2003 davidxu

o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it
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


107687 08-Dec-2002 deischen

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)


103412 16-Sep-2002 mini

Mechanically change all libc_r references to libpthread.


99239 02-Jul-2002 deischen

Fix a couple of minor nits that prevented this from compiling.

Pointed out by: julian


95258 22-Apr-2002 des

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}/.


81975 20-Aug-2001 kris

Mark some functions as __printflike() and/or taking const char * arguments
instead of char *.

MFC after: 2 weeks


80021 20-Jul-2001 jasone

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


76913 20-May-2001 jasone

Add a test for PR 24345.


76912 20-May-2001 jasone

Update the verify script.


76911 20-May-2001 jasone

Don't define _REENTRANT, since the Makefile does so.


76910 20-May-2001 jasone

Fix a typo.


71586 24-Jan-2001 deischen

-pthread -> -lc_r


59667 26-Apr-2000 jasone

Add test to detect propagation of cancellation points within libc_r.


59612 24-Apr-2000 jasone

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.


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


46771 09-May-1999 jb

Add mutex test program.


39810 30-Sep-1998 jb

Revise test code for sigwait and add test code for sigsuspend.

Submitted by: Daniel M. Eischen <eischen@vigrid.com>


38540 25-Aug-1998 jb

Add support for building test programs.