diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-20 04:41:45 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-20 04:41:45 +0000 | 
| commit | 0d497cf6e989f7498cf5036a29fe7003a89abf83 (patch) | |
| tree | 48a3225dfba4179815fb512c8ba7492fa4c83fbc /lib/libc_r/test | |
| parent | 94bb9d581468116c659950d31288ce30f661f3d4 (diff) | |
Diffstat (limited to 'lib/libc_r/test')
| -rw-r--r-- | lib/libc_r/test/Makefile | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/README | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/hello_b.c | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/hello_d.c | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/hello_s.c | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/mutex_d.c | 2 | ||||
| -rwxr-xr-x | lib/libc_r/test/propagate_s.pl | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/sem_d.c | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/sigsuspend_d.c | 2 | ||||
| -rw-r--r-- | lib/libc_r/test/sigwait_d.c | 2 | ||||
| -rwxr-xr-x | lib/libc_r/test/verify | 2 | 
11 files changed, 11 insertions, 11 deletions
| diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile index db2f046ef6e35..b496a967467ee 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.4.2.1 2000/07/17 22:18:32 jasone Exp $  #  # Automated test suite for libc_r (pthreads).  # diff --git a/lib/libc_r/test/README b/lib/libc_r/test/README index 507ea4e19f74f..acbe1b67ca7fd 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.2.1 2000/07/17 22:18:32 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/hello_b.c b/lib/libc_r/test/hello_b.c index 2eefa7f48bfe5..e452e0d001aad 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.2.1 2000/07/17 22:18:32 jasone Exp $   *   ****************************************************************************/ diff --git a/lib/libc_r/test/hello_d.c b/lib/libc_r/test/hello_d.c index 6d77526f16c77..254d41b7ae0d2 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.2.1 2000/07/17 22:18:32 jasone Exp $   *   ****************************************************************************/ diff --git a/lib/libc_r/test/hello_s.c b/lib/libc_r/test/hello_s.c index 942bf2dae0aea..45b920e93e887 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.2.1 2000/07/17 22:18:32 jasone Exp $   *   ****************************************************************************/ diff --git a/lib/libc_r/test/mutex_d.c b/lib/libc_r/test/mutex_d.c index ea31299e1aefe..5e3dc06f28db8 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.1.2.1 2000/07/17 22:18:32 jasone 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..182d8a4bd9c9b 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.2.1 2000/07/17 22:18:32 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 1551ae809e52d..c3080f0070f86 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.1.2.1 2000/07/17 22:18:32 jasone Exp $   *   ****************************************************************************/ diff --git a/lib/libc_r/test/sigsuspend_d.c b/lib/libc_r/test/sigsuspend_d.c index d2420ed844563..64c344abd33a9 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.2.1 2000/07/17 22:18:32 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 ab57979119b58..450744c06e987 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.1.2.1 2000/07/17 22:18:33 jasone Exp $   */  #include <stdlib.h>  #include <unistd.h> diff --git a/lib/libc_r/test/verify b/lib/libc_r/test/verify index bf8d94a1c86de..b93c4539d13e5 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.1.2.1 2000/07/17 22:18:33 jasone Exp $  #  ############################################################################# | 
