diff options
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/guard_b.c | 2 | ||||
| -rwxr-xr-x | lib/libc_r/test/guard_s.pl | 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/join_leak_d.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 |
14 files changed, 14 insertions, 14 deletions
diff --git a/lib/libc_r/test/Makefile b/lib/libc_r/test/Makefile index 0eb530c3ef14..925c77012be3 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.32.1.8.1 2012/03/03 06:15:13 kensmith Exp $ # # Automated test suite for libc_r (pthreads). # diff --git a/lib/libc_r/test/README b/lib/libc_r/test/README index 507ea4e19f74..9888d2d6e565 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.38.1.8.1 2012/03/03 06:15:13 kensmith 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 35aa4067cc48..7176693a67df 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.32.1.8.1 2012/03/03 06:15:13 kensmith 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 7802ff3c38d6..fbaa09333848 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.36.1.8.1 2012/03/03 06:15:13 kensmith 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 2eefa7f48bfe..d590eb058976 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.38.1.8.1 2012/03/03 06:15:13 kensmith Exp $ * ****************************************************************************/ diff --git a/lib/libc_r/test/hello_d.c b/lib/libc_r/test/hello_d.c index 6d77526f16c7..8148264828c7 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.38.1.8.1 2012/03/03 06:15:13 kensmith Exp $ * ****************************************************************************/ diff --git a/lib/libc_r/test/hello_s.c b/lib/libc_r/test/hello_s.c index 942bf2dae0ae..c98cc606e225 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.38.1.8.1 2012/03/03 06:15:13 kensmith Exp $ * ****************************************************************************/ diff --git a/lib/libc_r/test/join_leak_d.c b/lib/libc_r/test/join_leak_d.c index 9a351400e316..2238dbc8f69a 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.32.1.8.1 2012/03/03 06:15:13 kensmith 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 2f0c868aad85..98c901743911 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.32.1.8.1 2012/03/03 06:15:13 kensmith 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 9cd5fb054ae1..2ceb39d9b707 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.38.1.8.1 2012/03/03 06:15:13 kensmith 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 b834591852d9..673c6cbae408 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.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $ * ****************************************************************************/ diff --git a/lib/libc_r/test/sigsuspend_d.c b/lib/libc_r/test/sigsuspend_d.c index d2420ed84456..d8d9ec042fe2 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.38.1.8.1 2012/03/03 06:15:13 kensmith 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 f3ccd6b98491..dcee5e5367da 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.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $ */ #include <stdlib.h> #include <unistd.h> diff --git a/lib/libc_r/test/verify b/lib/libc_r/test/verify index 2863e5c3fa0c..22a93363eb45 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.36.1.8.1 2012/03/03 06:15:13 kensmith Exp $ # ############################################################################# |
