summaryrefslogtreecommitdiff
path: root/lib/libc_r/test
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 05:45:17 +0000
commita9c219fa3cec18ef9f30edec6fa106bf0e2d423d (patch)
tree50188ea5c781ddc35338e77f24e94f1aa22aae1c /lib/libc_r/test
parentba209d619d07461cc752dcdd596ab0d9b50e847a (diff)
Diffstat (limited to 'lib/libc_r/test')
-rw-r--r--lib/libc_r/test/Makefile2
-rw-r--r--lib/libc_r/test/README2
-rw-r--r--lib/libc_r/test/guard_b.c2
-rwxr-xr-xlib/libc_r/test/guard_s.pl2
-rw-r--r--lib/libc_r/test/hello_b.c2
-rw-r--r--lib/libc_r/test/hello_d.c2
-rw-r--r--lib/libc_r/test/hello_s.c2
-rw-r--r--lib/libc_r/test/join_leak_d.c2
-rw-r--r--lib/libc_r/test/mutex_d.c2
-rwxr-xr-xlib/libc_r/test/propagate_s.pl2
-rw-r--r--lib/libc_r/test/sem_d.c2
-rw-r--r--lib/libc_r/test/sigsuspend_d.c2
-rw-r--r--lib/libc_r/test/sigwait_d.c2
-rwxr-xr-xlib/libc_r/test/verify2
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile
index 0eb530c3ef148..b97f39803cd98 100644
--- a/lib/libc_r/test/Makefile
+++ b/lib/libc_r/test/Makefile
@@ -1,5 +1,5 @@
#
-# $FreeBSD$
+# $FreeBSD: src/lib/libc_r/test/Makefile,v 1.11 2003/06/02 00:21:41 rwatson Exp $
#
# Automated test suite for libc_r (pthreads).
#
diff --git a/lib/libc_r/test/README b/lib/libc_r/test/README
index 507ea4e19f74f..0a70ff4ee9ad2 100644
--- a/lib/libc_r/test/README
+++ b/lib/libc_r/test/README
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/lib/libc_r/test/README,v 1.1 2000/04/24 21:07:36 jasone 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/libc_r/test/guard_b.c b/lib/libc_r/test/guard_b.c
index 35aa4067cc48f..9e1740d30d752 100644
--- a/lib/libc_r/test/guard_b.c
+++ b/lib/libc_r/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/libc_r/test/guard_b.c,v 1.4 2003/06/04 20:36:08 marcel Exp $
*
* Test thread stack guard functionality.
*/
diff --git a/lib/libc_r/test/guard_s.pl b/lib/libc_r/test/guard_s.pl
index 7802ff3c38d6f..45ea5a48d3c7b 100755
--- a/lib/libc_r/test/guard_s.pl
+++ b/lib/libc_r/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/libc_r/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/libc_r/test/hello_b.c b/lib/libc_r/test/hello_b.c
index 2eefa7f48bfe5..a078faaa73493 100644
--- a/lib/libc_r/test/hello_b.c
+++ b/lib/libc_r/test/hello_b.c
@@ -2,7 +2,7 @@
*
* Back end C programs can be anything compilable.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc_r/test/hello_b.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
diff --git a/lib/libc_r/test/hello_d.c b/lib/libc_r/test/hello_d.c
index 6d77526f16c77..3dbc0a9331b92 100644
--- a/lib/libc_r/test/hello_d.c
+++ b/lib/libc_r/test/hello_d.c
@@ -2,7 +2,7 @@
*
* Simple diff mode test.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc_r/test/hello_d.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
diff --git a/lib/libc_r/test/hello_s.c b/lib/libc_r/test/hello_s.c
index 942bf2dae0aea..0bfccd6705260 100644
--- a/lib/libc_r/test/hello_s.c
+++ b/lib/libc_r/test/hello_s.c
@@ -2,7 +2,7 @@
*
* Simple sequence mode test.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc_r/test/hello_s.c,v 1.1 2000/04/24 21:07:37 jasone Exp $
*
****************************************************************************/
diff --git a/lib/libc_r/test/join_leak_d.c b/lib/libc_r/test/join_leak_d.c
index 9a351400e3169..db1a45290bd7c 100644
--- a/lib/libc_r/test/join_leak_d.c
+++ b/lib/libc_r/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/libc_r/test/join_leak_d.c,v 1.2 2003/06/04 08:16:32 mtm Exp $
*
* Test for leaked joined threads.
*/
diff --git a/lib/libc_r/test/mutex_d.c b/lib/libc_r/test/mutex_d.c
index 2f0c868aad859..7d0fe6dfc20dc 100644
--- a/lib/libc_r/test/mutex_d.c
+++ b/lib/libc_r/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/libc_r/test/mutex_d.c,v 1.4 2003/06/04 20:38:54 marcel Exp $
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libc_r/test/propagate_s.pl b/lib/libc_r/test/propagate_s.pl
index 9cd5fb054ae14..11c2317ea3485 100755
--- a/lib/libc_r/test/propagate_s.pl
+++ b/lib/libc_r/test/propagate_s.pl
@@ -31,7 +31,7 @@
#
# Verify that no cancellation points are propagated inside of libc_r.
#
-# $FreeBSD$
+# $FreeBSD: src/lib/libc_r/test/propagate_s.pl,v 1.1 2000/04/26 23:25:58 jasone Exp $
#
@CPOINTS = ("aio_suspend", "close", "creat", "fcntl", "fsync", "mq_receive",
diff --git a/lib/libc_r/test/sem_d.c b/lib/libc_r/test/sem_d.c
index b834591852d96..2238b44888eee 100644
--- a/lib/libc_r/test/sem_d.c
+++ b/lib/libc_r/test/sem_d.c
@@ -31,7 +31,7 @@
*
* sem test.
*
- * $FreeBSD$
+ * $FreeBSD: src/lib/libc_r/test/sem_d.c,v 1.2 2001/05/20 23:11:09 jasone Exp $
*
****************************************************************************/
diff --git a/lib/libc_r/test/sigsuspend_d.c b/lib/libc_r/test/sigsuspend_d.c
index d2420ed844563..349fb149aa3ee 100644
--- a/lib/libc_r/test/sigsuspend_d.c
+++ b/lib/libc_r/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/libc_r/test/sigsuspend_d.c,v 1.1 2000/04/24 21:07:39 jasone Exp $
*/
#include <stdlib.h>
#include <unistd.h>
diff --git a/lib/libc_r/test/sigwait_d.c b/lib/libc_r/test/sigwait_d.c
index f3ccd6b98491d..749cc2c341abf 100644
--- a/lib/libc_r/test/sigwait_d.c
+++ b/lib/libc_r/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/libc_r/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/libc_r/test/verify b/lib/libc_r/test/verify
index 2863e5c3fa0c1..4502148262540 100755
--- a/lib/libc_r/test/verify
+++ b/lib/libc_r/test/verify
@@ -33,7 +33,7 @@
#
# Test harness.
#
-# $FreeBSD$
+# $FreeBSD: src/lib/libc_r/test/verify,v 1.2 2001/05/20 23:11:54 jasone Exp $
#
#############################################################################