diff options
Diffstat (limited to 'tools/test')
32 files changed, 32 insertions, 32 deletions
diff --git a/tools/test/README b/tools/test/README index 438c1f5170d9..5c5f319d47e7 100644 --- a/tools/test/README +++ b/tools/test/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/test/README,v 1.5.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ This directory is for test programs. diff --git a/tools/test/devrandom/hammer.random b/tools/test/devrandom/hammer.random index ea4cb5f64032..be72c6c532ec 100644 --- a/tools/test/devrandom/hammer.random +++ b/tools/test/devrandom/hammer.random @@ -5,7 +5,7 @@ # Read and display random numbers. # Try tapping shift/alt/ctrl to get more randomness. # -# $FreeBSD$ +# $FreeBSD: src/tools/test/devrandom/hammer.random,v 1.4.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # for (;;) { diff --git a/tools/test/devrandom/hammer.urandom b/tools/test/devrandom/hammer.urandom index d0b6aa89da58..4c709df319b1 100644 --- a/tools/test/devrandom/hammer.urandom +++ b/tools/test/devrandom/hammer.urandom @@ -5,7 +5,7 @@ # Read and display random numbers. # This also reads /dev/zero to make sure there is no brokenness there. # -# $FreeBSD$ +# $FreeBSD: src/tools/test/devrandom/hammer.urandom,v 1.4.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # open(ZERO, "/dev/zero") || die "Cannot open /dev/zero - $!\n"; diff --git a/tools/test/devrandom/stat.16bit b/tools/test/devrandom/stat.16bit index 32a6a9caf550..9b777bebee8f 100644 --- a/tools/test/devrandom/stat.16bit +++ b/tools/test/devrandom/stat.16bit @@ -8,7 +8,7 @@ # Redirect the output from this to a file - and go to the movies while # it runs. This program is a CPU Hog! # -# $FreeBSD$ +# $FreeBSD: src/tools/test/devrandom/stat.16bit,v 1.4.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # for ($i = 0; $i < (1024*64); $i++) { diff --git a/tools/test/devrandom/stat.8bit b/tools/test/devrandom/stat.8bit index 03fdbdd5b39d..bb9bd51f780f 100644 --- a/tools/test/devrandom/stat.8bit +++ b/tools/test/devrandom/stat.8bit @@ -8,7 +8,7 @@ # Redirect the output from this to a file - and make a cup of coffee while # it runs. This program is a CPU Hog! # -# $FreeBSD$ +# $FreeBSD: src/tools/test/devrandom/stat.8bit,v 1.4.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # for ($i = 0; $i < (1024*32); $i++) { diff --git a/tools/test/dtrace/Makefile b/tools/test/dtrace/Makefile index 8ad8e62e76a2..2ed58f7abad3 100644 --- a/tools/test/dtrace/Makefile +++ b/tools/test/dtrace/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/test/dtrace/Makefile,v 1.1.4.1.6.1 2010/12/21 17:09:25 kensmith Exp $ TESTSRCDIR= ${.CURDIR}/../../../cddl/contrib/opensolaris/cmd/dtrace/test DTEST= ${TESTSRCDIR}/cmd/scripts/dtest.pl -n diff --git a/tools/test/malloc/Makefile b/tools/test/malloc/Makefile index 7d6067087b6b..6a70a515eead 100644 --- a/tools/test/malloc/Makefile +++ b/tools/test/malloc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/test/malloc/Makefile,v 1.5.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= malloc SRCS= main.c .PATH: ${.CURDIR}/../../../lib/libc/stdlib diff --git a/tools/test/malloc/main.c b/tools/test/malloc/main.c index 2a0502928c06..667106f9edfc 100644 --- a/tools/test/malloc/main.c +++ b/tools/test/malloc/main.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/test/malloc/main.c,v 1.2.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <stdlib.h> #include <stdio.h> #include <unistd.h> diff --git a/tools/test/posixshm/README b/tools/test/posixshm/README index 514e18b893a7..9d52958e66c5 100644 --- a/tools/test/posixshm/README +++ b/tools/test/posixshm/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/test/posixshm/README,v 1.1.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ This is a simple program to test/demonstrate the POSIX Shared Memory Objects feature set. `make shm_test' to build. diff --git a/tools/test/posixshm/shm_test.c b/tools/test/posixshm/shm_test.c index 6cee558bb362..f23cf1683d2f 100644 --- a/tools/test/posixshm/shm_test.c +++ b/tools/test/posixshm/shm_test.c @@ -1,7 +1,7 @@ /* * Test the POSIX shared-memory API. * Dedicated to tyhe public domain by Garrett A. Wollman, 2000. - * $FreeBSD$ + * $FreeBSD: src/tools/test/posixshm/shm_test.c,v 1.1.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile index f0110edf1292..beb93a9a78b1 100644 --- a/tools/test/ppsapi/Makefile +++ b/tools/test/ppsapi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/test/ppsapi/Makefile,v 1.4.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= ppsapitest NO_MAN= diff --git a/tools/test/ppsapi/README b/tools/test/ppsapi/README index ad8dacf31b57..b645ec444751 100644 --- a/tools/test/ppsapi/README +++ b/tools/test/ppsapi/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/test/ppsapi/README,v 1.2.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ This is a small test program which I have had around since we wrote the RFC 2783 API. diff --git a/tools/test/ppsapi/ppsapitest.c b/tools/test/ppsapi/ppsapitest.c index 78e73825e16c..2a4639113769 100644 --- a/tools/test/ppsapi/ppsapitest.c +++ b/tools/test/ppsapi/ppsapitest.c @@ -6,7 +6,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/ppsapi/ppsapitest.c,v 1.2.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/tools/test/pthread_vfork/pthread_vfork_test.c b/tools/test/pthread_vfork/pthread_vfork_test.c index e00472713dfd..8d7978c8c865 100644 --- a/tools/test/pthread_vfork/pthread_vfork_test.c +++ b/tools/test/pthread_vfork/pthread_vfork_test.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/pthread_vfork/pthread_vfork_test.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <err.h> #include <pthread.h> diff --git a/tools/test/testfloat/random.c b/tools/test/testfloat/random.c index 21326c1ff23f..62db69a72956 100644 --- a/tools/test/testfloat/random.c +++ b/tools/test/testfloat/random.c @@ -24,7 +24,7 @@ this code that are retained. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/random.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdlib.h> #include "milieu.h" diff --git a/tools/test/testfloat/sparc64/Makefile b/tools/test/testfloat/sparc64/Makefile index a24834b8f4e9..f1a1be6dc887 100644 --- a/tools/test/testfloat/sparc64/Makefile +++ b/tools/test/testfloat/sparc64/Makefile @@ -21,7 +21,7 @@ # OR TORT (INCLUDING NEGLIGENCE 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/tools/test/testfloat/sparc64/Makefile,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../../../../lib/libc/softfloat/bits64 ${.CURDIR}/.. diff --git a/tools/test/testfloat/sparc64/fpu_emul.S b/tools/test/testfloat/sparc64/fpu_emul.S index 0872e8930c0d..7a552d2da258 100644 --- a/tools/test/testfloat/sparc64/fpu_emul.S +++ b/tools/test/testfloat/sparc64/fpu_emul.S @@ -24,7 +24,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/sparc64/fpu_emul.S,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); .section "rodata1",#alloc .align 8 diff --git a/tools/test/testfloat/sparc64/fpu_reg.h b/tools/test/testfloat/sparc64/fpu_reg.h index 76f7244dd0ba..39a8b4e39f21 100644 --- a/tools/test/testfloat/sparc64/fpu_reg.h +++ b/tools/test/testfloat/sparc64/fpu_reg.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE 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/tools/test/testfloat/sparc64/fpu_reg.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _TESTFLOAT_SPARC64_FPU_REG_H_ diff --git a/tools/test/testfloat/sparc64/fpu_util.c b/tools/test/testfloat/sparc64/fpu_util.c index 1b766e0320a5..c4d05fc0ca74 100644 --- a/tools/test/testfloat/sparc64/fpu_util.c +++ b/tools/test/testfloat/sparc64/fpu_util.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/sparc64/fpu_util.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/tools/test/testfloat/sparc64/libc_private.h b/tools/test/testfloat/sparc64/libc_private.h index 5e7d1bc431b0..08c09d567170 100644 --- a/tools/test/testfloat/sparc64/libc_private.h +++ b/tools/test/testfloat/sparc64/libc_private.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE 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/tools/test/testfloat/sparc64/libc_private.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* * This file has no content and is solely to satisfy a #include in diff --git a/tools/test/testfloat/sparc64/milieu.h b/tools/test/testfloat/sparc64/milieu.h index 26491d16756c..cbe48a1616c1 100644 --- a/tools/test/testfloat/sparc64/milieu.h +++ b/tools/test/testfloat/sparc64/milieu.h @@ -25,7 +25,7 @@ this code that are retained. =============================================================================== */ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/test/testfloat/sparc64/milieu.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* ------------------------------------------------------------------------------- diff --git a/tools/test/testfloat/sparc64/namespace.h b/tools/test/testfloat/sparc64/namespace.h index 5e7d1bc431b0..f0a15824f6b7 100644 --- a/tools/test/testfloat/sparc64/namespace.h +++ b/tools/test/testfloat/sparc64/namespace.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE 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/tools/test/testfloat/sparc64/namespace.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* * This file has no content and is solely to satisfy a #include in diff --git a/tools/test/testfloat/sparc64/softfloat.h b/tools/test/testfloat/sparc64/softfloat.h index f804b9cb82ca..f49d27848852 100644 --- a/tools/test/testfloat/sparc64/softfloat.h +++ b/tools/test/testfloat/sparc64/softfloat.h @@ -32,7 +32,7 @@ these four paragraphs for those parts of this code that are retained. =============================================================================*/ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/test/testfloat/sparc64/softfloat.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/ieeefp.h> diff --git a/tools/test/testfloat/sparc64/sparc64.h b/tools/test/testfloat/sparc64/sparc64.h index 959a78cb675d..c10a4939a74d 100644 --- a/tools/test/testfloat/sparc64/sparc64.h +++ b/tools/test/testfloat/sparc64/sparc64.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE 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/tools/test/testfloat/sparc64/sparc64.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /*---------------------------------------------------------------------------- diff --git a/tools/test/testfloat/sparc64/systflags.c b/tools/test/testfloat/sparc64/systflags.c index 9187facc8301..217482401761 100644 --- a/tools/test/testfloat/sparc64/systflags.c +++ b/tools/test/testfloat/sparc64/systflags.c @@ -48,7 +48,7 @@ this code that are retained. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/sparc64/systflags.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #pragma STDC FENV_ACCESS ON #include <fenv.h> diff --git a/tools/test/testfloat/sparc64/systfloat.S b/tools/test/testfloat/sparc64/systfloat.S index 09e97d15fe37..2e7f08940f79 100644 --- a/tools/test/testfloat/sparc64/systfloat.S +++ b/tools/test/testfloat/sparc64/systfloat.S @@ -48,7 +48,7 @@ this code that are retained. */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/sparc64/systfloat.S,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); .text diff --git a/tools/test/testfloat/sparc64/systfloat.h b/tools/test/testfloat/sparc64/systfloat.h index c1db1ebd361e..7d6d279dbb0a 100644 --- a/tools/test/testfloat/sparc64/systfloat.h +++ b/tools/test/testfloat/sparc64/systfloat.h @@ -23,7 +23,7 @@ this code that are retained. =============================================================================== */ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/test/testfloat/sparc64/systfloat.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "softfloat.h" #include "milieu.h" diff --git a/tools/test/testfloat/sparc64/systmodes.c b/tools/test/testfloat/sparc64/systmodes.c index 26770599c0b4..74b9476b769c 100644 --- a/tools/test/testfloat/sparc64/systmodes.c +++ b/tools/test/testfloat/sparc64/systmodes.c @@ -24,7 +24,7 @@ this code that are retained. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/sparc64/systmodes.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <ieeefp.h> #include "milieu.h" diff --git a/tools/test/testfloat/sparc64/un-namespace.h b/tools/test/testfloat/sparc64/un-namespace.h index 5e7d1bc431b0..3f57c28c3599 100644 --- a/tools/test/testfloat/sparc64/un-namespace.h +++ b/tools/test/testfloat/sparc64/un-namespace.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE 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/tools/test/testfloat/sparc64/un-namespace.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* * This file has no content and is solely to satisfy a #include in diff --git a/tools/test/testfloat/testCases.c b/tools/test/testfloat/testCases.c index e2d8f4215fe1..eb42300a3165 100644 --- a/tools/test/testfloat/testCases.c +++ b/tools/test/testfloat/testCases.c @@ -24,7 +24,7 @@ this code that are retained. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/testCases.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include "milieu.h" #include "fail.h" diff --git a/tools/test/testfloat/testfloat.c b/tools/test/testfloat/testfloat.c index 5a19d8811b69..ba9f3d2bf5f5 100644 --- a/tools/test/testfloat/testfloat.c +++ b/tools/test/testfloat/testfloat.c @@ -24,7 +24,7 @@ this code that are retained. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/testfloat.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdlib.h> #include <signal.h> diff --git a/tools/test/testfloat/testsoftfloat.c b/tools/test/testfloat/testsoftfloat.c index 2689ee38777a..2731797d8f32 100644 --- a/tools/test/testfloat/testsoftfloat.c +++ b/tools/test/testfloat/testsoftfloat.c @@ -24,7 +24,7 @@ this code that are retained. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/test/testfloat/testsoftfloat.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stdlib.h> #include <signal.h> |