diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-05-23 04:09:12 +0000 | 
| commit | 8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch) | |
| tree | 81a52679e3e7f6958a04688cb683eaf21a140f5c /lib/libpthread/test | |
| parent | de7242811fa5d383ece9325e6864e857b2997f20 (diff) | |
Diffstat (limited to 'lib/libpthread/test')
| -rw-r--r-- | lib/libpthread/test/Makefile | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/README | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/guard_b.c | 2 | ||||
| -rwxr-xr-x | lib/libpthread/test/guard_s.pl | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/hello_b.c | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/hello_d.c | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/hello_s.c | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/join_leak_d.c | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/mutex_d.c | 2 | ||||
| -rwxr-xr-x | lib/libpthread/test/propagate_s.pl | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/sem_d.c | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/sigsuspend_d.c | 2 | ||||
| -rw-r--r-- | lib/libpthread/test/sigwait_d.c | 2 | ||||
| -rwxr-xr-x | lib/libpthread/test/verify | 2 | 
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index 5b5eb3c79a36..32225c6390fe 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 8f625a1438e7..fcfe0cf57904 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 42bf4edd3bbb..e90a946b4184 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 2002/04/22 13:44:24 des Exp $   *   * Test thread stack guard functionality.   */ diff --git a/lib/libpthread/test/guard_s.pl b/lib/libpthread/test/guard_s.pl index 7802ff3c38d6..f9b92caa7d9f 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 2eefa7f48bfe..a0458df1810e 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 6d77526f16c7..7fc80057c1fe 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 942bf2dae0ae..bbcef450a379 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 6532ca5bfc74..bbd73ca4a13c 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 801d7791e2dd..babf5d720cc2 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 2003/10/20 04:23:49 deischen Exp $   */  #include <stdlib.h>  #include <unistd.h> diff --git a/lib/libpthread/test/propagate_s.pl b/lib/libpthread/test/propagate_s.pl index 6b8509043d98..5d4d4edcbfab 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 b834591852d9..85b9c7378c4f 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 aa80a073e4e1..1b3aa4657d18 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 2003/07/17 23:02:29 davidxu Exp $   */  #include <stdlib.h>  #include <unistd.h> diff --git a/lib/libpthread/test/sigwait_d.c b/lib/libpthread/test/sigwait_d.c index f3ccd6b98491..5a4a351aabd7 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 2863e5c3fa0c..e8a9ee689779 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 $  #  #############################################################################  | 
