History log of /freebsd-10.3-release/lib/libkse/test/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 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


# 125468 05-Feb-2004 davidxu

libkse was renamed to libpthread.


# 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.


# 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.


# 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


# 76912 20-May-2001 jasone

Update the verify script.


# 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.