head	1.3;
access;
symbols
	RELENG_4_11_0_RELEASE:1.2.2.1
	RELENG_4_11:1.2.2.1.0.18
	RELENG_4_11_BP:1.2.2.1
	RELENG_4_10_0_RELEASE:1.2.2.1
	RELENG_4_10:1.2.2.1.0.16
	RELENG_4_10_BP:1.2.2.1
	RELENG_4_9_0_RELEASE:1.2.2.1
	RELENG_4_9:1.2.2.1.0.14
	RELENG_4_9_BP:1.2.2.1
	RELENG_4_8_0_RELEASE:1.2.2.1
	RELENG_4_8:1.2.2.1.0.12
	RELENG_4_8_BP:1.2.2.1
	RELENG_4_7_0_RELEASE:1.2.2.1
	RELENG_4_7:1.2.2.1.0.10
	RELENG_4_7_BP:1.2.2.1
	RELENG_4_6_2_RELEASE:1.2.2.1
	RELENG_4_6_1_RELEASE:1.2.2.1
	RELENG_4_6_0_RELEASE:1.2.2.1
	RELENG_4_6:1.2.2.1.0.8
	RELENG_4_6_BP:1.2.2.1
	RELENG_4_5_0_RELEASE:1.2.2.1
	RELENG_4_5:1.2.2.1.0.6
	RELENG_4_5_BP:1.2.2.1
	RELENG_4_4_0_RELEASE:1.2.2.1
	RELENG_4_4:1.2.2.1.0.4
	RELENG_4_4_BP:1.2.2.1
	RELENG_4_3_0_RELEASE:1.2.2.1
	RELENG_4_3:1.2.2.1.0.2
	RELENG_4_3_BP:1.2.2.1
	RELENG_4_2_0_RELEASE:1.2.2.1
	RELENG_4_1_1_RELEASE:1.2.2.1
	RELENG_4_1_0_RELEASE:1.2.2.1
	RELENG_3_5_0_RELEASE:1.1.4.1
	RELENG_4_0_0_RELEASE:1.2
	RELENG_4:1.2.0.2
	RELENG_4_BP:1.2
	RELENG_3_4_0_RELEASE:1.1.4.1
	RELENG_3_3_0_RELEASE:1.1.4.1
	RELENG_3_2_PAO:1.1.0.6
	RELENG_3_2_PAO_BP:1.1
	RELENG_3_2_0_RELEASE:1.1
	RELENG_3_1_0_RELEASE:1.1
	RELENG_3:1.1.0.4
	RELENG_3_BP:1.1
	RELENG_2_2_8_RELEASE:1.1.2.1
	RELENG_2_2:1.1.0.2
	RELENG_3_0_0_RELEASE:1.1;
locks; strict;
comment	@# @;


1.3
date	2000.04.24.21.07.43;	author jasone;	state dead;
branches;
next	1.2;

1.2
date	99.08.28.00.03.16;	author peter;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	98.09.30.07.14.02;	author jb;	state Exp;
branches
	1.1.2.1
	1.1.4.1;
next	;

1.1.2.1
date	98.11.04.08.42.09;	author tg;	state Exp;
branches;
next	1.1.2.2;

1.1.2.2
date	99.09.05.11.16.52;	author peter;	state Exp;
branches;
next	;

1.1.4.1
date	99.08.29.14.55.45;	author peter;	state Exp;
branches;
next	;

1.2.2.1
date	2000.07.17.22.18.33;	author jasone;	state dead;
branches;
next	;


desc
@@


1.3
log
@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.
@
text
@# $FreeBSD: src/lib/libc_r/test/sigsuspend/Makefile,v 1.2 1999/08/28 00:03:16 peter Exp $

PROG=		sigsuspend
SRCS=		sigsuspend.c
NOMAN=		1
LDFLAGS=	-pthread

.include <bsd.prog.mk>
@


1.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.2.2.1
log
@MFC: Add a test framework, convert existing tests to work with the
framework, and add a test for semaphores.
@
text
@d1 1
a1 1
# $FreeBSD: src/lib/libc_r/test/sigsuspend/Makefile,v 1.2 1999/08/28 00:03:16 peter Exp $
@


1.1
log
@Revise test code for sigwait and add test code for sigsuspend.

Submitted by: Daniel M. Eischen <eischen@@vigrid.com>
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1998/08/25 12:35:16 jb Exp $
@


1.1.4.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1.2.1
log
@As theatened two weeks ago: merge the major changes from -current's pthread
implementation. This includes file locking based on FILE *, signal fixes,
read/write-locks, better POSIX compliance and better performance. Not included
are changes relating to realtime scheduling.

Famous last words: I've now built the world several times with these changes,
so they shouldn't break anything.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.1 1998/09/30 07:14:02 jb Exp $
@


1.1.2.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


