summaryrefslogtreecommitdiff
path: root/lib/libpthread/test
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/test')
-rw-r--r--lib/libpthread/test/Makefile2
-rw-r--r--lib/libpthread/test/README2
-rw-r--r--lib/libpthread/test/guard_b.c2
-rwxr-xr-xlib/libpthread/test/guard_s.pl2
-rw-r--r--lib/libpthread/test/hello_b.c2
-rw-r--r--lib/libpthread/test/hello_d.c2
-rw-r--r--lib/libpthread/test/hello_s.c2
-rw-r--r--lib/libpthread/test/join_leak_d.c2
-rw-r--r--lib/libpthread/test/mutex_d.c2
-rwxr-xr-xlib/libpthread/test/propagate_s.pl2
-rw-r--r--lib/libpthread/test/sem_d.c2
-rw-r--r--lib/libpthread/test/sigsuspend_d.c2
-rw-r--r--lib/libpthread/test/sigwait_d.c2
-rwxr-xr-xlib/libpthread/test/verify2
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile
index 5b5eb3c79a36a..32225c6390fee 100644
--- a/lib/libpthread/test/Makefile
+++ b/lib/libpthread/test/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/lib/libpthread/test/Makefile,v 1.13 2004/02/05 02:55:20 davidxu Exp $
#
# Automated test suite for libpthread (pthreads).
#
diff --git a/lib/libpthread/test/README b/lib/libpthread/test/README
index 8f625a1438e73..fcfe0cf57904f 100644
--- a/lib/libpthread/test/README
+++ b/lib/libpthread/test/README
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/lib/libpthread/test/README,v 1.2 2002/09/16 19:29:34 mini Exp $
This test suite is meant to test general functionality of pthreads, as well as
provide a simple framework for regression tests. In general, this test suite
diff --git a/lib/libpthread/test/guard_b.c b/lib/libpthread/test/guard_b.c
index 2e2703165dd6b..6699939d0f250 100644
--- a/lib/libpthread/test/guard_b.c
+++ b/lib/libpthread/test/guard_b.c
@@ -26,7 +26,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/guard_b.c,v 1.2.14.1 2006/03/16 23:29:07 deischen Exp $
*
* Test thread stack guard functionality.
*/
diff --git a/lib/libpthread/test/guard_s.pl b/lib/libpthread/test/guard_s.pl
index 7802ff3c38d6f..f9b92caa7d9f0 100755
--- a/lib/libpthread/test/guard_s.pl
+++ b/lib/libpthread/test/guard_s.pl
@@ -27,7 +27,7 @@
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
# EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $FreeBSD$
+# $FreeBSD: src/lib/libpthread/test/guard_s.pl,v 1.1 2001/07/20 04:23:10 jasone Exp $
#
# Test thread stack guard functionality. The C test program needs to be driven
# by this script because it segfaults when the stack guard is hit.
diff --git a/lib/libpthread/test/hello_b.c b/lib/libpthread/test/hello_b.c
index 2eefa7f48bfe5..a0458df1810e5 100644
--- a/lib/libpthread/test/hello_b.c
+++ b/lib/libpthread/test/hello_b.c
@@ -2,7 +2,7 @@
*
* Back end C programs can be anything compilable.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/hello_b.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
diff --git a/lib/libpthread/test/hello_d.c b/lib/libpthread/test/hello_d.c
index 6d77526f16c77..7fc80057c1fe2 100644
--- a/lib/libpthread/test/hello_d.c
+++ b/lib/libpthread/test/hello_d.c
@@ -2,7 +2,7 @@
*
* Simple diff mode test.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/hello_d.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
diff --git a/lib/libpthread/test/hello_s.c b/lib/libpthread/test/hello_s.c
index 942bf2dae0aea..bbcef450a3790 100644
--- a/lib/libpthread/test/hello_s.c
+++ b/lib/libpthread/test/hello_s.c
@@ -2,7 +2,7 @@
*
* Simple sequence mode test.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/hello_s.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
diff --git a/lib/libpthread/test/join_leak_d.c b/lib/libpthread/test/join_leak_d.c
index 6532ca5bfc746..bbd73ca4a13c1 100644
--- a/lib/libpthread/test/join_leak_d.c
+++ b/lib/libpthread/test/join_leak_d.c
@@ -26,7 +26,7 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/join_leak_d.c,v 1.1 2001/05/20 23:12:13 jasone Exp $
*
* Test for leaked joined threads.
*/
diff --git a/lib/libpthread/test/mutex_d.c b/lib/libpthread/test/mutex_d.c
index 2aa3b1df661dc..90df1565c30ce 100644
--- a/lib/libpthread/test/mutex_d.c
+++ b/lib/libpthread/test/mutex_d.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/mutex_d.c,v 1.4.10.1 2006/03/16 23:29:07 deischen Exp $
*/
#include <sys/time.h>
diff --git a/lib/libpthread/test/propagate_s.pl b/lib/libpthread/test/propagate_s.pl
index 6b8509043d980..5d4d4edcbfab8 100755
--- a/lib/libpthread/test/propagate_s.pl
+++ b/lib/libpthread/test/propagate_s.pl
@@ -31,7 +31,7 @@
#
# Verify that no cancellation points are propagated inside of libpthread.
#
-# $FreeBSD$
+# $FreeBSD: src/lib/libpthread/test/propagate_s.pl,v 1.2 2002/09/16 19:29:34 mini Exp $
#
@CPOINTS = ("aio_suspend", "close", "creat", "fcntl", "fsync", "mq_receive",
diff --git a/lib/libpthread/test/sem_d.c b/lib/libpthread/test/sem_d.c
index b834591852d96..85b9c7378c4f9 100644
--- a/lib/libpthread/test/sem_d.c
+++ b/lib/libpthread/test/sem_d.c
@@ -31,7 +31,7 @@
*
* sem test.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/sem_d.c,v 1.2 2001/05/20 23:11:09 jasone Exp $
*
****************************************************************************/
diff --git a/lib/libpthread/test/sigsuspend_d.c b/lib/libpthread/test/sigsuspend_d.c
index d405e3dbb01a3..137312796e630 100644
--- a/lib/libpthread/test/sigsuspend_d.c
+++ b/lib/libpthread/test/sigsuspend_d.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/sigsuspend_d.c,v 1.2.10.1 2006/03/16 23:29:07 deischen Exp $
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libpthread/test/sigwait_d.c b/lib/libpthread/test/sigwait_d.c
index f3ccd6b98491d..5a4a351aabd7b 100644
--- a/lib/libpthread/test/sigwait_d.c
+++ b/lib/libpthread/test/sigwait_d.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libpthread/test/sigwait_d.c,v 1.2 2001/05/20 23:10:30 jasone Exp $
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libpthread/test/verify b/lib/libpthread/test/verify
index 2863e5c3fa0c1..e8a9ee689779b 100755
--- a/lib/libpthread/test/verify
+++ b/lib/libpthread/test/verify
@@ -33,7 +33,7 @@
#
# Test harness.
#
-# $FreeBSD$
+# $FreeBSD: src/lib/libpthread/test/verify,v 1.2 2001/05/20 23:11:54 jasone Exp $
#
#############################################################################