diff options
Diffstat (limited to 'tools')
1418 files changed, 1422 insertions, 1424 deletions
diff --git a/tools/KSE/ksetest/Makefile b/tools/KSE/ksetest/Makefile index 885d06993c7b..0a2b4d4d56c0 100644 --- a/tools/KSE/ksetest/Makefile +++ b/tools/KSE/ksetest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/KSE/ksetest/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ksetest NO_MAN= diff --git a/tools/KSE/ksetest/kse_asm.S b/tools/KSE/ksetest/kse_asm.S index ac571f7f1aee..af14de436d1d 100644 --- a/tools/KSE/ksetest/kse_asm.S +++ b/tools/KSE/ksetest/kse_asm.S @@ -24,11 +24,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/ksetest/kse_asm.S,v 1.8.24.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/KSE/ksetest/kse_asm.S,v 1.8.24.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Where do we define these? diff --git a/tools/KSE/ksetest/kse_threads_test.c b/tools/KSE/ksetest/kse_threads_test.c index 3ab09f98a1e3..6876de5ff536 100644 --- a/tools/KSE/ksetest/kse_threads_test.c +++ b/tools/KSE/ksetest/kse_threads_test.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/ksetest/kse_threads_test.c,v 1.6.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/KSE/ksetest/simplelock.h b/tools/KSE/ksetest/simplelock.h index 2dae6abd5d08..97ebee195eaf 100644 --- a/tools/KSE/ksetest/simplelock.h +++ b/tools/KSE/ksetest/simplelock.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/ksetest/simplelock.h,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _SIMPLELOCK_H diff --git a/tools/KSE/rr/Makefile b/tools/KSE/rr/Makefile index 45e1dbb7923a..b8d71f6db412 100644 --- a/tools/KSE/rr/Makefile +++ b/tools/KSE/rr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/KSE/rr/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rr NO_MAN= diff --git a/tools/KSE/rr/kse_asm.S b/tools/KSE/rr/kse_asm.S index ac571f7f1aee..d73eaec007df 100644 --- a/tools/KSE/rr/kse_asm.S +++ b/tools/KSE/rr/kse_asm.S @@ -24,11 +24,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/rr/kse_asm.S,v 1.1.1.1.22.1.4.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/KSE/rr/kse_asm.S,v 1.1.1.1.22.1.4.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Where do we define these? diff --git a/tools/KSE/rr/rr.c b/tools/KSE/rr/rr.c index a75ce2e505e2..18e6585bcee9 100644 --- a/tools/KSE/rr/rr.c +++ b/tools/KSE/rr/rr.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/rr/rr.c,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/KSE/rr/simplelock.h b/tools/KSE/rr/simplelock.h index 2dae6abd5d08..0daee44685ea 100644 --- a/tools/KSE/rr/simplelock.h +++ b/tools/KSE/rr/simplelock.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/KSE/rr/simplelock.h,v 1.1.1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _SIMPLELOCK_H diff --git a/tools/LibraryReport/LibraryReport.tcl b/tools/LibraryReport/LibraryReport.tcl index fbf63896c71d..4607746dd7a7 100755 --- a/tools/LibraryReport/LibraryReport.tcl +++ b/tools/LibraryReport/LibraryReport.tcl @@ -50,7 +50,7 @@ exec tclsh $0 $* # ################################################################################ # -# $FreeBSD$ +# $FreeBSD: src/tools/LibraryReport/LibraryReport.tcl,v 1.5.60.1 2010/12/21 17:10:29 kensmith Exp $ # ######################################################################################### diff --git a/tools/README b/tools/README index 99ec8e9241f7..43edbb36b182 100644 --- a/tools/README +++ b/tools/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/README,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ This directory tree contains tools used for the maintenance and testing of FreeBSD. There is no toplevel Makefile structure since diff --git a/tools/build/Makefile b/tools/build/Makefile index 9f0faddd13d8..7dcfc55407ef 100644 --- a/tools/build/Makefile +++ b/tools/build/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/build/Makefile,v 1.12.24.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../include diff --git a/tools/build/cross-build/Makefile b/tools/build/cross-build/Makefile index 69c1e9c49844..faf54c4e50d5 100644 --- a/tools/build/cross-build/Makefile +++ b/tools/build/cross-build/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/build/cross-build/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ NO_OBJ= SCRIPTS= date.sh hostname.sh diff --git a/tools/build/cross-build/date.sh b/tools/build/cross-build/date.sh index f697a7f0cd54..77abb13d669d 100644 --- a/tools/build/cross-build/date.sh +++ b/tools/build/cross-build/date.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/build/cross-build/date.sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # exec /bin/date -r0 "$@" diff --git a/tools/build/cross-build/hostname.sh b/tools/build/cross-build/hostname.sh index 855741beca85..d08ed6b0e021 100644 --- a/tools/build/cross-build/hostname.sh +++ b/tools/build/cross-build/hostname.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/build/cross-build/hostname.sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # echo dummy diff --git a/tools/build/dummy.c b/tools/build/dummy.c index b656a0305a97..520405f231c0 100644 --- a/tools/build/dummy.c +++ b/tools/build/dummy.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/tools/build/dummy.c,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ * * Empty file to keep linker happy. */ diff --git a/tools/build/make_check/Makefile b/tools/build/make_check/Makefile index e57e70c32db4..4b05008fc39a 100644 --- a/tools/build/make_check/Makefile +++ b/tools/build/make_check/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/build/make_check/Makefile,v 1.29.14.1 2010/12/21 17:10:29 kensmith Exp $ # Test for broken LHS expansion. # This *must* cause make(1) to detect a recursive variable, and fail as such. diff --git a/tools/build/make_check/regress.t b/tools/build/make_check/regress.t index e37f3328bdf6..b19e09922875 100644 --- a/tools/build/make_check/regress.t +++ b/tools/build/make_check/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/build/make_check/regress.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` make all diff --git a/tools/build/make_check/shell_test.sh b/tools/build/make_check/shell_test.sh index 46169eb6efc2..53048fa1c68a 100644 --- a/tools/build/make_check/shell_test.sh +++ b/tools/build/make_check/shell_test.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/build/make_check/shell_test.sh,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ echo $@ if ! test -t 0 ; then cat diff --git a/tools/build/mk/Makefile.boot b/tools/build/mk/Makefile.boot index 0707ae2b0d67..0a25f68fa142 100644 --- a/tools/build/mk/Makefile.boot +++ b/tools/build/mk/Makefile.boot @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/build/mk/Makefile.boot,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ CFLAGS+= -I${WORLDTMP}/legacy/usr/include DPADD+= ${WORLDTMP}/legacy/usr/lib/libegacy.a diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 823d5c2f4c7e..45e0d55c675f 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/build/mk/OptionalObsoleteFiles.inc,v 1.11.2.3.6.1 2010/12/21 17:10:29 kensmith Exp $ # # This file add support for the WITHOUT_* and WITH_* knobs in src.conf(5) to # the check-old and delete-old* targets. diff --git a/tools/build/mk/bsd.lib.mk b/tools/build/mk/bsd.lib.mk index 744f5b5a8b9d..75e255a90f0f 100644 --- a/tools/build/mk/bsd.lib.mk +++ b/tools/build/mk/bsd.lib.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/build/mk/bsd.lib.mk,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ .include "../../../share/mk/bsd.lib.mk" .include "Makefile.boot" diff --git a/tools/build/mk/bsd.prog.mk b/tools/build/mk/bsd.prog.mk index d650665d6200..d9053cb1b27e 100644 --- a/tools/build/mk/bsd.prog.mk +++ b/tools/build/mk/bsd.prog.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/build/mk/bsd.prog.mk,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ .include "../../../share/mk/bsd.prog.mk" .include "Makefile.boot" diff --git a/tools/build/options/WITHOUT_ACCT b/tools/build/options/WITHOUT_ACCT index 537ee96b6269..04e350315d00 100644 --- a/tools/build/options/WITHOUT_ACCT +++ b/tools/build/options/WITHOUT_ACCT @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_ACCT,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build process accounting tools such as .Xr ac 8 and diff --git a/tools/build/options/WITHOUT_ACPI b/tools/build/options/WITHOUT_ACPI index b046a1775e74..6ec3dc8f9012 100644 --- a/tools/build/options/WITHOUT_ACPI +++ b/tools/build/options/WITHOUT_ACPI @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_ACPI,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr acpiconf 8 , .Xr acpidump 8 diff --git a/tools/build/options/WITHOUT_AMD b/tools/build/options/WITHOUT_AMD index 473d03e890a0..4b2e449e2ef8 100644 --- a/tools/build/options/WITHOUT_AMD +++ b/tools/build/options/WITHOUT_AMD @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_AMD,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr amd 8 , and related programs. diff --git a/tools/build/options/WITHOUT_APM b/tools/build/options/WITHOUT_APM index 6ed47d073756..16e429658f96 100644 --- a/tools/build/options/WITHOUT_APM +++ b/tools/build/options/WITHOUT_APM @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_APM,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr apm 8 , .Xr apmd 8 diff --git a/tools/build/options/WITHOUT_ASSERT_DEBUG b/tools/build/options/WITHOUT_ASSERT_DEBUG index 2bc179cc8136..53f48c13b0d9 100644 --- a/tools/build/options/WITHOUT_ASSERT_DEBUG +++ b/tools/build/options/WITHOUT_ASSERT_DEBUG @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_ASSERT_DEBUG,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to compile programs and libraries without the .Xr assert 3 checks. diff --git a/tools/build/options/WITHOUT_AT b/tools/build/options/WITHOUT_AT index 45e552fcc9b1..5eee7b6cc480 100644 --- a/tools/build/options/WITHOUT_AT +++ b/tools/build/options/WITHOUT_AT @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_AT,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr at 1 and related utilities. diff --git a/tools/build/options/WITHOUT_ATM b/tools/build/options/WITHOUT_ATM index 6e362d3fdcb7..37b408584ee6 100644 --- a/tools/build/options/WITHOUT_ATM +++ b/tools/build/options/WITHOUT_ATM @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_ATM,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build programs and libraries related to ATM networking. diff --git a/tools/build/options/WITHOUT_AUDIT b/tools/build/options/WITHOUT_AUDIT index 8dfe0fc887d8..edb594773bb3 100644 --- a/tools/build/options/WITHOUT_AUDIT +++ b/tools/build/options/WITHOUT_AUDIT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_AUDIT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build audit support into system programs. diff --git a/tools/build/options/WITHOUT_AUTHPF b/tools/build/options/WITHOUT_AUTHPF index 1e50a4fda445..658d86d35087 100644 --- a/tools/build/options/WITHOUT_AUTHPF +++ b/tools/build/options/WITHOUT_AUTHPF @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_AUTHPF,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr authpf 8 . diff --git a/tools/build/options/WITHOUT_BIND b/tools/build/options/WITHOUT_BIND index c61a4c7e5855..c4fac1355d22 100644 --- a/tools/build/options/WITHOUT_BIND +++ b/tools/build/options/WITHOUT_BIND @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BIND,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Setting this variable will prevent any part of BIND from being built. diff --git a/tools/build/options/WITHOUT_BIND_DNSSEC b/tools/build/options/WITHOUT_BIND_DNSSEC index 12d0b5f1f7ff..f14d313f37b0 100644 --- a/tools/build/options/WITHOUT_BIND_DNSSEC +++ b/tools/build/options/WITHOUT_BIND_DNSSEC @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BIND_DNSSEC,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to avoid building or installing the DNSSEC related binaries, .Xr dnssec-keygen 8 and diff --git a/tools/build/options/WITHOUT_BIND_ETC b/tools/build/options/WITHOUT_BIND_ETC index 48a2a7eb6db7..a47cc682fa27 100644 --- a/tools/build/options/WITHOUT_BIND_ETC +++ b/tools/build/options/WITHOUT_BIND_ETC @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BIND_ETC,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to avoid installing the default files to .Pa /var/named/etc/namedb . diff --git a/tools/build/options/WITHOUT_BIND_LIBS_LWRES b/tools/build/options/WITHOUT_BIND_LIBS_LWRES index b4c9d4c9ebc6..e2695a073242 100644 --- a/tools/build/options/WITHOUT_BIND_LIBS_LWRES +++ b/tools/build/options/WITHOUT_BIND_LIBS_LWRES @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BIND_LIBS_LWRES,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to avoid installing the lightweight resolver library in .Pa /usr/lib . diff --git a/tools/build/options/WITHOUT_BIND_MTREE b/tools/build/options/WITHOUT_BIND_MTREE index 84b2512491a6..fb9d57abc630 100644 --- a/tools/build/options/WITHOUT_BIND_MTREE +++ b/tools/build/options/WITHOUT_BIND_MTREE @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BIND_MTREE,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to avoid running .Xr mtree 8 to create the chroot directory structure under diff --git a/tools/build/options/WITHOUT_BIND_NAMED b/tools/build/options/WITHOUT_BIND_NAMED index fddc0058110d..c74e7790f254 100644 --- a/tools/build/options/WITHOUT_BIND_NAMED +++ b/tools/build/options/WITHOUT_BIND_NAMED @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BIND_NAMED,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to avoid building or installing .Xr named 8 , .Xr named.reload 8 , diff --git a/tools/build/options/WITHOUT_BIND_UTILS b/tools/build/options/WITHOUT_BIND_UTILS index 02695908af99..4785db015bef 100644 --- a/tools/build/options/WITHOUT_BIND_UTILS +++ b/tools/build/options/WITHOUT_BIND_UTILS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BIND_UTILS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to avoid building or installing the BIND userland utilities, .Xr dig 1 , .Xr host 1 , diff --git a/tools/build/options/WITHOUT_BLUETOOTH b/tools/build/options/WITHOUT_BLUETOOTH index d0c6863fcb4a..a150aa08f36b 100644 --- a/tools/build/options/WITHOUT_BLUETOOTH +++ b/tools/build/options/WITHOUT_BLUETOOTH @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BLUETOOTH,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build Bluetooth related kernel modules, programs and libraries. diff --git a/tools/build/options/WITHOUT_BOOT b/tools/build/options/WITHOUT_BOOT index 0ba78e2fffc3..c99007f27084 100644 --- a/tools/build/options/WITHOUT_BOOT +++ b/tools/build/options/WITHOUT_BOOT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BOOT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the boot blocks and loader. diff --git a/tools/build/options/WITHOUT_BSNMP b/tools/build/options/WITHOUT_BSNMP index 61dbb27d4f10..0f3b16fd0112 100644 --- a/tools/build/options/WITHOUT_BSNMP +++ b/tools/build/options/WITHOUT_BSNMP @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BSNMP,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build or install .Xr bsnmpd 1 and related libraries and data files. diff --git a/tools/build/options/WITHOUT_BZIP2 b/tools/build/options/WITHOUT_BZIP2 index 20f025b7b905..708d277ebe06 100644 --- a/tools/build/options/WITHOUT_BZIP2 +++ b/tools/build/options/WITHOUT_BZIP2 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BZIP2,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build contributed bzip2 software as a part of the base system. .Bf -symbolic The option has no effect yet. diff --git a/tools/build/options/WITHOUT_BZIP2_SUPPORT b/tools/build/options/WITHOUT_BZIP2_SUPPORT index 12b1c7b132f8..bcc4c703d1ba 100644 --- a/tools/build/options/WITHOUT_BZIP2_SUPPORT +++ b/tools/build/options/WITHOUT_BZIP2_SUPPORT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_BZIP2_SUPPORT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build some programs without optional bzip2 support. diff --git a/tools/build/options/WITHOUT_CALENDAR b/tools/build/options/WITHOUT_CALENDAR index 6944e3fb6705..29a947690b8d 100644 --- a/tools/build/options/WITHOUT_CALENDAR +++ b/tools/build/options/WITHOUT_CALENDAR @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_CALENDAR,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr calendar 1 . diff --git a/tools/build/options/WITHOUT_CDDL b/tools/build/options/WITHOUT_CDDL index 909c52ba7166..d0334e040a6a 100644 --- a/tools/build/options/WITHOUT_CDDL +++ b/tools/build/options/WITHOUT_CDDL @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_CDDL,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build code licensed under Sun's CDDL. diff --git a/tools/build/options/WITHOUT_CPP b/tools/build/options/WITHOUT_CPP index 78094191f694..915f7993df2a 100644 --- a/tools/build/options/WITHOUT_CPP +++ b/tools/build/options/WITHOUT_CPP @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_CPP,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr cpp 1 . diff --git a/tools/build/options/WITHOUT_CRYPT b/tools/build/options/WITHOUT_CRYPT index 044055d88441..20bce55afff9 100644 --- a/tools/build/options/WITHOUT_CRYPT +++ b/tools/build/options/WITHOUT_CRYPT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_CRYPT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build any crypto code. diff --git a/tools/build/options/WITHOUT_CTM b/tools/build/options/WITHOUT_CTM index e436d9133968..90d94ba87e84 100644 --- a/tools/build/options/WITHOUT_CTM +++ b/tools/build/options/WITHOUT_CTM @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_CTM,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr ctm 1 and related utilities. diff --git a/tools/build/options/WITHOUT_CVS b/tools/build/options/WITHOUT_CVS index ba431f5632c0..a9f8216d1830 100644 --- a/tools/build/options/WITHOUT_CVS +++ b/tools/build/options/WITHOUT_CVS @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_CVS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build CVS. diff --git a/tools/build/options/WITHOUT_CXX b/tools/build/options/WITHOUT_CXX index 104eda8a586c..191e11cf94ad 100644 --- a/tools/build/options/WITHOUT_CXX +++ b/tools/build/options/WITHOUT_CXX @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_CXX,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr g++ 1 and related libraries. diff --git a/tools/build/options/WITHOUT_DICT b/tools/build/options/WITHOUT_DICT index dc3d28167109..fbff9b7eb5a8 100644 --- a/tools/build/options/WITHOUT_DICT +++ b/tools/build/options/WITHOUT_DICT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_DICT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the Webster dictionary files. diff --git a/tools/build/options/WITHOUT_DYNAMICROOT b/tools/build/options/WITHOUT_DYNAMICROOT index b10f0f2bb269..613119dc28a8 100644 --- a/tools/build/options/WITHOUT_DYNAMICROOT +++ b/tools/build/options/WITHOUT_DYNAMICROOT @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_DYNAMICROOT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set this if you do not want to link .Pa /bin and diff --git a/tools/build/options/WITHOUT_EXAMPLES b/tools/build/options/WITHOUT_EXAMPLES index 5e60b73bb532..d00da1edc376 100644 --- a/tools/build/options/WITHOUT_EXAMPLES +++ b/tools/build/options/WITHOUT_EXAMPLES @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_EXAMPLES,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to avoid installing examples to .Pa /usr/share/examples/ . diff --git a/tools/build/options/WITHOUT_FLOPPY b/tools/build/options/WITHOUT_FLOPPY index 1e478d2ac463..38343a99f9ab 100644 --- a/tools/build/options/WITHOUT_FLOPPY +++ b/tools/build/options/WITHOUT_FLOPPY @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_FLOPPY,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build or install programs for operating floppy disk driver. diff --git a/tools/build/options/WITHOUT_FORTH b/tools/build/options/WITHOUT_FORTH index db409964f34e..eae37ae1578c 100644 --- a/tools/build/options/WITHOUT_FORTH +++ b/tools/build/options/WITHOUT_FORTH @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_FORTH,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build bootloaders without Forth support. diff --git a/tools/build/options/WITHOUT_FP_LIBC b/tools/build/options/WITHOUT_FP_LIBC index 5d591b515031..de0837d069e2 100644 --- a/tools/build/options/WITHOUT_FP_LIBC +++ b/tools/build/options/WITHOUT_FP_LIBC @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_FP_LIBC,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build .Nm libc without floating-point support. diff --git a/tools/build/options/WITHOUT_FREEBSD_UPDATE b/tools/build/options/WITHOUT_FREEBSD_UPDATE index 72157543f27a..68e3454d15e7 100644 --- a/tools/build/options/WITHOUT_FREEBSD_UPDATE +++ b/tools/build/options/WITHOUT_FREEBSD_UPDATE @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_FREEBSD_UPDATE,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr freebsd-update 8 . diff --git a/tools/build/options/WITHOUT_GAMES b/tools/build/options/WITHOUT_GAMES index 13067bf05a8b..c5afbf842122 100644 --- a/tools/build/options/WITHOUT_GAMES +++ b/tools/build/options/WITHOUT_GAMES @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_GAMES,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build games. diff --git a/tools/build/options/WITHOUT_GCOV b/tools/build/options/WITHOUT_GCOV index 1872e1479b55..c3713c7f9f74 100644 --- a/tools/build/options/WITHOUT_GCOV +++ b/tools/build/options/WITHOUT_GCOV @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_GCOV,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the .Xr gcov 1 tool. diff --git a/tools/build/options/WITHOUT_GDB b/tools/build/options/WITHOUT_GDB index 68f4801a3997..b57491a9353c 100644 --- a/tools/build/options/WITHOUT_GDB +++ b/tools/build/options/WITHOUT_GDB @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_GDB,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr gdb 1 . diff --git a/tools/build/options/WITHOUT_GNU b/tools/build/options/WITHOUT_GNU index f53ce6617d11..bdaef743f16a 100644 --- a/tools/build/options/WITHOUT_GNU +++ b/tools/build/options/WITHOUT_GNU @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_GNU,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build contributed GNU software as a part of the base system. This option can be useful if the system built must not contain any code covered by the GNU Public License due to legal reasons. diff --git a/tools/build/options/WITHOUT_GNU_SUPPORT b/tools/build/options/WITHOUT_GNU_SUPPORT index ed2e4ae294d4..b104128b0a07 100644 --- a/tools/build/options/WITHOUT_GNU_SUPPORT +++ b/tools/build/options/WITHOUT_GNU_SUPPORT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_GNU_SUPPORT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build some programs without optional GNU support. diff --git a/tools/build/options/WITHOUT_GPIB b/tools/build/options/WITHOUT_GPIB index 82cec15d57c5..24151ce0b3c5 100644 --- a/tools/build/options/WITHOUT_GPIB +++ b/tools/build/options/WITHOUT_GPIB @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_GPIB,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build GPIB bus support. diff --git a/tools/build/options/WITHOUT_GROFF b/tools/build/options/WITHOUT_GROFF index 56fbad24205f..9d08f26a9280 100644 --- a/tools/build/options/WITHOUT_GROFF +++ b/tools/build/options/WITHOUT_GROFF @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_GROFF,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr groff 1 . diff --git a/tools/build/options/WITHOUT_GSSAPI b/tools/build/options/WITHOUT_GSSAPI index 0f31dd98ed5a..b42b03b2a2b5 100644 --- a/tools/build/options/WITHOUT_GSSAPI +++ b/tools/build/options/WITHOUT_GSSAPI @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_GSSAPI,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build libgssapi. diff --git a/tools/build/options/WITHOUT_HTML b/tools/build/options/WITHOUT_HTML index 03cbdc4a2a99..cf2aa344f5f2 100644 --- a/tools/build/options/WITHOUT_HTML +++ b/tools/build/options/WITHOUT_HTML @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_HTML,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build HTML docs. diff --git a/tools/build/options/WITHOUT_I4B b/tools/build/options/WITHOUT_I4B index 51da618cbb7b..a2871531d3f3 100644 --- a/tools/build/options/WITHOUT_I4B +++ b/tools/build/options/WITHOUT_I4B @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_I4B,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build isdn4bsd package. diff --git a/tools/build/options/WITHOUT_INET6 b/tools/build/options/WITHOUT_INET6 index 32c657b9476a..25dc4d8b6da0 100644 --- a/tools/build/options/WITHOUT_INET6 +++ b/tools/build/options/WITHOUT_INET6 @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_INET6,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build programs and libraries related to IPv6 networking. diff --git a/tools/build/options/WITHOUT_INET6_SUPPORT b/tools/build/options/WITHOUT_INET6_SUPPORT index 1e36fed1f545..dba69d5e77cb 100644 --- a/tools/build/options/WITHOUT_INET6_SUPPORT +++ b/tools/build/options/WITHOUT_INET6_SUPPORT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_INET6_SUPPORT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build libraries, programs, and kernel modules without IPv6 support. diff --git a/tools/build/options/WITHOUT_INFO b/tools/build/options/WITHOUT_INFO index de46159d101a..171392b7e098 100644 --- a/tools/build/options/WITHOUT_INFO +++ b/tools/build/options/WITHOUT_INFO @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_INFO,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not make or install .Xr info 5 files. diff --git a/tools/build/options/WITHOUT_INSTALLLIB b/tools/build/options/WITHOUT_INSTALLLIB index bfd313fedfdd..eb61ee5b7077 100644 --- a/tools/build/options/WITHOUT_INSTALLLIB +++ b/tools/build/options/WITHOUT_INSTALLLIB @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_INSTALLLIB,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ Set this if you do not want to install optional libraries. For example when creating a .Xr nanobsd 8 diff --git a/tools/build/options/WITHOUT_IPFILTER b/tools/build/options/WITHOUT_IPFILTER index 9d02c0358438..853b5cc25c37 100644 --- a/tools/build/options/WITHOUT_IPFILTER +++ b/tools/build/options/WITHOUT_IPFILTER @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_IPFILTER,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build IP Filter package. diff --git a/tools/build/options/WITHOUT_IPFW b/tools/build/options/WITHOUT_IPFW index b6a06b23dfdb..beee67b21181 100644 --- a/tools/build/options/WITHOUT_IPFW +++ b/tools/build/options/WITHOUT_IPFW @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_IPFW,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build IPFW tools. diff --git a/tools/build/options/WITHOUT_IPX b/tools/build/options/WITHOUT_IPX index 6198d409f67b..64dbbea4755b 100644 --- a/tools/build/options/WITHOUT_IPX +++ b/tools/build/options/WITHOUT_IPX @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_IPX,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build programs and libraries related to IPX networking. diff --git a/tools/build/options/WITHOUT_IPX_SUPPORT b/tools/build/options/WITHOUT_IPX_SUPPORT index b15cbf05a0e1..d47e3a9bb02a 100644 --- a/tools/build/options/WITHOUT_IPX_SUPPORT +++ b/tools/build/options/WITHOUT_IPX_SUPPORT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_IPX_SUPPORT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build some programs without IPX support. diff --git a/tools/build/options/WITHOUT_JAIL b/tools/build/options/WITHOUT_JAIL index 27774e892ac0..5f957e03bbe9 100644 --- a/tools/build/options/WITHOUT_JAIL +++ b/tools/build/options/WITHOUT_JAIL @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_JAIL,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build tools for the support of jails; e.g. .Xr jail 8 . diff --git a/tools/build/options/WITHOUT_KERBEROS b/tools/build/options/WITHOUT_KERBEROS index 8f562ec13146..df7a0c07e2d7 100644 --- a/tools/build/options/WITHOUT_KERBEROS +++ b/tools/build/options/WITHOUT_KERBEROS @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_KERBEROS,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ Set this if you do not want to build Kerberos 5 (KTH Heimdal). diff --git a/tools/build/options/WITHOUT_KERBEROS_SUPPORT b/tools/build/options/WITHOUT_KERBEROS_SUPPORT index a724fbf5713c..e94cce545269 100644 --- a/tools/build/options/WITHOUT_KERBEROS_SUPPORT +++ b/tools/build/options/WITHOUT_KERBEROS_SUPPORT @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_KERBEROS_SUPPORT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build some programs without Kerberos support, like .Xr cvs 1 , .Xr ssh 1 , diff --git a/tools/build/options/WITHOUT_KVM b/tools/build/options/WITHOUT_KVM index 86be5572b535..26bacd587d2d 100644 --- a/tools/build/options/WITHOUT_KVM +++ b/tools/build/options/WITHOUT_KVM @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_KVM,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the .Nm libkvm library as a part of the base system. diff --git a/tools/build/options/WITHOUT_KVM_SUPPORT b/tools/build/options/WITHOUT_KVM_SUPPORT index 16c91a78e039..a7d6464d0d99 100644 --- a/tools/build/options/WITHOUT_KVM_SUPPORT +++ b/tools/build/options/WITHOUT_KVM_SUPPORT @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_KVM_SUPPORT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build some programs without optional .Nm libkvm support. diff --git a/tools/build/options/WITHOUT_LEGACY_CONSOLE b/tools/build/options/WITHOUT_LEGACY_CONSOLE index 85e8604fd3ec..a6b9f64728b5 100644 --- a/tools/build/options/WITHOUT_LEGACY_CONSOLE +++ b/tools/build/options/WITHOUT_LEGACY_CONSOLE @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_LEGACY_CONSOLE,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build programs that support a legacy PC console; e.g. .Xr kbdcontrol 8 and diff --git a/tools/build/options/WITHOUT_LIB32 b/tools/build/options/WITHOUT_LIB32 index 4786a153605d..d912c6bff047 100644 --- a/tools/build/options/WITHOUT_LIB32 +++ b/tools/build/options/WITHOUT_LIB32 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_LIB32,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ On amd64, set to not build 32-bit library set and a .Nm ld-elf32.so.1 runtime linker. diff --git a/tools/build/options/WITHOUT_LIBKSE b/tools/build/options/WITHOUT_LIBKSE index 08d071a89835..5c4571da4740 100644 --- a/tools/build/options/WITHOUT_LIBKSE +++ b/tools/build/options/WITHOUT_LIBKSE @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_LIBKSE,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the .Nm libkse (M:N threading) diff --git a/tools/build/options/WITHOUT_LIBPTHREAD b/tools/build/options/WITHOUT_LIBPTHREAD index 85286c9a19fe..a3f679d48283 100644 --- a/tools/build/options/WITHOUT_LIBPTHREAD +++ b/tools/build/options/WITHOUT_LIBPTHREAD @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_LIBPTHREAD,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build either of the .Nm libpthread providing libraries diff --git a/tools/build/options/WITHOUT_LIBTHR b/tools/build/options/WITHOUT_LIBTHR index 836473511983..c3f27d4052af 100644 --- a/tools/build/options/WITHOUT_LIBTHR +++ b/tools/build/options/WITHOUT_LIBTHR @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_LIBTHR,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the .Nm libthr (1:1 threading) diff --git a/tools/build/options/WITHOUT_LOCALES b/tools/build/options/WITHOUT_LOCALES index c1fdaa8668cf..a1f814b15a46 100644 --- a/tools/build/options/WITHOUT_LOCALES +++ b/tools/build/options/WITHOUT_LOCALES @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_LOCALES,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build localization files; see .Xr locale 1 . diff --git a/tools/build/options/WITHOUT_LOCATE b/tools/build/options/WITHOUT_LOCATE index 4acba8a5d28f..7ea454ba8e3e 100644 --- a/tools/build/options/WITHOUT_LOCATE +++ b/tools/build/options/WITHOUT_LOCATE @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_LOCATE,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr locate 1 and related programs. diff --git a/tools/build/options/WITHOUT_LPR b/tools/build/options/WITHOUT_LPR index 9b6dabd7f2b1..a47b89c3cd2c 100644 --- a/tools/build/options/WITHOUT_LPR +++ b/tools/build/options/WITHOUT_LPR @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_LPR,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr lpr 1 and related programs. diff --git a/tools/build/options/WITHOUT_MAIL b/tools/build/options/WITHOUT_MAIL index 4d3a69d35568..c6ca50d14d51 100644 --- a/tools/build/options/WITHOUT_MAIL +++ b/tools/build/options/WITHOUT_MAIL @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_MAIL,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build any mail support (MUA or MTA). diff --git a/tools/build/options/WITHOUT_MAILWRAPPER b/tools/build/options/WITHOUT_MAILWRAPPER index e30b17aceaee..fd72288abe5d 100644 --- a/tools/build/options/WITHOUT_MAILWRAPPER +++ b/tools/build/options/WITHOUT_MAILWRAPPER @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_MAILWRAPPER,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the .Xr mailwrapper 8 MTA selector. diff --git a/tools/build/options/WITHOUT_MAKE b/tools/build/options/WITHOUT_MAKE index f4c11553d371..77f9df431e9c 100644 --- a/tools/build/options/WITHOUT_MAKE +++ b/tools/build/options/WITHOUT_MAKE @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_MAKE,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not install .Xr make 1 and related support files. diff --git a/tools/build/options/WITHOUT_MAN b/tools/build/options/WITHOUT_MAN index 777225427d33..4b960158cfed 100644 --- a/tools/build/options/WITHOUT_MAN +++ b/tools/build/options/WITHOUT_MAN @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_MAN,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build manual pages. diff --git a/tools/build/options/WITHOUT_MAN_UTILS b/tools/build/options/WITHOUT_MAN_UTILS index b2c4190486ce..75ddac660f8e 100644 --- a/tools/build/options/WITHOUT_MAN_UTILS +++ b/tools/build/options/WITHOUT_MAN_UTILS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_MAN_UTILS,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build utilities for manual pages, .Xr apropos 1 , .Xr catman 1 , diff --git a/tools/build/options/WITHOUT_NCP b/tools/build/options/WITHOUT_NCP index 8c5828302807..2f6a91339020 100644 --- a/tools/build/options/WITHOUT_NCP +++ b/tools/build/options/WITHOUT_NCP @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NCP,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build programs, libraries, and kernel modules related to NetWare Core protocol. diff --git a/tools/build/options/WITHOUT_NDIS b/tools/build/options/WITHOUT_NDIS index f7bcdae04fce..d9a844de8fed 100644 --- a/tools/build/options/WITHOUT_NDIS +++ b/tools/build/options/WITHOUT_NDIS @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NDIS,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build programs and libraries related to NDIS emulation support. diff --git a/tools/build/options/WITHOUT_NETCAT b/tools/build/options/WITHOUT_NETCAT index 2ee46080bd28..7cfaf0cc3639 100644 --- a/tools/build/options/WITHOUT_NETCAT +++ b/tools/build/options/WITHOUT_NETCAT @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NETCAT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr nc 1 utility. diff --git a/tools/build/options/WITHOUT_NETGRAPH b/tools/build/options/WITHOUT_NETGRAPH index 6ec804434d04..47a6a0a12b03 100644 --- a/tools/build/options/WITHOUT_NETGRAPH +++ b/tools/build/options/WITHOUT_NETGRAPH @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NETGRAPH,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build applications to support .Xr netgraph 4 . diff --git a/tools/build/options/WITHOUT_NETGRAPH_SUPPORT b/tools/build/options/WITHOUT_NETGRAPH_SUPPORT index 163a43671a2a..b807a652e049 100644 --- a/tools/build/options/WITHOUT_NETGRAPH_SUPPORT +++ b/tools/build/options/WITHOUT_NETGRAPH_SUPPORT @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NETGRAPH_SUPPORT,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ Set to build libraries, programs, and kernel modules without netgraph support. diff --git a/tools/build/options/WITHOUT_NIS b/tools/build/options/WITHOUT_NIS index 61f74b811250..67cc52c039a3 100644 --- a/tools/build/options/WITHOUT_NIS +++ b/tools/build/options/WITHOUT_NIS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NIS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr NIS 8 support and related programs. diff --git a/tools/build/options/WITHOUT_NLS b/tools/build/options/WITHOUT_NLS index ae1aec8f221b..a729331cdef3 100644 --- a/tools/build/options/WITHOUT_NLS +++ b/tools/build/options/WITHOUT_NLS @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NLS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build NLS catalogs. diff --git a/tools/build/options/WITHOUT_NLS_CATALOGS b/tools/build/options/WITHOUT_NLS_CATALOGS index 3c3843a2cc76..1430c02ecca4 100644 --- a/tools/build/options/WITHOUT_NLS_CATALOGS +++ b/tools/build/options/WITHOUT_NLS_CATALOGS @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NLS_CATALOGS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build NLS catalog support for .Xr csh 1 . diff --git a/tools/build/options/WITHOUT_NS_CACHING b/tools/build/options/WITHOUT_NS_CACHING index 71b116ad75ef..888bdfc57b89 100644 --- a/tools/build/options/WITHOUT_NS_CACHING +++ b/tools/build/options/WITHOUT_NS_CACHING @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NS_CACHING,v 1.1.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ Set to disable name caching in the .Pa nsswitch subsystem. diff --git a/tools/build/options/WITHOUT_NTP b/tools/build/options/WITHOUT_NTP index 12ae1bed98a6..ea6f3b566cb3 100644 --- a/tools/build/options/WITHOUT_NTP +++ b/tools/build/options/WITHOUT_NTP @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_NTP,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr ntpd 8 and related programs. diff --git a/tools/build/options/WITHOUT_OBJC b/tools/build/options/WITHOUT_OBJC index 3a220ac06db9..ae4c75c6e330 100644 --- a/tools/build/options/WITHOUT_OBJC +++ b/tools/build/options/WITHOUT_OBJC @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_OBJC,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build Objective C support. diff --git a/tools/build/options/WITHOUT_OPENSSH b/tools/build/options/WITHOUT_OPENSSH index f98fbfd5a9cb..80196c90ccb9 100644 --- a/tools/build/options/WITHOUT_OPENSSH +++ b/tools/build/options/WITHOUT_OPENSSH @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_OPENSSH,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build OpenSSH. diff --git a/tools/build/options/WITHOUT_OPENSSL b/tools/build/options/WITHOUT_OPENSSL index e6ee7f7ae53c..392e9f7ceaed 100644 --- a/tools/build/options/WITHOUT_OPENSSL +++ b/tools/build/options/WITHOUT_OPENSSL @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_OPENSSL,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build OpenSSL. diff --git a/tools/build/options/WITHOUT_PAM b/tools/build/options/WITHOUT_PAM index 08ae805c5a9c..66a764b7fed5 100644 --- a/tools/build/options/WITHOUT_PAM +++ b/tools/build/options/WITHOUT_PAM @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_PAM,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build PAM library and modules. .Bf -symbolic This option is deprecated and does nothing. diff --git a/tools/build/options/WITHOUT_PAM_SUPPORT b/tools/build/options/WITHOUT_PAM_SUPPORT index 9b066aaf3185..37de1431888c 100644 --- a/tools/build/options/WITHOUT_PAM_SUPPORT +++ b/tools/build/options/WITHOUT_PAM_SUPPORT @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_PAM_SUPPORT,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build some programs without PAM support, particularly .Xr ftpd 8 and diff --git a/tools/build/options/WITHOUT_PF b/tools/build/options/WITHOUT_PF index d790f6e21f26..2d7bf469d1e5 100644 --- a/tools/build/options/WITHOUT_PF +++ b/tools/build/options/WITHOUT_PF @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_PF,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build PF firewall package. diff --git a/tools/build/options/WITHOUT_PKGTOOLS b/tools/build/options/WITHOUT_PKGTOOLS index a1c7c56964c2..18023d4b8909 100644 --- a/tools/build/options/WITHOUT_PKGTOOLS +++ b/tools/build/options/WITHOUT_PKGTOOLS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_PKGTOOLS,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr pkg_add 8 and related programs. diff --git a/tools/build/options/WITHOUT_PMC b/tools/build/options/WITHOUT_PMC index 1aa501694998..e9d0a2a75a58 100644 --- a/tools/build/options/WITHOUT_PMC +++ b/tools/build/options/WITHOUT_PMC @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_PMC,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr pmccontrol 8 and related programs. diff --git a/tools/build/options/WITHOUT_PORTSNAP b/tools/build/options/WITHOUT_PORTSNAP index ce9c4703498a..cfe90b0201b4 100644 --- a/tools/build/options/WITHOUT_PORTSNAP +++ b/tools/build/options/WITHOUT_PORTSNAP @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_PORTSNAP,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build or install .Xr portsnap 8 and related files. diff --git a/tools/build/options/WITHOUT_PPP b/tools/build/options/WITHOUT_PPP index 166d1a7fe0c3..79428d702e7a 100644 --- a/tools/build/options/WITHOUT_PPP +++ b/tools/build/options/WITHOUT_PPP @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_PPP,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr ppp 8 and related programs. diff --git a/tools/build/options/WITHOUT_PROFILE b/tools/build/options/WITHOUT_PROFILE index 12fc060aacf4..531e9e166b7a 100644 --- a/tools/build/options/WITHOUT_PROFILE +++ b/tools/build/options/WITHOUT_PROFILE @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_PROFILE,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to avoid compiling profiled libraries. diff --git a/tools/build/options/WITHOUT_QUOTAS b/tools/build/options/WITHOUT_QUOTAS index 9b2d4589db79..af84724301c0 100644 --- a/tools/build/options/WITHOUT_QUOTAS +++ b/tools/build/options/WITHOUT_QUOTAS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_QUOTAS,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr quota 8 and related programs. diff --git a/tools/build/options/WITHOUT_RCMDS b/tools/build/options/WITHOUT_RCMDS index fbde9399c44f..9c8835d2c2ab 100644 --- a/tools/build/options/WITHOUT_RCMDS +++ b/tools/build/options/WITHOUT_RCMDS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_RCMDS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Disable building of the .Bx r-commands. diff --git a/tools/build/options/WITHOUT_RCS b/tools/build/options/WITHOUT_RCS index 2a4ddecab440..0f7d03913731 100644 --- a/tools/build/options/WITHOUT_RCS +++ b/tools/build/options/WITHOUT_RCS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_RCS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr rcs 1 and related utilities. diff --git a/tools/build/options/WITHOUT_RESCUE b/tools/build/options/WITHOUT_RESCUE index 8e0eb95e4962..33f8e12dc4b2 100644 --- a/tools/build/options/WITHOUT_RESCUE +++ b/tools/build/options/WITHOUT_RESCUE @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_RESCUE,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr rescue 8 . diff --git a/tools/build/options/WITHOUT_ROUTED b/tools/build/options/WITHOUT_ROUTED index 323e55c5b071..eb7c38407223 100644 --- a/tools/build/options/WITHOUT_ROUTED +++ b/tools/build/options/WITHOUT_ROUTED @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_ROUTED,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr routed 8 utility. diff --git a/tools/build/options/WITHOUT_SENDMAIL b/tools/build/options/WITHOUT_SENDMAIL index 1f66a0666ea1..8858652dad14 100644 --- a/tools/build/options/WITHOUT_SENDMAIL +++ b/tools/build/options/WITHOUT_SENDMAIL @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_SENDMAIL,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr sendmail 8 and related programs. diff --git a/tools/build/options/WITHOUT_SETUID_LOGIN b/tools/build/options/WITHOUT_SETUID_LOGIN index af073b322947..ced8123b182e 100644 --- a/tools/build/options/WITHOUT_SETUID_LOGIN +++ b/tools/build/options/WITHOUT_SETUID_LOGIN @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_SETUID_LOGIN,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set this to disable the installation of .Xr login 1 as a set-user-ID root program. diff --git a/tools/build/options/WITHOUT_SHAREDOCS b/tools/build/options/WITHOUT_SHAREDOCS index 29f6b3687c57..6a4a593ead03 100644 --- a/tools/build/options/WITHOUT_SHAREDOCS +++ b/tools/build/options/WITHOUT_SHAREDOCS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_SHAREDOCS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the .Bx 4.4 legacy docs. diff --git a/tools/build/options/WITHOUT_SLIP b/tools/build/options/WITHOUT_SLIP index a0f4cb2b6ebf..0a3efbc0eacd 100644 --- a/tools/build/options/WITHOUT_SLIP +++ b/tools/build/options/WITHOUT_SLIP @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_SLIP,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr sliplogin 8 and related programs. diff --git a/tools/build/options/WITHOUT_SSP b/tools/build/options/WITHOUT_SSP index b95f843bfb24..18a17a2a76cc 100644 --- a/tools/build/options/WITHOUT_SSP +++ b/tools/build/options/WITHOUT_SSP @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_SSP,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build propolice stack smashing protection library. diff --git a/tools/build/options/WITHOUT_SYMVER b/tools/build/options/WITHOUT_SYMVER index c6b0eaeee15e..06875ed58fc7 100644 --- a/tools/build/options/WITHOUT_SYMVER +++ b/tools/build/options/WITHOUT_SYMVER @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_SYMVER,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to disable symbol versioning when building shared libraries. diff --git a/tools/build/options/WITHOUT_SYSCONS b/tools/build/options/WITHOUT_SYSCONS index 257438b990f9..10344e8d18ba 100644 --- a/tools/build/options/WITHOUT_SYSCONS +++ b/tools/build/options/WITHOUT_SYSCONS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_SYSCONS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr syscons 4 support files such as keyboard maps, fonts, and screen output maps. diff --git a/tools/build/options/WITHOUT_SYSINSTALL b/tools/build/options/WITHOUT_SYSINSTALL index 60426e379ae9..ecb2249971b9 100644 --- a/tools/build/options/WITHOUT_SYSINSTALL +++ b/tools/build/options/WITHOUT_SYSINSTALL @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_SYSINSTALL,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr sysinstall 8 and related programs. diff --git a/tools/build/options/WITHOUT_TCSH b/tools/build/options/WITHOUT_TCSH index 11bc076d870e..22e2352b446d 100644 --- a/tools/build/options/WITHOUT_TCSH +++ b/tools/build/options/WITHOUT_TCSH @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_TCSH,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build and install .Pa /bin/csh (which is diff --git a/tools/build/options/WITHOUT_TELNET b/tools/build/options/WITHOUT_TELNET index 353cc3143e38..ce868f83ad45 100644 --- a/tools/build/options/WITHOUT_TELNET +++ b/tools/build/options/WITHOUT_TELNET @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_TELNET,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build .Xr telnet 8 and related programs. diff --git a/tools/build/options/WITHOUT_TEXTPROC b/tools/build/options/WITHOUT_TEXTPROC index 2f3e9722edfa..30c43a76ec3d 100644 --- a/tools/build/options/WITHOUT_TEXTPROC +++ b/tools/build/options/WITHOUT_TEXTPROC @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_TEXTPROC,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build programs used for text processing. diff --git a/tools/build/options/WITHOUT_TOOLCHAIN b/tools/build/options/WITHOUT_TOOLCHAIN index 4ffc5b3077ab..8994850082f4 100644 --- a/tools/build/options/WITHOUT_TOOLCHAIN +++ b/tools/build/options/WITHOUT_TOOLCHAIN @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_TOOLCHAIN,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ Set to not install programs used for program development, compilers, debuggers etc. diff --git a/tools/build/options/WITHOUT_USB b/tools/build/options/WITHOUT_USB index c3197954cc25..8d8b569e3439 100644 --- a/tools/build/options/WITHOUT_USB +++ b/tools/build/options/WITHOUT_USB @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_USB,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build USB-related programs and libraries. diff --git a/tools/build/options/WITHOUT_WIRELESS b/tools/build/options/WITHOUT_WIRELESS index 5f0d4a86194f..52bd797e3ae1 100644 --- a/tools/build/options/WITHOUT_WIRELESS +++ b/tools/build/options/WITHOUT_WIRELESS @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_WIRELESS,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build programs used for 802.11 wireless networks; especially .Xr wpa_supplicant 8 and diff --git a/tools/build/options/WITHOUT_WIRELESS_SUPPORT b/tools/build/options/WITHOUT_WIRELESS_SUPPORT index 8878105d1cdf..7ab0a7610383 100644 --- a/tools/build/options/WITHOUT_WIRELESS_SUPPORT +++ b/tools/build/options/WITHOUT_WIRELESS_SUPPORT @@ -1,3 +1,3 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_WIRELESS_SUPPORT,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ Set to build libraries, programs, and kernel modules without 802.11 wireless support. diff --git a/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL b/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL index d895ef93127d..a6a05e0dfde5 100644 --- a/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL +++ b/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_WPA_SUPPLICANT_EAPOL,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Build .Xr wpa_supplicant 8 without support for the IEEE 802.1X protocol and without diff --git a/tools/build/options/WITHOUT_ZFS b/tools/build/options/WITHOUT_ZFS index bd21b7889e77..2ec701fe956a 100644 --- a/tools/build/options/WITHOUT_ZFS +++ b/tools/build/options/WITHOUT_ZFS @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_ZFS,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build ZFS file system. diff --git a/tools/build/options/WITHOUT_ZONEINFO b/tools/build/options/WITHOUT_ZONEINFO index d6c1c9d9ca48..f0f44781ddb2 100644 --- a/tools/build/options/WITHOUT_ZONEINFO +++ b/tools/build/options/WITHOUT_ZONEINFO @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITHOUT_ZONEINFO,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to not build the timezone database diff --git a/tools/build/options/WITH_BIND_LIBS b/tools/build/options/WITH_BIND_LIBS index 92312c8915c5..c9eb4e9fcb69 100644 --- a/tools/build/options/WITH_BIND_LIBS +++ b/tools/build/options/WITH_BIND_LIBS @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITH_BIND_LIBS,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ Set to install BIND libraries and include files. diff --git a/tools/build/options/WITH_HESIOD b/tools/build/options/WITH_HESIOD index db2f45bb55a7..1c5fdca2aa28 100644 --- a/tools/build/options/WITH_HESIOD +++ b/tools/build/options/WITH_HESIOD @@ -1,2 +1,2 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITH_HESIOD,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build Hesiod support. diff --git a/tools/build/options/WITH_IDEA b/tools/build/options/WITH_IDEA index 785dfc6640ec..3ae1bd069a08 100644 --- a/tools/build/options/WITH_IDEA +++ b/tools/build/options/WITH_IDEA @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/build/options/WITH_IDEA,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Set to build the IDEA encryption code. This code is patented in the USA and many European countries. It is diff --git a/tools/build/options/makeman b/tools/build/options/makeman index c3c87585cb6c..790025d3de2f 100644 --- a/tools/build/options/makeman +++ b/tools/build/options/makeman @@ -2,7 +2,7 @@ # # This file is in the public domain. -ident='$FreeBSD$' +ident='$FreeBSD: src/tools/build/options/makeman,v 1.6.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $' # # usage: show { settings | options } ... diff --git a/tools/debugscripts/README b/tools/debugscripts/README index 208153109922..a3d14090ea6d 100644 --- a/tools/debugscripts/README +++ b/tools/debugscripts/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/debugscripts/README,v 1.2.18.1.2.1 2010/12/21 17:10:29 kensmith Exp $ This directory contains gdb macros for kernel debugging. When you build a debug kernel, the target "gdbinit" in the kernel Makefile will diff --git a/tools/debugscripts/dot.gdbinit b/tools/debugscripts/dot.gdbinit index e57ac1676476..0623623e0867 100644 --- a/tools/debugscripts/dot.gdbinit +++ b/tools/debugscripts/dot.gdbinit @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/dot.gdbinit,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $ # .gdbinit file for remote serial debugging. # # XXX Do not use this file directly. It contains parameters which are diff --git a/tools/debugscripts/gdbinit.i386 b/tools/debugscripts/gdbinit.i386 index e02b2063f509..7a19c954fd85 100644 --- a/tools/debugscripts/gdbinit.i386 +++ b/tools/debugscripts/gdbinit.i386 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/gdbinit.i386,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ # Assembler-level macros for i386 # Disassemble the next 10 instructions. define xi diff --git a/tools/debugscripts/gdbinit.kernel b/tools/debugscripts/gdbinit.kernel index 91d85c22a57c..f85367e84863 100644 --- a/tools/debugscripts/gdbinit.kernel +++ b/tools/debugscripts/gdbinit.kernel @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/gdbinit.kernel,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ # General kernel macros # Print the command name of the current process diff --git a/tools/debugscripts/kgdb b/tools/debugscripts/kgdb index ae580b301d41..e04dad289db2 100644 --- a/tools/debugscripts/kgdb +++ b/tools/debugscripts/kgdb @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/kgdb,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ crashpath="/var/crash" kld_debpy="kld_deb.py" diff --git a/tools/debugscripts/kld_deb.py b/tools/debugscripts/kld_deb.py index 0ea12ab87b97..4ce57d15e209 100644 --- a/tools/debugscripts/kld_deb.py +++ b/tools/debugscripts/kld_deb.py @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/debugscripts/kld_deb.py,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ import sys import os diff --git a/tools/diag/README b/tools/diag/README index 814794367921..02e8e5da29d3 100644 --- a/tools/diag/README +++ b/tools/diag/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/diag/README,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ This directory is for diagnostic programs. diff --git a/tools/diag/ac/README b/tools/diag/ac/README index 48c1cad0db79..4a1564ed00df 100644 --- a/tools/diag/ac/README +++ b/tools/diag/ac/README @@ -6,4 +6,4 @@ ac check if the contributors article is in sync with the ent.sh check for ordering/content problems in .ent files (authors.ent, teams.ent, etc) -$FreeBSD$ +$FreeBSD: src/tools/diag/ac/README,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/diag/ac/cknames.pl b/tools/diag/ac/cknames.pl index a3ffe3192f3c..72696eb16763 100644 --- a/tools/diag/ac/cknames.pl +++ b/tools/diag/ac/cknames.pl @@ -30,7 +30,7 @@ # # NOTE: This script is supposed to run at freefall.freebsd.org *only* # -# $FreeBSD$ +# $FreeBSD: src/tools/diag/ac/cknames.pl,v 1.4.36.1 2010/12/21 17:10:29 kensmith Exp $ # $debug = 0; diff --git a/tools/diag/ac/ent.sh b/tools/diag/ac/ent.sh index fbc2219dd4de..397bd7649c5c 100644 --- a/tools/diag/ac/ent.sh +++ b/tools/diag/ac/ent.sh @@ -3,7 +3,7 @@ # # ent.sh -- this script checks {authors,teams}.ent files for correctness # -# $FreeBSD$ +# $FreeBSD: src/tools/diag/ac/ent.sh,v 1.3.36.1 2010/12/21 17:10:29 kensmith Exp $ : ${CVSROOT=/home/dcvs} prefix=doc/en_US.ISO8859-1/share/sgml diff --git a/tools/diag/dumpvfscache/Makefile b/tools/diag/dumpvfscache/Makefile index 167bf8aa8245..0b6a089b9fd0 100644 --- a/tools/diag/dumpvfscache/Makefile +++ b/tools/diag/dumpvfscache/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/diag/dumpvfscache/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= dumpvfscache DPADD= ${LIBKVM} diff --git a/tools/diag/dumpvfscache/dumpvfscache.c b/tools/diag/dumpvfscache/dumpvfscache.c index 3f5eb5793a8a..8f1229a4922d 100644 --- a/tools/diag/dumpvfscache/dumpvfscache.c +++ b/tools/diag/dumpvfscache/dumpvfscache.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/diag/dumpvfscache/dumpvfscache.c,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> diff --git a/tools/diag/httpd-error/httpd-error b/tools/diag/httpd-error/httpd-error index a7f35be90cdc..86caabb36f52 100755 --- a/tools/diag/httpd-error/httpd-error +++ b/tools/diag/httpd-error/httpd-error @@ -26,7 +26,7 @@ # # httpd-error - check for Web files which do not exist on your host # -# $FreeBSD$ +# $FreeBSD: src/tools/diag/httpd-error/httpd-error,v 1.6.40.1 2010/12/21 17:10:29 kensmith Exp $ mode=${1} diff --git a/tools/diag/localeck/Makefile b/tools/diag/localeck/Makefile index da4fe7fa1515..4c8b11ef428c 100644 --- a/tools/diag/localeck/Makefile +++ b/tools/diag/localeck/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/diag/localeck/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= localeck NO_MAN= diff --git a/tools/diag/localeck/docheck.sh b/tools/diag/localeck/docheck.sh index 7f47851f7bdf..1c8462d40203 100644 --- a/tools/diag/localeck/docheck.sh +++ b/tools/diag/localeck/docheck.sh @@ -3,7 +3,7 @@ # Validate all locales installed in specified directory # (by default check system locales) # -# $FreeBSD$ +# $FreeBSD: src/tools/diag/localeck/docheck.sh,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ # LOCALEDIR=/usr/share/locale diff --git a/tools/diag/localeck/localeck.c b/tools/diag/localeck/localeck.c index 4ce7e458f147..68f8b812789b 100644 --- a/tools/diag/localeck/localeck.c +++ b/tools/diag/localeck/localeck.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/diag/localeck/localeck.c,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <locale.h> diff --git a/tools/install.sh b/tools/install.sh index 594d4de7a135..a81b3ed40763 100644 --- a/tools/install.sh +++ b/tools/install.sh @@ -26,7 +26,7 @@ # (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/install.sh,v 1.7.34.1 2010/12/21 17:10:29 kensmith Exp $ # parse install's options and ignore them completely. while [ $# -gt 0 ]; do diff --git a/tools/kerneldoc/Doxyfile b/tools/kerneldoc/Doxyfile index 146afc32ba0f..e1ea16770732 100644 --- a/tools/kerneldoc/Doxyfile +++ b/tools/kerneldoc/Doxyfile @@ -1,5 +1,5 @@ # Doxyfile 1.3.6 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/Doxyfile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/Makefile b/tools/kerneldoc/Makefile index ec665a7b0256..9e822a0cdf61 100644 --- a/tools/kerneldoc/Makefile +++ b/tools/kerneldoc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../kern diff --git a/tools/kerneldoc/subsys/Dependencies b/tools/kerneldoc/subsys/Dependencies index 2eda312d2085..a43c5f8dc572 100644 --- a/tools/kerneldoc/subsys/Dependencies +++ b/tools/kerneldoc/subsys/Dependencies @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Dependencies,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ # # makefile dependencies for doxygen tag files # diff --git a/tools/kerneldoc/subsys/Doxyfile-cam b/tools/kerneldoc/subsys/Doxyfile-cam index 006cdcb12ddb..a16f6c0970b5 100644 --- a/tools/kerneldoc/subsys/Doxyfile-cam +++ b/tools/kerneldoc/subsys/Doxyfile-cam @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-cam,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-crypto b/tools/kerneldoc/subsys/Doxyfile-crypto index f3e6c5a7c082..b8dd0a24302c 100644 --- a/tools/kerneldoc/subsys/Doxyfile-crypto +++ b/tools/kerneldoc/subsys/Doxyfile-crypto @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-crypto,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_pci b/tools/kerneldoc/subsys/Doxyfile-dev_pci index d8d91a7ca9c2..4ab44acb4e7b 100644 --- a/tools/kerneldoc/subsys/Doxyfile-dev_pci +++ b/tools/kerneldoc/subsys/Doxyfile-dev_pci @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-dev_pci,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_sound b/tools/kerneldoc/subsys/Doxyfile-dev_sound index 5a55398759e7..62999748548e 100644 --- a/tools/kerneldoc/subsys/Doxyfile-dev_sound +++ b/tools/kerneldoc/subsys/Doxyfile-dev_sound @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-dev_sound,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_usb b/tools/kerneldoc/subsys/Doxyfile-dev_usb index 731a018d82eb..77c65cd7aa3d 100644 --- a/tools/kerneldoc/subsys/Doxyfile-dev_usb +++ b/tools/kerneldoc/subsys/Doxyfile-dev_usb @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-dev_usb,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-geom b/tools/kerneldoc/subsys/Doxyfile-geom index 374665f3f6eb..7a896cd6441d 100644 --- a/tools/kerneldoc/subsys/Doxyfile-geom +++ b/tools/kerneldoc/subsys/Doxyfile-geom @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-geom,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-i4b b/tools/kerneldoc/subsys/Doxyfile-i4b index 5573e840a9d1..781773f35f5c 100644 --- a/tools/kerneldoc/subsys/Doxyfile-i4b +++ b/tools/kerneldoc/subsys/Doxyfile-i4b @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-i4b,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-kern b/tools/kerneldoc/subsys/Doxyfile-kern index 5857465d76ad..006f02d9a8ef 100644 --- a/tools/kerneldoc/subsys/Doxyfile-kern +++ b/tools/kerneldoc/subsys/Doxyfile-kern @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-kern,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-libkern b/tools/kerneldoc/subsys/Doxyfile-libkern index 42c53de0d9dc..b88ff6ca71b4 100644 --- a/tools/kerneldoc/subsys/Doxyfile-libkern +++ b/tools/kerneldoc/subsys/Doxyfile-libkern @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-libkern,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-linux b/tools/kerneldoc/subsys/Doxyfile-linux index 3f2104794444..452e8d503d52 100644 --- a/tools/kerneldoc/subsys/Doxyfile-linux +++ b/tools/kerneldoc/subsys/Doxyfile-linux @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-linux,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-net80211 b/tools/kerneldoc/subsys/Doxyfile-net80211 index 869f06b4af7a..69f42f5b83e2 100644 --- a/tools/kerneldoc/subsys/Doxyfile-net80211 +++ b/tools/kerneldoc/subsys/Doxyfile-net80211 @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-net80211,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-netgraph b/tools/kerneldoc/subsys/Doxyfile-netgraph index 5641cb08bf9d..63bc1254fa87 100644 --- a/tools/kerneldoc/subsys/Doxyfile-netgraph +++ b/tools/kerneldoc/subsys/Doxyfile-netgraph @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-netgraph,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-netinet b/tools/kerneldoc/subsys/Doxyfile-netinet index 7fedb3db11b4..aded0859c6c2 100644 --- a/tools/kerneldoc/subsys/Doxyfile-netinet +++ b/tools/kerneldoc/subsys/Doxyfile-netinet @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-netinet,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-netinet6 b/tools/kerneldoc/subsys/Doxyfile-netinet6 index 2f902d3a00c2..96134fb5ea0e 100644 --- a/tools/kerneldoc/subsys/Doxyfile-netinet6 +++ b/tools/kerneldoc/subsys/Doxyfile-netinet6 @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-netinet6,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-netipsec b/tools/kerneldoc/subsys/Doxyfile-netipsec index b7038f2440c8..d8a6d4263024 100644 --- a/tools/kerneldoc/subsys/Doxyfile-netipsec +++ b/tools/kerneldoc/subsys/Doxyfile-netipsec @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-netipsec,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-opencrypto b/tools/kerneldoc/subsys/Doxyfile-opencrypto index 33f1654d9d86..b9cbb6b3744f 100644 --- a/tools/kerneldoc/subsys/Doxyfile-opencrypto +++ b/tools/kerneldoc/subsys/Doxyfile-opencrypto @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-opencrypto,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Doxyfile-vm b/tools/kerneldoc/subsys/Doxyfile-vm index 22bb8c56cc9a..f49c6b79cc1c 100644 --- a/tools/kerneldoc/subsys/Doxyfile-vm +++ b/tools/kerneldoc/subsys/Doxyfile-vm @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Doxyfile-vm,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/Makefile b/tools/kerneldoc/subsys/Makefile index f0e2613132c6..cd6e087b31c4 100644 --- a/tools/kerneldoc/subsys/Makefile +++ b/tools/kerneldoc/subsys/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/Makefile,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $ # _ALL!= cd ${.CURDIR} && ls Doxyfile-* diff --git a/tools/kerneldoc/subsys/README b/tools/kerneldoc/subsys/README index 9a70bf0b577e..4b13a239c215 100644 --- a/tools/kerneldoc/subsys/README +++ b/tools/kerneldoc/subsys/README @@ -29,4 +29,4 @@ Programs needed to generate the API docs: - graphics/graphviz -- -$FreeBSD$ +$FreeBSD: src/tools/kerneldoc/subsys/README,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/kerneldoc/subsys/common-Doxyfile b/tools/kerneldoc/subsys/common-Doxyfile index 537241877b18..7aa81875f266 100644 --- a/tools/kerneldoc/subsys/common-Doxyfile +++ b/tools/kerneldoc/subsys/common-Doxyfile @@ -1,6 +1,6 @@ # Doxyfile 1.4.1 -# $FreeBSD$ +# $FreeBSD: src/tools/kerneldoc/subsys/common-Doxyfile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/tools/kerneldoc/subsys/notreviewed.dox b/tools/kerneldoc/subsys/notreviewed.dox index bcc4bed1f61a..8bf5e739f33e 100644 --- a/tools/kerneldoc/subsys/notreviewed.dox +++ b/tools/kerneldoc/subsys/notreviewed.dox @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/kerneldoc/subsys/notreviewed.dox,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /** @mainpage * <b>IMPORTANT:</b> This API documentation may contain both functions which diff --git a/tools/make_libdeps.sh b/tools/make_libdeps.sh index f03f01edcca4..dfafe5e4d67a 100644 --- a/tools/make_libdeps.sh +++ b/tools/make_libdeps.sh @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/make_libdeps.sh,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $ export PATH=/bin:/usr/bin diff --git a/tools/regression/README b/tools/regression/README index d29ff11a62b6..5ca02f89d938 100644 --- a/tools/regression/README +++ b/tools/regression/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/README,v 1.15.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ This directory is for regression test programs. diff --git a/tools/regression/TODO b/tools/regression/TODO index e8fb9f73c673..fc8613634b4c 100644 --- a/tools/regression/TODO +++ b/tools/regression/TODO @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/TODO,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ --- A lot of the tests written in C use assert(), only printing 'ok' at the end diff --git a/tools/regression/acct/Makefile b/tools/regression/acct/Makefile index 6834fcbe283b..a47592466039 100644 --- a/tools/regression/acct/Makefile +++ b/tools/regression/acct/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/acct/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # "make" will compile what is needed and run the regression tests. # diff --git a/tools/regression/acct/pack.c b/tools/regression/acct/pack.c index 122b623206f8..f7b0ec8d6079 100644 --- a/tools/regression/acct/pack.c +++ b/tools/regression/acct/pack.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/acct/pack.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <float.h> diff --git a/tools/regression/acct/regress.t b/tools/regression/acct/regress.t index c078caa924ec..d69874e5eeac 100644 --- a/tools/regression/acct/regress.t +++ b/tools/regression/acct/regress.t @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/acct/regress.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # DIR=`dirname $0` diff --git a/tools/regression/aio/aiotest/Makefile b/tools/regression/aio/aiotest/Makefile index bc8add23339a..a53ecfed9c2d 100644 --- a/tools/regression/aio/aiotest/Makefile +++ b/tools/regression/aio/aiotest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/aio/aiotest/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= aiotest NO_MAN= diff --git a/tools/regression/aio/aiotest/aiotest.c b/tools/regression/aio/aiotest/aiotest.c index 8769dc1a93d2..ae4689d646ac 100644 --- a/tools/regression/aio/aiotest/aiotest.c +++ b/tools/regression/aio/aiotest/aiotest.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/aio/aiotest/aiotest.c,v 1.2.28.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/aio/kqueue/Makefile b/tools/regression/aio/kqueue/Makefile index ba0fd68ef810..126c8e26e10d 100644 --- a/tools/regression/aio/kqueue/Makefile +++ b/tools/regression/aio/kqueue/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/aio/kqueue/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= aio_kqueue NO_MAN= diff --git a/tools/regression/aio/kqueue/aio_kqueue.c b/tools/regression/aio/kqueue/aio_kqueue.c index 1c0089f7d4ed..b8c691d3db12 100644 --- a/tools/regression/aio/kqueue/aio_kqueue.c +++ b/tools/regression/aio/kqueue/aio_kqueue.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/aio/kqueue/aio_kqueue.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/aio/kqueue/lio/Makefile b/tools/regression/aio/kqueue/lio/Makefile index 77377e5b24cf..f3d63ee89e79 100644 --- a/tools/regression/aio/kqueue/lio/Makefile +++ b/tools/regression/aio/kqueue/lio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/aio/kqueue/lio/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= lio_kqueue NO_MAN= diff --git a/tools/regression/aio/kqueue/lio/lio_kqueue.c b/tools/regression/aio/kqueue/lio/lio_kqueue.c index b486ec376279..17b2da74e88e 100644 --- a/tools/regression/aio/kqueue/lio/lio_kqueue.c +++ b/tools/regression/aio/kqueue/lio/lio_kqueue.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/aio/kqueue/lio/lio_kqueue.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/atm/Funcs.sh b/tools/regression/atm/Funcs.sh index c981f101df94..b9c6e7a0d4d7 100644 --- a/tools/regression/atm/Funcs.sh +++ b/tools/regression/atm/Funcs.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/Funcs.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ fatal() { echo -e "$*" >&2 diff --git a/tools/regression/atm/README b/tools/regression/atm/README index 509a08dad6db..1e7bb79944ab 100644 --- a/tools/regression/atm/README +++ b/tools/regression/atm/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/atm/README,v 1.2.32.1 2010/12/21 17:10:29 kensmith Exp $ This directory contains tests for the ATM stuff. Specific tests for HARP are in the harp subdirectory and are not automatically run. All diff --git a/tools/regression/atm/RunTest.sh b/tools/regression/atm/RunTest.sh index 90f69658d4aa..1200fff9095d 100644 --- a/tools/regression/atm/RunTest.sh +++ b/tools/regression/atm/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/RunTest.sh,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ . ./Funcs.sh diff --git a/tools/regression/atm/proto_cc/RunTest.sh b/tools/regression/atm/proto_cc/RunTest.sh index f6c7ce00d336..aa63733d22b6 100644 --- a/tools/regression/atm/proto_cc/RunTest.sh +++ b/tools/regression/atm/proto_cc/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/proto_cc/RunTest.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_sscfu/RunTest.sh b/tools/regression/atm/proto_sscfu/RunTest.sh index 2f0865937224..cd3e93c62632 100644 --- a/tools/regression/atm/proto_sscfu/RunTest.sh +++ b/tools/regression/atm/proto_sscfu/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/proto_sscfu/RunTest.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_sscop/RunTest.sh b/tools/regression/atm/proto_sscop/RunTest.sh index 60812deeb6ed..c9403ce3c8f5 100644 --- a/tools/regression/atm/proto_sscop/RunTest.sh +++ b/tools/regression/atm/proto_sscop/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/proto_sscop/RunTest.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_uni/RunTest.sh b/tools/regression/atm/proto_uni/RunTest.sh index 8b9c9e5e38c9..90a85c40da7f 100644 --- a/tools/regression/atm/proto_uni/RunTest.sh +++ b/tools/regression/atm/proto_uni/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/proto_uni/RunTest.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/audit/audit_pipe_ioctl/Makefile b/tools/regression/audit/audit_pipe_ioctl/Makefile index 9ba9e74faf78..b4c17c12ac49 100644 --- a/tools/regression/audit/audit_pipe_ioctl/Makefile +++ b/tools/regression/audit/audit_pipe_ioctl/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/audit/audit_pipe_ioctl/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= audit_pipe_ioctl diff --git a/tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c b/tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c index 7594ca843259..80bc72b45c8f 100644 --- a/tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c +++ b/tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/audit/audit_pipe_ioctl/audit_pipe_ioctl.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/bin/Makefile b/tools/regression/bin/Makefile index 1dcdbb396c6d..28e120914d41 100644 --- a/tools/regression/bin/Makefile +++ b/tools/regression/bin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/Makefile,v 1.1.4.3.2.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= date mv pax sh test diff --git a/tools/regression/bin/date/Makefile b/tools/regression/bin/date/Makefile index 2c9ca5943505..b4a7342e7c40 100644 --- a/tools/regression/bin/date/Makefile +++ b/tools/regression/bin/date/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/date/Makefile,v 1.1.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ all: sh regress.sh diff --git a/tools/regression/bin/date/regress.sh b/tools/regression/bin/date/regress.sh index 463e49c8f8fd..9ce3b7a24237 100644 --- a/tools/regression/bin/date/regress.sh +++ b/tools/regression/bin/date/regress.sh @@ -5,7 +5,7 @@ # # Submitted by Edwin Groothuis <edwin@FreeBSD.org> # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/date/regress.sh,v 1.1.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/bin/date/regress.t b/tools/regression/bin/date/regress.t index c36d8342d32a..48ecbd984a6c 100644 --- a/tools/regression/bin/date/regress.t +++ b/tools/regression/bin/date/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/date/regress.t,v 1.1.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/bin/pax/Makefile b/tools/regression/bin/pax/Makefile index 6855bca9706e..01f6e7fedf97 100644 --- a/tools/regression/bin/pax/Makefile +++ b/tools/regression/bin/pax/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/pax/Makefile,v 1.2.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ all test: prove -vmw regress.t diff --git a/tools/regression/bin/pax/regress.t b/tools/regression/bin/pax/regress.t index 7c392cbb765c..a4669be39d72 100755..100644 --- a/tools/regression/bin/pax/regress.t +++ b/tools/regression/bin/pax/regress.t @@ -1,6 +1,6 @@ #! /usr/bin/perl # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/pax/regress.t,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ use strict; use warnings; diff --git a/tools/regression/bin/sh/Makefile b/tools/regression/bin/sh/Makefile index 82b9c09f2c2e..07c3bee1fec9 100644 --- a/tools/regression/bin/sh/Makefile +++ b/tools/regression/bin/sh/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/Makefile,v 1.1.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ # Allow one to specify the 'sh' to regress. SH?= /bin/sh diff --git a/tools/regression/bin/sh/builtins/alias.0 b/tools/regression/bin/sh/builtins/alias.0 index 39c748adca6d..6adacaf2e2cd 100644 --- a/tools/regression/bin/sh/builtins/alias.0 +++ b/tools/regression/bin/sh/builtins/alias.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/alias.0,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ set -e unalias -a diff --git a/tools/regression/bin/sh/builtins/alias.1 b/tools/regression/bin/sh/builtins/alias.1 index 31403dc760bf..b01b1c9bcaf2 100644 --- a/tools/regression/bin/sh/builtins/alias.1 +++ b/tools/regression/bin/sh/builtins/alias.1 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/alias.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ unalias -a alias foo diff --git a/tools/regression/bin/sh/builtins/case1.0 b/tools/regression/bin/sh/builtins/case1.0 index 860fc67dacda..75ad324b1d00 100644 --- a/tools/regression/bin/sh/builtins/case1.0 +++ b/tools/regression/bin/sh/builtins/case1.0 @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/tools/regression/bin/sh/builtins/case1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ f() { false diff --git a/tools/regression/bin/sh/builtins/cd1.0 b/tools/regression/bin/sh/builtins/cd1.0 index b6151743ebff..d171d0571cf6 100644 --- a/tools/regression/bin/sh/builtins/cd1.0 +++ b/tools/regression/bin/sh/builtins/cd1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/cd1.0,v 1.3.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ set -e P=${TMPDIR:-/tmp} diff --git a/tools/regression/bin/sh/builtins/cd2.0 b/tools/regression/bin/sh/builtins/cd2.0 index eb8caf5dadaf..e0514facea71 100644 --- a/tools/regression/bin/sh/builtins/cd2.0 +++ b/tools/regression/bin/sh/builtins/cd2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/cd2.0,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ set -e T=$(mktemp -d ${TMPDIR:-/tmp}/sh-test.XXXXXX) diff --git a/tools/regression/bin/sh/builtins/command1.0 b/tools/regression/bin/sh/builtins/command1.0 index fd0afdfa0300..1438f36c1795 100644 --- a/tools/regression/bin/sh/builtins/command1.0 +++ b/tools/regression/bin/sh/builtins/command1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/command1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ true() { false } diff --git a/tools/regression/bin/sh/builtins/command2.0 b/tools/regression/bin/sh/builtins/command2.0 index ff7b5f2c8dc8..5311cfab7594 100644 --- a/tools/regression/bin/sh/builtins/command2.0 +++ b/tools/regression/bin/sh/builtins/command2.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/command2.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PATH= command -p cat < /dev/null diff --git a/tools/regression/bin/sh/builtins/command3.0 b/tools/regression/bin/sh/builtins/command3.0 index f4ca12090fa4..057a64ca40c7 100644 --- a/tools/regression/bin/sh/builtins/command3.0 +++ b/tools/regression/bin/sh/builtins/command3.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/command3.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ command -v ls command -v true command -v /bin/ls diff --git a/tools/regression/bin/sh/builtins/command4.127 b/tools/regression/bin/sh/builtins/command4.127 index c66f60fda25c..bfe93fd7382f 100644 --- a/tools/regression/bin/sh/builtins/command4.127 +++ b/tools/regression/bin/sh/builtins/command4.127 @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/command4.127,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ command -v nonexisting diff --git a/tools/regression/bin/sh/builtins/command5.0 b/tools/regression/bin/sh/builtins/command5.0 index d94d2f463435..4b689bc8deab 100644 --- a/tools/regression/bin/sh/builtins/command5.0 +++ b/tools/regression/bin/sh/builtins/command5.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/command5.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ command -V ls command -V true command -V /bin/ls diff --git a/tools/regression/bin/sh/builtins/eval1.0 b/tools/regression/bin/sh/builtins/eval1.0 index 04606a4a87fe..61a04c28e4c4 100644 --- a/tools/regression/bin/sh/builtins/eval1.0 +++ b/tools/regression/bin/sh/builtins/eval1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/eval1.0,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ set -e eval diff --git a/tools/regression/bin/sh/builtins/eval2.0 b/tools/regression/bin/sh/builtins/eval2.0 index bf06b6e14e0c..fa8755c53ef5 100644 --- a/tools/regression/bin/sh/builtins/eval2.0 +++ b/tools/regression/bin/sh/builtins/eval2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/eval2.0,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ eval ' false diff --git a/tools/regression/bin/sh/builtins/hash1.0 b/tools/regression/bin/sh/builtins/hash1.0 index 45cc3003fb59..28f3623ade96 100644 --- a/tools/regression/bin/sh/builtins/hash1.0 +++ b/tools/regression/bin/sh/builtins/hash1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/hash1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ cat /dev/null hash hash -r diff --git a/tools/regression/bin/sh/builtins/hash2.0 b/tools/regression/bin/sh/builtins/hash2.0 index e5cd21bc57dd..4ef4861b5e2d 100644 --- a/tools/regression/bin/sh/builtins/hash2.0 +++ b/tools/regression/bin/sh/builtins/hash2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/hash2.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ hash hash cat hash diff --git a/tools/regression/bin/sh/builtins/hash3.0 b/tools/regression/bin/sh/builtins/hash3.0 index eade0b319546..3a095ac6a2fc 100644 --- a/tools/regression/bin/sh/builtins/hash3.0 +++ b/tools/regression/bin/sh/builtins/hash3.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/hash3.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ hash -v cat hash diff --git a/tools/regression/bin/sh/builtins/return1.0 b/tools/regression/bin/sh/builtins/return1.0 index 787e892a7698..0631ef612621 100644 --- a/tools/regression/bin/sh/builtins/return1.0 +++ b/tools/regression/bin/sh/builtins/return1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/return1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ f() { return 0 exit 1 diff --git a/tools/regression/bin/sh/builtins/return2.1 b/tools/regression/bin/sh/builtins/return2.1 index 0ef817179d73..ba061219ae49 100644 --- a/tools/regression/bin/sh/builtins/return2.1 +++ b/tools/regression/bin/sh/builtins/return2.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/return2.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ f() { true && return 1 return 0 diff --git a/tools/regression/bin/sh/builtins/return3.1 b/tools/regression/bin/sh/builtins/return3.1 index 605ec680d66a..8832b4fc6e96 100644 --- a/tools/regression/bin/sh/builtins/return3.1 +++ b/tools/regression/bin/sh/builtins/return3.1 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/return3.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ return 1 exit 0 diff --git a/tools/regression/bin/sh/builtins/type1.0 b/tools/regression/bin/sh/builtins/type1.0 index c5e456437946..8209e1cf92e4 100644 --- a/tools/regression/bin/sh/builtins/type1.0 +++ b/tools/regression/bin/sh/builtins/type1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/type1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ command -v not-here && exit 1 command -v /not-here && exit 1 command -V not-here && exit 1 diff --git a/tools/regression/bin/sh/builtins/unalias.0 b/tools/regression/bin/sh/builtins/unalias.0 index 34d8d6e07d2e..d839bc26a813 100644 --- a/tools/regression/bin/sh/builtins/unalias.0 +++ b/tools/regression/bin/sh/builtins/unalias.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/unalias.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e alias false=true diff --git a/tools/regression/bin/sh/builtins/var-assign.0 b/tools/regression/bin/sh/builtins/var-assign.0 index ace39c042d5f..e10a688017e4 100644 --- a/tools/regression/bin/sh/builtins/var-assign.0 +++ b/tools/regression/bin/sh/builtins/var-assign.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/builtins/var-assign.0,v 1.1.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ IFS=, SPECIAL="break,\ diff --git a/tools/regression/bin/sh/errors/bad-parm-exp1.0 b/tools/regression/bin/sh/errors/bad-parm-exp1.0 index 6e949945f9f3..613509604003 100644 --- a/tools/regression/bin/sh/errors/bad-parm-exp1.0 +++ b/tools/regression/bin/sh/errors/bad-parm-exp1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/errors/bad-parm-exp1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ false && { ${} ${foo/} diff --git a/tools/regression/bin/sh/errors/bad-parm-exp2.2 b/tools/regression/bin/sh/errors/bad-parm-exp2.2 index 7e13d2b895d2..dd5ee45d5e3e 100644 --- a/tools/regression/bin/sh/errors/bad-parm-exp2.2 +++ b/tools/regression/bin/sh/errors/bad-parm-exp2.2 @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/errors/bad-parm-exp2.2,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ ${} diff --git a/tools/regression/bin/sh/errors/bad-parm-exp3.2 b/tools/regression/bin/sh/errors/bad-parm-exp3.2 index a5ecba5a7e52..4246c3c5f60e 100644 --- a/tools/regression/bin/sh/errors/bad-parm-exp3.2 +++ b/tools/regression/bin/sh/errors/bad-parm-exp3.2 @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/errors/bad-parm-exp3.2,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ ${foo/} diff --git a/tools/regression/bin/sh/errors/bad-parm-exp4.2 b/tools/regression/bin/sh/errors/bad-parm-exp4.2 index 9eec8d08470d..cb3d617d4546 100644 --- a/tools/regression/bin/sh/errors/bad-parm-exp4.2 +++ b/tools/regression/bin/sh/errors/bad-parm-exp4.2 @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/errors/bad-parm-exp4.2,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ ${foo:@abc} diff --git a/tools/regression/bin/sh/errors/bad-parm-exp5.2 b/tools/regression/bin/sh/errors/bad-parm-exp5.2 index 459281f04c3a..9fd83d7137ee 100644 --- a/tools/regression/bin/sh/errors/bad-parm-exp5.2 +++ b/tools/regression/bin/sh/errors/bad-parm-exp5.2 @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/errors/bad-parm-exp5.2,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ ${/} diff --git a/tools/regression/bin/sh/errors/option-error.0 b/tools/regression/bin/sh/errors/option-error.0 index b4b44c4a4062..a8a88d13cf5d 100644 --- a/tools/regression/bin/sh/errors/option-error.0 +++ b/tools/regression/bin/sh/errors/option-error.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/errors/option-error.0,v 1.1.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ IFS=, SPECIAL="break abc,\ diff --git a/tools/regression/bin/sh/errors/redirection-error.0 b/tools/regression/bin/sh/errors/redirection-error.0 index cb8c0b113c13..880a0e95ed7b 100644 --- a/tools/regression/bin/sh/errors/redirection-error.0 +++ b/tools/regression/bin/sh/errors/redirection-error.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/errors/redirection-error.0,v 1.1.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ IFS=, SPECIAL="break,\ diff --git a/tools/regression/bin/sh/execution/func1.0 b/tools/regression/bin/sh/execution/func1.0 index 29fcc077b592..9268911663e7 100644 --- a/tools/regression/bin/sh/execution/func1.0 +++ b/tools/regression/bin/sh/execution/func1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/execution/func1.0,v 1.1.4.3.2.1 2010/12/21 17:10:29 kensmith Exp $ MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' && MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g' diff --git a/tools/regression/bin/sh/execution/func2.0 b/tools/regression/bin/sh/execution/func2.0 index affa802a5e25..f714042bb04a 100644 --- a/tools/regression/bin/sh/execution/func2.0 +++ b/tools/regression/bin/sh/execution/func2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/execution/func2.0,v 1.1.4.2.4.1 2010/12/21 17:10:29 kensmith Exp $ f() { } f diff --git a/tools/regression/bin/sh/expansion/pathname2.0 b/tools/regression/bin/sh/expansion/pathname2.0 index 8a884ff2901e..753c2f19fdef 100644 --- a/tools/regression/bin/sh/expansion/pathname2.0 +++ b/tools/regression/bin/sh/expansion/pathname2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/expansion/pathname2.0,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ failures=0 diff --git a/tools/regression/bin/sh/expansion/pathname3.0 b/tools/regression/bin/sh/expansion/pathname3.0 index d1672e057ec5..01dc4a70a6ec 100644 --- a/tools/regression/bin/sh/expansion/pathname3.0 +++ b/tools/regression/bin/sh/expansion/pathname3.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/expansion/pathname3.0,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ v=12345678 v=$v$v$v$v diff --git a/tools/regression/bin/sh/expansion/trim4.0 b/tools/regression/bin/sh/expansion/trim4.0 index 1000bd3d0245..5a9c07cdb883 100644 --- a/tools/regression/bin/sh/expansion/trim4.0 +++ b/tools/regression/bin/sh/expansion/trim4.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/expansion/trim4.0,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ v1=/homes/SOME_USER v2= diff --git a/tools/regression/bin/sh/regress.sh b/tools/regression/bin/sh/regress.sh index f4c389aa81df..4718b64a2bba 100644 --- a/tools/regression/bin/sh/regress.sh +++ b/tools/regression/bin/sh/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/regress.sh,v 1.3.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ if [ -z "${SH}" ]; then echo '${SH} is not set, please correct and re-run.' diff --git a/tools/regression/bin/sh/regress.t b/tools/regression/bin/sh/regress.t index 89b1828e8da7..6ab3d2832066 100644 --- a/tools/regression/bin/sh/regress.t +++ b/tools/regression/bin/sh/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/regress.t,v 1.1.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ export SH="${SH:-sh}" diff --git a/tools/regression/bin/sh/set-e/and1.0 b/tools/regression/bin/sh/set-e/and1.0 index 607b7c350020..94b1bdd9106f 100644 --- a/tools/regression/bin/sh/set-e/and1.0 +++ b/tools/regression/bin/sh/set-e/and1.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/and1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e true && true diff --git a/tools/regression/bin/sh/set-e/and2.1 b/tools/regression/bin/sh/set-e/and2.1 index 78e203ab0059..758bb238a1d1 100644 --- a/tools/regression/bin/sh/set-e/and2.1 +++ b/tools/regression/bin/sh/set-e/and2.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/and2.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e true && false exit 0 diff --git a/tools/regression/bin/sh/set-e/and3.0 b/tools/regression/bin/sh/set-e/and3.0 index 9fafb1c45dd8..4741779c563f 100644 --- a/tools/regression/bin/sh/set-e/and3.0 +++ b/tools/regression/bin/sh/set-e/and3.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/and3.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e false && true exit 0 diff --git a/tools/regression/bin/sh/set-e/and4.0 b/tools/regression/bin/sh/set-e/and4.0 index 25d0e6147dea..9afb557a217e 100644 --- a/tools/regression/bin/sh/set-e/and4.0 +++ b/tools/regression/bin/sh/set-e/and4.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/and4.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e false && false exit 0 diff --git a/tools/regression/bin/sh/set-e/background1.0 b/tools/regression/bin/sh/set-e/background1.0 index 21577f4f78c7..b253154f8294 100644 --- a/tools/regression/bin/sh/set-e/background1.0 +++ b/tools/regression/bin/sh/set-e/background1.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/background1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e false & diff --git a/tools/regression/bin/sh/set-e/cmd1.0 b/tools/regression/bin/sh/set-e/cmd1.0 index 67fdcbc3d83e..46a41fe6f5e0 100644 --- a/tools/regression/bin/sh/set-e/cmd1.0 +++ b/tools/regression/bin/sh/set-e/cmd1.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/cmd1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e true diff --git a/tools/regression/bin/sh/set-e/cmd2.1 b/tools/regression/bin/sh/set-e/cmd2.1 index 7cd8b09d64a8..28e8a9ac78d3 100644 --- a/tools/regression/bin/sh/set-e/cmd2.1 +++ b/tools/regression/bin/sh/set-e/cmd2.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/cmd2.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e false exit 0 diff --git a/tools/regression/bin/sh/set-e/elif1.0 b/tools/regression/bin/sh/set-e/elif1.0 index 80c7af6424aa..03a08f7d1a4d 100644 --- a/tools/regression/bin/sh/set-e/elif1.0 +++ b/tools/regression/bin/sh/set-e/elif1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/elif1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e if false; then elif false; then diff --git a/tools/regression/bin/sh/set-e/elif2.0 b/tools/regression/bin/sh/set-e/elif2.0 index 028938b81833..9807f1ffe6eb 100644 --- a/tools/regression/bin/sh/set-e/elif2.0 +++ b/tools/regression/bin/sh/set-e/elif2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/elif2.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e if false; then elif false; false; then diff --git a/tools/regression/bin/sh/set-e/eval1.0 b/tools/regression/bin/sh/set-e/eval1.0 index 9b7f67b6b0d4..169da7ee72b6 100644 --- a/tools/regression/bin/sh/set-e/eval1.0 +++ b/tools/regression/bin/sh/set-e/eval1.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/eval1.0,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ set -e eval false || true diff --git a/tools/regression/bin/sh/set-e/eval2.1 b/tools/regression/bin/sh/set-e/eval2.1 index 8bb7f3a92fcb..632c422fd4ff 100644 --- a/tools/regression/bin/sh/set-e/eval2.1 +++ b/tools/regression/bin/sh/set-e/eval2.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/eval2.1,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ set -e eval false exit 0 diff --git a/tools/regression/bin/sh/set-e/for1.0 b/tools/regression/bin/sh/set-e/for1.0 index 67eb718ee614..d5600a1371f9 100644 --- a/tools/regression/bin/sh/set-e/for1.0 +++ b/tools/regression/bin/sh/set-e/for1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/for1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e f() { for i in a b c; do diff --git a/tools/regression/bin/sh/set-e/func1.0 b/tools/regression/bin/sh/set-e/func1.0 index 3c6b70492fa2..ebc8b4d893e6 100644 --- a/tools/regression/bin/sh/set-e/func1.0 +++ b/tools/regression/bin/sh/set-e/func1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/func1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e f() { false diff --git a/tools/regression/bin/sh/set-e/func2.1 b/tools/regression/bin/sh/set-e/func2.1 index cc76d6edfa53..1d1d68062faa 100644 --- a/tools/regression/bin/sh/set-e/func2.1 +++ b/tools/regression/bin/sh/set-e/func2.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/func2.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e f() { false diff --git a/tools/regression/bin/sh/set-e/if1.0 b/tools/regression/bin/sh/set-e/if1.0 index 0be254bb28b7..e1906a385046 100644 --- a/tools/regression/bin/sh/set-e/if1.0 +++ b/tools/regression/bin/sh/set-e/if1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/if1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e if false; then fi diff --git a/tools/regression/bin/sh/set-e/if2.0 b/tools/regression/bin/sh/set-e/if2.0 index 495540854099..348eddf3f2cd 100644 --- a/tools/regression/bin/sh/set-e/if2.0 +++ b/tools/regression/bin/sh/set-e/if2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/if2.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e # PR 28852 if true; then diff --git a/tools/regression/bin/sh/set-e/if3.0 b/tools/regression/bin/sh/set-e/if3.0 index b23d5ba02cb6..cbbdda88a72e 100644 --- a/tools/regression/bin/sh/set-e/if3.0 +++ b/tools/regression/bin/sh/set-e/if3.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/if3.0,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e if false; false; then fi diff --git a/tools/regression/bin/sh/set-e/not1.0 b/tools/regression/bin/sh/set-e/not1.0 index 21c089a23221..7bdf78044d8b 100644 --- a/tools/regression/bin/sh/set-e/not1.0 +++ b/tools/regression/bin/sh/set-e/not1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/not1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e ! true exit 0 diff --git a/tools/regression/bin/sh/set-e/not2.0 b/tools/regression/bin/sh/set-e/not2.0 index 7d93b4d09e85..fd15801f88b1 100644 --- a/tools/regression/bin/sh/set-e/not2.0 +++ b/tools/regression/bin/sh/set-e/not2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/not2.0,v 1.1.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ set -e ! false ! eval false diff --git a/tools/regression/bin/sh/set-e/or1.0 b/tools/regression/bin/sh/set-e/or1.0 index c2dcbe9b682a..b3180db0f9b0 100644 --- a/tools/regression/bin/sh/set-e/or1.0 +++ b/tools/regression/bin/sh/set-e/or1.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/or1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e true || false diff --git a/tools/regression/bin/sh/set-e/or2.0 b/tools/regression/bin/sh/set-e/or2.0 index 934e2a68de9e..ead3cb31996a 100644 --- a/tools/regression/bin/sh/set-e/or2.0 +++ b/tools/regression/bin/sh/set-e/or2.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/or2.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e false || true diff --git a/tools/regression/bin/sh/set-e/or3.1 b/tools/regression/bin/sh/set-e/or3.1 index 7a617a14b4a4..763673bc2bcd 100644 --- a/tools/regression/bin/sh/set-e/or3.1 +++ b/tools/regression/bin/sh/set-e/or3.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/or3.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e false || false exit 0 diff --git a/tools/regression/bin/sh/set-e/pipe1.1 b/tools/regression/bin/sh/set-e/pipe1.1 index c0bad0fa732d..a465ff2cf9a3 100644 --- a/tools/regression/bin/sh/set-e/pipe1.1 +++ b/tools/regression/bin/sh/set-e/pipe1.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/pipe1.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e true | false exit 0 diff --git a/tools/regression/bin/sh/set-e/pipe2.0 b/tools/regression/bin/sh/set-e/pipe2.0 index 1e25566a156b..785d1fd8cd4c 100644 --- a/tools/regression/bin/sh/set-e/pipe2.0 +++ b/tools/regression/bin/sh/set-e/pipe2.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/pipe2.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e false | true diff --git a/tools/regression/bin/sh/set-e/return1.0 b/tools/regression/bin/sh/set-e/return1.0 index 961bd4120865..fb557195bca8 100644 --- a/tools/regression/bin/sh/set-e/return1.0 +++ b/tools/regression/bin/sh/set-e/return1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/return1.0,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e # PR 77067, 85267 diff --git a/tools/regression/bin/sh/set-e/semi1.1 b/tools/regression/bin/sh/set-e/semi1.1 index 90476a98f1ec..02c01dfd0c2a 100644 --- a/tools/regression/bin/sh/set-e/semi1.1 +++ b/tools/regression/bin/sh/set-e/semi1.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/semi1.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e false; true exit 0 diff --git a/tools/regression/bin/sh/set-e/semi2.1 b/tools/regression/bin/sh/set-e/semi2.1 index 8f510ac9c164..773bc275e015 100644 --- a/tools/regression/bin/sh/set-e/semi2.1 +++ b/tools/regression/bin/sh/set-e/semi2.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/semi2.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e true; false exit 0 diff --git a/tools/regression/bin/sh/set-e/subshell1.0 b/tools/regression/bin/sh/set-e/subshell1.0 index 8e5831bd1907..71e8488364d8 100644 --- a/tools/regression/bin/sh/set-e/subshell1.0 +++ b/tools/regression/bin/sh/set-e/subshell1.0 @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/subshell1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e (true) diff --git a/tools/regression/bin/sh/set-e/subshell2.1 b/tools/regression/bin/sh/set-e/subshell2.1 index 619e98a7d2df..f2c49d5cf334 100644 --- a/tools/regression/bin/sh/set-e/subshell2.1 +++ b/tools/regression/bin/sh/set-e/subshell2.1 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/subshell2.1,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e (false) exit 0 diff --git a/tools/regression/bin/sh/set-e/until1.0 b/tools/regression/bin/sh/set-e/until1.0 index 71ea7f2cf704..ba2a8c2ea558 100644 --- a/tools/regression/bin/sh/set-e/until1.0 +++ b/tools/regression/bin/sh/set-e/until1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/until1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e until false; do break diff --git a/tools/regression/bin/sh/set-e/until2.0 b/tools/regression/bin/sh/set-e/until2.0 index 24ea2760400b..89c6a0e51357 100644 --- a/tools/regression/bin/sh/set-e/until2.0 +++ b/tools/regression/bin/sh/set-e/until2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/until2.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e until false; false; do break diff --git a/tools/regression/bin/sh/set-e/until3.0 b/tools/regression/bin/sh/set-e/until3.0 index 597db593bdaf..87b501452d10 100644 --- a/tools/regression/bin/sh/set-e/until3.0 +++ b/tools/regression/bin/sh/set-e/until3.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/until3.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e f() { until false; do diff --git a/tools/regression/bin/sh/set-e/while1.0 b/tools/regression/bin/sh/set-e/while1.0 index e4c893895726..570e29053199 100644 --- a/tools/regression/bin/sh/set-e/while1.0 +++ b/tools/regression/bin/sh/set-e/while1.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/while1.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e while false; do done diff --git a/tools/regression/bin/sh/set-e/while2.0 b/tools/regression/bin/sh/set-e/while2.0 index a331237ab3ef..193ddb89a49e 100644 --- a/tools/regression/bin/sh/set-e/while2.0 +++ b/tools/regression/bin/sh/set-e/while2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/while2.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e while false; false; do done diff --git a/tools/regression/bin/sh/set-e/while3.0 b/tools/regression/bin/sh/set-e/while3.0 index dd3c79025236..944e16d834ba 100644 --- a/tools/regression/bin/sh/set-e/while3.0 +++ b/tools/regression/bin/sh/set-e/while3.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/sh/set-e/while3.0,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e f() { while true; do diff --git a/tools/regression/bin/test/Makefile b/tools/regression/bin/test/Makefile index 2c9ca5943505..87daf27e8be1 100644 --- a/tools/regression/bin/test/Makefile +++ b/tools/regression/bin/test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/test/Makefile,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ all: sh regress.sh diff --git a/tools/regression/bin/test/regress.sh b/tools/regression/bin/test/regress.sh index 716c26050c05..6f29a294b285 100644 --- a/tools/regression/bin/test/regress.sh +++ b/tools/regression/bin/test/regress.sh @@ -28,7 +28,7 @@ # # TEST.sh - check if test(1) or builtin test works # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/test/regress.sh,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ # force a specified test program, e.g. `env test=/bin/test sh regress.sh' : ${test=test} diff --git a/tools/regression/bin/test/regress.t b/tools/regression/bin/test/regress.t index c36d8342d32a..d6891a7d1cc3 100644 --- a/tools/regression/bin/test/regress.t +++ b/tools/regression/bin/test/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/bin/test/regress.t,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/ccd/layout/Makefile b/tools/regression/ccd/layout/Makefile index 1e6b4dfe59e8..b55ca3877c68 100644 --- a/tools/regression/ccd/layout/Makefile +++ b/tools/regression/ccd/layout/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/ccd/layout/Makefile,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ # # Regression test for ccd's layout. # diff --git a/tools/regression/ccd/layout/a.c b/tools/regression/ccd/layout/a.c index 33eea10f2a3c..d2c45ea0f703 100644 --- a/tools/regression/ccd/layout/a.c +++ b/tools/regression/ccd/layout/a.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/ccd/layout/a.c,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <unistd.h> static uint32_t buf[512/4]; diff --git a/tools/regression/ccd/layout/b.c b/tools/regression/ccd/layout/b.c index 5b4ae8ed6a9e..cac0097c14d1 100644 --- a/tools/regression/ccd/layout/b.c +++ b/tools/regression/ccd/layout/b.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/ccd/layout/b.c,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <unistd.h> #include <fcntl.h> diff --git a/tools/regression/ccd/layout/ccd.sh b/tools/regression/ccd/layout/ccd.sh index 62d4726528a8..e89da2dbbea7 100644 --- a/tools/regression/ccd/layout/ccd.sh +++ b/tools/regression/ccd/layout/ccd.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/ccd/layout/ccd.sh,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ set -e diff --git a/tools/regression/ccd/layout/ccd0.sh b/tools/regression/ccd/layout/ccd0.sh index 0f71b18dc96e..bd9a2fe0eb3f 100644 --- a/tools/regression/ccd/layout/ccd0.sh +++ b/tools/regression/ccd/layout/ccd0.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/ccd/layout/ccd0.sh,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ set -e diff --git a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_0 b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_0 index 470f2dce2c0a..0729cd369130 100644 --- a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_0 +++ b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_0 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_0,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 960 blocks concatenated 76089c8ed2249882ae0bb260dcb4a913 4cc57a9dd953d032ae7e07edaef31203 diff --git a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_4 b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_4 index 470f2dce2c0a..6b314ea590c9 100644 --- a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_4 +++ b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_4 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_0_4,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 960 blocks concatenated 76089c8ed2249882ae0bb260dcb4a913 4cc57a9dd953d032ae7e07edaef31203 diff --git a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_0 b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_0 index 593c413f5966..86461e94be4a 100644 --- a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_0 +++ b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_0 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_0,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 960 blocks interleaved at 4 blocks c3019ef8e08259f8748931f225e5cebf ddef760dcef4784565cfe7d76e5aa3ce diff --git a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_2 b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_2 index 593c413f5966..485f2cb45e06 100644 --- a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_2 +++ b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_2 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_2,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 960 blocks interleaved at 4 blocks c3019ef8e08259f8748931f225e5cebf ddef760dcef4784565cfe7d76e5aa3ce diff --git a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_4 b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_4 index 9f8aebc12269..af282a384130 100644 --- a/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_4 +++ b/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_4 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.128k_128k_128k_128k_4_4,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 480 blocks interleaved at 4 blocks a77c5edd8917abb32dc165750f1af781 8db0b90ec1fa54feca98ad8fd292b07c diff --git a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_0 b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_0 index 44a28186e4a1..189e48e2d195 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_0 +++ b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_0 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_0,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 1216 blocks concatenated 50ca80e7defff2928b09d9e6c22d14ff a5f4fb6b17d948b83b8685b3adfe0926 diff --git a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_4 b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_4 index 44a28186e4a1..12972fa90b6b 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_4 +++ b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_4 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_0_4,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 1216 blocks concatenated 50ca80e7defff2928b09d9e6c22d14ff a5f4fb6b17d948b83b8685b3adfe0926 diff --git a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_0 b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_0 index 6fc421a38ea6..4b3020ea16f7 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_0 +++ b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_0 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_0,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 1216 blocks interleaved at 4 blocks 85853375739fe031c97c20e6226aae0e ddef760dcef4784565cfe7d76e5aa3ce diff --git a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_2 b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_2 index 53cfc7985466..cee571eb152c 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_2 +++ b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_2 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_2,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 960 blocks interleaved at 4 blocks c7d32c7a0aacde7259cac3ab214bda77 ddef760dcef4784565cfe7d76e5aa3ce diff --git a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_4 b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_4 index ba42742e6745..60570dd6d417 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_4 +++ b/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_4 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_128k_128k_4_4,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 480 blocks interleaved at 4 blocks ab2274c3b7241753a015c243417c0c29 8db0b90ec1fa54feca98ad8fd292b07c diff --git a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_0 b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_0 index 12de5a4b7df4..b14af0f6d417 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_0 +++ b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_0 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_0,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 1728 blocks concatenated 50ca80e7defff2928b09d9e6c22d14ff a5f4fb6b17d948b83b8685b3adfe0926 diff --git a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_4 b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_4 index 12de5a4b7df4..804633215ea8 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_4 +++ b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_4 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_0_4,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 1728 blocks concatenated 50ca80e7defff2928b09d9e6c22d14ff a5f4fb6b17d948b83b8685b3adfe0926 diff --git a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_0 b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_0 index caf85b195ec9..16f7cbeefe2e 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_0 +++ b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_0 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_0,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 1728 blocks interleaved at 16 blocks 9f63a6ab2d5bd7c183e338387d9c4b59 89518c095e85649516fa08fe98bf0a3e diff --git a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_2 b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_2 index e00fa6c6caec..f5cdd4668b93 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_2 +++ b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_2 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_2,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 960 blocks interleaved at 16 blocks ebe23f400e868c343240761b0b52c2fd 89518c095e85649516fa08fe98bf0a3e diff --git a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_4 b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_4 index 06c4890d96e1..fe8dc579c188 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_4 +++ b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_4 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_16_4,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 480 blocks interleaved at 16 blocks f3f609d828a50cca082f6b6f499ca4b5 721d9967a8e2608d111cfc24304255ca diff --git a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_0 b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_0 index 3b57123ba46f..fb1470c6c0cf 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_0 +++ b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_0 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_0,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 1728 blocks interleaved at 4 blocks 50f78fd6083bea22e664f78350e24f2f ddef760dcef4784565cfe7d76e5aa3ce diff --git a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_2 b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_2 index 7cccecf330e7..cce718e12791 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_2 +++ b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_2 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_2,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 960 blocks interleaved at 4 blocks c7d32c7a0aacde7259cac3ab214bda77 ddef760dcef4784565cfe7d76e5aa3ce diff --git a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_4 b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_4 index db2dcd80af23..a2e5e6e41c27 100644 --- a/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_4 +++ b/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_4 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/ccd/layout/ref.256k_128k_384k_128k_4_4,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ ccd3: 4 components (md90, md91, md92, md93), 480 blocks interleaved at 4 blocks ab2274c3b7241753a015c243417c0c29 8db0b90ec1fa54feca98ad8fd292b07c diff --git a/tools/regression/environ/Makefile b/tools/regression/environ/Makefile index 62720d28abd1..3717391e7dd9 100644 --- a/tools/regression/environ/Makefile +++ b/tools/regression/environ/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/environ/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROGS= envctl retention timings diff --git a/tools/regression/environ/Makefile.envctl b/tools/regression/environ/Makefile.envctl index 6298a20646dd..ef228fd6766d 100644 --- a/tools/regression/environ/Makefile.envctl +++ b/tools/regression/environ/Makefile.envctl @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/environ/Makefile.envctl,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # SRCS= envctl.c PROG= envctl diff --git a/tools/regression/environ/Makefile.retention b/tools/regression/environ/Makefile.retention index 9e0687f484fe..136a9594e226 100644 --- a/tools/regression/environ/Makefile.retention +++ b/tools/regression/environ/Makefile.retention @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/environ/Makefile.retention,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # SRCS= retention.c PROG= retention diff --git a/tools/regression/environ/Makefile.timings b/tools/regression/environ/Makefile.timings index 88c4f7c7280b..78dea0b5024c 100644 --- a/tools/regression/environ/Makefile.timings +++ b/tools/regression/environ/Makefile.timings @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/environ/Makefile.timings,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # SRCS= timings.c PROG= timings diff --git a/tools/regression/environ/envctl.c b/tools/regression/environ/envctl.c index e077e42fa407..f8a8096e7814 100644 --- a/tools/regression/environ/envctl.c +++ b/tools/regression/environ/envctl.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/environ/envctl.c,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $"); extern char **environ; diff --git a/tools/regression/environ/envtest.t b/tools/regression/environ/envtest.t index 2b2c548553bc..4416fb5bb119 100644 --- a/tools/regression/environ/envtest.t +++ b/tools/regression/environ/envtest.t @@ -24,7 +24,7 @@ # (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/regression/environ/envtest.t,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ # Initialization. diff --git a/tools/regression/environ/retention.c b/tools/regression/environ/retention.c index 7f75cd100e15..11d854e3177d 100644 --- a/tools/regression/environ/retention.c +++ b/tools/regression/environ/retention.c @@ -29,7 +29,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/environ/retention.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); extern char **environ; diff --git a/tools/regression/environ/timings.c b/tools/regression/environ/timings.c index 7999fa156d7e..5a18cd4a00e2 100644 --- a/tools/regression/environ/timings.c +++ b/tools/regression/environ/timings.c @@ -34,7 +34,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/environ/timings.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); const char value1[] = "Large ------------------ value"; diff --git a/tools/regression/ethernet/ethermulti/Makefile b/tools/regression/ethernet/ethermulti/Makefile index e0770b6a638c..12ca6620a451 100644 --- a/tools/regression/ethernet/ethermulti/Makefile +++ b/tools/regression/ethernet/ethermulti/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/ethernet/ethermulti/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ethermulti SRCS+= ethermulti.c diff --git a/tools/regression/ethernet/ethermulti/ethermulti.c b/tools/regression/ethernet/ethermulti/ethermulti.c index 61f0cddb4a10..ca6aa7735e24 100644 --- a/tools/regression/ethernet/ethermulti/ethermulti.c +++ b/tools/regression/ethernet/ethermulti/ethermulti.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/ethernet/ethermulti/ethermulti.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/tools/regression/execve/Makefile b/tools/regression/execve/Makefile index b553b33a1a94..95fae1190fd6 100644 --- a/tools/regression/execve/Makefile +++ b/tools/regression/execve/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/execve/Makefile,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= doexec NO_MAN= diff --git a/tools/regression/execve/doexec.c b/tools/regression/execve/doexec.c index 0aa82ec87959..296dbe83d9f1 100644 --- a/tools/regression/execve/doexec.c +++ b/tools/regression/execve/doexec.c @@ -31,7 +31,7 @@ * (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/regression/execve/doexec.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <errno.h> diff --git a/tools/regression/execve/execve.t b/tools/regression/execve/execve.t index dd2be9a9d0ea..20fee84f8402 100644 --- a/tools/regression/execve/execve.t +++ b/tools/regression/execve/execve.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/execve/execve.t,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` cmd="./`basename $0 .t`" diff --git a/tools/regression/execve/tests/badinterplen b/tools/regression/execve/tests/badinterplen index 96c049fdc839..78fda248b105 100644 --- a/tools/regression/execve/tests/badinterplen +++ b/tools/regression/execve/tests/badinterplen @@ -1,4 +1,4 @@ #! 456789012345678 0123456789012345 789012345678 012345678901234 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 1234567890 -# $FreeBSD$ +# $FreeBSD: src/tools/regression/execve/tests/badinterplen,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ echo succeeded diff --git a/tools/regression/execve/tests/devnullscript b/tools/regression/execve/tests/devnullscript index 73b10205cdbb..8f724d5d849b 100644 --- a/tools/regression/execve/tests/devnullscript +++ b/tools/regression/execve/tests/devnullscript @@ -1,4 +1,4 @@ #! /dev/null -# $FreeBSD$ +# $FreeBSD: src/tools/regression/execve/tests/devnullscript,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ echo succeeded diff --git a/tools/regression/execve/tests/goodaout.c b/tools/regression/execve/tests/goodaout.c index ebf476b2cf7f..e91d354135e3 100644 --- a/tools/regression/execve/tests/goodaout.c +++ b/tools/regression/execve/tests/goodaout.c @@ -31,7 +31,7 @@ * (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/regression/execve/tests/goodaout.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/regression/execve/tests/goodscript b/tools/regression/execve/tests/goodscript index 51270dc38da1..59333761e500 100644 --- a/tools/regression/execve/tests/goodscript +++ b/tools/regression/execve/tests/goodscript @@ -1,4 +1,4 @@ #! /bin/csh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/execve/tests/goodscript,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ echo succeeded diff --git a/tools/regression/execve/tests/nonexistshell b/tools/regression/execve/tests/nonexistshell index f9ee705bd9e9..31051fe7220e 100644 --- a/tools/regression/execve/tests/nonexistshell +++ b/tools/regression/execve/tests/nonexistshell @@ -1,4 +1,4 @@ #! /foo/bar/baz -# $FreeBSD$ +# $FreeBSD: src/tools/regression/execve/tests/nonexistshell,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ echo foo diff --git a/tools/regression/execve/tests/scriptarg b/tools/regression/execve/tests/scriptarg index 2700f1c3a38f..f4a0725dd2c8 100644 --- a/tools/regression/execve/tests/scriptarg +++ b/tools/regression/execve/tests/scriptarg @@ -1,4 +1,4 @@ #! /bin/sh -x -# $FreeBSD$ +# $FreeBSD: src/tools/regression/execve/tests/scriptarg,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ echo succeeded diff --git a/tools/regression/execve/tests/scriptarg-nospace b/tools/regression/execve/tests/scriptarg-nospace index 6731ad50f4ac..8f867ef68682 100644 --- a/tools/regression/execve/tests/scriptarg-nospace +++ b/tools/regression/execve/tests/scriptarg-nospace @@ -1,4 +1,4 @@ #!/bin/sh -x -# $FreeBSD$ +# $FreeBSD: src/tools/regression/execve/tests/scriptarg-nospace,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ echo succeeded diff --git a/tools/regression/fifo/fifo_create/Makefile b/tools/regression/fifo/fifo_create/Makefile index f398b23e9de2..3396ca72732b 100644 --- a/tools/regression/fifo/fifo_create/Makefile +++ b/tools/regression/fifo/fifo_create/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fifo/fifo_create/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fifo_create NO_MAN= diff --git a/tools/regression/fifo/fifo_create/fifo_create.c b/tools/regression/fifo/fifo_create/fifo_create.c index 691360e14f24..171d69ab25eb 100644 --- a/tools/regression/fifo/fifo_create/fifo_create.c +++ b/tools/regression/fifo/fifo_create/fifo_create.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/fifo/fifo_create/fifo_create.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/stat.h> diff --git a/tools/regression/fifo/fifo_io/Makefile b/tools/regression/fifo/fifo_io/Makefile index c7d2ffba6819..6c90c98a4700 100644 --- a/tools/regression/fifo/fifo_io/Makefile +++ b/tools/regression/fifo/fifo_io/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fifo/fifo_io/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fifo_io NO_MAN= diff --git a/tools/regression/fifo/fifo_io/fifo_io.c b/tools/regression/fifo/fifo_io/fifo_io.c index 96ef9b4543c4..e2df6c4b56fb 100644 --- a/tools/regression/fifo/fifo_io/fifo_io.c +++ b/tools/regression/fifo/fifo_io/fifo_io.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/fifo/fifo_io/fifo_io.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/fifo/fifo_misc/Makefile b/tools/regression/fifo/fifo_misc/Makefile index 976bce847a9e..84bdaf22923d 100644 --- a/tools/regression/fifo/fifo_misc/Makefile +++ b/tools/regression/fifo/fifo_misc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fifo/fifo_misc/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fifo_misc NO_MAN= diff --git a/tools/regression/fifo/fifo_misc/fifo_misc.c b/tools/regression/fifo/fifo_misc/fifo_misc.c index b379d18c057f..a52ea95d9653 100644 --- a/tools/regression/fifo/fifo_misc/fifo_misc.c +++ b/tools/regression/fifo/fifo_misc/fifo_misc.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/fifo/fifo_misc/fifo_misc.c,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/fifo/fifo_open/Makefile b/tools/regression/fifo/fifo_open/Makefile index 43bdbaed0ef9..76c67cb9f7a5 100644 --- a/tools/regression/fifo/fifo_open/Makefile +++ b/tools/regression/fifo/fifo_open/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fifo/fifo_open/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fifo_open NO_MAN= diff --git a/tools/regression/fifo/fifo_open/fifo_open.c b/tools/regression/fifo/fifo_open/fifo_open.c index 6899a3ac9ccf..1896551b6d11 100644 --- a/tools/regression/fifo/fifo_open/fifo_open.c +++ b/tools/regression/fifo/fifo_open/fifo_open.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/fifo/fifo_open/fifo_open.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/file/closefrom/Makefile b/tools/regression/file/closefrom/Makefile index 7ff2df81ee76..f12854d66596 100644 --- a/tools/regression/file/closefrom/Makefile +++ b/tools/regression/file/closefrom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/file/closefrom/Makefile,v 1.1.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ PROG= closefrom MAN= diff --git a/tools/regression/file/closefrom/closefrom.c b/tools/regression/file/closefrom/closefrom.c index e119f20af48c..3b1646112a20 100644 --- a/tools/regression/file/closefrom/closefrom.c +++ b/tools/regression/file/closefrom/closefrom.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/file/closefrom/closefrom.c,v 1.1.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $"); /* * Regression tests for the closefrom(2) system call. diff --git a/tools/regression/file/closefrom/closefrom.t b/tools/regression/file/closefrom/closefrom.t index 8bdfd03be81b..ce4abdbfa06c 100644 --- a/tools/regression/file/closefrom/closefrom.t +++ b/tools/regression/file/closefrom/closefrom.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/file/closefrom/closefrom.t,v 1.1.2.2.4.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/file/dup/Makefile b/tools/regression/file/dup/Makefile index 4de081568429..891ab97f0a96 100644 --- a/tools/regression/file/dup/Makefile +++ b/tools/regression/file/dup/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/file/dup/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= dup NO_MAN= diff --git a/tools/regression/file/dup/dup.c b/tools/regression/file/dup/dup.c index d6dd0ffd313f..11b3cd7c5061 100644 --- a/tools/regression/file/dup/dup.c +++ b/tools/regression/file/dup/dup.c @@ -5,7 +5,7 @@ * * Written by Artur Grabowski <art@openbsd.org> 2002 Public Domain. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/file/dup/dup.c,v 1.2.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/file/dup/dup.t b/tools/regression/file/dup/dup.t index 8bdfd03be81b..7da37858b3f1 100644 --- a/tools/regression/file/dup/dup.t +++ b/tools/regression/file/dup/dup.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/file/dup/dup.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/file/flock/Makefile b/tools/regression/file/flock/Makefile index c4766c89472f..c71f9dd22a11 100644 --- a/tools/regression/file/flock/Makefile +++ b/tools/regression/file/flock/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/file/flock/Makefile,v 1.1.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ PROG= flock NO_MAN= diff --git a/tools/regression/file/flock/flock.c b/tools/regression/file/flock/flock.c index 71752192abdc..7e6469e9b462 100644 --- a/tools/regression/file/flock/flock.c +++ b/tools/regression/file/flock/flock.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/file/flock/flock.c,v 1.2.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/time.h> diff --git a/tools/regression/file/ftruncate/Makefile b/tools/regression/file/ftruncate/Makefile index c3285ef5a83c..5894cebe761e 100644 --- a/tools/regression/file/ftruncate/Makefile +++ b/tools/regression/file/ftruncate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/file/ftruncate/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ftruncate NO_MAN= diff --git a/tools/regression/file/ftruncate/ftruncate.c b/tools/regression/file/ftruncate/ftruncate.c index aebcdcd85b2c..62bc4485b322 100644 --- a/tools/regression/file/ftruncate/ftruncate.c +++ b/tools/regression/file/ftruncate/ftruncate.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/file/ftruncate/ftruncate.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/fstest/LICENSE b/tools/regression/fstest/LICENSE index 0638aadfedf6..3e4b1c22ffcd 100644 --- a/tools/regression/fstest/LICENSE +++ b/tools/regression/fstest/LICENSE @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/fstest/LICENSE,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ License for all regression tests available with fstest: diff --git a/tools/regression/fstest/Makefile b/tools/regression/fstest/Makefile index 0781730e6da1..ba5a4c9583ad 100644 --- a/tools/regression/fstest/Makefile +++ b/tools/regression/fstest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/Makefile,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ CFLAGS+=-DHAS_LCHMOD CFLAGS+=-DHAS_CHFLAGS diff --git a/tools/regression/fstest/README b/tools/regression/fstest/README index 841ed402bd25..1f576202cd99 100644 --- a/tools/regression/fstest/README +++ b/tools/regression/fstest/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/fstest/README,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Few notes on how to use fstest in short steps: diff --git a/tools/regression/fstest/fstest.c b/tools/regression/fstest/fstest.c index 886b90ffc18d..6857f483971f 100644 --- a/tools/regression/fstest/fstest.c +++ b/tools/regression/fstest/fstest.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/fstest/fstest.c,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/tools/regression/fstest/tests/chflags/00.t b/tools/regression/fstest/tests/chflags/00.t index af144b08e1bf..4af4b59524c1 100644 --- a/tools/regression/fstest/tests/chflags/00.t +++ b/tools/regression/fstest/tests/chflags/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/00.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags changes flags" diff --git a/tools/regression/fstest/tests/chflags/01.t b/tools/regression/fstest/tests/chflags/01.t index efdee5c8a1a5..83f7a6641377 100644 --- a/tools/regression/fstest/tests/chflags/01.t +++ b/tools/regression/fstest/tests/chflags/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/01.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns ENOTDIR if a component of the path prefix is not a directory" diff --git a/tools/regression/fstest/tests/chflags/02.t b/tools/regression/fstest/tests/chflags/02.t index 7579061e64b0..cee4c7fde927 100644 --- a/tools/regression/fstest/tests/chflags/02.t +++ b/tools/regression/fstest/tests/chflags/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/02.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/chflags/03.t b/tools/regression/fstest/tests/chflags/03.t index 06a0c04c54f2..9fad528232e9 100644 --- a/tools/regression/fstest/tests/chflags/03.t +++ b/tools/regression/fstest/tests/chflags/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/03.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/chflags/04.t b/tools/regression/fstest/tests/chflags/04.t index 105732ca3e9d..b41b9b07fcba 100644 --- a/tools/regression/fstest/tests/chflags/04.t +++ b/tools/regression/fstest/tests/chflags/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/04.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns ENOENT if the named file does not exist" diff --git a/tools/regression/fstest/tests/chflags/05.t b/tools/regression/fstest/tests/chflags/05.t index a534ff5b3a23..ee789d8fdd2f 100644 --- a/tools/regression/fstest/tests/chflags/05.t +++ b/tools/regression/fstest/tests/chflags/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/05.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/chflags/06.t b/tools/regression/fstest/tests/chflags/06.t index cebfcdd52bf4..100a63c5681f 100644 --- a/tools/regression/fstest/tests/chflags/06.t +++ b/tools/regression/fstest/tests/chflags/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/06.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/chflags/07.t b/tools/regression/fstest/tests/chflags/07.t index ef7c19cfe19c..50191643a74e 100644 --- a/tools/regression/fstest/tests/chflags/07.t +++ b/tools/regression/fstest/tests/chflags/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/07.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns EPERM when the effective user ID does not match the owner of the file and the effective user ID is not the super-user" diff --git a/tools/regression/fstest/tests/chflags/08.t b/tools/regression/fstest/tests/chflags/08.t index 9fa97b760b8b..a34c01bf41f2 100644 --- a/tools/regression/fstest/tests/chflags/08.t +++ b/tools/regression/fstest/tests/chflags/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/08.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns EPERM when one of SF_IMMUTABLE, SF_APPEND, or SF_NOUNLINK is set and the user is not the super-user" diff --git a/tools/regression/fstest/tests/chflags/09.t b/tools/regression/fstest/tests/chflags/09.t index 7b6a2cb7dbdb..134581502aa8 100644 --- a/tools/regression/fstest/tests/chflags/09.t +++ b/tools/regression/fstest/tests/chflags/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/09.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns EPERM when one of SF_IMMUTABLE, SF_APPEND, or SF_NOUNLINK is set and securelevel is greater than 0" diff --git a/tools/regression/fstest/tests/chflags/10.t b/tools/regression/fstest/tests/chflags/10.t index 57b33f4e261d..d235a2c20481 100644 --- a/tools/regression/fstest/tests/chflags/10.t +++ b/tools/regression/fstest/tests/chflags/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns EPERM if non-super-user tries to set one of SF_IMMUTABLE, SF_APPEND, or SF_NOUNLINK" diff --git a/tools/regression/fstest/tests/chflags/11.t b/tools/regression/fstest/tests/chflags/11.t index 6c3887f9af97..80d6d81b47d6 100644 --- a/tools/regression/fstest/tests/chflags/11.t +++ b/tools/regression/fstest/tests/chflags/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/11.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns EPERM if a user tries to set or remove the SF_SNAPSHOT flag" diff --git a/tools/regression/fstest/tests/chflags/12.t b/tools/regression/fstest/tests/chflags/12.t index 7b03436cf4da..dd33c025dc80 100644 --- a/tools/regression/fstest/tests/chflags/12.t +++ b/tools/regression/fstest/tests/chflags/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/12.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns EROFS if the named file resides on a read-only file system" diff --git a/tools/regression/fstest/tests/chflags/13.t b/tools/regression/fstest/tests/chflags/13.t index edab3a95528b..eca3dd7152b2 100644 --- a/tools/regression/fstest/tests/chflags/13.t +++ b/tools/regression/fstest/tests/chflags/13.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chflags/13.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chflags returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/chmod/00.t b/tools/regression/fstest/tests/chmod/00.t index e6349e8cc9ed..360a87991cae 100644 --- a/tools/regression/fstest/tests/chmod/00.t +++ b/tools/regression/fstest/tests/chmod/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/00.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod changes permission" diff --git a/tools/regression/fstest/tests/chmod/01.t b/tools/regression/fstest/tests/chmod/01.t index 469daa47bd96..b767b3a94538 100644 --- a/tools/regression/fstest/tests/chmod/01.t +++ b/tools/regression/fstest/tests/chmod/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns ENOTDIR if a component of the path prefix is not a directory" diff --git a/tools/regression/fstest/tests/chmod/02.t b/tools/regression/fstest/tests/chmod/02.t index c6343a64a440..7191585828c5 100644 --- a/tools/regression/fstest/tests/chmod/02.t +++ b/tools/regression/fstest/tests/chmod/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/chmod/03.t b/tools/regression/fstest/tests/chmod/03.t index 7b424d03872a..f1a69ca43f9c 100644 --- a/tools/regression/fstest/tests/chmod/03.t +++ b/tools/regression/fstest/tests/chmod/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/chmod/04.t b/tools/regression/fstest/tests/chmod/04.t index a8987c29be8d..cb7a2d858a9a 100644 --- a/tools/regression/fstest/tests/chmod/04.t +++ b/tools/regression/fstest/tests/chmod/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns ENOENT if the named file does not exist" diff --git a/tools/regression/fstest/tests/chmod/05.t b/tools/regression/fstest/tests/chmod/05.t index 31fe859c3fdf..555727618f8f 100644 --- a/tools/regression/fstest/tests/chmod/05.t +++ b/tools/regression/fstest/tests/chmod/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/chmod/06.t b/tools/regression/fstest/tests/chmod/06.t index fc5f3625308d..90201b0ec220 100644 --- a/tools/regression/fstest/tests/chmod/06.t +++ b/tools/regression/fstest/tests/chmod/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/chmod/07.t b/tools/regression/fstest/tests/chmod/07.t index dfa1b2799b38..22d6f52f89cf 100644 --- a/tools/regression/fstest/tests/chmod/07.t +++ b/tools/regression/fstest/tests/chmod/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns EPERM if the operation would change the ownership, but the effective user ID is not the super-user" diff --git a/tools/regression/fstest/tests/chmod/08.t b/tools/regression/fstest/tests/chmod/08.t index 110baceb7858..b97277943542 100644 --- a/tools/regression/fstest/tests/chmod/08.t +++ b/tools/regression/fstest/tests/chmod/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns EPERM if the named file has its immutable or append-only flag set" diff --git a/tools/regression/fstest/tests/chmod/09.t b/tools/regression/fstest/tests/chmod/09.t index edf1f3ad992d..28cfc86e6602 100644 --- a/tools/regression/fstest/tests/chmod/09.t +++ b/tools/regression/fstest/tests/chmod/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns EROFS if the named file resides on a read-only file system" diff --git a/tools/regression/fstest/tests/chmod/10.t b/tools/regression/fstest/tests/chmod/10.t index 867a6536e09d..e5b6daeb4d27 100644 --- a/tools/regression/fstest/tests/chmod/10.t +++ b/tools/regression/fstest/tests/chmod/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/chmod/11.t b/tools/regression/fstest/tests/chmod/11.t index f7bc0568c99b..86eee6610a60 100644 --- a/tools/regression/fstest/tests/chmod/11.t +++ b/tools/regression/fstest/tests/chmod/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chmod/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chmod returns EFTYPE if the effective user ID is not the super-user, the mode includes the sticky bit (S_ISVTX), and path does not refer to a directory" diff --git a/tools/regression/fstest/tests/chown/00.t b/tools/regression/fstest/tests/chown/00.t index 154129aac7a8..3ca9f0728622 100644 --- a/tools/regression/fstest/tests/chown/00.t +++ b/tools/regression/fstest/tests/chown/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/00.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown changes ownership" diff --git a/tools/regression/fstest/tests/chown/01.t b/tools/regression/fstest/tests/chown/01.t index 9559e6e586e2..42034c42a148 100644 --- a/tools/regression/fstest/tests/chown/01.t +++ b/tools/regression/fstest/tests/chown/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns ENOTDIR if a component of the path prefix is not a directory" diff --git a/tools/regression/fstest/tests/chown/02.t b/tools/regression/fstest/tests/chown/02.t index 12e6b2e1df8c..1fdd2c9dd718 100644 --- a/tools/regression/fstest/tests/chown/02.t +++ b/tools/regression/fstest/tests/chown/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/chown/03.t b/tools/regression/fstest/tests/chown/03.t index bb3f74b1d163..d2c293c11992 100644 --- a/tools/regression/fstest/tests/chown/03.t +++ b/tools/regression/fstest/tests/chown/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/chown/04.t b/tools/regression/fstest/tests/chown/04.t index 8575de7a9b7a..df8736621db7 100644 --- a/tools/regression/fstest/tests/chown/04.t +++ b/tools/regression/fstest/tests/chown/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns ENOENT if the named file does not exist" diff --git a/tools/regression/fstest/tests/chown/05.t b/tools/regression/fstest/tests/chown/05.t index 844ffca2eb5b..4af9b05016db 100644 --- a/tools/regression/fstest/tests/chown/05.t +++ b/tools/regression/fstest/tests/chown/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/05.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/chown/06.t b/tools/regression/fstest/tests/chown/06.t index 8e6d2cc63898..46511fa1add9 100644 --- a/tools/regression/fstest/tests/chown/06.t +++ b/tools/regression/fstest/tests/chown/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/chown/07.t b/tools/regression/fstest/tests/chown/07.t index a9789ebdf8ce..8fb66ba119ed 100644 --- a/tools/regression/fstest/tests/chown/07.t +++ b/tools/regression/fstest/tests/chown/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/07.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns EPERM if the operation would change the ownership, but the effective user ID is not the super-user and the process is not an owner of the file" diff --git a/tools/regression/fstest/tests/chown/08.t b/tools/regression/fstest/tests/chown/08.t index 9fed4556f3d9..d22118d76ca3 100644 --- a/tools/regression/fstest/tests/chown/08.t +++ b/tools/regression/fstest/tests/chown/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns EPERM if the named file has its immutable or append-only flag set" diff --git a/tools/regression/fstest/tests/chown/09.t b/tools/regression/fstest/tests/chown/09.t index 9751f9732012..bc9af4d0c3d2 100644 --- a/tools/regression/fstest/tests/chown/09.t +++ b/tools/regression/fstest/tests/chown/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns EROFS if the named file resides on a read-only file system" diff --git a/tools/regression/fstest/tests/chown/10.t b/tools/regression/fstest/tests/chown/10.t index 1ef6f850f7a5..0ab7c7dc1bc2 100644 --- a/tools/regression/fstest/tests/chown/10.t +++ b/tools/regression/fstest/tests/chown/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/chown/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="chown returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/conf b/tools/regression/fstest/tests/conf index 54183e45ec1b..61a69c84ecf9 100644 --- a/tools/regression/fstest/tests/conf +++ b/tools/regression/fstest/tests/conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/conf,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ # fstest configuration file # Known operating systems: FreeBSD, SunOS, Linux diff --git a/tools/regression/fstest/tests/link/00.t b/tools/regression/fstest/tests/link/00.t index e5ac67d57aaa..07ff2592527b 100644 --- a/tools/regression/fstest/tests/link/00.t +++ b/tools/regression/fstest/tests/link/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/00.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="link creates hardlinks" diff --git a/tools/regression/fstest/tests/link/01.t b/tools/regression/fstest/tests/link/01.t index 9a740ed9451f..4e55e948ecfc 100644 --- a/tools/regression/fstest/tests/link/01.t +++ b/tools/regression/fstest/tests/link/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns ENOTDIR if a component of either path prefix is not a directory" diff --git a/tools/regression/fstest/tests/link/02.t b/tools/regression/fstest/tests/link/02.t index 436b627ba7ec..6ee8b22601f8 100644 --- a/tools/regression/fstest/tests/link/02.t +++ b/tools/regression/fstest/tests/link/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns ENAMETOOLONG if a component of either pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/link/03.t b/tools/regression/fstest/tests/link/03.t index 8fcb77fbafcc..a6efed7cb6f9 100644 --- a/tools/regression/fstest/tests/link/03.t +++ b/tools/regression/fstest/tests/link/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns ENAMETOOLONG if an entire length of either path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/link/04.t b/tools/regression/fstest/tests/link/04.t index d27beef1760d..e63df49be5e2 100644 --- a/tools/regression/fstest/tests/link/04.t +++ b/tools/regression/fstest/tests/link/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns ENOENT if a component of either path prefix does not exist" diff --git a/tools/regression/fstest/tests/link/05.t b/tools/regression/fstest/tests/link/05.t index c1da71748427..2a626e43e3b2 100644 --- a/tools/regression/fstest/tests/link/05.t +++ b/tools/regression/fstest/tests/link/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EMLINK if the link count of the file named by name1 would exceed 32767" diff --git a/tools/regression/fstest/tests/link/06.t b/tools/regression/fstest/tests/link/06.t index 3ce091918765..fd1f6daa51da 100644 --- a/tools/regression/fstest/tests/link/06.t +++ b/tools/regression/fstest/tests/link/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EACCES when a component of either path prefix denies search permission" diff --git a/tools/regression/fstest/tests/link/07.t b/tools/regression/fstest/tests/link/07.t index f9d35e76f9ae..c11437853815 100644 --- a/tools/regression/fstest/tests/link/07.t +++ b/tools/regression/fstest/tests/link/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EACCES when the requested link requires writing in a directory with a mode that denies write permission" diff --git a/tools/regression/fstest/tests/link/08.t b/tools/regression/fstest/tests/link/08.t index f9d9445db5f0..bbaf5715d6c7 100644 --- a/tools/regression/fstest/tests/link/08.t +++ b/tools/regression/fstest/tests/link/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns ELOOP if too many symbolic links were encountered in translating one of the pathnames" diff --git a/tools/regression/fstest/tests/link/09.t b/tools/regression/fstest/tests/link/09.t index 224395f42187..a72522ab34da 100644 --- a/tools/regression/fstest/tests/link/09.t +++ b/tools/regression/fstest/tests/link/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns ENOENT if the source file does not exist" diff --git a/tools/regression/fstest/tests/link/10.t b/tools/regression/fstest/tests/link/10.t index beb141c81d8d..39c41c492051 100644 --- a/tools/regression/fstest/tests/link/10.t +++ b/tools/regression/fstest/tests/link/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EEXIST if the destination file does exist" diff --git a/tools/regression/fstest/tests/link/11.t b/tools/regression/fstest/tests/link/11.t index cf31c9ee31fd..60655070a018 100644 --- a/tools/regression/fstest/tests/link/11.t +++ b/tools/regression/fstest/tests/link/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EPERM if the source file is a directory" diff --git a/tools/regression/fstest/tests/link/12.t b/tools/regression/fstest/tests/link/12.t index 1f1efdc016ed..f6872f17e682 100644 --- a/tools/regression/fstest/tests/link/12.t +++ b/tools/regression/fstest/tests/link/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EPERM if the source file has its immutable or append-only flag set" diff --git a/tools/regression/fstest/tests/link/13.t b/tools/regression/fstest/tests/link/13.t index f6a00eaa437d..d45493463f7c 100644 --- a/tools/regression/fstest/tests/link/13.t +++ b/tools/regression/fstest/tests/link/13.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/13.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EPERM if the parent directory of the destination file has its immutable flag set" diff --git a/tools/regression/fstest/tests/link/14.t b/tools/regression/fstest/tests/link/14.t index 2b0dca332b6a..207a2724aa23 100644 --- a/tools/regression/fstest/tests/link/14.t +++ b/tools/regression/fstest/tests/link/14.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/14.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EXDEV if the source and the destination files are on different file systems" diff --git a/tools/regression/fstest/tests/link/15.t b/tools/regression/fstest/tests/link/15.t index 42c6ccf4cc1e..1e66cb2f2beb 100644 --- a/tools/regression/fstest/tests/link/15.t +++ b/tools/regression/fstest/tests/link/15.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/15.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns ENOSPC if the directory in which the entry for the new link is being placed cannot be extended because there is no space left on the file system containing the directory" diff --git a/tools/regression/fstest/tests/link/16.t b/tools/regression/fstest/tests/link/16.t index 0adb225041ef..8e942f91b8ff 100644 --- a/tools/regression/fstest/tests/link/16.t +++ b/tools/regression/fstest/tests/link/16.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/16.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EROFS if the requested link requires writing in a directory on a read-only file system" diff --git a/tools/regression/fstest/tests/link/17.t b/tools/regression/fstest/tests/link/17.t index cb56128642bc..5c2482d062bf 100644 --- a/tools/regression/fstest/tests/link/17.t +++ b/tools/regression/fstest/tests/link/17.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/link/17.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="link returns EFAULT if one of the pathnames specified is outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/misc.sh b/tools/regression/fstest/tests/misc.sh index 0ca80651a608..7b277501ac7e 100644 --- a/tools/regression/fstest/tests/misc.sh +++ b/tools/regression/fstest/tests/misc.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/misc.sh,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ ntest=1 diff --git a/tools/regression/fstest/tests/mkdir/00.t b/tools/regression/fstest/tests/mkdir/00.t index d640de9b1a2d..182ec78775d5 100644 --- a/tools/regression/fstest/tests/mkdir/00.t +++ b/tools/regression/fstest/tests/mkdir/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/00.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir creates directories" diff --git a/tools/regression/fstest/tests/mkdir/01.t b/tools/regression/fstest/tests/mkdir/01.t index 43717e648474..ae87c5323701 100644 --- a/tools/regression/fstest/tests/mkdir/01.t +++ b/tools/regression/fstest/tests/mkdir/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns ENOTDIR if a component of the path prefix is not a directory" diff --git a/tools/regression/fstest/tests/mkdir/02.t b/tools/regression/fstest/tests/mkdir/02.t index 8a4c47a7673d..6a3340c7db6b 100644 --- a/tools/regression/fstest/tests/mkdir/02.t +++ b/tools/regression/fstest/tests/mkdir/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/mkdir/03.t b/tools/regression/fstest/tests/mkdir/03.t index 36213af8187b..84465da92fe7 100644 --- a/tools/regression/fstest/tests/mkdir/03.t +++ b/tools/regression/fstest/tests/mkdir/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/mkdir/04.t b/tools/regression/fstest/tests/mkdir/04.t index cd6581964155..bbc51f71c455 100644 --- a/tools/regression/fstest/tests/mkdir/04.t +++ b/tools/regression/fstest/tests/mkdir/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns ENOENT if a component of the path prefix does not exist" diff --git a/tools/regression/fstest/tests/mkdir/05.t b/tools/regression/fstest/tests/mkdir/05.t index 7e97d9bc6ed6..4e667b21d7c0 100644 --- a/tools/regression/fstest/tests/mkdir/05.t +++ b/tools/regression/fstest/tests/mkdir/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/mkdir/06.t b/tools/regression/fstest/tests/mkdir/06.t index 79aa5395615a..5e02c8d0e7a2 100644 --- a/tools/regression/fstest/tests/mkdir/06.t +++ b/tools/regression/fstest/tests/mkdir/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns EACCES when write permission is denied on the parent directory of the directory to be created" diff --git a/tools/regression/fstest/tests/mkdir/07.t b/tools/regression/fstest/tests/mkdir/07.t index dbb00df16a87..70653ef80c36 100644 --- a/tools/regression/fstest/tests/mkdir/07.t +++ b/tools/regression/fstest/tests/mkdir/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/mkdir/08.t b/tools/regression/fstest/tests/mkdir/08.t index f87c7bc2d559..7fbf1128aec9 100644 --- a/tools/regression/fstest/tests/mkdir/08.t +++ b/tools/regression/fstest/tests/mkdir/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns EPERM if the parent directory of the directory to be created has its immutable flag set" diff --git a/tools/regression/fstest/tests/mkdir/09.t b/tools/regression/fstest/tests/mkdir/09.t index c36d0308a3f7..778b955d614a 100644 --- a/tools/regression/fstest/tests/mkdir/09.t +++ b/tools/regression/fstest/tests/mkdir/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns EROFS if the named file resides on a read-only file system" diff --git a/tools/regression/fstest/tests/mkdir/10.t b/tools/regression/fstest/tests/mkdir/10.t index 217bdedf8288..e0441316217d 100644 --- a/tools/regression/fstest/tests/mkdir/10.t +++ b/tools/regression/fstest/tests/mkdir/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns EEXIST if the named file exists" diff --git a/tools/regression/fstest/tests/mkdir/11.t b/tools/regression/fstest/tests/mkdir/11.t index 8b9758b80018..3fb2dc39e318 100644 --- a/tools/regression/fstest/tests/mkdir/11.t +++ b/tools/regression/fstest/tests/mkdir/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns ENOSPC if there are no free inodes on the file system on which the directory is being created" diff --git a/tools/regression/fstest/tests/mkdir/12.t b/tools/regression/fstest/tests/mkdir/12.t index af322c4247aa..be32420ad92b 100644 --- a/tools/regression/fstest/tests/mkdir/12.t +++ b/tools/regression/fstest/tests/mkdir/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkdir/12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkdir returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/mkfifo/00.t b/tools/regression/fstest/tests/mkfifo/00.t index eda7b1789f73..22056145c367 100644 --- a/tools/regression/fstest/tests/mkfifo/00.t +++ b/tools/regression/fstest/tests/mkfifo/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/00.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo creates fifo files" diff --git a/tools/regression/fstest/tests/mkfifo/01.t b/tools/regression/fstest/tests/mkfifo/01.t index 69bfff582652..45d3c5fbcd79 100644 --- a/tools/regression/fstest/tests/mkfifo/01.t +++ b/tools/regression/fstest/tests/mkfifo/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns ENOTDIR if a component of the path prefix is not a directory" diff --git a/tools/regression/fstest/tests/mkfifo/02.t b/tools/regression/fstest/tests/mkfifo/02.t index 1f3a64e16e86..4f2c61fe37d5 100644 --- a/tools/regression/fstest/tests/mkfifo/02.t +++ b/tools/regression/fstest/tests/mkfifo/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/mkfifo/03.t b/tools/regression/fstest/tests/mkfifo/03.t index aa48201ae31e..374ae124381d 100644 --- a/tools/regression/fstest/tests/mkfifo/03.t +++ b/tools/regression/fstest/tests/mkfifo/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/mkfifo/04.t b/tools/regression/fstest/tests/mkfifo/04.t index d9ad95114418..efe23392895e 100644 --- a/tools/regression/fstest/tests/mkfifo/04.t +++ b/tools/regression/fstest/tests/mkfifo/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns ENOENT if a component of the path prefix does not exist" diff --git a/tools/regression/fstest/tests/mkfifo/05.t b/tools/regression/fstest/tests/mkfifo/05.t index d93d568e733d..d9d79a9f16bb 100644 --- a/tools/regression/fstest/tests/mkfifo/05.t +++ b/tools/regression/fstest/tests/mkfifo/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/mkfifo/06.t b/tools/regression/fstest/tests/mkfifo/06.t index 47f199b31118..10f4721efecb 100644 --- a/tools/regression/fstest/tests/mkfifo/06.t +++ b/tools/regression/fstest/tests/mkfifo/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns EACCES when write permission is denied on the parent directory of the file to be created" diff --git a/tools/regression/fstest/tests/mkfifo/07.t b/tools/regression/fstest/tests/mkfifo/07.t index 44271b6df534..8c911fc1b05e 100644 --- a/tools/regression/fstest/tests/mkfifo/07.t +++ b/tools/regression/fstest/tests/mkfifo/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/mkfifo/08.t b/tools/regression/fstest/tests/mkfifo/08.t index a4b00020b706..193a67323a40 100644 --- a/tools/regression/fstest/tests/mkfifo/08.t +++ b/tools/regression/fstest/tests/mkfifo/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns EROFS if the named file resides on a read-only file system" diff --git a/tools/regression/fstest/tests/mkfifo/09.t b/tools/regression/fstest/tests/mkfifo/09.t index 102e12bae65d..6f7953409a11 100644 --- a/tools/regression/fstest/tests/mkfifo/09.t +++ b/tools/regression/fstest/tests/mkfifo/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns EEXIST if the named file exists" diff --git a/tools/regression/fstest/tests/mkfifo/10.t b/tools/regression/fstest/tests/mkfifo/10.t index beeacabca00d..6d15c6206177 100644 --- a/tools/regression/fstest/tests/mkfifo/10.t +++ b/tools/regression/fstest/tests/mkfifo/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns EPERM if the parent directory of the file to be created has its immutable flag set" diff --git a/tools/regression/fstest/tests/mkfifo/11.t b/tools/regression/fstest/tests/mkfifo/11.t index f9937fa46d32..d2722dca1b32 100644 --- a/tools/regression/fstest/tests/mkfifo/11.t +++ b/tools/regression/fstest/tests/mkfifo/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns ENOSPC if there are no free inodes on the file system on which the file is being created" diff --git a/tools/regression/fstest/tests/mkfifo/12.t b/tools/regression/fstest/tests/mkfifo/12.t index 40c1455ad395..c1c079d7c395 100644 --- a/tools/regression/fstest/tests/mkfifo/12.t +++ b/tools/regression/fstest/tests/mkfifo/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/mkfifo/12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="mkfifo returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/open/00.t b/tools/regression/fstest/tests/open/00.t index caa24f0a8b13..20d7d8646e6c 100644 --- a/tools/regression/fstest/tests/open/00.t +++ b/tools/regression/fstest/tests/open/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/00.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open opens (and eventually creates) a file" diff --git a/tools/regression/fstest/tests/open/01.t b/tools/regression/fstest/tests/open/01.t index 39446baf7580..668baa337148 100644 --- a/tools/regression/fstest/tests/open/01.t +++ b/tools/regression/fstest/tests/open/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns ENOTDIR if a component of the path prefix is not a directory" diff --git a/tools/regression/fstest/tests/open/02.t b/tools/regression/fstest/tests/open/02.t index ebd47e364518..e845dd129030 100644 --- a/tools/regression/fstest/tests/open/02.t +++ b/tools/regression/fstest/tests/open/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/open/03.t b/tools/regression/fstest/tests/open/03.t index ad78e5bb68f6..9c045e0681dc 100644 --- a/tools/regression/fstest/tests/open/03.t +++ b/tools/regression/fstest/tests/open/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/open/04.t b/tools/regression/fstest/tests/open/04.t index 1ce99cbb6341..99a98660a9b6 100644 --- a/tools/regression/fstest/tests/open/04.t +++ b/tools/regression/fstest/tests/open/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns ENOENT if a component of the path name that must exist does not exist or O_CREAT is not set and the named file does not exist" diff --git a/tools/regression/fstest/tests/open/05.t b/tools/regression/fstest/tests/open/05.t index 25ad7daed165..8868377c8828 100644 --- a/tools/regression/fstest/tests/open/05.t +++ b/tools/regression/fstest/tests/open/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/open/06.t b/tools/regression/fstest/tests/open/06.t index e72d191b27c5..66a5e17aebd5 100644 --- a/tools/regression/fstest/tests/open/06.t +++ b/tools/regression/fstest/tests/open/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EACCES when the required permissions (for reading and/or writing) are denied for the given flags" diff --git a/tools/regression/fstest/tests/open/07.t b/tools/regression/fstest/tests/open/07.t index a41d1933a810..8dc3fbe241ec 100644 --- a/tools/regression/fstest/tests/open/07.t +++ b/tools/regression/fstest/tests/open/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EACCES when O_TRUNC is specified and write permission is denied" diff --git a/tools/regression/fstest/tests/open/08.t b/tools/regression/fstest/tests/open/08.t index 22ea29be5631..a26842571462 100644 --- a/tools/regression/fstest/tests/open/08.t +++ b/tools/regression/fstest/tests/open/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EACCES when O_CREAT is specified, the file does not exist, and the directory in which it is to be created does not permit writing" diff --git a/tools/regression/fstest/tests/open/09.t b/tools/regression/fstest/tests/open/09.t index 4614a40e62bb..afc838423d9b 100644 --- a/tools/regression/fstest/tests/open/09.t +++ b/tools/regression/fstest/tests/open/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="O_CREAT is specified, the file does not exist, and the directory in which it is to be created has its immutable flag set" diff --git a/tools/regression/fstest/tests/open/10.t b/tools/regression/fstest/tests/open/10.t index d56ceb1e8a71..3e57e1fa512b 100644 --- a/tools/regression/fstest/tests/open/10.t +++ b/tools/regression/fstest/tests/open/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EPERM when the named file has its immutable flag set and the file is to be modified" diff --git a/tools/regression/fstest/tests/open/11.t b/tools/regression/fstest/tests/open/11.t index feb0ffe19d37..924c9b151dc7 100644 --- a/tools/regression/fstest/tests/open/11.t +++ b/tools/regression/fstest/tests/open/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EPERM when the named file has its append-only flag set, the file is to be modified, and O_TRUNC is specified or O_APPEND is not specified" diff --git a/tools/regression/fstest/tests/open/12.t b/tools/regression/fstest/tests/open/12.t index 2726dc1f9fe9..fded6212cd39 100644 --- a/tools/regression/fstest/tests/open/12.t +++ b/tools/regression/fstest/tests/open/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/open/13.t b/tools/regression/fstest/tests/open/13.t index 4d05a61c128b..14c1c2b8c7ac 100644 --- a/tools/regression/fstest/tests/open/13.t +++ b/tools/regression/fstest/tests/open/13.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/13.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EISDIR when he named file is a directory, and the arguments specify it is to be modified" diff --git a/tools/regression/fstest/tests/open/14.t b/tools/regression/fstest/tests/open/14.t index 771f451a4f28..ab732fc0e8c1 100644 --- a/tools/regression/fstest/tests/open/14.t +++ b/tools/regression/fstest/tests/open/14.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/14.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EROFS if the named file resides on a read-only file system, and the file is to be modified" diff --git a/tools/regression/fstest/tests/open/15.t b/tools/regression/fstest/tests/open/15.t index 76b57d39e273..ba30fddff48b 100644 --- a/tools/regression/fstest/tests/open/15.t +++ b/tools/regression/fstest/tests/open/15.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/15.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EROFS when O_CREAT is specified and the named file would reside on a read-only file system" diff --git a/tools/regression/fstest/tests/open/16.t b/tools/regression/fstest/tests/open/16.t index ec317686563b..3d32ce159d43 100644 --- a/tools/regression/fstest/tests/open/16.t +++ b/tools/regression/fstest/tests/open/16.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/16.t,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EMLINK/ELOOP when O_NOFOLLOW was specified and the target is a symbolic link" diff --git a/tools/regression/fstest/tests/open/17.t b/tools/regression/fstest/tests/open/17.t index 2224daf5ea59..908aca783915 100644 --- a/tools/regression/fstest/tests/open/17.t +++ b/tools/regression/fstest/tests/open/17.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/17.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns ENXIO when O_NONBLOCK is set, the named file is a fifo, O_WRONLY is set, and no process has the file open for reading" diff --git a/tools/regression/fstest/tests/open/18.t b/tools/regression/fstest/tests/open/18.t index 978ba169fe26..5261d1b22b7a 100644 --- a/tools/regression/fstest/tests/open/18.t +++ b/tools/regression/fstest/tests/open/18.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/18.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EWOULDBLOCK when O_NONBLOCK and one of O_SHLOCK or O_EXLOCK is specified and the file is locked" diff --git a/tools/regression/fstest/tests/open/19.t b/tools/regression/fstest/tests/open/19.t index aa2d909aaa96..67efc31a05c5 100644 --- a/tools/regression/fstest/tests/open/19.t +++ b/tools/regression/fstest/tests/open/19.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/19.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns ENOSPC when O_CREAT is specified, the file does not exist, and there are no free inodes on the file system on which the file is being created" diff --git a/tools/regression/fstest/tests/open/20.t b/tools/regression/fstest/tests/open/20.t index fc926f47c999..0a74bb83bab0 100644 --- a/tools/regression/fstest/tests/open/20.t +++ b/tools/regression/fstest/tests/open/20.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/20.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns ETXTBSY when the file is a pure procedure (shared text) file that is being executed and the open() system call requests write access" diff --git a/tools/regression/fstest/tests/open/21.t b/tools/regression/fstest/tests/open/21.t index c43d7fd70faa..9e46b8c29d68 100644 --- a/tools/regression/fstest/tests/open/21.t +++ b/tools/regression/fstest/tests/open/21.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/21.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/open/22.t b/tools/regression/fstest/tests/open/22.t index 5e3d22827f74..ec8f731707b0 100644 --- a/tools/regression/fstest/tests/open/22.t +++ b/tools/regression/fstest/tests/open/22.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/22.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EEXIST when O_CREAT and O_EXCL were specified and the file exists" diff --git a/tools/regression/fstest/tests/open/23.t b/tools/regression/fstest/tests/open/23.t index ea6335f2b53d..4e250007cfed 100644 --- a/tools/regression/fstest/tests/open/23.t +++ b/tools/regression/fstest/tests/open/23.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/open/23.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="open returns EINVAL when an attempt was made to open a descriptor with an illegal combination of O_RDONLY, O_WRONLY, and O_RDWR" diff --git a/tools/regression/fstest/tests/rename/00.t b/tools/regression/fstest/tests/rename/00.t index db1feab4fe8e..872392958a00 100644 --- a/tools/regression/fstest/tests/rename/00.t +++ b/tools/regression/fstest/tests/rename/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/00.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename changes file name" diff --git a/tools/regression/fstest/tests/rename/01.t b/tools/regression/fstest/tests/rename/01.t index 7749b90046c2..d7a67404e1fb 100644 --- a/tools/regression/fstest/tests/rename/01.t +++ b/tools/regression/fstest/tests/rename/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns ENAMETOOLONG if a component of either pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/rename/02.t b/tools/regression/fstest/tests/rename/02.t index cbe2622d37fa..fd78b25b7db5 100644 --- a/tools/regression/fstest/tests/rename/02.t +++ b/tools/regression/fstest/tests/rename/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns ENAMETOOLONG if an entire length of either path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/rename/03.t b/tools/regression/fstest/tests/rename/03.t index 8404dbe27d0f..9f582e391fd8 100644 --- a/tools/regression/fstest/tests/rename/03.t +++ b/tools/regression/fstest/tests/rename/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns ENOENT if a component of the 'from' path does not exist, or a path prefix of 'to' does not exist" diff --git a/tools/regression/fstest/tests/rename/04.t b/tools/regression/fstest/tests/rename/04.t index af3801f94983..90c1a20569b1 100644 --- a/tools/regression/fstest/tests/rename/04.t +++ b/tools/regression/fstest/tests/rename/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EACCES when a component of either path prefix denies search permission" diff --git a/tools/regression/fstest/tests/rename/05.t b/tools/regression/fstest/tests/rename/05.t index 39aa28f2f54c..90ad851aba71 100644 --- a/tools/regression/fstest/tests/rename/05.t +++ b/tools/regression/fstest/tests/rename/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EACCES when the requested link requires writing in a directory with a mode that denies write permission" diff --git a/tools/regression/fstest/tests/rename/06.t b/tools/regression/fstest/tests/rename/06.t index 880c6045081a..54e5d90a0553 100644 --- a/tools/regression/fstest/tests/rename/06.t +++ b/tools/regression/fstest/tests/rename/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EPERM if the file pointed at by the 'from' argument has its immutable, undeletable or append-only flag set" diff --git a/tools/regression/fstest/tests/rename/07.t b/tools/regression/fstest/tests/rename/07.t index 40d04763a370..9cac91bde5eb 100644 --- a/tools/regression/fstest/tests/rename/07.t +++ b/tools/regression/fstest/tests/rename/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EPERM if the parent directory of the file pointed at by the 'from' argument has its immutable or append-only flag set" diff --git a/tools/regression/fstest/tests/rename/08.t b/tools/regression/fstest/tests/rename/08.t index 962eea10ab02..9056ffe9e480 100644 --- a/tools/regression/fstest/tests/rename/08.t +++ b/tools/regression/fstest/tests/rename/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EPERM if the parent directory of the file pointed at by the 'to' argument has its immutable flag set" diff --git a/tools/regression/fstest/tests/rename/09.t b/tools/regression/fstest/tests/rename/09.t index 41270f111338..8561bf3d82fe 100644 --- a/tools/regression/fstest/tests/rename/09.t +++ b/tools/regression/fstest/tests/rename/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EACCES or EPERM if the directory containing 'from' is marked sticky, and neither the containing directory nor 'from' are owned by the effective user ID" diff --git a/tools/regression/fstest/tests/rename/10.t b/tools/regression/fstest/tests/rename/10.t index 6d5e8315af26..35516a043e05 100644 --- a/tools/regression/fstest/tests/rename/10.t +++ b/tools/regression/fstest/tests/rename/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EACCES or EPERM if the file pointed at by the 'to' argument exists, the directory containing 'to' is marked sticky, and neither the containing directory nor 'to' are owned by the effective user ID" diff --git a/tools/regression/fstest/tests/rename/11.t b/tools/regression/fstest/tests/rename/11.t index 6120e648120a..6d0285703bba 100644 --- a/tools/regression/fstest/tests/rename/11.t +++ b/tools/regression/fstest/tests/rename/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns ELOOP if too many symbolic links were encountered in translating one of the pathnames" diff --git a/tools/regression/fstest/tests/rename/12.t b/tools/regression/fstest/tests/rename/12.t index 504980ca512c..544aa5da1f28 100644 --- a/tools/regression/fstest/tests/rename/12.t +++ b/tools/regression/fstest/tests/rename/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns ENOTDIR if a component of either path prefix is not a directory" diff --git a/tools/regression/fstest/tests/rename/13.t b/tools/regression/fstest/tests/rename/13.t index 5697311e86b9..6c034b891074 100644 --- a/tools/regression/fstest/tests/rename/13.t +++ b/tools/regression/fstest/tests/rename/13.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/13.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns ENOTDIR when the 'from' argument is a directory, but 'to' is not a directory" diff --git a/tools/regression/fstest/tests/rename/14.t b/tools/regression/fstest/tests/rename/14.t index 806e09d9ed64..58e9a0239f57 100644 --- a/tools/regression/fstest/tests/rename/14.t +++ b/tools/regression/fstest/tests/rename/14.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/14.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EISDIR when the 'to' argument is a directory, but 'from' is not a directory" diff --git a/tools/regression/fstest/tests/rename/15.t b/tools/regression/fstest/tests/rename/15.t index 0ef6cc306800..eeb1d771de37 100644 --- a/tools/regression/fstest/tests/rename/15.t +++ b/tools/regression/fstest/tests/rename/15.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/15.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EXDEV if the link named by 'to' and the file named by 'from' are on different file systems" diff --git a/tools/regression/fstest/tests/rename/16.t b/tools/regression/fstest/tests/rename/16.t index cda8e99a66a7..640a2c2ebdef 100644 --- a/tools/regression/fstest/tests/rename/16.t +++ b/tools/regression/fstest/tests/rename/16.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/16.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EROFS if the requested link requires writing in a directory on a read-only file system" diff --git a/tools/regression/fstest/tests/rename/17.t b/tools/regression/fstest/tests/rename/17.t index a3913499d44e..f18337ceac62 100644 --- a/tools/regression/fstest/tests/rename/17.t +++ b/tools/regression/fstest/tests/rename/17.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/17.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EFAULT if one of the pathnames specified is outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/rename/18.t b/tools/regression/fstest/tests/rename/18.t index a69913bdc210..1bf312fda92a 100644 --- a/tools/regression/fstest/tests/rename/18.t +++ b/tools/regression/fstest/tests/rename/18.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/18.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EINVAL when the 'from' argument is a parent directory of 'to'" diff --git a/tools/regression/fstest/tests/rename/19.t b/tools/regression/fstest/tests/rename/19.t index b068a0102f5e..9be9080b6910 100644 --- a/tools/regression/fstest/tests/rename/19.t +++ b/tools/regression/fstest/tests/rename/19.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/19.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EINVAL when an attempt is made to rename '.' or '..'" diff --git a/tools/regression/fstest/tests/rename/20.t b/tools/regression/fstest/tests/rename/20.t index 8a00d1f94299..40074ddb1265 100644 --- a/tools/regression/fstest/tests/rename/20.t +++ b/tools/regression/fstest/tests/rename/20.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rename/20.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rename returns EEXIST or ENOTEMPTY if the 'to' argument is a directory and is not empty" diff --git a/tools/regression/fstest/tests/rmdir/00.t b/tools/regression/fstest/tests/rmdir/00.t index 4381e6643d79..760eead9deec 100644 --- a/tools/regression/fstest/tests/rmdir/00.t +++ b/tools/regression/fstest/tests/rmdir/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/00.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir removes directories" diff --git a/tools/regression/fstest/tests/rmdir/01.t b/tools/regression/fstest/tests/rmdir/01.t index d2d407dd0e24..f875b0addf17 100644 --- a/tools/regression/fstest/tests/rmdir/01.t +++ b/tools/regression/fstest/tests/rmdir/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns ENOTDIR if a component of the path is not a directory" diff --git a/tools/regression/fstest/tests/rmdir/02.t b/tools/regression/fstest/tests/rmdir/02.t index dba59aee988f..6e634deb727d 100644 --- a/tools/regression/fstest/tests/rmdir/02.t +++ b/tools/regression/fstest/tests/rmdir/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/rmdir/03.t b/tools/regression/fstest/tests/rmdir/03.t index 1f70eca39668..55a24df25e79 100644 --- a/tools/regression/fstest/tests/rmdir/03.t +++ b/tools/regression/fstest/tests/rmdir/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/rmdir/04.t b/tools/regression/fstest/tests/rmdir/04.t index 77e1d30e57c3..5f1799d92308 100644 --- a/tools/regression/fstest/tests/rmdir/04.t +++ b/tools/regression/fstest/tests/rmdir/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns ENOENT if the named directory does not exist" diff --git a/tools/regression/fstest/tests/rmdir/05.t b/tools/regression/fstest/tests/rmdir/05.t index fd973a93af5f..7aa63d28d29d 100644 --- a/tools/regression/fstest/tests/rmdir/05.t +++ b/tools/regression/fstest/tests/rmdir/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/rmdir/06.t b/tools/regression/fstest/tests/rmdir/06.t index dbb378b02c10..6aa61bcc5504 100644 --- a/tools/regression/fstest/tests/rmdir/06.t +++ b/tools/regression/fstest/tests/rmdir/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EEXIST or ENOTEMPTY the named directory contains files other than '.' and '..' in it" diff --git a/tools/regression/fstest/tests/rmdir/07.t b/tools/regression/fstest/tests/rmdir/07.t index 2528245c0a41..fd4c4ee0b6aa 100644 --- a/tools/regression/fstest/tests/rmdir/07.t +++ b/tools/regression/fstest/tests/rmdir/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/rmdir/08.t b/tools/regression/fstest/tests/rmdir/08.t index c1fb819732c3..2df0ab609017 100644 --- a/tools/regression/fstest/tests/rmdir/08.t +++ b/tools/regression/fstest/tests/rmdir/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EACCES when write permission is denied on the directory containing the link to be removed" diff --git a/tools/regression/fstest/tests/rmdir/09.t b/tools/regression/fstest/tests/rmdir/09.t index 6b3959df2c3e..428a3b8da09a 100644 --- a/tools/regression/fstest/tests/rmdir/09.t +++ b/tools/regression/fstest/tests/rmdir/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EPERM if the named file has its immutable, undeletable or append-only flag set" diff --git a/tools/regression/fstest/tests/rmdir/10.t b/tools/regression/fstest/tests/rmdir/10.t index 225804133d79..d7d9612da738 100644 --- a/tools/regression/fstest/tests/rmdir/10.t +++ b/tools/regression/fstest/tests/rmdir/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EPERM if the parent directory of the named file has its immutable or append-only flag set" diff --git a/tools/regression/fstest/tests/rmdir/11.t b/tools/regression/fstest/tests/rmdir/11.t index b899948d11eb..40552f28d856 100644 --- a/tools/regression/fstest/tests/rmdir/11.t +++ b/tools/regression/fstest/tests/rmdir/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EACCES or EPERM if the directory containing the directory to be removed is marked sticky, and neither the containing directory nor the directory to be removed are owned by the effective user ID" diff --git a/tools/regression/fstest/tests/rmdir/12.t b/tools/regression/fstest/tests/rmdir/12.t index 06852f4361c9..785dddf8c7a8 100644 --- a/tools/regression/fstest/tests/rmdir/12.t +++ b/tools/regression/fstest/tests/rmdir/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/12.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EINVAL if the last component of the path is '.' or '..'" diff --git a/tools/regression/fstest/tests/rmdir/13.t b/tools/regression/fstest/tests/rmdir/13.t index 65fb78e393ba..9e6f1cfd199f 100644 --- a/tools/regression/fstest/tests/rmdir/13.t +++ b/tools/regression/fstest/tests/rmdir/13.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/13.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EBUSY if the directory to be removed is the mount point for a mounted file system" diff --git a/tools/regression/fstest/tests/rmdir/14.t b/tools/regression/fstest/tests/rmdir/14.t index b195933cf1bc..6439aa3e3c6d 100644 --- a/tools/regression/fstest/tests/rmdir/14.t +++ b/tools/regression/fstest/tests/rmdir/14.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/14.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EROFS if the named file resides on a read-only file system" diff --git a/tools/regression/fstest/tests/rmdir/15.t b/tools/regression/fstest/tests/rmdir/15.t index 8bfa1491f7ba..ff24c3cb4a7b 100644 --- a/tools/regression/fstest/tests/rmdir/15.t +++ b/tools/regression/fstest/tests/rmdir/15.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/rmdir/15.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="rmdir returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/symlink/00.t b/tools/regression/fstest/tests/symlink/00.t index 6e6d46d918ff..860ee1938031 100644 --- a/tools/regression/fstest/tests/symlink/00.t +++ b/tools/regression/fstest/tests/symlink/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/00.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink creates symbolic links" diff --git a/tools/regression/fstest/tests/symlink/01.t b/tools/regression/fstest/tests/symlink/01.t index f19870cf31de..0bab2631d5b9 100644 --- a/tools/regression/fstest/tests/symlink/01.t +++ b/tools/regression/fstest/tests/symlink/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns ENOTDIR if a component of the name2 path prefix is not a directory" diff --git a/tools/regression/fstest/tests/symlink/02.t b/tools/regression/fstest/tests/symlink/02.t index 630ce8ae6143..73a0a12b19bf 100644 --- a/tools/regression/fstest/tests/symlink/02.t +++ b/tools/regression/fstest/tests/symlink/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns ENAMETOOLONG if a component of the name2 pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/symlink/03.t b/tools/regression/fstest/tests/symlink/03.t index dc642d489a82..42e5dbb0b147 100644 --- a/tools/regression/fstest/tests/symlink/03.t +++ b/tools/regression/fstest/tests/symlink/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns ENAMETOOLONG if an entire length of either path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/symlink/04.t b/tools/regression/fstest/tests/symlink/04.t index cc5e7b7f3db1..66e79d877d28 100644 --- a/tools/regression/fstest/tests/symlink/04.t +++ b/tools/regression/fstest/tests/symlink/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns ENOENT if a component of the name2 path prefix does not exist" diff --git a/tools/regression/fstest/tests/symlink/05.t b/tools/regression/fstest/tests/symlink/05.t index c823a5940130..3f6aaecbe3e1 100644 --- a/tools/regression/fstest/tests/symlink/05.t +++ b/tools/regression/fstest/tests/symlink/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns EACCES when a component of the name2 path prefix denies search permission" diff --git a/tools/regression/fstest/tests/symlink/06.t b/tools/regression/fstest/tests/symlink/06.t index 1f2781865137..0cb31a769d8a 100644 --- a/tools/regression/fstest/tests/symlink/06.t +++ b/tools/regression/fstest/tests/symlink/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns EACCES if the parent directory of the file to be created denies write permission" diff --git a/tools/regression/fstest/tests/symlink/07.t b/tools/regression/fstest/tests/symlink/07.t index aa60b771fe96..68834167cfc4 100644 --- a/tools/regression/fstest/tests/symlink/07.t +++ b/tools/regression/fstest/tests/symlink/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns ELOOP if too many symbolic links were encountered in translating the name2 path name" diff --git a/tools/regression/fstest/tests/symlink/08.t b/tools/regression/fstest/tests/symlink/08.t index c4843e5aaed1..029744f638f2 100644 --- a/tools/regression/fstest/tests/symlink/08.t +++ b/tools/regression/fstest/tests/symlink/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns EEXIST if the name2 argument already exists" diff --git a/tools/regression/fstest/tests/symlink/09.t b/tools/regression/fstest/tests/symlink/09.t index 174b5bd981a0..326db4ae924c 100644 --- a/tools/regression/fstest/tests/symlink/09.t +++ b/tools/regression/fstest/tests/symlink/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns EPERM if the parent directory of the file named by name2 has its immutable flag set" diff --git a/tools/regression/fstest/tests/symlink/10.t b/tools/regression/fstest/tests/symlink/10.t index a8c43bf38ad4..9194a358e213 100644 --- a/tools/regression/fstest/tests/symlink/10.t +++ b/tools/regression/fstest/tests/symlink/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns EROFS if the file name2 would reside on a read-only file system" diff --git a/tools/regression/fstest/tests/symlink/11.t b/tools/regression/fstest/tests/symlink/11.t index 045985101066..5ab93d23cdfe 100644 --- a/tools/regression/fstest/tests/symlink/11.t +++ b/tools/regression/fstest/tests/symlink/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns ENOSPC if there are no free inodes on the file system on which the symbolic link is being created" diff --git a/tools/regression/fstest/tests/symlink/12.t b/tools/regression/fstest/tests/symlink/12.t index 8606a38acf35..129165c38d60 100644 --- a/tools/regression/fstest/tests/symlink/12.t +++ b/tools/regression/fstest/tests/symlink/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/symlink/12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="symlink returns EFAULT if one of the pathnames specified is outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/truncate/00.t b/tools/regression/fstest/tests/truncate/00.t index c09f0680865d..cfc94097cc97 100644 --- a/tools/regression/fstest/tests/truncate/00.t +++ b/tools/regression/fstest/tests/truncate/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/00.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate descrease/increase file size" diff --git a/tools/regression/fstest/tests/truncate/01.t b/tools/regression/fstest/tests/truncate/01.t index ac504a1f5124..be256902fde1 100644 --- a/tools/regression/fstest/tests/truncate/01.t +++ b/tools/regression/fstest/tests/truncate/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns ENOTDIR if a component of the path prefix is not a directory" diff --git a/tools/regression/fstest/tests/truncate/02.t b/tools/regression/fstest/tests/truncate/02.t index e418b968455a..dbf7c546c92a 100644 --- a/tools/regression/fstest/tests/truncate/02.t +++ b/tools/regression/fstest/tests/truncate/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/truncate/03.t b/tools/regression/fstest/tests/truncate/03.t index 6a4cd64fb2a9..528136d6fcf5 100644 --- a/tools/regression/fstest/tests/truncate/03.t +++ b/tools/regression/fstest/tests/truncate/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/truncate/04.t b/tools/regression/fstest/tests/truncate/04.t index 14f513c84795..577a19911b8c 100644 --- a/tools/regression/fstest/tests/truncate/04.t +++ b/tools/regression/fstest/tests/truncate/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns ENOENT if the named file does not exist" diff --git a/tools/regression/fstest/tests/truncate/05.t b/tools/regression/fstest/tests/truncate/05.t index 9aa65c84afcb..c424403b9336 100644 --- a/tools/regression/fstest/tests/truncate/05.t +++ b/tools/regression/fstest/tests/truncate/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/truncate/06.t b/tools/regression/fstest/tests/truncate/06.t index 8e0ca5bd55c5..e428ebc4000b 100644 --- a/tools/regression/fstest/tests/truncate/06.t +++ b/tools/regression/fstest/tests/truncate/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns EACCES if the named file is not writable by the user" diff --git a/tools/regression/fstest/tests/truncate/07.t b/tools/regression/fstest/tests/truncate/07.t index 60b8b907bf46..83b92dd5e5a3 100644 --- a/tools/regression/fstest/tests/truncate/07.t +++ b/tools/regression/fstest/tests/truncate/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/truncate/08.t b/tools/regression/fstest/tests/truncate/08.t index e4ea0fa12863..679410bf3cf5 100644 --- a/tools/regression/fstest/tests/truncate/08.t +++ b/tools/regression/fstest/tests/truncate/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/08.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns EPERM if the named file has its immutable or append-only flag set" diff --git a/tools/regression/fstest/tests/truncate/09.t b/tools/regression/fstest/tests/truncate/09.t index 1d95c7fe918c..2748031a4bcd 100644 --- a/tools/regression/fstest/tests/truncate/09.t +++ b/tools/regression/fstest/tests/truncate/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns EISDIR if the named file is a directory" diff --git a/tools/regression/fstest/tests/truncate/10.t b/tools/regression/fstest/tests/truncate/10.t index 2dc0b451f694..a554ab000163 100644 --- a/tools/regression/fstest/tests/truncate/10.t +++ b/tools/regression/fstest/tests/truncate/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns EROFS if the named file resides on a read-only file system" diff --git a/tools/regression/fstest/tests/truncate/11.t b/tools/regression/fstest/tests/truncate/11.t index f86235b94076..1aa4e1b98648 100644 --- a/tools/regression/fstest/tests/truncate/11.t +++ b/tools/regression/fstest/tests/truncate/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns ETXTBSY the file is a pure procedure (shared text) file that is being executed" diff --git a/tools/regression/fstest/tests/truncate/12.t b/tools/regression/fstest/tests/truncate/12.t index cf6a49743e49..11996ed65122 100644 --- a/tools/regression/fstest/tests/truncate/12.t +++ b/tools/regression/fstest/tests/truncate/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns EFBIG or EINVAL if the length argument was greater than the maximum file size" diff --git a/tools/regression/fstest/tests/truncate/13.t b/tools/regression/fstest/tests/truncate/13.t index 1084c43cf47f..718e4ceee8a1 100644 --- a/tools/regression/fstest/tests/truncate/13.t +++ b/tools/regression/fstest/tests/truncate/13.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/13.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns EINVAL if the length argument was less than 0" diff --git a/tools/regression/fstest/tests/truncate/14.t b/tools/regression/fstest/tests/truncate/14.t index 53dca715237e..36e82a058a51 100644 --- a/tools/regression/fstest/tests/truncate/14.t +++ b/tools/regression/fstest/tests/truncate/14.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/truncate/14.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="truncate returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fstest/tests/unlink/00.t b/tools/regression/fstest/tests/unlink/00.t index af4ccbf752ab..c7d11db47ddd 100644 --- a/tools/regression/fstest/tests/unlink/00.t +++ b/tools/regression/fstest/tests/unlink/00.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/00.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink removes regular files, symbolic links, fifos and sockets" diff --git a/tools/regression/fstest/tests/unlink/01.t b/tools/regression/fstest/tests/unlink/01.t index 13fa0fe4eab6..850ad4b9b401 100644 --- a/tools/regression/fstest/tests/unlink/01.t +++ b/tools/regression/fstest/tests/unlink/01.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/01.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns ENOTDIR if a component of the path prefix is not a directory" diff --git a/tools/regression/fstest/tests/unlink/02.t b/tools/regression/fstest/tests/unlink/02.t index 0d4c57925055..95af0d356951 100644 --- a/tools/regression/fstest/tests/unlink/02.t +++ b/tools/regression/fstest/tests/unlink/02.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/02.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns ENAMETOOLONG if a component of a pathname exceeded 255 characters" diff --git a/tools/regression/fstest/tests/unlink/03.t b/tools/regression/fstest/tests/unlink/03.t index 2c62eef673e0..8bc85d36136b 100644 --- a/tools/regression/fstest/tests/unlink/03.t +++ b/tools/regression/fstest/tests/unlink/03.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/03.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns ENAMETOOLONG if an entire path name exceeded 1023 characters" diff --git a/tools/regression/fstest/tests/unlink/04.t b/tools/regression/fstest/tests/unlink/04.t index 7885f27858ff..ded91b6bf49c 100644 --- a/tools/regression/fstest/tests/unlink/04.t +++ b/tools/regression/fstest/tests/unlink/04.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/04.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns ENOENT if the named file does not exist" diff --git a/tools/regression/fstest/tests/unlink/05.t b/tools/regression/fstest/tests/unlink/05.t index c30c3537e50d..405945d36915 100644 --- a/tools/regression/fstest/tests/unlink/05.t +++ b/tools/regression/fstest/tests/unlink/05.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/05.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns EACCES when search permission is denied for a component of the path prefix" diff --git a/tools/regression/fstest/tests/unlink/06.t b/tools/regression/fstest/tests/unlink/06.t index 3a64aa27509f..ad877e09f660 100644 --- a/tools/regression/fstest/tests/unlink/06.t +++ b/tools/regression/fstest/tests/unlink/06.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/06.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns EACCES when write permission is denied on the directory containing the link to be removed" diff --git a/tools/regression/fstest/tests/unlink/07.t b/tools/regression/fstest/tests/unlink/07.t index ea9d2a345df1..000c3c932b1f 100644 --- a/tools/regression/fstest/tests/unlink/07.t +++ b/tools/regression/fstest/tests/unlink/07.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/07.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns ELOOP if too many symbolic links were encountered in translating the pathname" diff --git a/tools/regression/fstest/tests/unlink/08.t b/tools/regression/fstest/tests/unlink/08.t index 5b0f03b9bc4a..359de3187610 100644 --- a/tools/regression/fstest/tests/unlink/08.t +++ b/tools/regression/fstest/tests/unlink/08.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/08.t,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns EPERM if the named file is a directory" diff --git a/tools/regression/fstest/tests/unlink/09.t b/tools/regression/fstest/tests/unlink/09.t index c069b0dc1e44..19b646f5f868 100644 --- a/tools/regression/fstest/tests/unlink/09.t +++ b/tools/regression/fstest/tests/unlink/09.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/09.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns EPERM if the named file has its immutable, undeletable or append-only flag set" diff --git a/tools/regression/fstest/tests/unlink/10.t b/tools/regression/fstest/tests/unlink/10.t index cf4188a59ab1..4bfd105c2612 100644 --- a/tools/regression/fstest/tests/unlink/10.t +++ b/tools/regression/fstest/tests/unlink/10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns EPERM if the parent directory of the named file has its immutable or append-only flag set" diff --git a/tools/regression/fstest/tests/unlink/11.t b/tools/regression/fstest/tests/unlink/11.t index 68084ec71f04..d579eaac936c 100644 --- a/tools/regression/fstest/tests/unlink/11.t +++ b/tools/regression/fstest/tests/unlink/11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns EACCES or EPERM if the directory containing the file is marked sticky, and neither the containing directory nor the file to be removed are owned by the effective user ID" diff --git a/tools/regression/fstest/tests/unlink/12.t b/tools/regression/fstest/tests/unlink/12.t index 65a3aaff5cb1..b865bf31fdf2 100644 --- a/tools/regression/fstest/tests/unlink/12.t +++ b/tools/regression/fstest/tests/unlink/12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns EROFS if the named file resides on a read-only file system" diff --git a/tools/regression/fstest/tests/unlink/13.t b/tools/regression/fstest/tests/unlink/13.t index da5e718d58de..0c96b7b88ce8 100644 --- a/tools/regression/fstest/tests/unlink/13.t +++ b/tools/regression/fstest/tests/unlink/13.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fstest/tests/unlink/13.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ desc="unlink returns EFAULT if the path argument points outside the process's allocated address space" diff --git a/tools/regression/fsx/Makefile b/tools/regression/fsx/Makefile index 687e7dda9a16..f7251fc90c06 100644 --- a/tools/regression/fsx/Makefile +++ b/tools/regression/fsx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/fsx/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= fsx diff --git a/tools/regression/fsx/fsx.c b/tools/regression/fsx/fsx.c index 7da745bfe3d1..00e7708978c8 100644 --- a/tools/regression/fsx/fsx.c +++ b/tools/regression/fsx/fsx.c @@ -36,7 +36,7 @@ * * Updated license to APSL 2.0, 2004/7/27 - Jordan Hubbard * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/fsx/fsx.c,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/tools/regression/gaithrstress/Makefile b/tools/regression/gaithrstress/Makefile index 2506e017a3bd..3d4b42dadccb 100644 --- a/tools/regression/gaithrstress/Makefile +++ b/tools/regression/gaithrstress/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/gaithrstress/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= gaithrstress LDADD+= -pthread diff --git a/tools/regression/gaithrstress/gaithrstress.c b/tools/regression/gaithrstress/gaithrstress.c index 023e0b57355b..ea79333da7bb 100644 --- a/tools/regression/gaithrstress/gaithrstress.c +++ b/tools/regression/gaithrstress/gaithrstress.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/gaithrstress/gaithrstress.c,v 1.3.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/geom/ConfCmp/ConfCmp.c b/tools/regression/geom/ConfCmp/ConfCmp.c index 1ddf502f9110..5ff10ab68cba 100644 --- a/tools/regression/geom/ConfCmp/ConfCmp.c +++ b/tools/regression/geom/ConfCmp/ConfCmp.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/geom/ConfCmp/ConfCmp.c,v 1.9.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/regression/geom/ConfCmp/Makefile b/tools/regression/geom/ConfCmp/Makefile index 3be5e70f1dfe..4610d80a80ee 100644 --- a/tools/regression/geom/ConfCmp/Makefile +++ b/tools/regression/geom/ConfCmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom/ConfCmp/Makefile,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ConfCmp SRCS+= ConfCmp.c diff --git a/tools/regression/geom/ConfCmp/a1.conf b/tools/regression/geom/ConfCmp/a1.conf index 94171cdacb10..bd4adb1eec49 100644 --- a/tools/regression/geom/ConfCmp/a1.conf +++ b/tools/regression/geom/ConfCmp/a1.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a1.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <method> <ref>0x80712c0</ref> <name>DEV-method</name> diff --git a/tools/regression/geom/ConfCmp/a1a.conf b/tools/regression/geom/ConfCmp/a1a.conf index 01110f39f8af..fe0b93efc733 100644 --- a/tools/regression/geom/ConfCmp/a1a.conf +++ b/tools/regression/geom/ConfCmp/a1a.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a1a.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <method> <ref>0x90712c0</ref> <name>DEV-method</name> diff --git a/tools/regression/geom/ConfCmp/a1b.conf b/tools/regression/geom/ConfCmp/a1b.conf index 46f423b28ec0..d61b3cb45119 100644 --- a/tools/regression/geom/ConfCmp/a1b.conf +++ b/tools/regression/geom/ConfCmp/a1b.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a1b.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <method> <ref>0x80712c0</ref> <name>DEV-method</name> diff --git a/tools/regression/geom/ConfCmp/a1c.conf b/tools/regression/geom/ConfCmp/a1c.conf index 1b5a2b939c2e..a99d2e51a404 100644 --- a/tools/regression/geom/ConfCmp/a1c.conf +++ b/tools/regression/geom/ConfCmp/a1c.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a1c.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <method> <ref>0x80712c0</ref> <name>DEV-method</name> diff --git a/tools/regression/geom/ConfCmp/a1d.conf b/tools/regression/geom/ConfCmp/a1d.conf index a9063c554b35..45812493899a 100644 --- a/tools/regression/geom/ConfCmp/a1d.conf +++ b/tools/regression/geom/ConfCmp/a1d.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a1d.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <method> <ref>0x80712c0</ref> <name>DEV-method</name> diff --git a/tools/regression/geom/ConfCmp/a2.conf b/tools/regression/geom/ConfCmp/a2.conf index 6688fd1ea451..258ba30357d1 100644 --- a/tools/regression/geom/ConfCmp/a2.conf +++ b/tools/regression/geom/ConfCmp/a2.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a2.conf,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <class id="0x80740e0"> <name>DEV-class</name> <geom id="0x80bce00"> diff --git a/tools/regression/geom/ConfCmp/a2a.conf b/tools/regression/geom/ConfCmp/a2a.conf index 3d35fe9d32c9..21e8bfde3648 100644 --- a/tools/regression/geom/ConfCmp/a2a.conf +++ b/tools/regression/geom/ConfCmp/a2a.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a2a.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <class id="0x90740e0"> <name>DEV-class</name> <geom id="0x90bce00"> diff --git a/tools/regression/geom/ConfCmp/a2b.conf b/tools/regression/geom/ConfCmp/a2b.conf index 58c0e15b64f1..f31a84d18fbe 100644 --- a/tools/regression/geom/ConfCmp/a2b.conf +++ b/tools/regression/geom/ConfCmp/a2b.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a2b.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <class id="0x80740e0"> <name>DEV-class</name> <geom id="0x80bce00"> diff --git a/tools/regression/geom/ConfCmp/a2c.conf b/tools/regression/geom/ConfCmp/a2c.conf index 381c4106a52f..1b12fe58c119 100644 --- a/tools/regression/geom/ConfCmp/a2c.conf +++ b/tools/regression/geom/ConfCmp/a2c.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a2c.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <class id="0x80740e0"> <name>DEV-class</name> <geom id="0x80bce00"> diff --git a/tools/regression/geom/ConfCmp/a2d.conf b/tools/regression/geom/ConfCmp/a2d.conf index bccaed5e43fa..4d4ceb21ee24 100644 --- a/tools/regression/geom/ConfCmp/a2d.conf +++ b/tools/regression/geom/ConfCmp/a2d.conf @@ -1,5 +1,5 @@ <mesh> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/ConfCmp/a2d.conf,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <class id="0x80740e0"> <name>DEV-class</name> <geom id="0x80bce00"> diff --git a/tools/regression/geom/Data/disk.alpha.da0.xml b/tools/regression/geom/Data/disk.alpha.da0.xml index 670fcc38d596..8bc9fdb2fe1c 100644 --- a/tools/regression/geom/Data/disk.alpha.da0.xml +++ b/tools/regression/geom/Data/disk.alpha.da0.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <DISKIMAGE> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/Data/disk.alpha.da0.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <comment> Yet an alpha disklabel. </comment> diff --git a/tools/regression/geom/Data/disk.alpha2.da0.xml b/tools/regression/geom/Data/disk.alpha2.da0.xml index 5b341b174d6d..dda4be42a6e5 100644 --- a/tools/regression/geom/Data/disk.alpha2.da0.xml +++ b/tools/regression/geom/Data/disk.alpha2.da0.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <DISKIMAGE> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/Data/disk.alpha2.da0.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <comment> alpha label which O'brien says blows up libdisk </comment> diff --git a/tools/regression/geom/Data/disk.apple.xml b/tools/regression/geom/Data/disk.apple.xml index ecdd5236497c..20730674ab92 100644 --- a/tools/regression/geom/Data/disk.apple.xml +++ b/tools/regression/geom/Data/disk.apple.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <DISKIMAGE> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/Data/disk.apple.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <sectorsize>512</sectorsize> <mediasize>366530560</mediasize> <fwsectors>0</fwsectors> diff --git a/tools/regression/geom/Data/disk.beast.da0.xml b/tools/regression/geom/Data/disk.beast.da0.xml index 96ad5f74ddef..21ba37940496 100644 --- a/tools/regression/geom/Data/disk.beast.da0.xml +++ b/tools/regression/geom/Data/disk.beast.da0.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.beast.da0.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ alpha BSD label from beast.freebsd.org </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/Data/disk.critter.ad0.xml b/tools/regression/geom/Data/disk.critter.ad0.xml index 9e93b2414345..4cc93487bde0 100644 --- a/tools/regression/geom/Data/disk.critter.ad0.xml +++ b/tools/regression/geom/Data/disk.critter.ad0.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.critter.ad0.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ This image contains the MBR and disklabel sectors from my Asus M1300 laptop. </comment> diff --git a/tools/regression/geom/Data/disk.empty.flp.xml b/tools/regression/geom/Data/disk.empty.flp.xml index 88c603ac9567..311c64037528 100644 --- a/tools/regression/geom/Data/disk.empty.flp.xml +++ b/tools/regression/geom/Data/disk.empty.flp.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.empty.flp.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ An empty floppy disk </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/Data/disk.far.ad0.xml b/tools/regression/geom/Data/disk.far.ad0.xml index 0a8d3ca9379b..793c87a011b4 100644 --- a/tools/regression/geom/Data/disk.far.ad0.xml +++ b/tools/regression/geom/Data/disk.far.ad0.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.far.ad0.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ A Windows laptop. </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/Data/disk.flat.da1.xml b/tools/regression/geom/Data/disk.flat.da1.xml index 2302a7c66c99..5e77b03ba035 100644 --- a/tools/regression/geom/Data/disk.flat.da1.xml +++ b/tools/regression/geom/Data/disk.flat.da1.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.flat.da1.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ This image contains an interesting setup: there is an MBR+BSD but also another BSD at sector one which is valid but bogus. </comment> diff --git a/tools/regression/geom/Data/disk.kern.flp.xml b/tools/regression/geom/Data/disk.kern.flp.xml index 6640c4875167..2ddcd99f168a 100644 --- a/tools/regression/geom/Data/disk.kern.flp.xml +++ b/tools/regression/geom/Data/disk.kern.flp.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.kern.flp.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ A FreeBSD kern.flp image. </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/Data/disk.msdos.ext.xml b/tools/regression/geom/Data/disk.msdos.ext.xml index 868a88f78237..53432f4e721d 100644 --- a/tools/regression/geom/Data/disk.msdos.ext.xml +++ b/tools/regression/geom/Data/disk.msdos.ext.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.msdos.ext.xml,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ A MSDOS 6.22 disk with maximal number of extended partitions. </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/Data/disk.msdos.flp.xml b/tools/regression/geom/Data/disk.msdos.flp.xml index d057d1ac75d5..46fd2049adc4 100644 --- a/tools/regression/geom/Data/disk.msdos.flp.xml +++ b/tools/regression/geom/Data/disk.msdos.flp.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.msdos.flp.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ A MSDOS floppy image. </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/Data/disk.pc98.wdc0.xml b/tools/regression/geom/Data/disk.pc98.wdc0.xml index 6bae97fd2d92..be57083b585a 100644 --- a/tools/regression/geom/Data/disk.pc98.wdc0.xml +++ b/tools/regression/geom/Data/disk.pc98.wdc0.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <DISKIMAGE> - <FreeBSD>$FreeBSD$</FreeBSD> + <FreeBSD>$FreeBSD: src/tools/regression/geom/Data/disk.pc98.wdc0.xml,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $</FreeBSD> <comment> A PC98 disklabel from Warner </comment> diff --git a/tools/regression/geom/Data/disk.sun.da0.xml b/tools/regression/geom/Data/disk.sun.da0.xml index 826581f086b0..2e79833a319c 100644 --- a/tools/regression/geom/Data/disk.sun.da0.xml +++ b/tools/regression/geom/Data/disk.sun.da0.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.sun.da0.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ A Solaris 8 disklabel </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/Data/disk.sun.da1.xml b/tools/regression/geom/Data/disk.sun.da1.xml index 0aac8e584d4a..a043b26c38a2 100644 --- a/tools/regression/geom/Data/disk.sun.da1.xml +++ b/tools/regression/geom/Data/disk.sun.da1.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.sun.da1.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ A Solaris 8 disklabel </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/Data/disk.typo.ad0.xml b/tools/regression/geom/Data/disk.typo.ad0.xml index 56383abf1c4c..293b7b812dbc 100644 --- a/tools/regression/geom/Data/disk.typo.ad0.xml +++ b/tools/regression/geom/Data/disk.typo.ad0.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <DISKIMAGE> <comment> - $FreeBSD$ + $FreeBSD: src/tools/regression/geom/Data/disk.typo.ad0.xml,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ A multislice FreeBSD disk </comment> <sectorsize>512</sectorsize> diff --git a/tools/regression/geom/MdLoad/Makefile b/tools/regression/geom/MdLoad/Makefile index 7bf18af772e2..8f17a5adfbe4 100644 --- a/tools/regression/geom/MdLoad/Makefile +++ b/tools/regression/geom/MdLoad/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom/MdLoad/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= MdLoad DPADD= ${LIBSBUF} ${LIBBSDXML} diff --git a/tools/regression/geom/MdLoad/MdLoad.c b/tools/regression/geom/MdLoad/MdLoad.c index 710d7d385ed5..b654ea0a2bf6 100644 --- a/tools/regression/geom/MdLoad/MdLoad.c +++ b/tools/regression/geom/MdLoad/MdLoad.c @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/geom/MdLoad/MdLoad.c,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/regression/geom/Ref/disk.alpha.da0.xml b/tools/regression/geom/Ref/disk.alpha.da0.xml index a300f0d5734d..f9d69278732a 100644 --- a/tools/regression/geom/Ref/disk.alpha.da0.xml +++ b/tools/regression/geom/Ref/disk.alpha.da0.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.alpha.da0.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 5120 10 /dev/md34a 512 251658240 491520 /dev/md34b 512 1086291968 2121664 diff --git a/tools/regression/geom/Ref/disk.alpha2.da0.xml b/tools/regression/geom/Ref/disk.alpha2.da0.xml index 7ef7573e729e..adfaf3db3ff9 100644 --- a/tools/regression/geom/Ref/disk.alpha2.da0.xml +++ b/tools/regression/geom/Ref/disk.alpha2.da0.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.alpha2.da0.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 5120 10 /dev/md34a 512 24675840 48195 /dev/md34b 512 4178442240 8161020 diff --git a/tools/regression/geom/Ref/disk.apple.xml b/tools/regression/geom/Ref/disk.apple.xml index a2a0f984b47e..55ed31c066e1 100644 --- a/tools/regression/geom/Ref/disk.apple.xml +++ b/tools/regression/geom/Ref/disk.apple.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.apple.xml,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 366530560 715880 /dev/md34s1 512 366481408 715784 /dev/md34s2 512 32256 63 diff --git a/tools/regression/geom/Ref/disk.beast.da0.xml b/tools/regression/geom/Ref/disk.beast.da0.xml index b6aa32e2e031..30a47d81a449 100644 --- a/tools/regression/geom/Ref/disk.beast.da0.xml +++ b/tools/regression/geom/Ref/disk.beast.da0.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.beast.da0.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 5120 10 /dev/md34a 512 4064280576 7938048 /dev/md34b 512 270925824 529152 diff --git a/tools/regression/geom/Ref/disk.critter.ad0.xml b/tools/regression/geom/Ref/disk.critter.ad0.xml index 0620bfebb1a4..ad4754d41df0 100644 --- a/tools/regression/geom/Ref/disk.critter.ad0.xml +++ b/tools/regression/geom/Ref/disk.critter.ad0.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.critter.ad0.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 2671841280 5218440 /dev/md34s1 512 20003848704 39070017 /dev/md34s1a 512 1073741824 2097152 diff --git a/tools/regression/geom/Ref/disk.empty.flp.xml b/tools/regression/geom/Ref/disk.empty.flp.xml index 659b4167ff60..c31579fde047 100644 --- a/tools/regression/geom/Ref/disk.empty.flp.xml +++ b/tools/regression/geom/Ref/disk.empty.flp.xml @@ -1,2 +1,2 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.empty.flp.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 1474560 2880 80 2 18 diff --git a/tools/regression/geom/Ref/disk.far.ad0.xml b/tools/regression/geom/Ref/disk.far.ad0.xml index 629816a448cd..17869b08fce3 100644 --- a/tools/regression/geom/Ref/disk.far.ad0.xml +++ b/tools/regression/geom/Ref/disk.far.ad0.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.far.ad0.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 5632 11 /dev/md34s1 512 296821760 579730 /dev/md34s2 512 4564740096 8915508 diff --git a/tools/regression/geom/Ref/disk.flat.da1.xml b/tools/regression/geom/Ref/disk.flat.da1.xml index 89e2df4941af..e711d871ae21 100644 --- a/tools/regression/geom/Ref/disk.flat.da1.xml +++ b/tools/regression/geom/Ref/disk.flat.da1.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.flat.da1.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 37888 74 /dev/md34a 512 37748736 73728 /dev/md34b 512 268435456 524288 diff --git a/tools/regression/geom/Ref/disk.kern.flp.xml b/tools/regression/geom/Ref/disk.kern.flp.xml index 6ff67a03c135..7b1bba747c62 100644 --- a/tools/regression/geom/Ref/disk.kern.flp.xml +++ b/tools/regression/geom/Ref/disk.kern.flp.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.kern.flp.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 5632 11 /dev/md34a 512 1474560 2880 /dev/md34b 512 1474560 2880 diff --git a/tools/regression/geom/Ref/disk.msdos.ext.xml b/tools/regression/geom/Ref/disk.msdos.ext.xml index dc2aced40157..246b949dea76 100644 --- a/tools/regression/geom/Ref/disk.msdos.ext.xml +++ b/tools/regression/geom/Ref/disk.msdos.ext.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.msdos.ext.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 2327759360 4546405 /dev/md34s1 512 2146765824 4192902 /dev/md34s10 512 8193024 16002 diff --git a/tools/regression/geom/Ref/disk.msdos.flp.xml b/tools/regression/geom/Ref/disk.msdos.flp.xml index c176c587ff43..e4caf3eebaa2 100644 --- a/tools/regression/geom/Ref/disk.msdos.flp.xml +++ b/tools/regression/geom/Ref/disk.msdos.flp.xml @@ -1,2 +1,2 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.msdos.flp.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 5632 11 diff --git a/tools/regression/geom/Ref/disk.pc98.wdc0.xml b/tools/regression/geom/Ref/disk.pc98.wdc0.xml index 5ffb0c98d86f..b2aeb0725828 100644 --- a/tools/regression/geom/Ref/disk.pc98.wdc0.xml +++ b/tools/regression/geom/Ref/disk.pc98.wdc0.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.pc98.wdc0.xml,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 75264 147 1 8 17 /dev/md34s1 512 1626603520 3176960 23360 8 17 /dev/md34s1a 512 78643200 153600 1129 8 17 diff --git a/tools/regression/geom/Ref/disk.sun.da0.xml b/tools/regression/geom/Ref/disk.sun.da0.xml index 15b97c821b12..5e7c57cc9ab0 100644 --- a/tools/regression/geom/Ref/disk.sun.da0.xml +++ b/tools/regression/geom/Ref/disk.sun.da0.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.sun.da0.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 5120 10 /dev/md34a 512 1529708544 2987712 /dev/md34b 512 539320320 1053360 diff --git a/tools/regression/geom/Ref/disk.sun.da1.xml b/tools/regression/geom/Ref/disk.sun.da1.xml index 004771be96e7..eecaeb6d53bf 100644 --- a/tools/regression/geom/Ref/disk.sun.da1.xml +++ b/tools/regression/geom/Ref/disk.sun.da1.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.sun.da1.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 5120 10 /dev/md34a 512 262967296 513608 /dev/md34b 512 1075994624 2101552 diff --git a/tools/regression/geom/Ref/disk.typo.ad0.xml b/tools/regression/geom/Ref/disk.typo.ad0.xml index 6d537ddc2650..a404de7468ed 100644 --- a/tools/regression/geom/Ref/disk.typo.ad0.xml +++ b/tools/regression/geom/Ref/disk.typo.ad0.xml @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/geom/Ref/disk.typo.ad0.xml,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ /dev/md34 512 8585262592 16768091 /dev/md34s1 512 3220406784 6289857 /dev/md34s1a 512 104857600 204800 diff --git a/tools/regression/geom/RunTest.sh b/tools/regression/geom/RunTest.sh index 46a14b4ab828..dc5c3d2a8642 100644 --- a/tools/regression/geom/RunTest.sh +++ b/tools/regression/geom/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom/RunTest.sh,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ MD=34 TMP=/tmp/$$ diff --git a/tools/regression/geom/RunTest.t b/tools/regression/geom/RunTest.t index 96a353084bc9..ad3e3e097b2e 100644 --- a/tools/regression/geom/RunTest.t +++ b/tools/regression/geom/RunTest.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom/RunTest.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ MD=34 TMP=/tmp/$$ diff --git a/tools/regression/geom_concat/conf.sh b/tools/regression/geom_concat/conf.sh index 0eaf1baac464..0d899f04a4c1 100644 --- a/tools/regression/geom_concat/conf.sh +++ b/tools/regression/geom_concat/conf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_concat/conf.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ name="test" class="concat" diff --git a/tools/regression/geom_concat/test-1.t b/tools/regression/geom_concat/test-1.t index 8984f79b1045..ff19f8fa1a99 100644 --- a/tools/regression/geom_concat/test-1.t +++ b/tools/regression/geom_concat/test-1.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_concat/test-1.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_concat/test-2.t b/tools/regression/geom_concat/test-2.t index 445d9bc712f9..3b17b6adc895 100644 --- a/tools/regression/geom_concat/test-2.t +++ b/tools/regression/geom_concat/test-2.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_concat/test-2.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_eli/attach-d.t b/tools/regression/geom_eli/attach-d.t index de4602f705ef..7380bbad1be2 100644 --- a/tools/regression/geom_eli/attach-d.t +++ b/tools/regression/geom_eli/attach-d.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/attach-d.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/configure-b-B.t b/tools/regression/geom_eli/configure-b-B.t index b58138bcb3ab..a6494c38dc7a 100644 --- a/tools/regression/geom_eli/configure-b-B.t +++ b/tools/regression/geom_eli/configure-b-B.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/configure-b-B.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/delkey.t b/tools/regression/geom_eli/delkey.t index 2a9ae409feae..febed89e941f 100644 --- a/tools/regression/geom_eli/delkey.t +++ b/tools/regression/geom_eli/delkey.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/delkey.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/detach-l.t b/tools/regression/geom_eli/detach-l.t index ae6c3b27eb19..1f246bb3b3a3 100644 --- a/tools/regression/geom_eli/detach-l.t +++ b/tools/regression/geom_eli/detach-l.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/detach-l.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/init-a.t b/tools/regression/geom_eli/init-a.t index e06881efc2e1..83f08fa3e3d5 100644 --- a/tools/regression/geom_eli/init-a.t +++ b/tools/regression/geom_eli/init-a.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/init-a.t,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/init-i-P.t b/tools/regression/geom_eli/init-i-P.t index a77c1c6db38e..e194e4e83c8a 100644 --- a/tools/regression/geom_eli/init-i-P.t +++ b/tools/regression/geom_eli/init-i-P.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/init-i-P.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/init.t b/tools/regression/geom_eli/init.t index 13a5e2d7e1c6..92dd1173ee7c 100644 --- a/tools/regression/geom_eli/init.t +++ b/tools/regression/geom_eli/init.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/init.t,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/integrity-copy.t b/tools/regression/geom_eli/integrity-copy.t index 97014e05c97b..9293ac551ebc 100644 --- a/tools/regression/geom_eli/integrity-copy.t +++ b/tools/regression/geom_eli/integrity-copy.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/integrity-copy.t,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/integrity-data.t b/tools/regression/geom_eli/integrity-data.t index ea86039effe7..1ed6dd438449 100644 --- a/tools/regression/geom_eli/integrity-data.t +++ b/tools/regression/geom_eli/integrity-data.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/integrity-data.t,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/integrity-hmac.t b/tools/regression/geom_eli/integrity-hmac.t index bc8e3c1b40d4..4907db1bc5a5 100644 --- a/tools/regression/geom_eli/integrity-hmac.t +++ b/tools/regression/geom_eli/integrity-hmac.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/integrity-hmac.t,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/kill.t b/tools/regression/geom_eli/kill.t index ecd910af07f4..15316e88d010 100644 --- a/tools/regression/geom_eli/kill.t +++ b/tools/regression/geom_eli/kill.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/kill.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/nokey.t b/tools/regression/geom_eli/nokey.t index c2cbecdf0cab..30015637e8cc 100644 --- a/tools/regression/geom_eli/nokey.t +++ b/tools/regression/geom_eli/nokey.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/nokey.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/onetime-a.t b/tools/regression/geom_eli/onetime-a.t index bb69f7b31787..ee38246df529 100644 --- a/tools/regression/geom_eli/onetime-a.t +++ b/tools/regression/geom_eli/onetime-a.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/onetime-a.t,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/onetime-d.t b/tools/regression/geom_eli/onetime-d.t index d49cb642e643..e841ddaa30f6 100644 --- a/tools/regression/geom_eli/onetime-d.t +++ b/tools/regression/geom_eli/onetime-d.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/onetime-d.t,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/onetime.t b/tools/regression/geom_eli/onetime.t index b0ecbf346556..5fad1e12cb40 100644 --- a/tools/regression/geom_eli/onetime.t +++ b/tools/regression/geom_eli/onetime.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/onetime.t,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/readonly.t b/tools/regression/geom_eli/readonly.t index f92e9345fdc1..76bd39e933e5 100644 --- a/tools/regression/geom_eli/readonly.t +++ b/tools/regression/geom_eli/readonly.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/readonly.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_eli/setkey.t b/tools/regression/geom_eli/setkey.t index a219188b7b46..5763386ef268 100644 --- a/tools/regression/geom_eli/setkey.t +++ b/tools/regression/geom_eli/setkey.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_eli/setkey.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` no=45 diff --git a/tools/regression/geom_gate/Makefile b/tools/regression/geom_gate/Makefile index c5c24adaa4dc..1879004bcce3 100644 --- a/tools/regression/geom_gate/Makefile +++ b/tools/regression/geom_gate/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_gate/Makefile,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ # # Regression tests for geom_gate. # diff --git a/tools/regression/geom_gate/runtests.sh b/tools/regression/geom_gate/runtests.sh index 38089c5daedf..dc9d95870bc8 100644 --- a/tools/regression/geom_gate/runtests.sh +++ b/tools/regression/geom_gate/runtests.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_gate/runtests.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ dir=`dirname $0` diff --git a/tools/regression/geom_gate/test-1.sh b/tools/regression/geom_gate/test-1.sh index 44a49606ff4c..9939e1ed3381 100644 --- a/tools/regression/geom_gate/test-1.sh +++ b/tools/regression/geom_gate/test-1.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_gate/test-1.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` us=45 diff --git a/tools/regression/geom_gate/test-1.t b/tools/regression/geom_gate/test-1.t index 279e31633617..8e7ae976f310 100644 --- a/tools/regression/geom_gate/test-1.t +++ b/tools/regression/geom_gate/test-1.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_gate/test-1.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` us=45 diff --git a/tools/regression/geom_gate/test-2.sh b/tools/regression/geom_gate/test-2.sh index 498ac45d005e..8ed865ff6776 100644 --- a/tools/regression/geom_gate/test-2.sh +++ b/tools/regression/geom_gate/test-2.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_gate/test-2.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` us=45 diff --git a/tools/regression/geom_gate/test-2.t b/tools/regression/geom_gate/test-2.t index 2e5e25440064..309ac35fb8f0 100644 --- a/tools/regression/geom_gate/test-2.t +++ b/tools/regression/geom_gate/test-2.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_gate/test-2.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` us=45 diff --git a/tools/regression/geom_gate/test-3.sh b/tools/regression/geom_gate/test-3.sh index ca73a5a26ba0..4a3ef20c93ae 100644 --- a/tools/regression/geom_gate/test-3.sh +++ b/tools/regression/geom_gate/test-3.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_gate/test-3.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` us=45 diff --git a/tools/regression/geom_gate/test-3.t b/tools/regression/geom_gate/test-3.t index ba2b3c7de343..b1e4c1bdd227 100644 --- a/tools/regression/geom_gate/test-3.t +++ b/tools/regression/geom_gate/test-3.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_gate/test-3.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` us=45 diff --git a/tools/regression/geom_gpt/gctl.t b/tools/regression/geom_gpt/gctl.t index f99e6d8586fb..1883e3fcf809 100644 --- a/tools/regression/geom_gpt/gctl.t +++ b/tools/regression/geom_gpt/gctl.t @@ -24,7 +24,7 @@ # (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/regression/geom_gpt/gctl.t,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ my $srcdir = `dirname $0`; chomp $srcdir; diff --git a/tools/regression/geom_gpt/test.c b/tools/regression/geom_gpt/test.c index d750d30e8d55..f1efc5bb1e5b 100644 --- a/tools/regression/geom_gpt/test.c +++ b/tools/regression/geom_gpt/test.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/geom_gpt/test.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <errno.h> diff --git a/tools/regression/geom_mirror/conf.sh b/tools/regression/geom_mirror/conf.sh index 8a60a16360ee..6a726e96712d 100644 --- a/tools/regression/geom_mirror/conf.sh +++ b/tools/regression/geom_mirror/conf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_mirror/conf.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ name="test" class="mirror" diff --git a/tools/regression/geom_mirror/test-1.t b/tools/regression/geom_mirror/test-1.t index b07a8d1cb1de..bb3989399659 100644 --- a/tools/regression/geom_mirror/test-1.t +++ b/tools/regression/geom_mirror/test-1.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_mirror/test-1.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_mirror/test-2.t b/tools/regression/geom_mirror/test-2.t index 3fb08224caf7..b2807cf2e54a 100644 --- a/tools/regression/geom_mirror/test-2.t +++ b/tools/regression/geom_mirror/test-2.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_mirror/test-2.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_mirror/test-3.t b/tools/regression/geom_mirror/test-3.t index 5bdd2ab354b8..a5fc0c7119d9 100644 --- a/tools/regression/geom_mirror/test-3.t +++ b/tools/regression/geom_mirror/test-3.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_mirror/test-3.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_mirror/test-4.t b/tools/regression/geom_mirror/test-4.t index 0786bdb1fadb..aba95185099c 100644 --- a/tools/regression/geom_mirror/test-4.t +++ b/tools/regression/geom_mirror/test-4.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_mirror/test-4.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_mirror/test-5.t b/tools/regression/geom_mirror/test-5.t index 5b0a5ed9f23f..39ef3700f90a 100644 --- a/tools/regression/geom_mirror/test-5.t +++ b/tools/regression/geom_mirror/test-5.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_mirror/test-5.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_mirror/test-6.t b/tools/regression/geom_mirror/test-6.t index ec86d06f79e2..f4289cfb6146 100644 --- a/tools/regression/geom_mirror/test-6.t +++ b/tools/regression/geom_mirror/test-6.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_mirror/test-6.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_mirror/test-7.t b/tools/regression/geom_mirror/test-7.t index c911c03c3df1..e867d312dd72 100644 --- a/tools/regression/geom_mirror/test-7.t +++ b/tools/regression/geom_mirror/test-7.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_mirror/test-7.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_nop/conf.sh b/tools/regression/geom_nop/conf.sh index 0dc979713c1d..67afbc2603a2 100644 --- a/tools/regression/geom_nop/conf.sh +++ b/tools/regression/geom_nop/conf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_nop/conf.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ class="nop" base=`basename $0` diff --git a/tools/regression/geom_nop/test-1.t b/tools/regression/geom_nop/test-1.t index f08f71da8bce..d5a2a7cb3c6c 100644 --- a/tools/regression/geom_nop/test-1.t +++ b/tools/regression/geom_nop/test-1.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_nop/test-1.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_nop/test-2.t b/tools/regression/geom_nop/test-2.t index e0ddb17abf86..42a9b6b2f8c9 100644 --- a/tools/regression/geom_nop/test-2.t +++ b/tools/regression/geom_nop/test-2.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_nop/test-2.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/conf.sh b/tools/regression/geom_raid3/conf.sh index 93e7deaf1c73..a6cd50bf8250 100644 --- a/tools/regression/geom_raid3/conf.sh +++ b/tools/regression/geom_raid3/conf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/conf.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ name="test" class="raid3" diff --git a/tools/regression/geom_raid3/test-1.t b/tools/regression/geom_raid3/test-1.t index 920296788474..4cd72518732a 100644 --- a/tools/regression/geom_raid3/test-1.t +++ b/tools/regression/geom_raid3/test-1.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-1.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-10.t b/tools/regression/geom_raid3/test-10.t index 132012000604..afe5fc5da9a5 100644 --- a/tools/regression/geom_raid3/test-10.t +++ b/tools/regression/geom_raid3/test-10.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-10.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-11.t b/tools/regression/geom_raid3/test-11.t index 3382214b8e89..84122038c8fd 100644 --- a/tools/regression/geom_raid3/test-11.t +++ b/tools/regression/geom_raid3/test-11.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-11.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-12.t b/tools/regression/geom_raid3/test-12.t index 3dec406f8097..1f898ff1c71b 100644 --- a/tools/regression/geom_raid3/test-12.t +++ b/tools/regression/geom_raid3/test-12.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-12.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-2.t b/tools/regression/geom_raid3/test-2.t index 88daf782492c..04b15a93da2d 100644 --- a/tools/regression/geom_raid3/test-2.t +++ b/tools/regression/geom_raid3/test-2.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-2.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-3.t b/tools/regression/geom_raid3/test-3.t index d2c1a5f006b1..09299e5fe7c3 100644 --- a/tools/regression/geom_raid3/test-3.t +++ b/tools/regression/geom_raid3/test-3.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-3.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-4.t b/tools/regression/geom_raid3/test-4.t index d437ec05246a..ef80cb934de0 100644 --- a/tools/regression/geom_raid3/test-4.t +++ b/tools/regression/geom_raid3/test-4.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-4.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-5.t b/tools/regression/geom_raid3/test-5.t index ffd85f6f15ff..ac4adac49164 100644 --- a/tools/regression/geom_raid3/test-5.t +++ b/tools/regression/geom_raid3/test-5.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-5.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-6.t b/tools/regression/geom_raid3/test-6.t index 97b55036d73a..d5b735da7229 100644 --- a/tools/regression/geom_raid3/test-6.t +++ b/tools/regression/geom_raid3/test-6.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-6.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-7.t b/tools/regression/geom_raid3/test-7.t index 3d89873f8e25..501835ef1f2a 100644 --- a/tools/regression/geom_raid3/test-7.t +++ b/tools/regression/geom_raid3/test-7.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-7.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-8.t b/tools/regression/geom_raid3/test-8.t index b9621f43ef90..3c75d1dd7db5 100644 --- a/tools/regression/geom_raid3/test-8.t +++ b/tools/regression/geom_raid3/test-8.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-8.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_raid3/test-9.t b/tools/regression/geom_raid3/test-9.t index 069501161dce..241029a9da6a 100644 --- a/tools/regression/geom_raid3/test-9.t +++ b/tools/regression/geom_raid3/test-9.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_raid3/test-9.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_shsec/conf.sh b/tools/regression/geom_shsec/conf.sh index 7648862422f7..7105e6848569 100644 --- a/tools/regression/geom_shsec/conf.sh +++ b/tools/regression/geom_shsec/conf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_shsec/conf.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ name="test" class="shsec" diff --git a/tools/regression/geom_shsec/test-1.t b/tools/regression/geom_shsec/test-1.t index 5cb5b4faca13..143e60323281 100644 --- a/tools/regression/geom_shsec/test-1.t +++ b/tools/regression/geom_shsec/test-1.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_shsec/test-1.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_shsec/test-2.t b/tools/regression/geom_shsec/test-2.t index 19a4e0aa8a89..7d37155aceae 100644 --- a/tools/regression/geom_shsec/test-2.t +++ b/tools/regression/geom_shsec/test-2.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_shsec/test-2.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_stripe/conf.sh b/tools/regression/geom_stripe/conf.sh index 22e586498509..6cd207f6219f 100644 --- a/tools/regression/geom_stripe/conf.sh +++ b/tools/regression/geom_stripe/conf.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_stripe/conf.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ name="test" class="stripe" diff --git a/tools/regression/geom_stripe/test-1.t b/tools/regression/geom_stripe/test-1.t index 9b398f095e31..a159e2a8d030 100644 --- a/tools/regression/geom_stripe/test-1.t +++ b/tools/regression/geom_stripe/test-1.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_stripe/test-1.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_stripe/test-2.t b/tools/regression/geom_stripe/test-2.t index 73937f4e624d..c38b63f46ed8 100644 --- a/tools/regression/geom_stripe/test-2.t +++ b/tools/regression/geom_stripe/test-2.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_stripe/test-2.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ . `dirname $0`/conf.sh diff --git a/tools/regression/geom_subr.sh b/tools/regression/geom_subr.sh index 60478297aa74..3d543484ba2d 100644 --- a/tools/regression/geom_subr.sh +++ b/tools/regression/geom_subr.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_subr.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ kldstat -q -m g_${class} || g${class} load || exit 1 diff --git a/tools/regression/geom_uzip/.cvsignore b/tools/regression/geom_uzip/.cvsignore deleted file mode 100644 index 1e4f1642f869..000000000000 --- a/tools/regression/geom_uzip/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -test-1.img -test-1.img.gz diff --git a/tools/regression/geom_uzip/Makefile b/tools/regression/geom_uzip/Makefile index 6927ff108125..d7c26ee1973d 100644 --- a/tools/regression/geom_uzip/Makefile +++ b/tools/regression/geom_uzip/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_uzip/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # # Regression test for geom_ugz. # diff --git a/tools/regression/geom_uzip/etalon/etalon.txt b/tools/regression/geom_uzip/etalon/etalon.txt index cb8acf31f650..3c0fe01d4a1e 100644 --- a/tools/regression/geom_uzip/etalon/etalon.txt +++ b/tools/regression/geom_uzip/etalon/etalon.txt @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_uzip/etalon/etalon.txt,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ # JABBERWOCKY diff --git a/tools/regression/geom_uzip/runtests.sh b/tools/regression/geom_uzip/runtests.sh index 60e78b540746..55f8d948b65a 100644 --- a/tools/regression/geom_uzip/runtests.sh +++ b/tools/regression/geom_uzip/runtests.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_uzip/runtests.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ # dir=`dirname $0` diff --git a/tools/regression/geom_uzip/test-1.img.uzip.uue b/tools/regression/geom_uzip/test-1.img.uzip.uue index ca16f47c794e..0b6a396c4d94 100644 --- a/tools/regression/geom_uzip/test-1.img.uzip.uue +++ b/tools/regression/geom_uzip/test-1.img.uzip.uue @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_uzip/test-1.img.uzip.uue,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # begin 755 test-1.img.uzip diff --git a/tools/regression/geom_uzip/test-1.sh b/tools/regression/geom_uzip/test-1.sh index 7e8f16840b27..2c722af8b93f 100644 --- a/tools/regression/geom_uzip/test-1.sh +++ b/tools/regression/geom_uzip/test-1.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_uzip/test-1.sh,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # mntpoint="/mnt/test-1" diff --git a/tools/regression/geom_uzip/test-2.sh b/tools/regression/geom_uzip/test-2.sh index 866282753e23..4944828af5a1 100644 --- a/tools/regression/geom_uzip/test-2.sh +++ b/tools/regression/geom_uzip/test-2.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/geom_uzip/test-2.sh,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/ia64/emulated/brl.t b/tools/regression/ia64/emulated/brl.t index c47989cf016a..2100f8383e7f 100644 --- a/tools/regression/ia64/emulated/brl.t +++ b/tools/regression/ia64/emulated/brl.t @@ -24,7 +24,7 @@ # (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/regression/ia64/emulated/brl.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ my $srcdir = `dirname $0`; chomp $srcdir; diff --git a/tools/regression/ia64/emulated/test.c b/tools/regression/ia64/emulated/test.c index 35d4b05cf571..8d7a7b84fd56 100644 --- a/tools/regression/ia64/emulated/test.c +++ b/tools/regression/ia64/emulated/test.c @@ -23,7 +23,7 @@ * (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/regression/ia64/emulated/test.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/mman.h> diff --git a/tools/regression/ia64/unaligned/test.c b/tools/regression/ia64/unaligned/test.c index 869c86436b80..87ca917f2b0b 100644 --- a/tools/regression/ia64/unaligned/test.c +++ b/tools/regression/ia64/unaligned/test.c @@ -23,7 +23,7 @@ * (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/regression/ia64/unaligned/test.c,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <machine/float.h> diff --git a/tools/regression/ia64/unaligned/unaligned.t b/tools/regression/ia64/unaligned/unaligned.t index 5d061bdef574..b0f4af7c32ee 100644 --- a/tools/regression/ia64/unaligned/unaligned.t +++ b/tools/regression/ia64/unaligned/unaligned.t @@ -24,7 +24,7 @@ # (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/regression/ia64/unaligned/unaligned.t,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ my $srcdir = `dirname $0`; chomp $srcdir; diff --git a/tools/regression/include/tgmath/Makefile b/tools/regression/include/tgmath/Makefile index 64626c51d3c2..0899b9e4a3e1 100644 --- a/tools/regression/include/tgmath/Makefile +++ b/tools/regression/include/tgmath/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/include/tgmath/Makefile,v 1.3.24.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tgmath CFLAGS+= -fno-builtin -std=c99 diff --git a/tools/regression/include/tgmath/tgmath.c b/tools/regression/include/tgmath/tgmath.c index 037810ad9df0..9ac3709c80be 100644 --- a/tools/regression/include/tgmath/tgmath.c +++ b/tools/regression/include/tgmath/tgmath.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/include/tgmath/tgmath.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> diff --git a/tools/regression/include/tgmath/tgmath.t b/tools/regression/include/tgmath/tgmath.t index 8bdfd03be81b..0c7c05ebcff7 100644 --- a/tools/regression/include/tgmath/tgmath.t +++ b/tools/regression/include/tgmath/tgmath.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/include/tgmath/tgmath.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/ipsec/ipsec.t b/tools/regression/ipsec/ipsec.t index 6446bf5869e3..2751a743eca9 100644 --- a/tools/regression/ipsec/ipsec.t +++ b/tools/regression/ipsec/ipsec.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/ipsec/ipsec.t,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ # # IPsec regression test. # diff --git a/tools/regression/ipsec/ipsec6.t b/tools/regression/ipsec/ipsec6.t index a13edd361185..8f44db4f0cbf 100644 --- a/tools/regression/ipsec/ipsec6.t +++ b/tools/regression/ipsec/ipsec6.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/ipsec/ipsec6.t,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ # # IPv6 IPsec test based on ipsec.t, in this same directory, which tests # IPsec by setting up a set of tunnels and then sending ICMPv6 packets, diff --git a/tools/regression/lib/libc/gen/Makefile b/tools/regression/lib/libc/gen/Makefile index 140b789dec11..2fb43e65825b 100644 --- a/tools/regression/lib/libc/gen/Makefile +++ b/tools/regression/lib/libc/gen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/gen/Makefile,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-fpclassify test-wordexp diff --git a/tools/regression/lib/libc/gen/test-fpclassify.c b/tools/regression/lib/libc/gen/test-fpclassify.c index 8431fe84f557..ac91b46dc466 100644 --- a/tools/regression/lib/libc/gen/test-fpclassify.c +++ b/tools/regression/lib/libc/gen/test-fpclassify.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/gen/test-fpclassify.c,v 1.3.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <assert.h> diff --git a/tools/regression/lib/libc/gen/test-wordexp.c b/tools/regression/lib/libc/gen/test-wordexp.c index df8f8856f621..436edbaf568a 100644 --- a/tools/regression/lib/libc/gen/test-wordexp.c +++ b/tools/regression/lib/libc/gen/test-wordexp.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/gen/test-wordexp.c,v 1.1.22.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/wait.h> diff --git a/tools/regression/lib/libc/locale/Makefile b/tools/regression/lib/libc/locale/Makefile index 5fb9a945daf7..dba72c64a004 100644 --- a/tools/regression/lib/libc/locale/Makefile +++ b/tools/regression/lib/libc/locale/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/Makefile,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-mbrtowc \ test-wcrtomb \ diff --git a/tools/regression/lib/libc/locale/test-btowc.c b/tools/regression/lib/libc/locale/test-btowc.c index 9ed45821e3a4..e955d5536dbb 100644 --- a/tools/regression/lib/libc/locale/test-btowc.c +++ b/tools/regression/lib/libc/locale/test-btowc.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-btowc.c,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <limits.h> diff --git a/tools/regression/lib/libc/locale/test-btowc.t b/tools/regression/lib/libc/locale/test-btowc.t index 8bdfd03be81b..8657450514dc 100644 --- a/tools/regression/lib/libc/locale/test-btowc.t +++ b/tools/regression/lib/libc/locale/test-btowc.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-btowc.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-iswctype.c b/tools/regression/lib/libc/locale/test-iswctype.c index ca9621a7d342..f8e6f553d04f 100644 --- a/tools/regression/lib/libc/locale/test-iswctype.c +++ b/tools/regression/lib/libc/locale/test-iswctype.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-iswctype.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <locale.h> diff --git a/tools/regression/lib/libc/locale/test-iswctype.t b/tools/regression/lib/libc/locale/test-iswctype.t index 8bdfd03be81b..7edf334d2b4c 100644 --- a/tools/regression/lib/libc/locale/test-iswctype.t +++ b/tools/regression/lib/libc/locale/test-iswctype.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-iswctype.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-mblen.c b/tools/regression/lib/libc/locale/test-mblen.c index dd073594b13a..35f1635a65ba 100644 --- a/tools/regression/lib/libc/locale/test-mblen.c +++ b/tools/regression/lib/libc/locale/test-mblen.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-mblen.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <limits.h> diff --git a/tools/regression/lib/libc/locale/test-mblen.t b/tools/regression/lib/libc/locale/test-mblen.t index 8bdfd03be81b..4ffb372956ba 100644 --- a/tools/regression/lib/libc/locale/test-mblen.t +++ b/tools/regression/lib/libc/locale/test-mblen.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-mblen.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-mbrlen.c b/tools/regression/lib/libc/locale/test-mbrlen.c index 3198a77922d5..7b11a173c9e4 100644 --- a/tools/regression/lib/libc/locale/test-mbrlen.c +++ b/tools/regression/lib/libc/locale/test-mbrlen.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-mbrlen.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-mbrlen.t b/tools/regression/lib/libc/locale/test-mbrlen.t index 8bdfd03be81b..c64cce35808c 100644 --- a/tools/regression/lib/libc/locale/test-mbrlen.t +++ b/tools/regression/lib/libc/locale/test-mbrlen.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-mbrlen.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-mbrtowc.c b/tools/regression/lib/libc/locale/test-mbrtowc.c index e9a2ea0bfab3..494459b1e263 100644 --- a/tools/regression/lib/libc/locale/test-mbrtowc.c +++ b/tools/regression/lib/libc/locale/test-mbrtowc.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-mbrtowc.c,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-mbrtowc.t b/tools/regression/lib/libc/locale/test-mbrtowc.t index 8bdfd03be81b..1163eb4bb25d 100644 --- a/tools/regression/lib/libc/locale/test-mbrtowc.t +++ b/tools/regression/lib/libc/locale/test-mbrtowc.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-mbrtowc.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-mbsnrtowcs.c b/tools/regression/lib/libc/locale/test-mbsnrtowcs.c index 585dd4eb116b..c8616e98bb2e 100644 --- a/tools/regression/lib/libc/locale/test-mbsnrtowcs.c +++ b/tools/regression/lib/libc/locale/test-mbsnrtowcs.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-mbsnrtowcs.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-mbsnrtowcs.t b/tools/regression/lib/libc/locale/test-mbsnrtowcs.t index 8bdfd03be81b..984592490cea 100644 --- a/tools/regression/lib/libc/locale/test-mbsnrtowcs.t +++ b/tools/regression/lib/libc/locale/test-mbsnrtowcs.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-mbsnrtowcs.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-mbsrtowcs.c b/tools/regression/lib/libc/locale/test-mbsrtowcs.c index dd6a7e10c02c..0f62668ec039 100644 --- a/tools/regression/lib/libc/locale/test-mbsrtowcs.c +++ b/tools/regression/lib/libc/locale/test-mbsrtowcs.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-mbsrtowcs.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-mbsrtowcs.t b/tools/regression/lib/libc/locale/test-mbsrtowcs.t index 8bdfd03be81b..52a526c723d9 100644 --- a/tools/regression/lib/libc/locale/test-mbsrtowcs.t +++ b/tools/regression/lib/libc/locale/test-mbsrtowcs.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-mbsrtowcs.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-mbstowcs.c b/tools/regression/lib/libc/locale/test-mbstowcs.c index 18039dd9e66c..0ffa97270cea 100644 --- a/tools/regression/lib/libc/locale/test-mbstowcs.c +++ b/tools/regression/lib/libc/locale/test-mbstowcs.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-mbstowcs.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-mbstowcs.t b/tools/regression/lib/libc/locale/test-mbstowcs.t index 8bdfd03be81b..ae86a2add12c 100644 --- a/tools/regression/lib/libc/locale/test-mbstowcs.t +++ b/tools/regression/lib/libc/locale/test-mbstowcs.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-mbstowcs.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-mbtowc.c b/tools/regression/lib/libc/locale/test-mbtowc.c index 5ee070c57e26..71fa0f933cef 100644 --- a/tools/regression/lib/libc/locale/test-mbtowc.c +++ b/tools/regression/lib/libc/locale/test-mbtowc.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-mbtowc.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <limits.h> diff --git a/tools/regression/lib/libc/locale/test-mbtowc.t b/tools/regression/lib/libc/locale/test-mbtowc.t index 8bdfd03be81b..e1f71b253664 100644 --- a/tools/regression/lib/libc/locale/test-mbtowc.t +++ b/tools/regression/lib/libc/locale/test-mbtowc.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-mbtowc.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-towctrans.c b/tools/regression/lib/libc/locale/test-towctrans.c index 6c0e428db65a..97e6aacddc16 100644 --- a/tools/regression/lib/libc/locale/test-towctrans.c +++ b/tools/regression/lib/libc/locale/test-towctrans.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-towctrans.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <locale.h> diff --git a/tools/regression/lib/libc/locale/test-towctrans.t b/tools/regression/lib/libc/locale/test-towctrans.t index 8bdfd03be81b..207aac7839af 100644 --- a/tools/regression/lib/libc/locale/test-towctrans.t +++ b/tools/regression/lib/libc/locale/test-towctrans.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-towctrans.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-wcrtomb.c b/tools/regression/lib/libc/locale/test-wcrtomb.c index d7ec029e8c68..e92b50fb1bc7 100644 --- a/tools/regression/lib/libc/locale/test-wcrtomb.c +++ b/tools/regression/lib/libc/locale/test-wcrtomb.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-wcrtomb.c,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-wcrtomb.t b/tools/regression/lib/libc/locale/test-wcrtomb.t index 8bdfd03be81b..a4aa3c4e222f 100644 --- a/tools/regression/lib/libc/locale/test-wcrtomb.t +++ b/tools/regression/lib/libc/locale/test-wcrtomb.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-wcrtomb.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-wcsnrtombs.c b/tools/regression/lib/libc/locale/test-wcsnrtombs.c index 2290cac06784..a9b2ad156038 100644 --- a/tools/regression/lib/libc/locale/test-wcsnrtombs.c +++ b/tools/regression/lib/libc/locale/test-wcsnrtombs.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-wcsnrtombs.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-wcsnrtombs.t b/tools/regression/lib/libc/locale/test-wcsnrtombs.t index 8bdfd03be81b..b0442e6dd791 100644 --- a/tools/regression/lib/libc/locale/test-wcsnrtombs.t +++ b/tools/regression/lib/libc/locale/test-wcsnrtombs.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-wcsnrtombs.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-wcsrtombs.c b/tools/regression/lib/libc/locale/test-wcsrtombs.c index 48fe3668f5a6..11d517cedddd 100644 --- a/tools/regression/lib/libc/locale/test-wcsrtombs.c +++ b/tools/regression/lib/libc/locale/test-wcsrtombs.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-wcsrtombs.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-wcsrtombs.t b/tools/regression/lib/libc/locale/test-wcsrtombs.t index 8bdfd03be81b..1c68a85967eb 100644 --- a/tools/regression/lib/libc/locale/test-wcsrtombs.t +++ b/tools/regression/lib/libc/locale/test-wcsrtombs.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-wcsrtombs.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-wcstombs.c b/tools/regression/lib/libc/locale/test-wcstombs.c index f4a57700f7c4..7d81f25293bb 100644 --- a/tools/regression/lib/libc/locale/test-wcstombs.c +++ b/tools/regression/lib/libc/locale/test-wcstombs.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-wcstombs.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-wcstombs.t b/tools/regression/lib/libc/locale/test-wcstombs.t index 8bdfd03be81b..ad94a80b3955 100644 --- a/tools/regression/lib/libc/locale/test-wcstombs.t +++ b/tools/regression/lib/libc/locale/test-wcstombs.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-wcstombs.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/locale/test-wctomb.c b/tools/regression/lib/libc/locale/test-wctomb.c index d55b3db9ec4d..5a7c62533809 100644 --- a/tools/regression/lib/libc/locale/test-wctomb.c +++ b/tools/regression/lib/libc/locale/test-wctomb.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/locale/test-wctomb.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/locale/test-wctomb.t b/tools/regression/lib/libc/locale/test-wctomb.t index 8bdfd03be81b..8fd8a61fbe32 100644 --- a/tools/regression/lib/libc/locale/test-wctomb.t +++ b/tools/regression/lib/libc/locale/test-wctomb.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/locale/test-wctomb.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/net/Makefile b/tools/regression/lib/libc/net/Makefile index a61741b8e647..672e2560adec 100644 --- a/tools/regression/lib/libc/net/Makefile +++ b/tools/regression/lib/libc/net/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/net/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-ether test-eui64_aton test-eui64_line test-eui64_ntoa CFLAGS+= -g -Wall diff --git a/tools/regression/lib/libc/net/test-ether.c b/tools/regression/lib/libc/net/test-ether.c index 74081019150a..d0f945102da2 100644 --- a/tools/regression/lib/libc/net/test-ether.c +++ b/tools/regression/lib/libc/net/test-ether.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/net/test-ether.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/lib/libc/net/test-ether.t b/tools/regression/lib/libc/net/test-ether.t index 8bdfd03be81b..89c78b3a9475 100644 --- a/tools/regression/lib/libc/net/test-ether.t +++ b/tools/regression/lib/libc/net/test-ether.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/net/test-ether.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/net/test-eui64.h b/tools/regression/lib/libc/net/test-eui64.h index ea82a10c1487..d6ab562cdcaa 100644 --- a/tools/regression/lib/libc/net/test-eui64.h +++ b/tools/regression/lib/libc/net/test-eui64.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/net/test-eui64.h,v 1.2.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _TEST_EUI64_H #define _TEST_EUI64_H diff --git a/tools/regression/lib/libc/net/test-eui64_aton.c b/tools/regression/lib/libc/net/test-eui64_aton.c index e10f9854e9a0..606baece4fa4 100644 --- a/tools/regression/lib/libc/net/test-eui64_aton.c +++ b/tools/regression/lib/libc/net/test-eui64_aton.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/net/test-eui64_aton.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/lib/libc/net/test-eui64_aton.t b/tools/regression/lib/libc/net/test-eui64_aton.t index 8bdfd03be81b..291c2e480c7e 100644 --- a/tools/regression/lib/libc/net/test-eui64_aton.t +++ b/tools/regression/lib/libc/net/test-eui64_aton.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/net/test-eui64_aton.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/net/test-eui64_line.c b/tools/regression/lib/libc/net/test-eui64_line.c index 714b4609d613..a5c86c5c0286 100644 --- a/tools/regression/lib/libc/net/test-eui64_line.c +++ b/tools/regression/lib/libc/net/test-eui64_line.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/net/test-eui64_line.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/lib/libc/net/test-eui64_line.t b/tools/regression/lib/libc/net/test-eui64_line.t index 8bdfd03be81b..ac826ba9aa2b 100644 --- a/tools/regression/lib/libc/net/test-eui64_line.t +++ b/tools/regression/lib/libc/net/test-eui64_line.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/net/test-eui64_line.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/net/test-eui64_ntoa.c b/tools/regression/lib/libc/net/test-eui64_ntoa.c index f7582f0a0bca..014f773992c0 100644 --- a/tools/regression/lib/libc/net/test-eui64_ntoa.c +++ b/tools/regression/lib/libc/net/test-eui64_ntoa.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/net/test-eui64_ntoa.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/lib/libc/net/test-eui64_ntoa.t b/tools/regression/lib/libc/net/test-eui64_ntoa.t index 8bdfd03be81b..50dd8fca8507 100644 --- a/tools/regression/lib/libc/net/test-eui64_ntoa.t +++ b/tools/regression/lib/libc/net/test-eui64_ntoa.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/net/test-eui64_ntoa.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/nss/Makefile b/tools/regression/lib/libc/nss/Makefile index 8c8a5143f0fe..acc7d6267d31 100644 --- a/tools/regression/lib/libc/nss/Makefile +++ b/tools/regression/lib/libc/nss/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-getaddr test-getgr test-gethostby test-getpw test-getproto\ test-getrpc test-getserv test-getusershell diff --git a/tools/regression/lib/libc/nss/README b/tools/regression/lib/libc/nss/README index ba0373d92ace..a0f15145420f 100644 --- a/tools/regression/lib/libc/nss/README +++ b/tools/regression/lib/libc/nss/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/lib/libc/nss/README,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ A brief how-to -------------- diff --git a/tools/regression/lib/libc/nss/mach b/tools/regression/lib/libc/nss/mach index d25d8d6ac522..4012411726fd 100644 --- a/tools/regression/lib/libc/nss/mach +++ b/tools/regression/lib/libc/nss/mach @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/mach,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ localhost above.warped.net anoncvs.cirr.com diff --git a/tools/regression/lib/libc/nss/test-getaddr.c b/tools/regression/lib/libc/nss/test-getaddr.c index 046d9db4e363..401579a98ea6 100644 --- a/tools/regression/lib/libc/nss/test-getaddr.c +++ b/tools/regression/lib/libc/nss/test-getaddr.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/nss/test-getaddr.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <arpa/inet.h> #include <sys/socket.h> diff --git a/tools/regression/lib/libc/nss/test-getaddr.t b/tools/regression/lib/libc/nss/test-getaddr.t index b3020f0db6df..bf2ec8320e3a 100644 --- a/tools/regression/lib/libc/nss/test-getaddr.t +++ b/tools/regression/lib/libc/nss/test-getaddr.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/test-getaddr.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/nss/test-getgr.c b/tools/regression/lib/libc/nss/test-getgr.c index 1b573e862ec3..f34a0518cea4 100644 --- a/tools/regression/lib/libc/nss/test-getgr.c +++ b/tools/regression/lib/libc/nss/test-getgr.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/nss/test-getgr.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <arpa/inet.h> #include <assert.h> diff --git a/tools/regression/lib/libc/nss/test-getgr.t b/tools/regression/lib/libc/nss/test-getgr.t index e2cf8e588b68..9c7d371c71ab 100644 --- a/tools/regression/lib/libc/nss/test-getgr.t +++ b/tools/regression/lib/libc/nss/test-getgr.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/test-getgr.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/nss/test-gethostby.c b/tools/regression/lib/libc/nss/test-gethostby.c index 61e4ca2af4ce..bf1f83644801 100644 --- a/tools/regression/lib/libc/nss/test-gethostby.c +++ b/tools/regression/lib/libc/nss/test-gethostby.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/nss/test-gethostby.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <arpa/inet.h> #include <sys/socket.h> diff --git a/tools/regression/lib/libc/nss/test-gethostby.t b/tools/regression/lib/libc/nss/test-gethostby.t index 42bed0000831..b272fb42ca02 100644 --- a/tools/regression/lib/libc/nss/test-gethostby.t +++ b/tools/regression/lib/libc/nss/test-gethostby.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/test-gethostby.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/nss/test-getproto.c b/tools/regression/lib/libc/nss/test-getproto.c index b94f204bd1d0..0fb9d3fbce71 100644 --- a/tools/regression/lib/libc/nss/test-getproto.c +++ b/tools/regression/lib/libc/nss/test-getproto.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/nss/test-getproto.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <arpa/inet.h> #include <assert.h> diff --git a/tools/regression/lib/libc/nss/test-getproto.t b/tools/regression/lib/libc/nss/test-getproto.t index f582d31ce787..ad8431be3dea 100644 --- a/tools/regression/lib/libc/nss/test-getproto.t +++ b/tools/regression/lib/libc/nss/test-getproto.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/test-getproto.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/nss/test-getpw.c b/tools/regression/lib/libc/nss/test-getpw.c index 88277d38672e..0c013d5d4a8c 100644 --- a/tools/regression/lib/libc/nss/test-getpw.c +++ b/tools/regression/lib/libc/nss/test-getpw.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/nss/test-getpw.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/nss/test-getpw.t b/tools/regression/lib/libc/nss/test-getpw.t index 517217751ed4..c8861724ce65 100644 --- a/tools/regression/lib/libc/nss/test-getpw.t +++ b/tools/regression/lib/libc/nss/test-getpw.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/test-getpw.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/nss/test-getrpc.c b/tools/regression/lib/libc/nss/test-getrpc.c index df0bc839a6f1..e4634c845590 100644 --- a/tools/regression/lib/libc/nss/test-getrpc.c +++ b/tools/regression/lib/libc/nss/test-getrpc.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/nss/test-getrpc.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <arpa/inet.h> #include <rpc/rpc.h> diff --git a/tools/regression/lib/libc/nss/test-getrpc.t b/tools/regression/lib/libc/nss/test-getrpc.t index 831a0866aa74..a1ef2cd2a197 100644 --- a/tools/regression/lib/libc/nss/test-getrpc.t +++ b/tools/regression/lib/libc/nss/test-getrpc.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/test-getrpc.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/nss/test-getserv.c b/tools/regression/lib/libc/nss/test-getserv.c index 79d42f017af2..e5a45896574f 100644 --- a/tools/regression/lib/libc/nss/test-getserv.c +++ b/tools/regression/lib/libc/nss/test-getserv.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/nss/test-getserv.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <arpa/inet.h> #include <assert.h> diff --git a/tools/regression/lib/libc/nss/test-getserv.t b/tools/regression/lib/libc/nss/test-getserv.t index 60a6c506ce1d..2a44f2470977 100644 --- a/tools/regression/lib/libc/nss/test-getserv.t +++ b/tools/regression/lib/libc/nss/test-getserv.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/test-getserv.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/nss/test-getusershell.c b/tools/regression/lib/libc/nss/test-getusershell.c index 20faaacefecb..3ac1b3d01dab 100644 --- a/tools/regression/lib/libc/nss/test-getusershell.c +++ b/tools/regression/lib/libc/nss/test-getusershell.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/nss/test-getusershell.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <errno.h> diff --git a/tools/regression/lib/libc/nss/test-getusershell.t b/tools/regression/lib/libc/nss/test-getusershell.t index 16a392a9294f..df4a2c05784a 100644 --- a/tools/regression/lib/libc/nss/test-getusershell.t +++ b/tools/regression/lib/libc/nss/test-getusershell.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/nss/test-getusershell.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/nss/testutil.h b/tools/regression/lib/libc/nss/testutil.h index f1e91c2ea6a3..ebb630b6f253 100644 --- a/tools/regression/lib/libc/nss/testutil.h +++ b/tools/regression/lib/libc/nss/testutil.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/nss/testutil.h,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/queue.h> diff --git a/tools/regression/lib/libc/regex/Makefile b/tools/regression/lib/libc/regex/Makefile index f91bef24ffe9..4baf4440fea0 100644 --- a/tools/regression/lib/libc/regex/Makefile +++ b/tools/regression/lib/libc/regex/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/regex/Makefile,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ GROT= ../../../../../lib/libc/regex/grot diff --git a/tools/regression/lib/libc/resolv/Makefile b/tools/regression/lib/libc/resolv/Makefile index 9b4e6b1c3461..d689dc4f106d 100644 --- a/tools/regression/lib/libc/resolv/Makefile +++ b/tools/regression/lib/libc/resolv/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.1 2004/05/13 19:17:12 christos Exp $ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/resolv/Makefile,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= resolv NO_MAN= diff --git a/tools/regression/lib/libc/resolv/resolv.c b/tools/regression/lib/libc/resolv/resolv.c index dc925d3424ce..39131711c5ee 100644 --- a/tools/regression/lib/libc/resolv/resolv.c +++ b/tools/regression/lib/libc/resolv/resolv.c @@ -35,7 +35,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/lib/libc/resolv/resolv.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> __RCSID("$NetBSD: resolv.c,v 1.6 2004/05/23 16:59:11 christos Exp $"); diff --git a/tools/regression/lib/libc/resolv/resolv.t b/tools/regression/lib/libc/resolv/resolv.t index 278ba06d93ff..e4d8cc7cffed 100644 --- a/tools/regression/lib/libc/resolv/resolv.t +++ b/tools/regression/lib/libc/resolv/resolv.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/resolv/resolv.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ do_test() { number=$1 diff --git a/tools/regression/lib/libc/stdio/Makefile b/tools/regression/lib/libc/stdio/Makefile index 35131e2a67c5..ae4826da19fa 100644 --- a/tools/regression/lib/libc/stdio/Makefile +++ b/tools/regression/lib/libc/stdio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/stdio/Makefile,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-perror test-printfloat test-scanfloat CFLAGS+= -lm diff --git a/tools/regression/lib/libc/stdio/test-perror.c b/tools/regression/lib/libc/stdio/test-perror.c index 992b734dfa39..1aa0f03540ff 100644 --- a/tools/regression/lib/libc/stdio/test-perror.c +++ b/tools/regression/lib/libc/stdio/test-perror.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdio/test-perror.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <err.h> diff --git a/tools/regression/lib/libc/stdio/test-perror.t b/tools/regression/lib/libc/stdio/test-perror.t index 8bdfd03be81b..0244df5f990d 100644 --- a/tools/regression/lib/libc/stdio/test-perror.t +++ b/tools/regression/lib/libc/stdio/test-perror.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/stdio/test-perror.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/stdio/test-printfloat.c b/tools/regression/lib/libc/stdio/test-printfloat.c index fcacee5313ec..97c8f425fd3d 100644 --- a/tools/regression/lib/libc/stdio/test-printfloat.c +++ b/tools/regression/lib/libc/stdio/test-printfloat.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdio/test-printfloat.c,v 1.9.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <err.h> diff --git a/tools/regression/lib/libc/stdio/test-printfloat.t b/tools/regression/lib/libc/stdio/test-printfloat.t index 8bdfd03be81b..ba3f809e6390 100644 --- a/tools/regression/lib/libc/stdio/test-printfloat.t +++ b/tools/regression/lib/libc/stdio/test-printfloat.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/stdio/test-printfloat.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/stdio/test-scanfloat.c b/tools/regression/lib/libc/stdio/test-scanfloat.c index ef6faaebfe00..f53bcf1d556b 100644 --- a/tools/regression/lib/libc/stdio/test-scanfloat.c +++ b/tools/regression/lib/libc/stdio/test-scanfloat.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdio/test-scanfloat.c,v 1.7.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <fenv.h> diff --git a/tools/regression/lib/libc/stdio/test-scanfloat.t b/tools/regression/lib/libc/stdio/test-scanfloat.t index 8bdfd03be81b..03a8f208fd47 100644 --- a/tools/regression/lib/libc/stdio/test-scanfloat.t +++ b/tools/regression/lib/libc/stdio/test-scanfloat.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/stdio/test-scanfloat.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/stdlib/Makefile b/tools/regression/lib/libc/stdlib/Makefile index c707795b6520..3f5df13bcb53 100644 --- a/tools/regression/lib/libc/stdlib/Makefile +++ b/tools/regression/lib/libc/stdlib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/stdlib/Makefile,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-qsort \ test-heapsort \ diff --git a/tools/regression/lib/libc/stdlib/test-heapsort.c b/tools/regression/lib/libc/stdlib/test-heapsort.c index 6ce892490714..9092df254a10 100644 --- a/tools/regression/lib/libc/stdlib/test-heapsort.c +++ b/tools/regression/lib/libc/stdlib/test-heapsort.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdlib/test-heapsort.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <stdio.h> diff --git a/tools/regression/lib/libc/stdlib/test-heapsort.t b/tools/regression/lib/libc/stdlib/test-heapsort.t index 8bdfd03be81b..f35148af3fda 100644 --- a/tools/regression/lib/libc/stdlib/test-heapsort.t +++ b/tools/regression/lib/libc/stdlib/test-heapsort.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/stdlib/test-heapsort.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/stdlib/test-mergesort.c b/tools/regression/lib/libc/stdlib/test-mergesort.c index 729d481d96e3..f601c07d89ab 100644 --- a/tools/regression/lib/libc/stdlib/test-mergesort.c +++ b/tools/regression/lib/libc/stdlib/test-mergesort.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdlib/test-mergesort.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <stdio.h> diff --git a/tools/regression/lib/libc/stdlib/test-mergesort.t b/tools/regression/lib/libc/stdlib/test-mergesort.t index 8bdfd03be81b..124c6888f6cf 100644 --- a/tools/regression/lib/libc/stdlib/test-mergesort.t +++ b/tools/regression/lib/libc/stdlib/test-mergesort.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/stdlib/test-mergesort.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/stdlib/test-qsort.c b/tools/regression/lib/libc/stdlib/test-qsort.c index 8a508e80dbc6..19540b12625a 100644 --- a/tools/regression/lib/libc/stdlib/test-qsort.c +++ b/tools/regression/lib/libc/stdlib/test-qsort.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libc/stdlib/test-qsort.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <stdio.h> diff --git a/tools/regression/lib/libc/stdlib/test-qsort.t b/tools/regression/lib/libc/stdlib/test-qsort.t index 8bdfd03be81b..40238f33190f 100644 --- a/tools/regression/lib/libc/stdlib/test-qsort.t +++ b/tools/regression/lib/libc/stdlib/test-qsort.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/stdlib/test-qsort.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libc/stdlib/test-sort.h b/tools/regression/lib/libc/stdlib/test-sort.h index e060f72c9f62..53005f5c3a20 100644 --- a/tools/regression/lib/libc/stdlib/test-sort.h +++ b/tools/regression/lib/libc/stdlib/test-sort.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/stdlib/test-sort.h,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _TEST_SORT_H diff --git a/tools/regression/lib/libc/string/Makefile b/tools/regression/lib/libc/string/Makefile index af76f9d9777d..1895c660bef1 100644 --- a/tools/regression/lib/libc/string/Makefile +++ b/tools/regression/lib/libc/string/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/string/Makefile,v 1.3.24.1 2010/12/21 17:10:29 kensmith Exp $ CFLAGS+= -I/usr/local/include LDFLAGS+= -L/usr/local/lib diff --git a/tools/regression/lib/libc/string/test-strerror.c b/tools/regression/lib/libc/string/test-strerror.c index f5274ed7f227..d3577f860cc1 100644 --- a/tools/regression/lib/libc/string/test-strerror.c +++ b/tools/regression/lib/libc/string/test-strerror.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libc/string/test-strerror.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <assert.h> diff --git a/tools/regression/lib/libc/string/test-strerror.t b/tools/regression/lib/libc/string/test-strerror.t index 8bdfd03be81b..6ebd8bec0705 100644 --- a/tools/regression/lib/libc/string/test-strerror.t +++ b/tools/regression/lib/libc/string/test-strerror.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libc/string/test-strerror.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libmp/Makefile b/tools/regression/lib/libmp/Makefile index a6f60b63bdbd..cd4ed869cc6f 100644 --- a/tools/regression/lib/libmp/Makefile +++ b/tools/regression/lib/libmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libmp/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-libmp CFLAGS+= -g -Wall -lcrypto -lmp diff --git a/tools/regression/lib/libmp/test-libmp.c b/tools/regression/lib/libmp/test-libmp.c index 519656ade3b3..66c0d008d828 100644 --- a/tools/regression/lib/libmp/test-libmp.c +++ b/tools/regression/lib/libmp/test-libmp.c @@ -25,7 +25,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libmp/test-libmp.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <mp.h> #include <stdio.h> diff --git a/tools/regression/lib/libmp/test-libmp.t b/tools/regression/lib/libmp/test-libmp.t index 8bdfd03be81b..58afc8ed2fe7 100644 --- a/tools/regression/lib/libmp/test-libmp.t +++ b/tools/regression/lib/libmp/test-libmp.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libmp/test-libmp.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libutil/Makefile b/tools/regression/lib/libutil/Makefile index 653bb3fc2170..a94472eb556f 100644 --- a/tools/regression/lib/libutil/Makefile +++ b/tools/regression/lib/libutil/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libutil/Makefile,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-trimdomain test-trimdomain-nodomain test-flopen CFLAGS+= -g -Wall -lutil diff --git a/tools/regression/lib/libutil/test-flopen.c b/tools/regression/lib/libutil/test-flopen.c index 62fa699350a9..439d25c8c8b6 100644 --- a/tools/regression/lib/libutil/test-flopen.c +++ b/tools/regression/lib/libutil/test-flopen.c @@ -24,11 +24,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/libutil/test-flopen.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libutil/test-flopen.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/fcntl.h> diff --git a/tools/regression/lib/libutil/test-flopen.t b/tools/regression/lib/libutil/test-flopen.t index cbb7c8cfed26..7f58c4fba1d5 100644 --- a/tools/regression/lib/libutil/test-flopen.t +++ b/tools/regression/lib/libutil/test-flopen.t @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libutil/test-flopen.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # base=$(realpath $(dirname $0)) diff --git a/tools/regression/lib/libutil/test-trimdomain-nodomain.c b/tools/regression/lib/libutil/test-trimdomain-nodomain.c index 344bc17e439e..80b94eca2808 100644 --- a/tools/regression/lib/libutil/test-trimdomain-nodomain.c +++ b/tools/regression/lib/libutil/test-trimdomain-nodomain.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libutil/test-trimdomain-nodomain.c,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/tools/regression/lib/libutil/test-trimdomain-nodomain.t b/tools/regression/lib/libutil/test-trimdomain-nodomain.t index 8bdfd03be81b..f1a8609607e1 100644 --- a/tools/regression/lib/libutil/test-trimdomain-nodomain.t +++ b/tools/regression/lib/libutil/test-trimdomain-nodomain.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libutil/test-trimdomain-nodomain.t,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/libutil/test-trimdomain.c b/tools/regression/lib/libutil/test-trimdomain.c index d1c782380503..744d032e8f77 100644 --- a/tools/regression/lib/libutil/test-trimdomain.c +++ b/tools/regression/lib/libutil/test-trimdomain.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/libutil/test-trimdomain.c,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/tools/regression/lib/libutil/test-trimdomain.t b/tools/regression/lib/libutil/test-trimdomain.t index 8bdfd03be81b..f6c9bf01ac4d 100644 --- a/tools/regression/lib/libutil/test-trimdomain.t +++ b/tools/regression/lib/libutil/test-trimdomain.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/libutil/test-trimdomain.t,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/msun/Makefile b/tools/regression/lib/msun/Makefile index 696cf30c1590..80eacd4827c3 100644 --- a/tools/regression/lib/msun/Makefile +++ b/tools/regression/lib/msun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/msun/Makefile,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $ TESTS= test-fenv test-ilogb test-lrint test-lround test-next test-rem CFLAGS+= -O0 -lm diff --git a/tools/regression/lib/msun/test-fenv.c b/tools/regression/lib/msun/test-fenv.c index 71e8eedb3bc9..cd2219eb3739 100644 --- a/tools/regression/lib/msun/test-fenv.c +++ b/tools/regression/lib/msun/test-fenv.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/msun/test-fenv.c,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/wait.h> diff --git a/tools/regression/lib/msun/test-fenv.t b/tools/regression/lib/msun/test-fenv.t index 8bdfd03be81b..c7e36a61f453 100644 --- a/tools/regression/lib/msun/test-fenv.t +++ b/tools/regression/lib/msun/test-fenv.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/msun/test-fenv.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/msun/test-ilogb.c b/tools/regression/lib/msun/test-ilogb.c index a1440c4a20a4..dc70066b230a 100644 --- a/tools/regression/lib/msun/test-ilogb.c +++ b/tools/regression/lib/msun/test-ilogb.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/lib/msun/test-ilogb.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <assert.h> diff --git a/tools/regression/lib/msun/test-ilogb.t b/tools/regression/lib/msun/test-ilogb.t index 8bdfd03be81b..10eb4e7efffa 100644 --- a/tools/regression/lib/msun/test-ilogb.t +++ b/tools/regression/lib/msun/test-ilogb.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/msun/test-ilogb.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/msun/test-lrint.c b/tools/regression/lib/msun/test-lrint.c index 44bcee7cb04c..007f6f3c3d6f 100644 --- a/tools/regression/lib/msun/test-lrint.c +++ b/tools/regression/lib/msun/test-lrint.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/msun/test-lrint.c,v 1.1.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <fenv.h> diff --git a/tools/regression/lib/msun/test-lrint.t b/tools/regression/lib/msun/test-lrint.t index 8bdfd03be81b..302809d317cd 100644 --- a/tools/regression/lib/msun/test-lrint.t +++ b/tools/regression/lib/msun/test-lrint.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/msun/test-lrint.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/msun/test-lround.c b/tools/regression/lib/msun/test-lround.c index 4904abe8eefd..f41ef5bf557d 100644 --- a/tools/regression/lib/msun/test-lround.c +++ b/tools/regression/lib/msun/test-lround.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/msun/test-lround.c,v 1.1.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <fenv.h> diff --git a/tools/regression/lib/msun/test-lround.t b/tools/regression/lib/msun/test-lround.t index 8bdfd03be81b..4df6618bc8aa 100644 --- a/tools/regression/lib/msun/test-lround.t +++ b/tools/regression/lib/msun/test-lround.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/msun/test-lround.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/msun/test-next.c b/tools/regression/lib/msun/test-next.c index c8dd0724a1a3..bf0fb01309d9 100644 --- a/tools/regression/lib/msun/test-next.c +++ b/tools/regression/lib/msun/test-next.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/msun/test-next.c,v 1.1.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <fenv.h> #include <float.h> diff --git a/tools/regression/lib/msun/test-next.t b/tools/regression/lib/msun/test-next.t index 8bdfd03be81b..193a8ff775d7 100644 --- a/tools/regression/lib/msun/test-next.t +++ b/tools/regression/lib/msun/test-next.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/msun/test-next.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/lib/msun/test-rem.c b/tools/regression/lib/msun/test-rem.c index a4b09c98a751..0b8deb9e854d 100644 --- a/tools/regression/lib/msun/test-rem.c +++ b/tools/regression/lib/msun/test-rem.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/lib/msun/test-rem.c,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <assert.h> #include <math.h> diff --git a/tools/regression/lib/msun/test-rem.t b/tools/regression/lib/msun/test-rem.t index 8bdfd03be81b..0a8a7aa3bb8e 100644 --- a/tools/regression/lib/msun/test-rem.t +++ b/tools/regression/lib/msun/test-rem.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/lib/msun/test-rem.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/mac/mac_bsdextended/Makefile b/tools/regression/mac/mac_bsdextended/Makefile index e19d62d989e3..02f105f97444 100644 --- a/tools/regression/mac/mac_bsdextended/Makefile +++ b/tools/regression/mac/mac_bsdextended/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mac/mac_bsdextended/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= test_ugidfw DPADD= ${LIBUGIDFW} diff --git a/tools/regression/mac/mac_bsdextended/test_matches.sh b/tools/regression/mac/mac_bsdextended/test_matches.sh index 99d6b621cfb4..ef12e40b7cc1 100644 --- a/tools/regression/mac/mac_bsdextended/test_matches.sh +++ b/tools/regression/mac/mac_bsdextended/test_matches.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mac/mac_bsdextended/test_matches.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # uidrange="60000:100000" diff --git a/tools/regression/mac/mac_bsdextended/test_ugidfw.c b/tools/regression/mac/mac_bsdextended/test_ugidfw.c index 63e25f0beae5..b979bff905f8 100644 --- a/tools/regression/mac/mac_bsdextended/test_ugidfw.c +++ b/tools/regression/mac/mac_bsdextended/test_ugidfw.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/mac/mac_bsdextended/test_ugidfw.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/tools/regression/mlock/Makefile b/tools/regression/mlock/Makefile index a4617888d2e6..f7d5775071e1 100644 --- a/tools/regression/mlock/Makefile +++ b/tools/regression/mlock/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mlock/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mlock NO_MAN= diff --git a/tools/regression/mlock/mlock.c b/tools/regression/mlock/mlock.c index d371b2bee1d7..b953caf69fd1 100644 --- a/tools/regression/mlock/mlock.c +++ b/tools/regression/mlock/mlock.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/mlock/mlock.c,v 1.1.28.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/mqueue/Makefile b/tools/regression/mqueue/Makefile index a4f386b6839d..d578a48b889b 100644 --- a/tools/regression/mqueue/Makefile +++ b/tools/regression/mqueue/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mqueue/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR=mqtest1 mqtest2 mqtest3 mqtest4 mqtest5 diff --git a/tools/regression/mqueue/mqtest1/Makefile b/tools/regression/mqueue/mqtest1/Makefile index 4e04d1d2ad9c..f572721a2daf 100644 --- a/tools/regression/mqueue/mqtest1/Makefile +++ b/tools/regression/mqueue/mqtest1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mqueue/mqtest1/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG=mqtest1 LDADD+=-lrt diff --git a/tools/regression/mqueue/mqtest1/mqtest1.c b/tools/regression/mqueue/mqtest1/mqtest1.c index 8551b9f98586..03148b6f9671 100644 --- a/tools/regression/mqueue/mqtest1/mqtest1.c +++ b/tools/regression/mqueue/mqtest1/mqtest1.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/mqueue/mqtest1/mqtest1.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <mqueue.h> diff --git a/tools/regression/mqueue/mqtest2/Makefile b/tools/regression/mqueue/mqtest2/Makefile index 9d1b92c39887..a6a975fe49bd 100644 --- a/tools/regression/mqueue/mqtest2/Makefile +++ b/tools/regression/mqueue/mqtest2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mqueue/mqtest2/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG=mqtest2 LDADD+=-lrt diff --git a/tools/regression/mqueue/mqtest2/mqtest2.c b/tools/regression/mqueue/mqtest2/mqtest2.c index f37af20c3ec6..d51c17688dc8 100644 --- a/tools/regression/mqueue/mqtest2/mqtest2.c +++ b/tools/regression/mqueue/mqtest2/mqtest2.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/mqueue/mqtest2/mqtest2.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <mqueue.h> #include <fcntl.h> diff --git a/tools/regression/mqueue/mqtest3/Makefile b/tools/regression/mqueue/mqtest3/Makefile index d4ea9fa08691..24dedccb3b72 100644 --- a/tools/regression/mqueue/mqtest3/Makefile +++ b/tools/regression/mqueue/mqtest3/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mqueue/mqtest3/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG=mqtest3 LDADD+=-lrt diff --git a/tools/regression/mqueue/mqtest3/mqtest3.c b/tools/regression/mqueue/mqtest3/mqtest3.c index e2d8a9ef35ad..c0827482c94b 100644 --- a/tools/regression/mqueue/mqtest3/mqtest3.c +++ b/tools/regression/mqueue/mqtest3/mqtest3.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/mqueue/mqtest3/mqtest3.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <mqueue.h> #include <fcntl.h> diff --git a/tools/regression/mqueue/mqtest4/Makefile b/tools/regression/mqueue/mqtest4/Makefile index 3dfec4d6481e..dc56735965c2 100644 --- a/tools/regression/mqueue/mqtest4/Makefile +++ b/tools/regression/mqueue/mqtest4/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mqueue/mqtest4/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG=mqtest4 LDADD+=-lrt diff --git a/tools/regression/mqueue/mqtest4/mqtest4.c b/tools/regression/mqueue/mqtest4/mqtest4.c index a49c210a2299..cb4071100e05 100644 --- a/tools/regression/mqueue/mqtest4/mqtest4.c +++ b/tools/regression/mqueue/mqtest4/mqtest4.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/mqueue/mqtest4/mqtest4.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <mqueue.h> #include <fcntl.h> diff --git a/tools/regression/mqueue/mqtest5/Makefile b/tools/regression/mqueue/mqtest5/Makefile index 25f46adf1e4f..acfe725e944a 100644 --- a/tools/regression/mqueue/mqtest5/Makefile +++ b/tools/regression/mqueue/mqtest5/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/mqueue/mqtest5/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG=mqtest5 LDADD+=-lrt diff --git a/tools/regression/mqueue/mqtest5/mqtest5.c b/tools/regression/mqueue/mqtest5/mqtest5.c index adf54dcc65a5..2a2762b09cf4 100644 --- a/tools/regression/mqueue/mqtest5/mqtest5.c +++ b/tools/regression/mqueue/mqtest5/mqtest5.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/mqueue/mqtest5/mqtest5.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <mqueue.h> #include <fcntl.h> diff --git a/tools/regression/msdosfs/msdosfstest-2.sh b/tools/regression/msdosfs/msdosfstest-2.sh index 2262af803a5d..0d3660465a58 100644 --- a/tools/regression/msdosfs/msdosfstest-2.sh +++ b/tools/regression/msdosfs/msdosfstest-2.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/msdosfs/msdosfstest-2.sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # A really simple script to create a swap-backed msdosfs filesystem, then test to # make sure the case conversion issue described in msdosfs_lookup.c rev 1.46 # is fixed. diff --git a/tools/regression/msdosfs/msdosfstest-3.sh b/tools/regression/msdosfs/msdosfstest-3.sh index 4d3a8fe9f116..99e59219cb38 100644 --- a/tools/regression/msdosfs/msdosfstest-3.sh +++ b/tools/regression/msdosfs/msdosfstest-3.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/msdosfs/msdosfstest-3.sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # A really simple script to create a swap-backed msdosfs filesystem, then # test to make sure the mbnambuf optimisation(msdosfs_conv.c rev 1.40) # doesn't break multi-byte characters. diff --git a/tools/regression/msdosfs/msdosfstest-4.sh b/tools/regression/msdosfs/msdosfstest-4.sh index 46b9db96840d..531e31b8b97a 100644 --- a/tools/regression/msdosfs/msdosfstest-4.sh +++ b/tools/regression/msdosfs/msdosfstest-4.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/msdosfs/msdosfstest-4.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # A really simple script to create a swap-backed msdosfs filesystem, then # test to see if msdosfs_conv.c rev 1.45[1] works properly. diff --git a/tools/regression/msdosfs/msdosfstest-5.sh b/tools/regression/msdosfs/msdosfstest-5.sh index f6a5581d13b8..4d1e20a2cedf 100644 --- a/tools/regression/msdosfs/msdosfstest-5.sh +++ b/tools/regression/msdosfs/msdosfstest-5.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/msdosfs/msdosfstest-5.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # A really simple script to create a swap-backed msdosfs filesystem, then # test to see if msdosfs_conv.c rev 1.45[2] works properly. # Note that this is a requisite condition but far away from sufficient condition. diff --git a/tools/regression/msdosfs/msdosfstest-6.sh b/tools/regression/msdosfs/msdosfstest-6.sh index d64472d4a64f..7b980e5b0ae6 100644 --- a/tools/regression/msdosfs/msdosfstest-6.sh +++ b/tools/regression/msdosfs/msdosfstest-6.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/msdosfs/msdosfstest-6.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # A really simple script to create a swap-backed msdosfs filesystem, then # test to make sure the nmount conversion(mount_msdosfs.c rev 1.37) # doesn't break multi-byte characters. diff --git a/tools/regression/msdosfs/msdosfstest.sh b/tools/regression/msdosfs/msdosfstest.sh index ba2a434ce5ab..96fcb232d1c2 100644 --- a/tools/regression/msdosfs/msdosfstest.sh +++ b/tools/regression/msdosfs/msdosfstest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/msdosfs/msdosfstest.sh,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ # A really simple script to create a swap-backed msdosfs filesystem, copy a few # files to it, unmount/remount the filesystem, and make sure all is well. # diff --git a/tools/regression/net80211/ccmp/Makefile b/tools/regression/net80211/ccmp/Makefile index 0d918b1427ab..1a174ee1ff77 100644 --- a/tools/regression/net80211/ccmp/Makefile +++ b/tools/regression/net80211/ccmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/net80211/ccmp/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../../../sys/net80211 diff --git a/tools/regression/net80211/ccmp/test_ccmp.c b/tools/regression/net80211/ccmp/test_ccmp.c index d78be95fde82..3378316fa0ae 100644 --- a/tools/regression/net80211/ccmp/test_ccmp.c +++ b/tools/regression/net80211/ccmp/test_ccmp.c @@ -28,7 +28,7 @@ * (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/regression/net80211/ccmp/test_ccmp.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/net80211/tkip/Makefile b/tools/regression/net80211/tkip/Makefile index 1a1f7cacb4d4..e9861b615ddb 100644 --- a/tools/regression/net80211/tkip/Makefile +++ b/tools/regression/net80211/tkip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/net80211/tkip/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../../../sys/net80211 diff --git a/tools/regression/net80211/tkip/test_tkip.c b/tools/regression/net80211/tkip/test_tkip.c index 5a6397852a3f..98a72bd1d078 100644 --- a/tools/regression/net80211/tkip/test_tkip.c +++ b/tools/regression/net80211/tkip/test_tkip.c @@ -28,7 +28,7 @@ * (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/regression/net80211/tkip/test_tkip.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/net80211/wep/Makefile b/tools/regression/net80211/wep/Makefile index 1ab4712b9477..ea10ff8b04f0 100644 --- a/tools/regression/net80211/wep/Makefile +++ b/tools/regression/net80211/wep/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/net80211/wep/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ .PATH: ${.CURDIR}/../../../../sys/net80211 diff --git a/tools/regression/net80211/wep/test_wep.c b/tools/regression/net80211/wep/test_wep.c index b498195c2c1d..694d36c2ecb1 100644 --- a/tools/regression/net80211/wep/test_wep.c +++ b/tools/regression/net80211/wep/test_wep.c @@ -28,7 +28,7 @@ * (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/regression/net80211/wep/test_wep.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netatalk/simple_send/Makefile b/tools/regression/netatalk/simple_send/Makefile index e01fcea90eb3..da7b4ab15f02 100644 --- a/tools/regression/netatalk/simple_send/Makefile +++ b/tools/regression/netatalk/simple_send/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netatalk/simple_send/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= simple_send diff --git a/tools/regression/netatalk/simple_send/simple_send.c b/tools/regression/netatalk/simple_send/simple_send.c index 9dbbce89f3b7..d2f94d3965cb 100644 --- a/tools/regression/netatalk/simple_send/simple_send.c +++ b/tools/regression/netatalk/simple_send/simple_send.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netatalk/simple_send/simple_send.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/netinet/ipbroadcast/Makefile b/tools/regression/netinet/ipbroadcast/Makefile index 5be8aa81ccb8..223ec7cb40a8 100644 --- a/tools/regression/netinet/ipbroadcast/Makefile +++ b/tools/regression/netinet/ipbroadcast/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/ipbroadcast/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= ipbroadcast diff --git a/tools/regression/netinet/ipbroadcast/ipbroadcast.c b/tools/regression/netinet/ipbroadcast/ipbroadcast.c index 8d6f2479aabf..efad44f9afbf 100644 --- a/tools/regression/netinet/ipbroadcast/ipbroadcast.c +++ b/tools/regression/netinet/ipbroadcast/ipbroadcast.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/netinet/ipbroadcast/ipbroadcast.c,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/tools/regression/netinet/ipmulticast/Makefile b/tools/regression/netinet/ipmulticast/Makefile index a7cd29dbb2f0..b0a47f67201a 100644 --- a/tools/regression/netinet/ipmulticast/Makefile +++ b/tools/regression/netinet/ipmulticast/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/ipmulticast/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= ipmulticast diff --git a/tools/regression/netinet/ipmulticast/ipmulticast.c b/tools/regression/netinet/ipmulticast/ipmulticast.c index af67fcfb150a..5475fc59cc48 100644 --- a/tools/regression/netinet/ipmulticast/ipmulticast.c +++ b/tools/regression/netinet/ipmulticast/ipmulticast.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/netinet/ipmulticast/ipmulticast.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/tools/regression/netinet/ipsockopt/Makefile b/tools/regression/netinet/ipsockopt/Makefile index c49ee6cbd8f7..185f1b467f49 100644 --- a/tools/regression/netinet/ipsockopt/Makefile +++ b/tools/regression/netinet/ipsockopt/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/ipsockopt/Makefile,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= ipsockopt diff --git a/tools/regression/netinet/ipsockopt/ipsockopt.c b/tools/regression/netinet/ipsockopt/ipsockopt.c index d03ddf652f42..c97fb8a651e2 100644 --- a/tools/regression/netinet/ipsockopt/ipsockopt.c +++ b/tools/regression/netinet/ipsockopt/ipsockopt.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/ipsockopt/ipsockopt.c,v 1.8.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/netinet/ipsockopt/ipsockopt.t b/tools/regression/netinet/ipsockopt/ipsockopt.t index 8bdfd03be81b..4f5d248ed92e 100644 --- a/tools/regression/netinet/ipsockopt/ipsockopt.t +++ b/tools/regression/netinet/ipsockopt/ipsockopt.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/ipsockopt/ipsockopt.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/netinet/msocket/Makefile b/tools/regression/netinet/msocket/Makefile index 17c5b80a284a..6db3531a84a6 100644 --- a/tools/regression/netinet/msocket/Makefile +++ b/tools/regression/netinet/msocket/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/msocket/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= msocket NO_MAN= diff --git a/tools/regression/netinet/msocket/msocket.c b/tools/regression/netinet/msocket/msocket.c index 534e9f4b6041..f06059da0d38 100644 --- a/tools/regression/netinet/msocket/msocket.c +++ b/tools/regression/netinet/msocket/msocket.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/msocket/msocket.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/netinet/msocket_ifnet_remove/Makefile b/tools/regression/netinet/msocket_ifnet_remove/Makefile index 07c38160117a..5ade049b9919 100644 --- a/tools/regression/netinet/msocket_ifnet_remove/Makefile +++ b/tools/regression/netinet/msocket_ifnet_remove/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/msocket_ifnet_remove/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= msocket_ifnet_remove WARNS?= 3 diff --git a/tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c b/tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c index 51788eff14c7..b98504da437d 100644 --- a/tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c +++ b/tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/msocket_ifnet_remove/msocket_ifnet_remove.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/tools/regression/netinet/rawconnect/Makefile b/tools/regression/netinet/rawconnect/Makefile index 2ab64936c24b..05d31a4347fd 100644 --- a/tools/regression/netinet/rawconnect/Makefile +++ b/tools/regression/netinet/rawconnect/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/rawconnect/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= rawconnect diff --git a/tools/regression/netinet/rawconnect/rawconnect.c b/tools/regression/netinet/rawconnect/rawconnect.c index 95f8fc463179..4496d5f1ca39 100644 --- a/tools/regression/netinet/rawconnect/rawconnect.c +++ b/tools/regression/netinet/rawconnect/rawconnect.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/rawconnect/rawconnect.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netinet/rawconnect/rawconnect.t b/tools/regression/netinet/rawconnect/rawconnect.t index 03f249dda237..36433b037afa 100644 --- a/tools/regression/netinet/rawconnect/rawconnect.t +++ b/tools/regression/netinet/rawconnect/rawconnect.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/rawconnect/rawconnect.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/netinet/tcpconnect/Makefile b/tools/regression/netinet/tcpconnect/Makefile index 3456ff52ffda..4c4ab50844ab 100644 --- a/tools/regression/netinet/tcpconnect/Makefile +++ b/tools/regression/netinet/tcpconnect/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpconnect/Makefile,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= tcpconnect diff --git a/tools/regression/netinet/tcpconnect/tcpconnect.c b/tools/regression/netinet/tcpconnect/tcpconnect.c index 5037a988d9a5..5a52058599a8 100644 --- a/tools/regression/netinet/tcpconnect/tcpconnect.c +++ b/tools/regression/netinet/tcpconnect/tcpconnect.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/tcpconnect/tcpconnect.c,v 1.4.24.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/netinet/tcpdrop/Makefile b/tools/regression/netinet/tcpdrop/Makefile index 1707dad23a5b..5cab799ef666 100644 --- a/tools/regression/netinet/tcpdrop/Makefile +++ b/tools/regression/netinet/tcpdrop/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpdrop/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= tcpdrop diff --git a/tools/regression/netinet/tcpdrop/tcpdrop.c b/tools/regression/netinet/tcpdrop/tcpdrop.c index bf78d5568670..d76583703141 100644 --- a/tools/regression/netinet/tcpdrop/tcpdrop.c +++ b/tools/regression/netinet/tcpdrop/tcpdrop.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/tcpdrop/tcpdrop.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netinet/tcpfullwindowrst/Makefile b/tools/regression/netinet/tcpfullwindowrst/Makefile index b24f94081b5f..24171d19f18c 100644 --- a/tools/regression/netinet/tcpfullwindowrst/Makefile +++ b/tools/regression/netinet/tcpfullwindowrst/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpfullwindowrst/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tcpfullwindowrsttest NO_MAN= diff --git a/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t b/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t index 49acbccf6e80..c053c3755c3d 100644 --- a/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t +++ b/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrst.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ make tcpfullwindowrsttest 2>&1 > /dev/null diff --git a/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c b/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c index ac86b9e7627a..6f0e846b8bd8 100644 --- a/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c +++ b/tools/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c @@ -24,7 +24,7 @@ WHETHER IN CONTRACT, STRICT LIABILITY, 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/regression/netinet/tcpfullwindowrst/tcpfullwindowrsttest.c,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ diff --git a/tools/regression/netinet/tcpsockclosebeforeaccept/Makefile b/tools/regression/netinet/tcpsockclosebeforeaccept/Makefile index 2ac338a85d2f..1d766dca93cc 100644 --- a/tools/regression/netinet/tcpsockclosebeforeaccept/Makefile +++ b/tools/regression/netinet/tcpsockclosebeforeaccept/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpsockclosebeforeaccept/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= tcpsockclosebeforeaccept diff --git a/tools/regression/netinet/tcpsockclosebeforeaccept/tcpsockclosebeforeaccept.c b/tools/regression/netinet/tcpsockclosebeforeaccept/tcpsockclosebeforeaccept.c index b7ef7656b9b7..a26a04342273 100644 --- a/tools/regression/netinet/tcpsockclosebeforeaccept/tcpsockclosebeforeaccept.c +++ b/tools/regression/netinet/tcpsockclosebeforeaccept/tcpsockclosebeforeaccept.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/tcpsockclosebeforeaccept/tcpsockclosebeforeaccept.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netinet/tcpsocktimewait/Makefile b/tools/regression/netinet/tcpsocktimewait/Makefile index f86fefcf1295..124a1455af3b 100644 --- a/tools/regression/netinet/tcpsocktimewait/Makefile +++ b/tools/regression/netinet/tcpsocktimewait/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpsocktimewait/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= tcpsocktimewait diff --git a/tools/regression/netinet/tcpsocktimewait/tcpsocktimewait.c b/tools/regression/netinet/tcpsocktimewait/tcpsocktimewait.c index a5e6542a952a..2f67d0a780fe 100644 --- a/tools/regression/netinet/tcpsocktimewait/tcpsocktimewait.c +++ b/tools/regression/netinet/tcpsocktimewait/tcpsocktimewait.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/tcpsocktimewait/tcpsocktimewait.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netinet/tcpstream/Makefile b/tools/regression/netinet/tcpstream/Makefile index 6f6491aedd08..1d31fb7df3d1 100644 --- a/tools/regression/netinet/tcpstream/Makefile +++ b/tools/regression/netinet/tcpstream/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/tcpstream/Makefile,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ # CFLAGS+= -Wall diff --git a/tools/regression/netinet/tcpstream/README b/tools/regression/netinet/tcpstream/README index df2e9b1a21da..5a082d92574e 100644 --- a/tools/regression/netinet/tcpstream/README +++ b/tools/regression/netinet/tcpstream/README @@ -17,4 +17,4 @@ seed of 100: tcpstream client 192.168.10.10 8080 100 -$FreeBSD$ +$FreeBSD: src/tools/regression/netinet/tcpstream/README,v 1.1.28.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/regression/netinet/tcpstream/tcpstream.c b/tools/regression/netinet/tcpstream/tcpstream.c index c8fe9a3fe098..bfceb2efebf7 100644 --- a/tools/regression/netinet/tcpstream/tcpstream.c +++ b/tools/regression/netinet/tcpstream/tcpstream.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/tcpstream/tcpstream.c,v 1.2.28.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netinet/udpconnectjail/Makefile b/tools/regression/netinet/udpconnectjail/Makefile index bd5d0b1cba92..ef312d34c611 100644 --- a/tools/regression/netinet/udpconnectjail/Makefile +++ b/tools/regression/netinet/udpconnectjail/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet/udpconnectjail/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= udpconnectjail NO_MAN= diff --git a/tools/regression/netinet/udpconnectjail/udpconnectjail.c b/tools/regression/netinet/udpconnectjail/udpconnectjail.c index 7151ca442463..80dfc05b3bf2 100644 --- a/tools/regression/netinet/udpconnectjail/udpconnectjail.c +++ b/tools/regression/netinet/udpconnectjail/udpconnectjail.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet/udpconnectjail/udpconnectjail.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/tools/regression/netinet6/inet6_rth/Makefile b/tools/regression/netinet6/inet6_rth/Makefile index ac284d3465fe..49795df9b7b3 100644 --- a/tools/regression/netinet6/inet6_rth/Makefile +++ b/tools/regression/netinet6/inet6_rth/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet6/inet6_rth/Makefile,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= inet6_rth-segments SRCS= test_subr.c inet6_rth-segments.c diff --git a/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c b/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c index 5ac1d9768565..f588eac07468 100644 --- a/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c +++ b/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/netinet6/inet6_rth/inet6_rth-segments.c,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/socket.h> diff --git a/tools/regression/netinet6/inet6_rth/test_subr.c b/tools/regression/netinet6/inet6_rth/test_subr.c index ab09ec803851..d9d5cff81b3f 100644 --- a/tools/regression/netinet6/inet6_rth/test_subr.c +++ b/tools/regression/netinet6/inet6_rth/test_subr.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/netinet6/inet6_rth/test_subr.c,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> diff --git a/tools/regression/netinet6/inet6_rth/test_subr.h b/tools/regression/netinet6/inet6_rth/test_subr.h index f0463daed51c..f27461dbc3c8 100644 --- a/tools/regression/netinet6/inet6_rth/test_subr.h +++ b/tools/regression/netinet6/inet6_rth/test_subr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet6/inet6_rth/test_subr.h,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/netinet6/ip6_sockets/Makefile b/tools/regression/netinet6/ip6_sockets/Makefile index 4f6bc78cc3ed..9736a2050231 100644 --- a/tools/regression/netinet6/ip6_sockets/Makefile +++ b/tools/regression/netinet6/ip6_sockets/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netinet6/ip6_sockets/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= ip6_sockets diff --git a/tools/regression/netinet6/ip6_sockets/ip6_sockets.c b/tools/regression/netinet6/ip6_sockets/ip6_sockets.c index 07e6209297c5..00edaf9325f1 100644 --- a/tools/regression/netinet6/ip6_sockets/ip6_sockets.c +++ b/tools/regression/netinet6/ip6_sockets/ip6_sockets.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netinet6/ip6_sockets/ip6_sockets.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/socket.h> diff --git a/tools/regression/netipx/README b/tools/regression/netipx/README index a1a07a4e7855..12871f69ba71 100644 --- a/tools/regression/netipx/README +++ b/tools/regression/netipx/README @@ -8,4 +8,4 @@ In addition, the loopback interface should be configured with the address ifconfig lo0 ipx 0xbebe.1 -$FreeBSD$ +$FreeBSD: src/tools/regression/netipx/README,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/regression/netipx/ipxdgramloopback/Makefile b/tools/regression/netipx/ipxdgramloopback/Makefile index 364d787e46b7..ac1954be7d81 100644 --- a/tools/regression/netipx/ipxdgramloopback/Makefile +++ b/tools/regression/netipx/ipxdgramloopback/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netipx/ipxdgramloopback/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= ipxdgramloopback diff --git a/tools/regression/netipx/ipxdgramloopback/ipxdgramloopback.c b/tools/regression/netipx/ipxdgramloopback/ipxdgramloopback.c index b969b48b433c..b76efd206e9c 100644 --- a/tools/regression/netipx/ipxdgramloopback/ipxdgramloopback.c +++ b/tools/regression/netipx/ipxdgramloopback/ipxdgramloopback.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netipx/ipxdgramloopback/ipxdgramloopback.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netipx/ipxsocket/Makefile b/tools/regression/netipx/ipxsocket/Makefile index 65157fa1dd19..09080f9405a3 100644 --- a/tools/regression/netipx/ipxsocket/Makefile +++ b/tools/regression/netipx/ipxsocket/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netipx/ipxsocket/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= ipxsocket diff --git a/tools/regression/netipx/ipxsocket/ipxsocket.c b/tools/regression/netipx/ipxsocket/ipxsocket.c index afcd2dc9a548..f9fab9f6373e 100644 --- a/tools/regression/netipx/ipxsocket/ipxsocket.c +++ b/tools/regression/netipx/ipxsocket/ipxsocket.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netipx/ipxsocket/ipxsocket.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netipx/spxabort/Makefile b/tools/regression/netipx/spxabort/Makefile index b9498a07c659..62522a4618cb 100644 --- a/tools/regression/netipx/spxabort/Makefile +++ b/tools/regression/netipx/spxabort/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netipx/spxabort/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= spxabort diff --git a/tools/regression/netipx/spxabort/spxabort.c b/tools/regression/netipx/spxabort/spxabort.c index 8b6537f265eb..2efeed1ccfe4 100644 --- a/tools/regression/netipx/spxabort/spxabort.c +++ b/tools/regression/netipx/spxabort/spxabort.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/netipx/spxabort/spxabort.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/netipx/spxloopback/Makefile b/tools/regression/netipx/spxloopback/Makefile index edbfbbc5bdd3..5a52e78a14b3 100644 --- a/tools/regression/netipx/spxloopback/Makefile +++ b/tools/regression/netipx/spxloopback/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/netipx/spxloopback/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= spxloopback diff --git a/tools/regression/netipx/spxloopback/spxloopback.c b/tools/regression/netipx/spxloopback/spxloopback.c index 9561cff699f0..41b5c797125c 100644 --- a/tools/regression/netipx/spxloopback/spxloopback.c +++ b/tools/regression/netipx/spxloopback/spxloopback.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$Exp $ + * $FreeBSD: src/tools/regression/netipx/spxloopback/spxloopback.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $Exp $ */ /* diff --git a/tools/regression/nfsmmap/test1/Makefile b/tools/regression/nfsmmap/test1/Makefile index 07c3445fe7c4..9b476a38416c 100644 --- a/tools/regression/nfsmmap/test1/Makefile +++ b/tools/regression/nfsmmap/test1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/nfsmmap/test1/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= test1 NO_MAN= diff --git a/tools/regression/nfsmmap/test2/Makefile b/tools/regression/nfsmmap/test2/Makefile index 113a3b32defa..49993956ef78 100644 --- a/tools/regression/nfsmmap/test2/Makefile +++ b/tools/regression/nfsmmap/test2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/nfsmmap/test2/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= test2 NO_MAN= diff --git a/tools/regression/p1003_1b/Makefile b/tools/regression/p1003_1b/Makefile index 85db354b944d..537830378a00 100644 --- a/tools/regression/p1003_1b/Makefile +++ b/tools/regression/p1003_1b/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/p1003_1b/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG=p1003_1b diff --git a/tools/regression/p1003_1b/README b/tools/regression/p1003_1b/README index e0b703754927..d5f5bf229981 100644 --- a/tools/regression/p1003_1b/README +++ b/tools/regression/p1003_1b/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/p1003_1b/README,v 1.1.60.1 2010/12/21 17:10:29 kensmith Exp $ p1003_1b: Regression tests for the scheduling facilities. The following should always work as of the release of 4.0: diff --git a/tools/regression/p1003_1b/fifo.c b/tools/regression/p1003_1b/fifo.c index 455f7f9adc5f..f81e76c00bba 100644 --- a/tools/regression/p1003_1b/fifo.c +++ b/tools/regression/p1003_1b/fifo.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/p1003_1b/fifo.c,v 1.1.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <unistd.h> #include <stdlib.h> diff --git a/tools/regression/p1003_1b/main.c b/tools/regression/p1003_1b/main.c index 0e87c6ca68bf..6858b06a6fd9 100644 --- a/tools/regression/p1003_1b/main.c +++ b/tools/regression/p1003_1b/main.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/p1003_1b/main.c,v 1.1.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> int fifo(int argc, char *argv[]); diff --git a/tools/regression/p1003_1b/memlock.c b/tools/regression/p1003_1b/memlock.c index b55b4056dac8..87b969b5afa0 100644 --- a/tools/regression/p1003_1b/memlock.c +++ b/tools/regression/p1003_1b/memlock.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/p1003_1b/memlock.c,v 1.1.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <unistd.h> #include <stdio.h> diff --git a/tools/regression/p1003_1b/p26.c b/tools/regression/p1003_1b/p26.c index 538deaf87863..ed244ec371ef 100644 --- a/tools/regression/p1003_1b/p26.c +++ b/tools/regression/p1003_1b/p26.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/p1003_1b/p26.c,v 1.1.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #define _POSIX_SOURCE #define _POSIX_C_SOURCE 199309L diff --git a/tools/regression/p1003_1b/prutil.c b/tools/regression/p1003_1b/prutil.c index e0e3d6f8fa68..2ca37933477d 100644 --- a/tools/regression/p1003_1b/prutil.c +++ b/tools/regression/p1003_1b/prutil.c @@ -8,7 +8,7 @@ #include "prutil.h" /* - * $FreeBSD$ + * $FreeBSD: src/tools/regression/p1003_1b/prutil.c,v 1.1.60.1 2010/12/21 17:10:29 kensmith Exp $ */ void quit(const char *text) { diff --git a/tools/regression/p1003_1b/prutil.h b/tools/regression/p1003_1b/prutil.h index 3387b994b151..5f530a81b199 100644 --- a/tools/regression/p1003_1b/prutil.h +++ b/tools/regression/p1003_1b/prutil.h @@ -2,7 +2,7 @@ #define _PRUTIL_H_ /* - * $FreeBSD$ + * $FreeBSD: src/tools/regression/p1003_1b/prutil.h,v 1.1.60.1 2010/12/21 17:10:29 kensmith Exp $ */ struct sched_param; diff --git a/tools/regression/p1003_1b/sched.c b/tools/regression/p1003_1b/sched.c index bd978f8d4942..4b143e3aaaf7 100644 --- a/tools/regression/p1003_1b/sched.c +++ b/tools/regression/p1003_1b/sched.c @@ -28,7 +28,7 @@ * LIABILITY, 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/regression/p1003_1b/sched.c,v 1.1.60.1 2010/12/21 17:10:29 kensmith Exp $ * */ diff --git a/tools/regression/p1003_1b/yield.c b/tools/regression/p1003_1b/yield.c index ac31a99f250a..3f62a94e8677 100644 --- a/tools/regression/p1003_1b/yield.c +++ b/tools/regression/p1003_1b/yield.c @@ -28,7 +28,7 @@ * LIABILITY, 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/regression/p1003_1b/yield.c,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ * */ #include <sys/types.h> diff --git a/tools/regression/pipe/Makefile b/tools/regression/pipe/Makefile index cf732538b255..09ece6425bba 100644 --- a/tools/regression/pipe/Makefile +++ b/tools/regression/pipe/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/pipe/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # # "make" then "make regress". # diff --git a/tools/regression/pipe/bigpipetest.c b/tools/regression/pipe/bigpipetest.c index c5983fa5559e..e9ef3246a1b2 100644 --- a/tools/regression/pipe/bigpipetest.c +++ b/tools/regression/pipe/bigpipetest.c @@ -12,7 +12,7 @@ * Test for the non-blocking big pipe bug (write(2) returning * EAGAIN while select(2) returns the descriptor as ready for write). * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/pipe/bigpipetest.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ void write_frame(int fd, char *buf, unsigned long buflen) diff --git a/tools/regression/pipe/bigpipetest.t b/tools/regression/pipe/bigpipetest.t index 8bdfd03be81b..7697379bb1d8 100644 --- a/tools/regression/pipe/bigpipetest.t +++ b/tools/regression/pipe/bigpipetest.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/pipe/bigpipetest.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/pipe/pipe-fstatbug.c b/tools/regression/pipe/pipe-fstatbug.c index ed038c20a69a..1907d52d0b2d 100644 --- a/tools/regression/pipe/pipe-fstatbug.c +++ b/tools/regression/pipe/pipe-fstatbug.c @@ -28,7 +28,7 @@ SUCH DAMAGE. #include <sys/stat.h> /* - * $FreeBSD$ + * $FreeBSD: src/tools/regression/pipe/pipe-fstatbug.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ * The goal of this program is to see if fstat reports the correct * data count for a pipe. Prior to revision 1.172 of sys_pipe.c, * 0 would be returned once the pipe entered direct write mode. diff --git a/tools/regression/pipe/pipe-overcommit1.c b/tools/regression/pipe/pipe-overcommit1.c index c4686588b6bb..8f89f57cdd95 100644 --- a/tools/regression/pipe/pipe-overcommit1.c +++ b/tools/regression/pipe/pipe-overcommit1.c @@ -30,7 +30,7 @@ #include <stdlib.h> /* - * $FreeBSD$ + * $FreeBSD: src/tools/regression/pipe/pipe-overcommit1.c,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ * This program just allocates as many pipes as it can to ensure * that using up all pipe memory doesn't cause a panic. */ diff --git a/tools/regression/pipe/pipe-overcommit2.c b/tools/regression/pipe/pipe-overcommit2.c index 5979585e6e6b..8f192320920a 100644 --- a/tools/regression/pipe/pipe-overcommit2.c +++ b/tools/regression/pipe/pipe-overcommit2.c @@ -31,7 +31,7 @@ #include <fcntl.h> /* - * $FreeBSD$ + * $FreeBSD: src/tools/regression/pipe/pipe-overcommit2.c,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ * This program tests how sys_pipe.c handles the case where there * is ample memory to allocate a pipe, but the file descriptor * limit for that user has been exceeded. diff --git a/tools/regression/pipe/pipe-reverse.c b/tools/regression/pipe/pipe-reverse.c index f4ae16747d0b..7100df7bebe5 100644 --- a/tools/regression/pipe/pipe-reverse.c +++ b/tools/regression/pipe/pipe-reverse.c @@ -28,7 +28,7 @@ SUCH DAMAGE. #include <sys/stat.h> /* - * $FreeBSD$ + * $FreeBSD: src/tools/regression/pipe/pipe-reverse.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ * This program simply tests writing through the reverse direction of * a pipe. Nothing too fancy, it's only needed because most pipe-using * programs never touch the reverse direction (it doesn't exist on diff --git a/tools/regression/pipe/pipe-wraparound.c b/tools/regression/pipe/pipe-wraparound.c index ab673e9b180a..20c8f46dda38 100644 --- a/tools/regression/pipe/pipe-wraparound.c +++ b/tools/regression/pipe/pipe-wraparound.c @@ -28,7 +28,7 @@ SUCH DAMAGE. #include <sys/stat.h> /* - * $FreeBSD$ + * $FreeBSD: src/tools/regression/pipe/pipe-wraparound.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ * This program tests to make sure that wraparound writes and reads * are working, assuming that 16K socket buffers are used. In order * to really stress the pipe code with this test, kernel modifications diff --git a/tools/regression/posixsem/Makefile b/tools/regression/posixsem/Makefile index f7568f40781b..ea85f195c52d 100644 --- a/tools/regression/posixsem/Makefile +++ b/tools/regression/posixsem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/posixsem/Makefile,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ PROG= posixsem SRCS= posixsem.c test.c diff --git a/tools/regression/posixsem/posixsem.c b/tools/regression/posixsem/posixsem.c index 465d6e7f26df..aa7b1d91c2e4 100644 --- a/tools/regression/posixsem/posixsem.c +++ b/tools/regression/posixsem/posixsem.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/posixsem/posixsem.c,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/tools/regression/posixsem/posixsem.t b/tools/regression/posixsem/posixsem.t index 198d2be6c89c..0a0d5c1a7d12 100644 --- a/tools/regression/posixsem/posixsem.t +++ b/tools/regression/posixsem/posixsem.t @@ -1,5 +1,5 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/posixsem/posixsem.t,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ ./posixsem diff --git a/tools/regression/posixsem/test.c b/tools/regression/posixsem/test.c index 8583a0dbbac6..72a4a5f4502e 100644 --- a/tools/regression/posixsem/test.c +++ b/tools/regression/posixsem/test.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/posixsem/test.c,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdarg.h> #include <stdio.h> diff --git a/tools/regression/posixsem/test.h b/tools/regression/posixsem/test.h index 505679b1fdb0..fd045b8edf0b 100644 --- a/tools/regression/posixsem/test.h +++ b/tools/regression/posixsem/test.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/posixsem/test.h,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef __TEST_H__ diff --git a/tools/regression/priv/Makefile b/tools/regression/priv/Makefile index 2a63eccfcf54..0fa3b0699813 100644 --- a/tools/regression/priv/Makefile +++ b/tools/regression/priv/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/priv/Makefile,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= priv diff --git a/tools/regression/priv/main.c b/tools/regression/priv/main.c index a9faa98f81c3..24da1ac442b0 100644 --- a/tools/regression/priv/main.c +++ b/tools/regression/priv/main.c @@ -27,7 +27,7 @@ * 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/regression/priv/main.c,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/main.h b/tools/regression/priv/main.h index d863feb7b7d0..377248a2e7a9 100644 --- a/tools/regression/priv/main.h +++ b/tools/regression/priv/main.h @@ -27,7 +27,7 @@ * 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/regression/priv/main.h,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #define UID_ROOT 0 diff --git a/tools/regression/priv/priv_acct.c b/tools/regression/priv/priv_acct.c index d1324bbeb49c..896ca3df2d72 100644 --- a/tools/regression/priv/priv_acct.c +++ b/tools/regression/priv/priv_acct.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_acct.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_adjtime.c b/tools/regression/priv/priv_adjtime.c index 65fbfac48dbe..4c5ccdcaa290 100644 --- a/tools/regression/priv/priv_adjtime.c +++ b/tools/regression/priv/priv_adjtime.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_adjtime.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_audit_control.c b/tools/regression/priv/priv_audit_control.c index a6618192d95b..de1d656442f6 100644 --- a/tools/regression/priv/priv_audit_control.c +++ b/tools/regression/priv/priv_audit_control.c @@ -26,7 +26,7 @@ * 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/regression/priv/priv_audit_control.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_audit_getaudit.c b/tools/regression/priv/priv_audit_getaudit.c index cccabeda28c6..8273e590705d 100644 --- a/tools/regression/priv/priv_audit_getaudit.c +++ b/tools/regression/priv/priv_audit_getaudit.c @@ -26,7 +26,7 @@ * 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/regression/priv/priv_audit_getaudit.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_audit_setaudit.c b/tools/regression/priv/priv_audit_setaudit.c index 0b6d8dbaf173..014547bcdc1d 100644 --- a/tools/regression/priv/priv_audit_setaudit.c +++ b/tools/regression/priv/priv_audit_setaudit.c @@ -26,7 +26,7 @@ * 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/regression/priv/priv_audit_setaudit.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_audit_submit.c b/tools/regression/priv/priv_audit_submit.c index 915f6e6cc6f5..2a15ee64b1dc 100644 --- a/tools/regression/priv/priv_audit_submit.c +++ b/tools/regression/priv/priv_audit_submit.c @@ -26,7 +26,7 @@ * 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/regression/priv/priv_audit_submit.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_clock_settime.c b/tools/regression/priv/priv_clock_settime.c index 84b8bebfc8a2..d08fd5959ad3 100644 --- a/tools/regression/priv/priv_clock_settime.c +++ b/tools/regression/priv/priv_clock_settime.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_clock_settime.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_cred.c b/tools/regression/priv/priv_cred.c index 6e060cff40ae..5505a25756ce 100644 --- a/tools/regression/priv/priv_cred.c +++ b/tools/regression/priv/priv_cred.c @@ -26,7 +26,7 @@ * 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/regression/priv/priv_cred.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_io.c b/tools/regression/priv/priv_io.c index 31e60a0c20e5..6f39a33a130b 100644 --- a/tools/regression/priv/priv_io.c +++ b/tools/regression/priv/priv_io.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_io.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_kenv_set.c b/tools/regression/priv/priv_kenv_set.c index 1e750e03f33f..4b597186cbca 100644 --- a/tools/regression/priv/priv_kenv_set.c +++ b/tools/regression/priv/priv_kenv_set.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_kenv_set.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_kenv_unset.c b/tools/regression/priv/priv_kenv_unset.c index 02004da78276..93c45249b3ac 100644 --- a/tools/regression/priv/priv_kenv_unset.c +++ b/tools/regression/priv/priv_kenv_unset.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_kenv_unset.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_msgbuf.c b/tools/regression/priv/priv_msgbuf.c index c8db210a4c22..a59855b9b329 100644 --- a/tools/regression/priv/priv_msgbuf.c +++ b/tools/regression/priv/priv_msgbuf.c @@ -26,7 +26,7 @@ * 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/regression/priv/priv_msgbuf.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_netinet_raw.c b/tools/regression/priv/priv_netinet_raw.c index 75f66c07d6b2..7156c96b2562 100644 --- a/tools/regression/priv/priv_netinet_raw.c +++ b/tools/regression/priv/priv_netinet_raw.c @@ -26,7 +26,7 @@ * 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/regression/priv/priv_netinet_raw.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_proc_setlogin.c b/tools/regression/priv/priv_proc_setlogin.c index f04b79feaa45..c0ad0d0492e9 100644 --- a/tools/regression/priv/priv_proc_setlogin.c +++ b/tools/regression/priv/priv_proc_setlogin.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_proc_setlogin.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_proc_setrlimit.c b/tools/regression/priv/priv_proc_setrlimit.c index 590f55f0685b..528bc0184f9a 100644 --- a/tools/regression/priv/priv_proc_setrlimit.c +++ b/tools/regression/priv/priv_proc_setrlimit.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_proc_setrlimit.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- diff --git a/tools/regression/priv/priv_sched_rtprio.c b/tools/regression/priv/priv_sched_rtprio.c index 2498f3faa32a..ad544f4aca46 100644 --- a/tools/regression/priv/priv_sched_rtprio.c +++ b/tools/regression/priv/priv_sched_rtprio.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_sched_rtprio.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_sched_setpriority.c b/tools/regression/priv/priv_sched_setpriority.c index 219fd8c68b1c..2b09cbdfa6bd 100644 --- a/tools/regression/priv/priv_sched_setpriority.c +++ b/tools/regression/priv/priv_sched_setpriority.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_sched_setpriority.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_settimeofday.c b/tools/regression/priv/priv_settimeofday.c index df9300ecd887..a14306eb4c1f 100644 --- a/tools/regression/priv/priv_settimeofday.c +++ b/tools/regression/priv/priv_settimeofday.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_settimeofday.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_sysctl_write.c b/tools/regression/priv/priv_sysctl_write.c index 25e02f91c189..d9e4d9a9fb9f 100644 --- a/tools/regression/priv/priv_sysctl_write.c +++ b/tools/regression/priv/priv_sysctl_write.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_sysctl_write.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_chflags.c b/tools/regression/priv/priv_vfs_chflags.c index 469b12b125fb..c762682e5084 100644 --- a/tools/regression/priv/priv_vfs_chflags.c +++ b/tools/regression/priv/priv_vfs_chflags.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_chflags.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_chmod.c b/tools/regression/priv/priv_vfs_chmod.c index 6a64871f5973..99445d49b484 100644 --- a/tools/regression/priv/priv_vfs_chmod.c +++ b/tools/regression/priv/priv_vfs_chmod.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_chmod.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_chown.c b/tools/regression/priv/priv_vfs_chown.c index c0c10e640c0d..42810716a5b3 100644 --- a/tools/regression/priv/priv_vfs_chown.c +++ b/tools/regression/priv/priv_vfs_chown.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_chown.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_chroot.c b/tools/regression/priv/priv_vfs_chroot.c index 4ba15e5a73f0..8e4e2bbd3a5d 100644 --- a/tools/regression/priv/priv_vfs_chroot.c +++ b/tools/regression/priv/priv_vfs_chroot.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_chroot.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_clearsugid.c b/tools/regression/priv/priv_vfs_clearsugid.c index b62a9283c778..397aa5d58ea8 100644 --- a/tools/regression/priv/priv_vfs_clearsugid.c +++ b/tools/regression/priv/priv_vfs_clearsugid.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_clearsugid.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_extattr_system.c b/tools/regression/priv/priv_vfs_extattr_system.c index 9f8f88718e1a..303e97827be4 100644 --- a/tools/regression/priv/priv_vfs_extattr_system.c +++ b/tools/regression/priv/priv_vfs_extattr_system.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_extattr_system.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_fhopen.c b/tools/regression/priv/priv_vfs_fhopen.c index 32b32f98a232..c58b29949ded 100644 --- a/tools/regression/priv/priv_vfs_fhopen.c +++ b/tools/regression/priv/priv_vfs_fhopen.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_fhopen.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_fhstat.c b/tools/regression/priv/priv_vfs_fhstat.c index 18506fa190f1..92c9cd73228a 100644 --- a/tools/regression/priv/priv_vfs_fhstat.c +++ b/tools/regression/priv/priv_vfs_fhstat.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_fhstat.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_fhstatfs.c b/tools/regression/priv/priv_vfs_fhstatfs.c index f814989423c1..a6b3943ad986 100644 --- a/tools/regression/priv/priv_vfs_fhstatfs.c +++ b/tools/regression/priv/priv_vfs_fhstatfs.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_fhstatfs.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_generation.c b/tools/regression/priv/priv_vfs_generation.c index 0ac58c537ce4..5288669989fd 100644 --- a/tools/regression/priv/priv_vfs_generation.c +++ b/tools/regression/priv/priv_vfs_generation.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_generation.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_getfh.c b/tools/regression/priv/priv_vfs_getfh.c index d2904dfc225a..ee7294ac60a9 100644 --- a/tools/regression/priv/priv_vfs_getfh.c +++ b/tools/regression/priv/priv_vfs_getfh.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_getfh.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_read_write.c b/tools/regression/priv/priv_vfs_read_write.c index 5bf5a0306a20..d8c67145a631 100644 --- a/tools/regression/priv/priv_vfs_read_write.c +++ b/tools/regression/priv/priv_vfs_read_write.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_read_write.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_setgid.c b/tools/regression/priv/priv_vfs_setgid.c index 62ebf8c3a7c3..9bdfd398cd34 100644 --- a/tools/regression/priv/priv_vfs_setgid.c +++ b/tools/regression/priv/priv_vfs_setgid.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_setgid.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_stickyfile.c b/tools/regression/priv/priv_vfs_stickyfile.c index 5dcf350105b0..f050be77cbe8 100644 --- a/tools/regression/priv/priv_vfs_stickyfile.c +++ b/tools/regression/priv/priv_vfs_stickyfile.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_stickyfile.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vfs_utimes.c b/tools/regression/priv/priv_vfs_utimes.c index 78fe6916c4f4..186e75f30251 100644 --- a/tools/regression/priv/priv_vfs_utimes.c +++ b/tools/regression/priv/priv_vfs_utimes.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vfs_utimes.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vm_madv_protect.c b/tools/regression/priv/priv_vm_madv_protect.c index 008e531dbe5e..b6e62dfb0366 100644 --- a/tools/regression/priv/priv_vm_madv_protect.c +++ b/tools/regression/priv/priv_vm_madv_protect.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vm_madv_protect.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vm_mlock.c b/tools/regression/priv/priv_vm_mlock.c index 5cdbc706de50..aa573d6330e0 100644 --- a/tools/regression/priv/priv_vm_mlock.c +++ b/tools/regression/priv/priv_vm_mlock.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vm_mlock.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/priv/priv_vm_munlock.c b/tools/regression/priv/priv_vm_munlock.c index d5a474ad3b8e..670229a22aa1 100644 --- a/tools/regression/priv/priv_vm_munlock.c +++ b/tools/regression/priv/priv_vm_munlock.c @@ -27,7 +27,7 @@ * 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/regression/priv/priv_vm_munlock.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/pthread/cv_cancel1/Makefile b/tools/regression/pthread/cv_cancel1/Makefile index 6fe38c76d86c..bfab88ad06b7 100644 --- a/tools/regression/pthread/cv_cancel1/Makefile +++ b/tools/regression/pthread/cv_cancel1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/pthread/cv_cancel1/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= cv_cancel1 NO_MAN= diff --git a/tools/regression/pthread/cv_cancel1/cv_cancel1.c b/tools/regression/pthread/cv_cancel1/cv_cancel1.c index cacad44c2280..d13332cd0a05 100644 --- a/tools/regression/pthread/cv_cancel1/cv_cancel1.c +++ b/tools/regression/pthread/cv_cancel1/cv_cancel1.c @@ -23,7 +23,7 @@ * (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/regression/pthread/cv_cancel1/cv_cancel1.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ * */ #include <pthread.h> diff --git a/tools/regression/redzone9/Makefile b/tools/regression/redzone9/Makefile index 6de15357488f..617fb25690f9 100644 --- a/tools/regression/redzone9/Makefile +++ b/tools/regression/redzone9/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/redzone9/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ KMOD= redzone SRCS= redzone.c diff --git a/tools/regression/redzone9/README b/tools/regression/redzone9/README index 87ca49a08633..145764101a34 100644 --- a/tools/regression/redzone9/README +++ b/tools/regression/redzone9/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/redzone9/README,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ To verify that redzone(9) works properly: diff --git a/tools/regression/redzone9/redzone.c b/tools/regression/redzone9/redzone.c index 101373892188..d269d53874ff 100644 --- a/tools/regression/redzone9/redzone.c +++ b/tools/regression/redzone9/redzone.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/redzone9/redzone.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/tools/regression/redzone9/test.sh b/tools/regression/redzone9/test.sh index b38245807e04..3cce5aa52248 100644 --- a/tools/regression/redzone9/test.sh +++ b/tools/regression/redzone9/test.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/redzone9/test.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ sysctl debug.redzone.malloc_underflow=1 sysctl debug.redzone.malloc_overflow=1 diff --git a/tools/regression/security/access/Makefile b/tools/regression/security/access/Makefile index 7ec39999dff6..bee04424965f 100644 --- a/tools/regression/security/access/Makefile +++ b/tools/regression/security/access/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/security/access/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= testaccess NO_MAN= diff --git a/tools/regression/security/access/testaccess.c b/tools/regression/security/access/testaccess.c index 46bb01c4150d..14feaeb4aad7 100644 --- a/tools/regression/security/access/testaccess.c +++ b/tools/regression/security/access/testaccess.c @@ -29,7 +29,7 @@ * Work sponsored by Defense Advanced Research Projects Agency under the * CHATS research program, CBOSS project. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/security/access/testaccess.c,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/security/proc_to_proc/Makefile b/tools/regression/security/proc_to_proc/Makefile index ad09f7a696f3..511b23b51cc4 100644 --- a/tools/regression/security/proc_to_proc/Makefile +++ b/tools/regression/security/proc_to_proc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/security/proc_to_proc/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= testuid NO_MAN= diff --git a/tools/regression/security/proc_to_proc/README b/tools/regression/security/proc_to_proc/README index 01857b834dce..1eb9c01146ec 100644 --- a/tools/regression/security/proc_to_proc/README +++ b/tools/regression/security/proc_to_proc/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/security/proc_to_proc/README,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ Inter-Process Authorization Test Suite Robert Watson, TrustedBSD Project diff --git a/tools/regression/security/proc_to_proc/scenario.c b/tools/regression/security/proc_to_proc/scenario.c index 0e3e476df54b..dd00f24739a7 100644 --- a/tools/regression/security/proc_to_proc/scenario.c +++ b/tools/regression/security/proc_to_proc/scenario.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/security/proc_to_proc/scenario.c,v 1.6.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/tools/regression/security/proc_to_proc/scenario.h b/tools/regression/security/proc_to_proc/scenario.h index da087207c5a7..977f7fa74214 100644 --- a/tools/regression/security/proc_to_proc/scenario.h +++ b/tools/regression/security/proc_to_proc/scenario.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/security/proc_to_proc/scenario.h,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _SCENARIO_H #define _SCENARIO_H diff --git a/tools/regression/security/proc_to_proc/testuid.c b/tools/regression/security/proc_to_proc/testuid.c index a9b81a08541c..fd56e47443b2 100644 --- a/tools/regression/security/proc_to_proc/testuid.c +++ b/tools/regression/security/proc_to_proc/testuid.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/security/proc_to_proc/testuid.c,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sigqueue/Makefile b/tools/regression/sigqueue/Makefile index 3533723b61cb..bdbeff1168d3 100644 --- a/tools/regression/sigqueue/Makefile +++ b/tools/regression/sigqueue/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sigqueue/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR=sigqtest1 sigqtest2 diff --git a/tools/regression/sigqueue/sigqtest1/Makefile b/tools/regression/sigqueue/sigqtest1/Makefile index 08a140c5c894..ec2e05a92fbb 100644 --- a/tools/regression/sigqueue/sigqtest1/Makefile +++ b/tools/regression/sigqueue/sigqtest1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sigqueue/sigqtest1/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG=sigqtest1 LDADD+= diff --git a/tools/regression/sigqueue/sigqtest1/sigqtest1.c b/tools/regression/sigqueue/sigqtest1/sigqtest1.c index 0f40021b4ab6..795454c71af8 100644 --- a/tools/regression/sigqueue/sigqtest1/sigqtest1.c +++ b/tools/regression/sigqueue/sigqtest1/sigqtest1.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/sigqueue/sigqtest1/sigqtest1.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <signal.h> #include <stdio.h> #include <err.h> diff --git a/tools/regression/sigqueue/sigqtest2/Makefile b/tools/regression/sigqueue/sigqtest2/Makefile index b3899ad833f9..b569c74b33a4 100644 --- a/tools/regression/sigqueue/sigqtest2/Makefile +++ b/tools/regression/sigqueue/sigqtest2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sigqueue/sigqtest2/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG=sigqtest2 LDADD+= diff --git a/tools/regression/sigqueue/sigqtest2/sigqtest2.c b/tools/regression/sigqueue/sigqtest2/sigqtest2.c index 078ea81f6278..28cfbee4ee04 100644 --- a/tools/regression/sigqueue/sigqtest2/sigqtest2.c +++ b/tools/regression/sigqueue/sigqtest2/sigqtest2.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/sigqueue/sigqtest2/sigqtest2.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <signal.h> #include <stdio.h> #include <err.h> diff --git a/tools/regression/sockets/accept_fd_leak/Makefile b/tools/regression/sockets/accept_fd_leak/Makefile index efcaa16c8e37..75115e7168a9 100644 --- a/tools/regression/sockets/accept_fd_leak/Makefile +++ b/tools/regression/sockets/accept_fd_leak/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/accept_fd_leak/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= accept_fd_leak diff --git a/tools/regression/sockets/accept_fd_leak/accept_fd_leak.c b/tools/regression/sockets/accept_fd_leak/accept_fd_leak.c index 32d4edf2192c..3e30850ee000 100644 --- a/tools/regression/sockets/accept_fd_leak/accept_fd_leak.c +++ b/tools/regression/sockets/accept_fd_leak/accept_fd_leak.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/accept_fd_leak/accept_fd_leak.c,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/accept_fd_leak/accept_fd_leak.t b/tools/regression/sockets/accept_fd_leak/accept_fd_leak.t index 8bdfd03be81b..87ccb358c35c 100644 --- a/tools/regression/sockets/accept_fd_leak/accept_fd_leak.t +++ b/tools/regression/sockets/accept_fd_leak/accept_fd_leak.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/accept_fd_leak/accept_fd_leak.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/sockets/accf_data_attach/Makefile b/tools/regression/sockets/accf_data_attach/Makefile index 736c796861fd..1db238e71f11 100644 --- a/tools/regression/sockets/accf_data_attach/Makefile +++ b/tools/regression/sockets/accf_data_attach/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/accf_data_attach/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= accf_data_attach diff --git a/tools/regression/sockets/accf_data_attach/accf_data_attach.c b/tools/regression/sockets/accf_data_attach/accf_data_attach.c index 697d83aa6ef7..d1f8a26a8e8a 100644 --- a/tools/regression/sockets/accf_data_attach/accf_data_attach.c +++ b/tools/regression/sockets/accf_data_attach/accf_data_attach.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/accf_data_attach/accf_data_attach.c,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/accf_data_attach/accf_data_attach.t b/tools/regression/sockets/accf_data_attach/accf_data_attach.t index 8bdfd03be81b..8382366b65c1 100644 --- a/tools/regression/sockets/accf_data_attach/accf_data_attach.t +++ b/tools/regression/sockets/accf_data_attach/accf_data_attach.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/accf_data_attach/accf_data_attach.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/sockets/kqueue/Makefile b/tools/regression/sockets/kqueue/Makefile index 53d34a91da17..64dad4f52cf4 100644 --- a/tools/regression/sockets/kqueue/Makefile +++ b/tools/regression/sockets/kqueue/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/kqueue/Makefile,v 1.4.28.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= kqueue diff --git a/tools/regression/sockets/kqueue/kqueue.c b/tools/regression/sockets/kqueue/kqueue.c index d46db96ad4ee..f9dc783f79d3 100644 --- a/tools/regression/sockets/kqueue/kqueue.c +++ b/tools/regression/sockets/kqueue/kqueue.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/kqueue/kqueue.c,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/kqueue/kqueue.t b/tools/regression/sockets/kqueue/kqueue.t index 8bdfd03be81b..a64aa151cfa0 100644 --- a/tools/regression/sockets/kqueue/kqueue.t +++ b/tools/regression/sockets/kqueue/kqueue.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/kqueue/kqueue.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/sockets/listen_backlog/Makefile b/tools/regression/sockets/listen_backlog/Makefile index aff40e414932..4455ab689dd3 100644 --- a/tools/regression/sockets/listen_backlog/Makefile +++ b/tools/regression/sockets/listen_backlog/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/listen_backlog/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= listen_backlog WARNS?= 3 diff --git a/tools/regression/sockets/listen_backlog/listen_backlog.c b/tools/regression/sockets/listen_backlog/listen_backlog.c index be170ab9f7e4..538fd77ea2cb 100644 --- a/tools/regression/sockets/listen_backlog/listen_backlog.c +++ b/tools/regression/sockets/listen_backlog/listen_backlog.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/listen_backlog/listen_backlog.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/listenclose/Makefile b/tools/regression/sockets/listenclose/Makefile index 4ca3ddf8273f..267048b4d7fc 100644 --- a/tools/regression/sockets/listenclose/Makefile +++ b/tools/regression/sockets/listenclose/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/listenclose/Makefile,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= listenclose diff --git a/tools/regression/sockets/listenclose/listenclose.c b/tools/regression/sockets/listenclose/listenclose.c index 425e39f15820..173a35489326 100644 --- a/tools/regression/sockets/listenclose/listenclose.c +++ b/tools/regression/sockets/listenclose/listenclose.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/listenclose/listenclose.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/pr_atomic/Makefile b/tools/regression/sockets/pr_atomic/Makefile index b825c80fcabe..b66717c9b6dc 100644 --- a/tools/regression/sockets/pr_atomic/Makefile +++ b/tools/regression/sockets/pr_atomic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/pr_atomic/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= pr_atomic NO_MAN= diff --git a/tools/regression/sockets/pr_atomic/pr_atomic.c b/tools/regression/sockets/pr_atomic/pr_atomic.c index 69bbac782a52..6131317fc15a 100644 --- a/tools/regression/sockets/pr_atomic/pr_atomic.c +++ b/tools/regression/sockets/pr_atomic/pr_atomic.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/pr_atomic/pr_atomic.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/sockets/reconnect/Makefile b/tools/regression/sockets/reconnect/Makefile index 21babc6a0124..fc2f29d57d7e 100644 --- a/tools/regression/sockets/reconnect/Makefile +++ b/tools/regression/sockets/reconnect/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/reconnect/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= reconnect diff --git a/tools/regression/sockets/reconnect/reconnect.c b/tools/regression/sockets/reconnect/reconnect.c index 02922bfb2a8e..cb2415fb3b23 100644 --- a/tools/regression/sockets/reconnect/reconnect.c +++ b/tools/regression/sockets/reconnect/reconnect.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/reconnect/reconnect.c,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/sockets/rtsocket/Makefile b/tools/regression/sockets/rtsocket/Makefile index 51a945211486..3d2425a66d0f 100644 --- a/tools/regression/sockets/rtsocket/Makefile +++ b/tools/regression/sockets/rtsocket/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/rtsocket/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= rtsocket NO_MAN= diff --git a/tools/regression/sockets/rtsocket/rtsocket.c b/tools/regression/sockets/rtsocket/rtsocket.c index 6a0738b69c9b..0658b69e935d 100644 --- a/tools/regression/sockets/rtsocket/rtsocket.c +++ b/tools/regression/sockets/rtsocket/rtsocket.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/rtsocket/rtsocket.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/sockets/sblock/Makefile b/tools/regression/sockets/sblock/Makefile index 97343fc50f45..6f0953db0883 100644 --- a/tools/regression/sockets/sblock/Makefile +++ b/tools/regression/sockets/sblock/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/sblock/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= sblock diff --git a/tools/regression/sockets/sblock/sblock.c b/tools/regression/sockets/sblock/sblock.c index a5088118873b..5f6b90d5375e 100644 --- a/tools/regression/sockets/sblock/sblock.c +++ b/tools/regression/sockets/sblock/sblock.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/sblock/sblock.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/sockets/sendfile/Makefile b/tools/regression/sockets/sendfile/Makefile index e1a43cb933f1..44bf28b9a206 100644 --- a/tools/regression/sockets/sendfile/Makefile +++ b/tools/regression/sockets/sendfile/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/sendfile/Makefile,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= sendfile diff --git a/tools/regression/sockets/sendfile/sendfile.c b/tools/regression/sockets/sendfile/sendfile.c index e91151c6910a..9230a58f6d4c 100644 --- a/tools/regression/sockets/sendfile/sendfile.c +++ b/tools/regression/sockets/sendfile/sendfile.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/sendfile/sendfile.c,v 1.5.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/shutdown/Makefile b/tools/regression/sockets/shutdown/Makefile index 775e6e5e1007..a2bdb75d0d3d 100644 --- a/tools/regression/sockets/shutdown/Makefile +++ b/tools/regression/sockets/shutdown/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/shutdown/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= shutdown diff --git a/tools/regression/sockets/shutdown/shutdown.c b/tools/regression/sockets/shutdown/shutdown.c index c4e884d20658..6d4f696b2d29 100644 --- a/tools/regression/sockets/shutdown/shutdown.c +++ b/tools/regression/sockets/shutdown/shutdown.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/shutdown/shutdown.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/sigpipe/Makefile b/tools/regression/sockets/sigpipe/Makefile index 2130154edf9d..9b3b2503b575 100644 --- a/tools/regression/sockets/sigpipe/Makefile +++ b/tools/regression/sockets/sigpipe/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/sigpipe/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= sigpipe diff --git a/tools/regression/sockets/sigpipe/sigpipe.c b/tools/regression/sockets/sigpipe/sigpipe.c index 0422576ba20b..00079ec7dd44 100644 --- a/tools/regression/sockets/sigpipe/sigpipe.c +++ b/tools/regression/sockets/sigpipe/sigpipe.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/sigpipe/sigpipe.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/socketpair/Makefile b/tools/regression/sockets/socketpair/Makefile index 549e219ddfaa..eb9a214ba400 100644 --- a/tools/regression/sockets/socketpair/Makefile +++ b/tools/regression/sockets/socketpair/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/socketpair/Makefile,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= socketpair diff --git a/tools/regression/sockets/socketpair/socketpair.c b/tools/regression/sockets/socketpair/socketpair.c index 5f4647614f99..7005372b9c64 100644 --- a/tools/regression/sockets/socketpair/socketpair.c +++ b/tools/regression/sockets/socketpair/socketpair.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/socketpair/socketpair.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/unix_bindconnect/Makefile b/tools/regression/sockets/unix_bindconnect/Makefile index ec1dfd0e2edf..6e0febc2d75d 100644 --- a/tools/regression/sockets/unix_bindconnect/Makefile +++ b/tools/regression/sockets/unix_bindconnect/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/unix_bindconnect/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= unix_bindconnect NO_MAN= diff --git a/tools/regression/sockets/unix_bindconnect/unix_bindconnect.c b/tools/regression/sockets/unix_bindconnect/unix_bindconnect.c index 7db82a0faa44..ff1678ff2972 100644 --- a/tools/regression/sockets/unix_bindconnect/unix_bindconnect.c +++ b/tools/regression/sockets/unix_bindconnect/unix_bindconnect.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/unix_bindconnect/unix_bindconnect.c,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/unix_cmsg/Makefile b/tools/regression/sockets/unix_cmsg/Makefile index d09cb79d2973..a8d82d6c0b67 100644 --- a/tools/regression/sockets/unix_cmsg/Makefile +++ b/tools/regression/sockets/unix_cmsg/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/unix_cmsg/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= unix_cmsg NO_MAN= diff --git a/tools/regression/sockets/unix_cmsg/README b/tools/regression/sockets/unix_cmsg/README index 359da438c360..402901bc445c 100644 --- a/tools/regression/sockets/unix_cmsg/README +++ b/tools/regression/sockets/unix_cmsg/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/sockets/unix_cmsg/README,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ About unix_cmsg ================ diff --git a/tools/regression/sockets/unix_cmsg/unix_cmsg.c b/tools/regression/sockets/unix_cmsg/unix_cmsg.c index 6a39ac36ade5..3841d58222f3 100644 --- a/tools/regression/sockets/unix_cmsg/unix_cmsg.c +++ b/tools/regression/sockets/unix_cmsg/unix_cmsg.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/regression/sockets/unix_cmsg/unix_cmsg.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/resource.h> diff --git a/tools/regression/sockets/unix_cmsg/unix_cmsg.t b/tools/regression/sockets/unix_cmsg/unix_cmsg.t index c8dea1596697..419983e1e858 100644 --- a/tools/regression/sockets/unix_cmsg/unix_cmsg.t +++ b/tools/regression/sockets/unix_cmsg/unix_cmsg.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/unix_cmsg/unix_cmsg.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` cmd="./`basename $0 .t`" diff --git a/tools/regression/sockets/unix_passfd/Makefile b/tools/regression/sockets/unix_passfd/Makefile index 8d2ddb9c8efb..343867bddbf8 100644 --- a/tools/regression/sockets/unix_passfd/Makefile +++ b/tools/regression/sockets/unix_passfd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/unix_passfd/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= unix_passfd NO_MAN= diff --git a/tools/regression/sockets/unix_passfd/unix_passfd.c b/tools/regression/sockets/unix_passfd/unix_passfd.c index d76b25a6aab8..462dd7f42036 100644 --- a/tools/regression/sockets/unix_passfd/unix_passfd.c +++ b/tools/regression/sockets/unix_passfd/unix_passfd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/unix_passfd/unix_passfd.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/regression/sockets/unix_sendtorace/Makefile b/tools/regression/sockets/unix_sendtorace/Makefile index 6c92f242f737..513006c57ef7 100644 --- a/tools/regression/sockets/unix_sendtorace/Makefile +++ b/tools/regression/sockets/unix_sendtorace/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/unix_sendtorace/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= unix_sendtorace NO_MAN= diff --git a/tools/regression/sockets/unix_sendtorace/unix_sendtorace.c b/tools/regression/sockets/unix_sendtorace/unix_sendtorace.c index 2445b81752e6..ef243a12c8b5 100644 --- a/tools/regression/sockets/unix_sendtorace/unix_sendtorace.c +++ b/tools/regression/sockets/unix_sendtorace/unix_sendtorace.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/unix_sendtorace/unix_sendtorace.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/sockets/unix_socket/Makefile b/tools/regression/sockets/unix_socket/Makefile index 8549efc9b3d5..7a4b607c52c6 100644 --- a/tools/regression/sockets/unix_socket/Makefile +++ b/tools/regression/sockets/unix_socket/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/unix_socket/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= unix_socket NO_MAN= diff --git a/tools/regression/sockets/unix_socket/unix_socket.c b/tools/regression/sockets/unix_socket/unix_socket.c index 24b6baf8ee78..008404240550 100644 --- a/tools/regression/sockets/unix_socket/unix_socket.c +++ b/tools/regression/sockets/unix_socket/unix_socket.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/unix_socket/unix_socket.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/sockets/zerosend/Makefile b/tools/regression/sockets/zerosend/Makefile index 2bd05014f488..a882bdcad5dc 100644 --- a/tools/regression/sockets/zerosend/Makefile +++ b/tools/regression/sockets/zerosend/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sockets/zerosend/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= zerosend NO_MAN= diff --git a/tools/regression/sockets/zerosend/zerosend.c b/tools/regression/sockets/zerosend/zerosend.c index b51155d632d6..aff62f71f488 100644 --- a/tools/regression/sockets/zerosend/zerosend.c +++ b/tools/regression/sockets/zerosend/zerosend.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sockets/zerosend/zerosend.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/select.h> diff --git a/tools/regression/sysvmsg/Makefile b/tools/regression/sysvmsg/Makefile index 6892abb8b24d..45b4be68a943 100644 --- a/tools/regression/sysvmsg/Makefile +++ b/tools/regression/sysvmsg/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sysvmsg/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # SysV Message Queue Regression Utility # Obtained from: $NetBSD: Makefile,v 1.3 2002/03/05 21:56:59 thorpej Exp $ diff --git a/tools/regression/sysvmsg/README b/tools/regression/sysvmsg/README index f115b9967ed1..9039cbe1324b 100644 --- a/tools/regression/sysvmsg/README +++ b/tools/regression/sysvmsg/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/sysvmsg/README,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ SysV IPC Message Queue Regression Utility. diff --git a/tools/regression/sysvmsg/msgtest.c b/tools/regression/sysvmsg/msgtest.c index 9aff817f4bef..89230ed91d10 100644 --- a/tools/regression/sysvmsg/msgtest.c +++ b/tools/regression/sysvmsg/msgtest.c @@ -35,7 +35,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * Obtained from: $NetBSD: msgtest.c,v 1.7 2002/07/20 08:36:25 grant Exp $ - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sysvmsg/msgtest.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/sysvsem/Makefile b/tools/regression/sysvsem/Makefile index 5546b62a471b..d3a464d30cac 100644 --- a/tools/regression/sysvsem/Makefile +++ b/tools/regression/sysvsem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sysvsem/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # SysV Semaphores Regression Utility # Obtained from: $NetBSD: Makefile,v 1.3 2002/03/05 21:57:00 thorpej Exp $ diff --git a/tools/regression/sysvsem/README b/tools/regression/sysvsem/README index 33b9706817da..4a266107e8cf 100644 --- a/tools/regression/sysvsem/README +++ b/tools/regression/sysvsem/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/sysvsem/README,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ SysV IPC Semaphore Regression Utility. diff --git a/tools/regression/sysvsem/semtest.c b/tools/regression/sysvsem/semtest.c index 83f73e97356f..948d9a93a5cb 100644 --- a/tools/regression/sysvsem/semtest.c +++ b/tools/regression/sysvsem/semtest.c @@ -35,7 +35,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * Obtained from: $NetBSD: semtest.c,v 1.4 2002/07/20 08:36:25 grant Exp $ - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sysvsem/semtest.c,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/sysvshm/Makefile b/tools/regression/sysvshm/Makefile index f26b4a7bfa32..ea0729e00a4a 100644 --- a/tools/regression/sysvshm/Makefile +++ b/tools/regression/sysvshm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/sysvshm/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # SysV Shared Memory Regression Utility # Obtained from: $NetBSD: Makefile,v 1.3 2002/03/05 21:57:00 thorpej Exp $ diff --git a/tools/regression/sysvshm/README b/tools/regression/sysvshm/README index 4e0125eec8ef..9d7b88b2fa76 100644 --- a/tools/regression/sysvshm/README +++ b/tools/regression/sysvshm/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/sysvshm/README,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ SysV IPC Shared Memory Regression Utility. diff --git a/tools/regression/sysvshm/shmtest.c b/tools/regression/sysvshm/shmtest.c index 22f626edce49..80a41e341a07 100644 --- a/tools/regression/sysvshm/shmtest.c +++ b/tools/regression/sysvshm/shmtest.c @@ -35,7 +35,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * Obtained from: $NetBSD: shmtest.c,v 1.3 2002/07/20 08:36:26 grant Exp $ - * $FreeBSD$ + * $FreeBSD: src/tools/regression/sysvshm/shmtest.c,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/tls/Makefile b/tools/regression/tls/Makefile index 76def9685e75..25aa2d25f4ec 100644 --- a/tools/regression/tls/Makefile +++ b/tools/regression/tls/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tls/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR=libxx libyy ttls1 ttls2 ttls4 diff --git a/tools/regression/tls/libxx/Makefile b/tools/regression/tls/libxx/Makefile index bc9393b538e0..7e60a0360096 100644 --- a/tools/regression/tls/libxx/Makefile +++ b/tools/regression/tls/libxx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tls/libxx/Makefile,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ LIB= xx SHLIB_MAJOR= 1 diff --git a/tools/regression/tls/libxx/xx.c b/tools/regression/tls/libxx/xx.c index 6d1e73f79a05..52fd7c42fbe0 100644 --- a/tools/regression/tls/libxx/xx.c +++ b/tools/regression/tls/libxx/xx.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/tls/libxx/xx.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ extern int __thread yy1; int __thread xx1 = 1; diff --git a/tools/regression/tls/libyy/Makefile b/tools/regression/tls/libyy/Makefile index 8b45b99a29ca..b8061758d215 100644 --- a/tools/regression/tls/libyy/Makefile +++ b/tools/regression/tls/libyy/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tls/libyy/Makefile,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ LIB= yy SHLIB_MAJOR= 1 diff --git a/tools/regression/tls/libyy/yy.c b/tools/regression/tls/libyy/yy.c index c00cb8770ec4..061e953594af 100644 --- a/tools/regression/tls/libyy/yy.c +++ b/tools/regression/tls/libyy/yy.c @@ -1,3 +1,3 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/tls/libyy/yy.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ int __thread yy1 = 101; diff --git a/tools/regression/tls/ttls1/Makefile b/tools/regression/tls/ttls1/Makefile index d3b6e6521412..e1fd8cc6d85c 100644 --- a/tools/regression/tls/ttls1/Makefile +++ b/tools/regression/tls/ttls1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tls/ttls1/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ttls1 LDADD+= -L../libxx -lxx -Wl,--rpath=${.OBJDIR}/../libxx diff --git a/tools/regression/tls/ttls1/ttls1.c b/tools/regression/tls/ttls1/ttls1.c index 9c514aeecf7a..96dcc8ae500c 100644 --- a/tools/regression/tls/ttls1/ttls1.c +++ b/tools/regression/tls/ttls1/ttls1.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/tls/ttls1/ttls1.c,v 1.2.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/regression/tls/ttls2/Makefile b/tools/regression/tls/ttls2/Makefile index 0a3bc95912e8..dc318a8d84b3 100644 --- a/tools/regression/tls/ttls2/Makefile +++ b/tools/regression/tls/ttls2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tls/ttls2/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ttls2 LDADD+= -lpthread diff --git a/tools/regression/tls/ttls2/ttls2.c b/tools/regression/tls/ttls2/ttls2.c index f528e3dcc739..ffede78a5373 100644 --- a/tools/regression/tls/ttls2/ttls2.c +++ b/tools/regression/tls/ttls2/ttls2.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/regression/tls/ttls2/ttls2.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <pthread.h> diff --git a/tools/regression/tls/ttls3/Makefile b/tools/regression/tls/ttls3/Makefile index b171181e74fb..9fe9fd6d1777 100644 --- a/tools/regression/tls/ttls3/Makefile +++ b/tools/regression/tls/ttls3/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tls/ttls3/Makefile,v 1.2.34.1 2010/12/21 17:10:29 kensmith Exp $ all: ttls3 diff --git a/tools/regression/tls/ttls3/elftls.S b/tools/regression/tls/ttls3/elftls.S index 0fad08d90a7c..4ae1281410cd 100644 --- a/tools/regression/tls/ttls3/elftls.S +++ b/tools/regression/tls/ttls3/elftls.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/tls/ttls3/elftls.S,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ .file "elftls.S" diff --git a/tools/regression/tls/ttls3/tls-test-lib.c b/tools/regression/tls/ttls3/tls-test-lib.c index bc88ad1383dd..d2b68a688a3c 100644 --- a/tools/regression/tls/ttls3/tls-test-lib.c +++ b/tools/regression/tls/ttls3/tls-test-lib.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/tls/ttls3/tls-test-lib.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/regression/tls/ttls3/tls-test.c b/tools/regression/tls/ttls3/tls-test.c index 539b6ce1ed11..45c870934213 100644 --- a/tools/regression/tls/ttls3/tls-test.c +++ b/tools/regression/tls/ttls3/tls-test.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/tls/ttls3/tls-test.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/regression/tls/ttls4/Makefile b/tools/regression/tls/ttls4/Makefile index 5fb37df580fe..b00a1d50a242 100644 --- a/tools/regression/tls/ttls4/Makefile +++ b/tools/regression/tls/ttls4/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tls/ttls4/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ttls4 LDADD+= -lpthread diff --git a/tools/regression/tls/ttls4/ttls4.c b/tools/regression/tls/ttls4/ttls4.c index d55e51bfcd8b..c7e55d302e08 100644 --- a/tools/regression/tls/ttls4/ttls4.c +++ b/tools/regression/tls/ttls4/ttls4.c @@ -4,7 +4,7 @@ * * David Xu <davidxu@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/tls/ttls4/ttls4.c,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/regression/tmpfs/Makefile b/tools/regression/tmpfs/Makefile index 91e13922e994..d99bd09e4c14 100644 --- a/tools/regression/tmpfs/Makefile +++ b/tools/regression/tmpfs/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.4 2006/11/09 15:25:37 jmmv Exp $ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ tests= t_mount tests+= t_statvfs diff --git a/tools/regression/tmpfs/h_funcs.subr b/tools/regression/tmpfs/h_funcs.subr index 22c9de32a9c7..960d9be37bda 100644 --- a/tools/regression/tmpfs/h_funcs.subr +++ b/tools/regression/tmpfs/h_funcs.subr @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/h_funcs.subr,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/h_tools.c b/tools/regression/tmpfs/h_tools.c index 1339060bc9a1..7bd52eded025 100644 --- a/tools/regression/tmpfs/h_tools.c +++ b/tools/regression/tmpfs/h_tools.c @@ -36,7 +36,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/tmpfs/h_tools.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/regression/tmpfs/t_create b/tools/regression/tmpfs/t_create index 39ea4f4d3ccb..8ea526ef0f64 100644 --- a/tools/regression/tmpfs/t_create +++ b/tools/regression/tmpfs/t_create @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_create,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_dots b/tools/regression/tmpfs/t_dots index 80d721aab93f..ed3582f37bdf 100644 --- a/tools/regression/tmpfs/t_dots +++ b/tools/regression/tmpfs/t_dots @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_dots,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_exec b/tools/regression/tmpfs/t_exec index cb1e23990c0b..e18b6a6a47dc 100644 --- a/tools/regression/tmpfs/t_exec +++ b/tools/regression/tmpfs/t_exec @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_exec,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_link b/tools/regression/tmpfs/t_link index bf57ec52508d..580b7478e98d 100644 --- a/tools/regression/tmpfs/t_link +++ b/tools/regression/tmpfs/t_link @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_link,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_mkdir b/tools/regression/tmpfs/t_mkdir index 7a919614e4be..c6b6dccba23a 100644 --- a/tools/regression/tmpfs/t_mkdir +++ b/tools/regression/tmpfs/t_mkdir @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_mkdir,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_mount b/tools/regression/tmpfs/t_mount index c5deaf78d8ff..a50cc57e7889 100644 --- a/tools/regression/tmpfs/t_mount +++ b/tools/regression/tmpfs/t_mount @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_mount,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_pipes b/tools/regression/tmpfs/t_pipes index 00da567fe0cb..66202a9a5830 100644 --- a/tools/regression/tmpfs/t_pipes +++ b/tools/regression/tmpfs/t_pipes @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_pipes,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_read_write b/tools/regression/tmpfs/t_read_write index 42759e0beac5..c3f970ac5134 100644 --- a/tools/regression/tmpfs/t_read_write +++ b/tools/regression/tmpfs/t_read_write @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_read_write,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_readdir b/tools/regression/tmpfs/t_readdir index 73cb5782f9ee..a0df445c9773 100644 --- a/tools/regression/tmpfs/t_readdir +++ b/tools/regression/tmpfs/t_readdir @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_readdir,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_remove b/tools/regression/tmpfs/t_remove index 80b8986952f8..ffaebd0da711 100644 --- a/tools/regression/tmpfs/t_remove +++ b/tools/regression/tmpfs/t_remove @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_remove,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_rename b/tools/regression/tmpfs/t_rename index 0dbc0b00fc45..1302aade41c9 100644 --- a/tools/regression/tmpfs/t_rename +++ b/tools/regression/tmpfs/t_rename @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_rename,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_rmdir b/tools/regression/tmpfs/t_rmdir index 0cb92d84b1f9..927c205890de 100644 --- a/tools/regression/tmpfs/t_rmdir +++ b/tools/regression/tmpfs/t_rmdir @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_rmdir,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_setattr b/tools/regression/tmpfs/t_setattr index b38ad88e85f2..5e954c570371 100644 --- a/tools/regression/tmpfs/t_setattr +++ b/tools/regression/tmpfs/t_setattr @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_setattr,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_sizes b/tools/regression/tmpfs/t_sizes index 890ac1599214..aa226191fbaf 100644 --- a/tools/regression/tmpfs/t_sizes +++ b/tools/regression/tmpfs/t_sizes @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_sizes,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_sockets b/tools/regression/tmpfs/t_sockets index 6d8e58da95e3..ca08be9b7e46 100644 --- a/tools/regression/tmpfs/t_sockets +++ b/tools/regression/tmpfs/t_sockets @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_sockets,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_statvfs b/tools/regression/tmpfs/t_statvfs index 937e72dbe461..3f039d34630a 100644 --- a/tools/regression/tmpfs/t_statvfs +++ b/tools/regression/tmpfs/t_statvfs @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_statvfs,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_symlink b/tools/regression/tmpfs/t_symlink index 6a5638a1fa17..290de48e0a3c 100644 --- a/tools/regression/tmpfs/t_symlink +++ b/tools/regression/tmpfs/t_symlink @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_symlink,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_times b/tools/regression/tmpfs/t_times index 06055b969874..f19e3210632e 100644 --- a/tools/regression/tmpfs/t_times +++ b/tools/regression/tmpfs/t_times @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_times,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_trail_slash b/tools/regression/tmpfs/t_trail_slash index 028dd216b648..945be5f5c531 100644 --- a/tools/regression/tmpfs/t_trail_slash +++ b/tools/regression/tmpfs/t_trail_slash @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_trail_slash,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_truncate b/tools/regression/tmpfs/t_truncate index c5ff811c66f8..1a6adffc75d3 100644 --- a/tools/regression/tmpfs/t_truncate +++ b/tools/regression/tmpfs/t_truncate @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_truncate,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_vnd b/tools/regression/tmpfs/t_vnd index 54e51baf6dd8..32ba2936763e 100644 --- a/tools/regression/tmpfs/t_vnd +++ b/tools/regression/tmpfs/t_vnd @@ -36,7 +36,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_vnd,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/tmpfs/t_vnode_leak b/tools/regression/tmpfs/t_vnode_leak index 7f6b2f93578c..f074be09a751 100644 --- a/tools/regression/tmpfs/t_vnode_leak +++ b/tools/regression/tmpfs/t_vnode_leak @@ -37,7 +37,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/tmpfs/t_vnode_leak,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/regression/ufs/uprintf/Makefile b/tools/regression/ufs/uprintf/Makefile index c21ad70933e5..3a535aec5ee5 100644 --- a/tools/regression/ufs/uprintf/Makefile +++ b/tools/regression/ufs/uprintf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/ufs/uprintf/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ufs_uprintf WARNS?= 3 diff --git a/tools/regression/ufs/uprintf/ufs_uprintf.c b/tools/regression/ufs/uprintf/ufs_uprintf.c index d9f7125a8c47..f478429c3fe9 100644 --- a/tools/regression/ufs/uprintf/ufs_uprintf.c +++ b/tools/regression/ufs/uprintf/ufs_uprintf.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/ufs/uprintf/ufs_uprintf.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <err.h> diff --git a/tools/regression/usr.bin/Makefile b/tools/regression/usr.bin/Makefile index d577a04a98e9..dd2d9fefdfab 100644 --- a/tools/regression/usr.bin/Makefile +++ b/tools/regression/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/Makefile,v 1.12.12.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= calendar file2c join jot m4 printf sed uudecode uuencode xargs lastcomm diff --git a/tools/regression/usr.bin/calendar/Makefile b/tools/regression/usr.bin/calendar/Makefile index b937d41a4e4a..8c5da12107c9 100644 --- a/tools/regression/usr.bin/calendar/Makefile +++ b/tools/regression/usr.bin/calendar/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/calendar/Makefile,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/calendar/calendar.calibrate b/tools/regression/usr.bin/calendar/calendar.calibrate index 28e7e4a42268..b40811614d08 100644 --- a/tools/regression/usr.bin/calendar/calendar.calibrate +++ b/tools/regression/usr.bin/calendar/calendar.calibrate @@ -1,7 +1,7 @@ /* * Calibration calendar for calendar(1) * - * $FreeBSD$ + * $FreeBSD: src/tools/regression/usr.bin/calendar/calendar.calibrate,v 1.3.16.1 2010/12/21 17:10:29 kensmith Exp $ */ LANG=C diff --git a/tools/regression/usr.bin/calendar/regress.sh b/tools/regression/usr.bin/calendar/regress.sh index 743eb95e7f98..4b997aefe613 100644 --- a/tools/regression/usr.bin/calendar/regress.sh +++ b/tools/regression/usr.bin/calendar/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/calendar/regress.sh,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ CALENDAR_FILE="-f calendar.calibrate" CALENDAR_BIN="calendar" diff --git a/tools/regression/usr.bin/calendar/regress.t b/tools/regression/usr.bin/calendar/regress.t index a82aacd9886f..12e5a61e3808 100644 --- a/tools/regression/usr.bin/calendar/regress.t +++ b/tools/regression/usr.bin/calendar/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/calendar/regress.t,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/env/Makefile b/tools/regression/usr.bin/env/Makefile index c019964c3c3a..33c4389866c7 100644 --- a/tools/regression/usr.bin/env/Makefile +++ b/tools/regression/usr.bin/env/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/env/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ TESTPGM?=TestProgramNotSpecifed diff --git a/tools/regression/usr.bin/env/regress-env.rgdata b/tools/regression/usr.bin/env/regress-env.rgdata index 9f562e9c9e55..27a767f2359a 100644 --- a/tools/regression/usr.bin/env/regress-env.rgdata +++ b/tools/regression/usr.bin/env/regress-env.rgdata @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/env/regress-env.rgdata,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ # testpgm=/usr/bin/env diff --git a/tools/regression/usr.bin/env/regress-sb.rb b/tools/regression/usr.bin/env/regress-sb.rb index b692ef2e87f9..0b9bc4db64e7 100644 --- a/tools/regression/usr.bin/env/regress-sb.rb +++ b/tools/regression/usr.bin/env/regress-sb.rb @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -------+---------+---------+-------- + --------+---------+---------+---------+ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/env/regress-sb.rb,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # -------+---------+---------+-------- + --------+---------+---------+---------+ # This script was written to provide a battery of regression-tests for some # changes I am making to the `env' command. I wrote a new script for this diff --git a/tools/regression/usr.bin/file2c/Makefile b/tools/regression/usr.bin/file2c/Makefile index b937d41a4e4a..a06732837c94 100644 --- a/tools/regression/usr.bin/file2c/Makefile +++ b/tools/regression/usr.bin/file2c/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/file2c/Makefile,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/file2c/regress.sh b/tools/regression/usr.bin/file2c/regress.sh index 4492e91c05e7..4282ef3659d3 100644 --- a/tools/regression/usr.bin/file2c/regress.sh +++ b/tools/regression/usr.bin/file2c/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/file2c/regress.sh,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ echo 1..9 diff --git a/tools/regression/usr.bin/file2c/regress.t b/tools/regression/usr.bin/file2c/regress.t index a82aacd9886f..25f35549a08f 100644 --- a/tools/regression/usr.bin/file2c/regress.t +++ b/tools/regression/usr.bin/file2c/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/file2c/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/join/Makefile b/tools/regression/usr.bin/join/Makefile index b937d41a4e4a..540bb3e4adc4 100644 --- a/tools/regression/usr.bin/join/Makefile +++ b/tools/regression/usr.bin/join/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/join/Makefile,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/join/regress.sh b/tools/regression/usr.bin/join/regress.sh index 5807c14fd7e5..1738bc3be395 100644 --- a/tools/regression/usr.bin/join/regress.sh +++ b/tools/regression/usr.bin/join/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/join/regress.sh,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ echo 1..1 diff --git a/tools/regression/usr.bin/join/regress.t b/tools/regression/usr.bin/join/regress.t index a82aacd9886f..061c052bde1b 100644 --- a/tools/regression/usr.bin/join/regress.t +++ b/tools/regression/usr.bin/join/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/join/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/jot/Makefile b/tools/regression/usr.bin/jot/Makefile index b937d41a4e4a..bec8e17eb138 100644 --- a/tools/regression/usr.bin/jot/Makefile +++ b/tools/regression/usr.bin/jot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/jot/Makefile,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/jot/regress.sh b/tools/regression/usr.bin/jot/regress.sh index a6d6a60746af..40d509c85a56 100644 --- a/tools/regression/usr.bin/jot/regress.sh +++ b/tools/regression/usr.bin/jot/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/jot/regress.sh,v 1.7.2.1.4.1 2010/12/21 17:10:29 kensmith Exp $ echo 1..57 diff --git a/tools/regression/usr.bin/jot/regress.t b/tools/regression/usr.bin/jot/regress.t index a82aacd9886f..480df6bc8843 100644 --- a/tools/regression/usr.bin/jot/regress.t +++ b/tools/regression/usr.bin/jot/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/jot/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/lastcomm/Makefile b/tools/regression/usr.bin/lastcomm/Makefile index 930f3ff5fd29..afe2ef811488 100644 --- a/tools/regression/usr.bin/lastcomm/Makefile +++ b/tools/regression/usr.bin/lastcomm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/lastcomm/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ all: regress diff --git a/tools/regression/usr.bin/lastcomm/README b/tools/regression/usr.bin/lastcomm/README index 62e0281dbf88..e9ee7ae575e0 100644 --- a/tools/regression/usr.bin/lastcomm/README +++ b/tools/regression/usr.bin/lastcomm/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/usr.bin/lastcomm/README,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ To create the files for regression testing do the following. diff --git a/tools/regression/usr.bin/lastcomm/regress.t b/tools/regression/usr.bin/lastcomm/regress.t index 6abca0b03484..9d134aff4cea 100644 --- a/tools/regression/usr.bin/lastcomm/regress.t +++ b/tools/regression/usr.bin/lastcomm/regress.t @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/lastcomm/regress.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # DIR=`dirname $0` diff --git a/tools/regression/usr.bin/lastcomm/values.sh b/tools/regression/usr.bin/lastcomm/values.sh index ef2e015a86f2..dcc9a246a0cd 100644 --- a/tools/regression/usr.bin/lastcomm/values.sh +++ b/tools/regression/usr.bin/lastcomm/values.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/lastcomm/values.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # ACCT=acct diff --git a/tools/regression/usr.bin/m4/Makefile b/tools/regression/usr.bin/m4/Makefile index 99036706a818..4cdc3f120187 100644 --- a/tools/regression/usr.bin/m4/Makefile +++ b/tools/regression/usr.bin/m4/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/m4/Makefile,v 1.3.40.1 2010/12/21 17:10:29 kensmith Exp $ all: @sh ${.CURDIR}/regress.sh ${.CURDIR} diff --git a/tools/regression/usr.bin/m4/regress.sh b/tools/regression/usr.bin/m4/regress.sh index 9619d520b00e..dec76ba3a0f9 100644 --- a/tools/regression/usr.bin/m4/regress.sh +++ b/tools/regression/usr.bin/m4/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/m4/regress.sh,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ # Go into the regression test directory, handed to us by make(1) TESTDIR=$1 diff --git a/tools/regression/usr.bin/m4/regress.t b/tools/regression/usr.bin/m4/regress.t index c36d8342d32a..e357cfcafccb 100644 --- a/tools/regression/usr.bin/m4/regress.t +++ b/tools/regression/usr.bin/m4/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/m4/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/make/README b/tools/regression/usr.bin/make/README index 6c577ad49882..f74e21ef90cb 100644 --- a/tools/regression/usr.bin/make/README +++ b/tools/regression/usr.bin/make/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/usr.bin/make/README,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ This directory contains regression tests for make(1). diff --git a/tools/regression/usr.bin/make/all.sh b/tools/regression/usr.bin/make/all.sh index 42f9e73e6abc..fb5e40b06dfd 100644 --- a/tools/regression/usr.bin/make/all.sh +++ b/tools/regression/usr.bin/make/all.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/all.sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # find all test scripts below our current directory SCRIPTS=`find . -name test.t` diff --git a/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile b/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile index 5a8b065d20c9..0a553b49436c 100644 --- a/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile +++ b/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # This test checks the code reading archive files. The archive file # is a BSD4.4 file with __.SYMTAB and #1/N long file names. diff --git a/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t b/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t index eba6aed9e385..71f87eb9abdd 100644 --- a/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t +++ b/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile b/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile index cd999daaad4e..936831034a69 100644 --- a/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile +++ b/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # This test checks the code reading archive files. The archive file # is a BSD4.4 file with __.SYMTAB and #1/N long file names. # diff --git a/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t b/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t index aa65a3e9587b..258aa6ab1ef0 100644 --- a/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t +++ b/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile b/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile index b8f5116195ed..e05a9456d2f1 100644 --- a/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile +++ b/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # This test checks the code reading archive files. The archive file # is an old BSD file with __.SYMTAB and no long file names. Filenames # are truncated to 16 characters. diff --git a/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t b/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t index 03f7800a78d9..367c1e252728 100644 --- a/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t +++ b/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/basic/t0/test.t b/tools/regression/usr.bin/make/basic/t0/test.t index d71a39a8a1a3..ae961d22cd32 100644 --- a/tools/regression/usr.bin/make/basic/t0/test.t +++ b/tools/regression/usr.bin/make/basic/t0/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/basic/t0/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/basic/t1/Makefile b/tools/regression/usr.bin/make/basic/t1/Makefile index d120087831ce..c19860685d68 100644 --- a/tools/regression/usr.bin/make/basic/t1/Makefile +++ b/tools/regression/usr.bin/make/basic/t1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/basic/t1/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # # Just a target and nothing else. No target on command line. # diff --git a/tools/regression/usr.bin/make/basic/t1/test.t b/tools/regression/usr.bin/make/basic/t1/test.t index 4131f5da859b..a0d6ac71a2fb 100644 --- a/tools/regression/usr.bin/make/basic/t1/test.t +++ b/tools/regression/usr.bin/make/basic/t1/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/basic/t1/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/basic/t2/Makefile b/tools/regression/usr.bin/make/basic/t2/Makefile index ab8fe4956e45..3cbc5194830d 100644 --- a/tools/regression/usr.bin/make/basic/t2/Makefile +++ b/tools/regression/usr.bin/make/basic/t2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/basic/t2/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # # Just a target and a command. No command line targets. # diff --git a/tools/regression/usr.bin/make/basic/t2/test.t b/tools/regression/usr.bin/make/basic/t2/test.t index f5866bb9c3ce..df1f6df1ed00 100644 --- a/tools/regression/usr.bin/make/basic/t2/test.t +++ b/tools/regression/usr.bin/make/basic/t2/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/basic/t2/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/basic/t3/test.t b/tools/regression/usr.bin/make/basic/t3/test.t index 782d27c59fc6..f934b3f635b3 100644 --- a/tools/regression/usr.bin/make/basic/t3/test.t +++ b/tools/regression/usr.bin/make/basic/t3/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/basic/t3/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/common.sh b/tools/regression/usr.bin/make/common.sh index 34aacf8f22e7..62b05ebfcb1d 100644 --- a/tools/regression/usr.bin/make/common.sh +++ b/tools/regression/usr.bin/make/common.sh @@ -2,7 +2,7 @@ # # Common code used run regression tests for usr.bin/make. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/common.sh,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # # Output a message and exit with an error. diff --git a/tools/regression/usr.bin/make/shell/builtin/Makefile b/tools/regression/usr.bin/make/shell/builtin/Makefile index 03764784e1a0..d5e74feb55e4 100644 --- a/tools/regression/usr.bin/make/shell/builtin/Makefile +++ b/tools/regression/usr.bin/make/shell/builtin/Makefile @@ -5,7 +5,7 @@ # will really execute ls, while the line with meta characters will execute # our special shell. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ .SHELL: path="${.CURDIR}/sh" diff --git a/tools/regression/usr.bin/make/shell/builtin/sh b/tools/regression/usr.bin/make/shell/builtin/sh index 3a507b87f674..f59f6c039d4f 100644 --- a/tools/regression/usr.bin/make/shell/builtin/sh +++ b/tools/regression/usr.bin/make/shell/builtin/sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ echo "$@" if ! test -t 0 ; then cat diff --git a/tools/regression/usr.bin/make/shell/builtin/test.t b/tools/regression/usr.bin/make/shell/builtin/test.t index 1798afcc3207..5b069370ee6d 100644 --- a/tools/regression/usr.bin/make/shell/builtin/test.t +++ b/tools/regression/usr.bin/make/shell/builtin/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/shell/meta/Makefile b/tools/regression/usr.bin/make/shell/meta/Makefile index bcf19d052bbc..38939208c190 100644 --- a/tools/regression/usr.bin/make/shell/meta/Makefile +++ b/tools/regression/usr.bin/make/shell/meta/Makefile @@ -5,7 +5,7 @@ # will really execute ls, while the line with meta characters will execute # our special shell. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ .SHELL: path="${.OBJDIR}/sh" diff --git a/tools/regression/usr.bin/make/shell/meta/sh b/tools/regression/usr.bin/make/shell/meta/sh index 3a507b87f674..d12e33adf43d 100644 --- a/tools/regression/usr.bin/make/shell/meta/sh +++ b/tools/regression/usr.bin/make/shell/meta/sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ echo "$@" if ! test -t 0 ; then cat diff --git a/tools/regression/usr.bin/make/shell/meta/test.t b/tools/regression/usr.bin/make/shell/meta/test.t index 588b73ccc9f6..376edaa5561e 100644 --- a/tools/regression/usr.bin/make/shell/meta/test.t +++ b/tools/regression/usr.bin/make/shell/meta/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/shell/path/Makefile b/tools/regression/usr.bin/make/shell/path/Makefile index fe40b645510e..3edd108d4b03 100644 --- a/tools/regression/usr.bin/make/shell/path/Makefile +++ b/tools/regression/usr.bin/make/shell/path/Makefile @@ -7,7 +7,7 @@ # Be sure to include a meta-character into the command line, so that # really our shell is executed. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ # .ifmake sh_test diff --git a/tools/regression/usr.bin/make/shell/path/sh b/tools/regression/usr.bin/make/shell/path/sh index 46169eb6efc2..b299d9100bbe 100644 --- a/tools/regression/usr.bin/make/shell/path/sh +++ b/tools/regression/usr.bin/make/shell/path/sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ echo $@ if ! test -t 0 ; then cat diff --git a/tools/regression/usr.bin/make/shell/path/test.t b/tools/regression/usr.bin/make/shell/path/test.t index 72ff252af70e..d9b026c89e61 100644 --- a/tools/regression/usr.bin/make/shell/path/test.t +++ b/tools/regression/usr.bin/make/shell/path/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/shell/path_select/Makefile b/tools/regression/usr.bin/make/shell/path_select/Makefile index 05cfb27f3fd9..039fdd20ae4b 100644 --- a/tools/regression/usr.bin/make/shell/path_select/Makefile +++ b/tools/regression/usr.bin/make/shell/path_select/Makefile @@ -7,7 +7,7 @@ # Be sure to include a meta-character into the command line, so that # really our shell is executed. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ # .ifmake sh_test diff --git a/tools/regression/usr.bin/make/shell/path_select/shell b/tools/regression/usr.bin/make/shell/path_select/shell index 46169eb6efc2..d366499a1e6c 100644 --- a/tools/regression/usr.bin/make/shell/path_select/shell +++ b/tools/regression/usr.bin/make/shell/path_select/shell @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/shell,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ echo $@ if ! test -t 0 ; then cat diff --git a/tools/regression/usr.bin/make/shell/path_select/test.t b/tools/regression/usr.bin/make/shell/path_select/test.t index 5bac6316722e..974dd01348fa 100644 --- a/tools/regression/usr.bin/make/shell/path_select/test.t +++ b/tools/regression/usr.bin/make/shell/path_select/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/shell/replace/Makefile b/tools/regression/usr.bin/make/shell/replace/Makefile index 2160dbfb5776..d0142b1254ca 100644 --- a/tools/regression/usr.bin/make/shell/replace/Makefile +++ b/tools/regression/usr.bin/make/shell/replace/Makefile @@ -8,7 +8,7 @@ # XXX There seems to be a problem here in -j1 mode: for the line without # @- make should switch on echoing again, but it doesn't. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ .SHELL: name="shell" path="${.CURDIR}/shell" \ quiet="be quiet" echo="be verbose" filter="be verbose" \ diff --git a/tools/regression/usr.bin/make/shell/replace/shell b/tools/regression/usr.bin/make/shell/replace/shell index 46169eb6efc2..6ebd5eba1462 100644 --- a/tools/regression/usr.bin/make/shell/replace/shell +++ b/tools/regression/usr.bin/make/shell/replace/shell @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/shell,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ echo $@ if ! test -t 0 ; then cat diff --git a/tools/regression/usr.bin/make/shell/replace/test.t b/tools/regression/usr.bin/make/shell/replace/test.t index 5c91cf9e03e8..40a34a642ec8 100644 --- a/tools/regression/usr.bin/make/shell/replace/test.t +++ b/tools/regression/usr.bin/make/shell/replace/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/shell/select/Makefile b/tools/regression/usr.bin/make/shell/select/Makefile index e1ff0231c737..3e2ec33af2b5 100644 --- a/tools/regression/usr.bin/make/shell/select/Makefile +++ b/tools/regression/usr.bin/make/shell/select/Makefile @@ -4,7 +4,7 @@ # normally don't have a ksh, we make this test conditional. This means # one has to recreate the test results once ksh is installed. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/select/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ # .ifmake sh_test diff --git a/tools/regression/usr.bin/make/shell/select/test.t b/tools/regression/usr.bin/make/shell/select/test.t index 7f73f9b24e25..3fa044aadf96 100644 --- a/tools/regression/usr.bin/make/shell/select/test.t +++ b/tools/regression/usr.bin/make/shell/select/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/shell/select/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/suffixes/basic/Makefile b/tools/regression/usr.bin/make/suffixes/basic/Makefile index 45d9130eed97..320b2e7e8d0a 100644 --- a/tools/regression/usr.bin/make/suffixes/basic/Makefile +++ b/tools/regression/usr.bin/make/suffixes/basic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/basic/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # # Check that a simple suffix rule is correctly processed. diff --git a/tools/regression/usr.bin/make/suffixes/basic/test.t b/tools/regression/usr.bin/make/suffixes/basic/test.t index 0b387c8ce9e1..efb5ca9ad776 100644 --- a/tools/regression/usr.bin/make/suffixes/basic/test.t +++ b/tools/regression/usr.bin/make/suffixes/basic/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/basic/test.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile b/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile index d0258ad126c6..e2e5003427c5 100644 --- a/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile +++ b/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ test1: TEST1.b cat TEST1.a TEST2.a | diff -u - TEST1.b diff --git a/tools/regression/usr.bin/make/suffixes/src_wild1/test.t b/tools/regression/usr.bin/make/suffixes/src_wild1/test.t index 6b3111836453..5cf55129b349 100644 --- a/tools/regression/usr.bin/make/suffixes/src_wild1/test.t +++ b/tools/regression/usr.bin/make/suffixes/src_wild1/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild1/test.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile b/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile index 1dea7ea967ec..44536ff75bfd 100644 --- a/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile +++ b/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # # Source expansion with the source in a macro # diff --git a/tools/regression/usr.bin/make/suffixes/src_wild2/test.t b/tools/regression/usr.bin/make/suffixes/src_wild2/test.t index 0d40e3d1a07a..120816e48f40 100644 --- a/tools/regression/usr.bin/make/suffixes/src_wild2/test.t +++ b/tools/regression/usr.bin/make/suffixes/src_wild2/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild2/test.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/syntax/enl/Makefile b/tools/regression/usr.bin/make/syntax/enl/Makefile index a7c69555f244..4acba848db32 100644 --- a/tools/regression/usr.bin/make/syntax/enl/Makefile +++ b/tools/regression/usr.bin/make/syntax/enl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/syntax/enl/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # # Test handling of escaped newlines. # diff --git a/tools/regression/usr.bin/make/syntax/enl/test.t b/tools/regression/usr.bin/make/syntax/enl/test.t index 2e5d12c03357..403f64838d02 100644 --- a/tools/regression/usr.bin/make/syntax/enl/test.t +++ b/tools/regression/usr.bin/make/syntax/enl/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/syntax/enl/test.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/syntax/semi/Makefile b/tools/regression/usr.bin/make/syntax/semi/Makefile index 12f52255ee12..05332c71ebfb 100644 --- a/tools/regression/usr.bin/make/syntax/semi/Makefile +++ b/tools/regression/usr.bin/make/syntax/semi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/syntax/semi/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # Test handling of escaped newlines. # diff --git a/tools/regression/usr.bin/make/syntax/semi/test.t b/tools/regression/usr.bin/make/syntax/semi/test.t index f52c9ab9ead1..0e7501b6b783 100644 --- a/tools/regression/usr.bin/make/syntax/semi/test.t +++ b/tools/regression/usr.bin/make/syntax/semi/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/syntax/semi/test.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/variables/modifier_M/Makefile b/tools/regression/usr.bin/make/variables/modifier_M/Makefile index f8f6d3f870ce..08bc4ab42e9f 100644 --- a/tools/regression/usr.bin/make/variables/modifier_M/Makefile +++ b/tools/regression/usr.bin/make/variables/modifier_M/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/variables/modifier_M/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # # Test the M modifier. # diff --git a/tools/regression/usr.bin/make/variables/modifier_M/test.t b/tools/regression/usr.bin/make/variables/modifier_M/test.t index 979778f12e90..0b063bca0a5b 100644 --- a/tools/regression/usr.bin/make/variables/modifier_M/test.t +++ b/tools/regression/usr.bin/make/variables/modifier_M/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/variables/modifier_M/test.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/make/variables/t0/Makefile b/tools/regression/usr.bin/make/variables/t0/Makefile index 1cc58eefa493..1a455e87be7d 100644 --- a/tools/regression/usr.bin/make/variables/t0/Makefile +++ b/tools/regression/usr.bin/make/variables/t0/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/variables/t0/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # # A unsorted set of macro expansions. This should be sorted out. # diff --git a/tools/regression/usr.bin/make/variables/t0/test.t b/tools/regression/usr.bin/make/variables/t0/test.t index 7e4f42729d26..3590e485bba3 100644 --- a/tools/regression/usr.bin/make/variables/t0/test.t +++ b/tools/regression/usr.bin/make/variables/t0/test.t @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/make/variables/t0/test.t,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` . ../../common.sh diff --git a/tools/regression/usr.bin/pkill/pgrep-F.t b/tools/regression/usr.bin/pkill/pgrep-F.t index fd76e6451de3..14fadb093e57 100644 --- a/tools/regression/usr.bin/pkill/pgrep-F.t +++ b/tools/regression/usr.bin/pkill/pgrep-F.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-F.t,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-G.t b/tools/regression/usr.bin/pkill/pgrep-G.t index b07b6089b69e..73f91a7cd1c4 100644 --- a/tools/regression/usr.bin/pkill/pgrep-G.t +++ b/tools/regression/usr.bin/pkill/pgrep-G.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-G.t,v 1.1.24.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-LF.t b/tools/regression/usr.bin/pkill/pgrep-LF.t index d981175fb956..e177e3fbb035 100644 --- a/tools/regression/usr.bin/pkill/pgrep-LF.t +++ b/tools/regression/usr.bin/pkill/pgrep-LF.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-LF.t,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-P.t b/tools/regression/usr.bin/pkill/pgrep-P.t index d139edbb078e..db2b418c5b94 100644 --- a/tools/regression/usr.bin/pkill/pgrep-P.t +++ b/tools/regression/usr.bin/pkill/pgrep-P.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-P.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-S.t b/tools/regression/usr.bin/pkill/pgrep-S.t index 5ce98e6fa8bc..7aed7a0acf39 100644 --- a/tools/regression/usr.bin/pkill/pgrep-S.t +++ b/tools/regression/usr.bin/pkill/pgrep-S.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-S.t,v 1.1.24.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-U.t b/tools/regression/usr.bin/pkill/pgrep-U.t index 7cc865ab5f38..35b3768f5dd3 100644 --- a/tools/regression/usr.bin/pkill/pgrep-U.t +++ b/tools/regression/usr.bin/pkill/pgrep-U.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-U.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-g.t b/tools/regression/usr.bin/pkill/pgrep-g.t index 19bd7748b3e3..8421568312fc 100644 --- a/tools/regression/usr.bin/pkill/pgrep-g.t +++ b/tools/regression/usr.bin/pkill/pgrep-g.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-g.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-i.t b/tools/regression/usr.bin/pkill/pgrep-i.t index cbf36ff4dac7..98e34dc3af47 100644 --- a/tools/regression/usr.bin/pkill/pgrep-i.t +++ b/tools/regression/usr.bin/pkill/pgrep-i.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-i.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-j.t b/tools/regression/usr.bin/pkill/pgrep-j.t index 861d5751cc8d..9f46946953b4 100644 --- a/tools/regression/usr.bin/pkill/pgrep-j.t +++ b/tools/regression/usr.bin/pkill/pgrep-j.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-j.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-l.t b/tools/regression/usr.bin/pkill/pgrep-l.t index 3be3402e65cd..9021e6b2a32b 100644 --- a/tools/regression/usr.bin/pkill/pgrep-l.t +++ b/tools/regression/usr.bin/pkill/pgrep-l.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-l.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-n.t b/tools/regression/usr.bin/pkill/pgrep-n.t index cde95fb5c057..f67efb4127cb 100644 --- a/tools/regression/usr.bin/pkill/pgrep-n.t +++ b/tools/regression/usr.bin/pkill/pgrep-n.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-n.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-o.t b/tools/regression/usr.bin/pkill/pgrep-o.t index 2b1cf5167239..9e08ae028dcb 100644 --- a/tools/regression/usr.bin/pkill/pgrep-o.t +++ b/tools/regression/usr.bin/pkill/pgrep-o.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-o.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-s.t b/tools/regression/usr.bin/pkill/pgrep-s.t index b9d39698ed51..f6a20855fd25 100644 --- a/tools/regression/usr.bin/pkill/pgrep-s.t +++ b/tools/regression/usr.bin/pkill/pgrep-s.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-s.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-t.t b/tools/regression/usr.bin/pkill/pgrep-t.t index 7e81ada75688..f86ab1817f3f 100644 --- a/tools/regression/usr.bin/pkill/pgrep-t.t +++ b/tools/regression/usr.bin/pkill/pgrep-t.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-t.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-v.t b/tools/regression/usr.bin/pkill/pgrep-v.t index 11a2be27c4ba..bc2d7db2e3f6 100644 --- a/tools/regression/usr.bin/pkill/pgrep-v.t +++ b/tools/regression/usr.bin/pkill/pgrep-v.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-v.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pgrep-x.t b/tools/regression/usr.bin/pkill/pgrep-x.t index 890666496280..ca0d61c0b17f 100644 --- a/tools/regression/usr.bin/pkill/pgrep-x.t +++ b/tools/regression/usr.bin/pkill/pgrep-x.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pgrep-x.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-F.t b/tools/regression/usr.bin/pkill/pkill-F.t index 732d80757bbb..94371dc0dd3d 100644 --- a/tools/regression/usr.bin/pkill/pkill-F.t +++ b/tools/regression/usr.bin/pkill/pkill-F.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-F.t,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-G.t b/tools/regression/usr.bin/pkill/pkill-G.t index 0717cea792c3..8f03a2104b64 100644 --- a/tools/regression/usr.bin/pkill/pkill-G.t +++ b/tools/regression/usr.bin/pkill/pkill-G.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-G.t,v 1.1.24.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-LF.t b/tools/regression/usr.bin/pkill/pkill-LF.t index adb6ba9d4f97..569b0172db92 100644 --- a/tools/regression/usr.bin/pkill/pkill-LF.t +++ b/tools/regression/usr.bin/pkill/pkill-LF.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-LF.t,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-P.t b/tools/regression/usr.bin/pkill/pkill-P.t index 4b8ddb559e5b..d71ac76c2ea3 100644 --- a/tools/regression/usr.bin/pkill/pkill-P.t +++ b/tools/regression/usr.bin/pkill/pkill-P.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-P.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-U.t b/tools/regression/usr.bin/pkill/pkill-U.t index 16313f82836a..c520f88d23d8 100644 --- a/tools/regression/usr.bin/pkill/pkill-U.t +++ b/tools/regression/usr.bin/pkill/pkill-U.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-U.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-g.t b/tools/regression/usr.bin/pkill/pkill-g.t index d00adacb27fb..2de22815b7cb 100644 --- a/tools/regression/usr.bin/pkill/pkill-g.t +++ b/tools/regression/usr.bin/pkill/pkill-g.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-g.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-i.t b/tools/regression/usr.bin/pkill/pkill-i.t index 6574cbd5d25d..74fd53951e97 100644 --- a/tools/regression/usr.bin/pkill/pkill-i.t +++ b/tools/regression/usr.bin/pkill/pkill-i.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-i.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-j.t b/tools/regression/usr.bin/pkill/pkill-j.t index 5cb0311582bf..719db7a3d135 100644 --- a/tools/regression/usr.bin/pkill/pkill-j.t +++ b/tools/regression/usr.bin/pkill/pkill-j.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-j.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-s.t b/tools/regression/usr.bin/pkill/pkill-s.t index 5fc4dc6f2f94..f329c4830396 100644 --- a/tools/regression/usr.bin/pkill/pkill-s.t +++ b/tools/regression/usr.bin/pkill/pkill-s.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-s.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-t.t b/tools/regression/usr.bin/pkill/pkill-t.t index cbef527cd50b..d512b0ad6e6d 100644 --- a/tools/regression/usr.bin/pkill/pkill-t.t +++ b/tools/regression/usr.bin/pkill/pkill-t.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-t.t,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/pkill/pkill-x.t b/tools/regression/usr.bin/pkill/pkill-x.t index 61d5d5b5425f..42e26b5deae7 100644 --- a/tools/regression/usr.bin/pkill/pkill-x.t +++ b/tools/regression/usr.bin/pkill/pkill-x.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/pkill/pkill-x.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ base=`basename $0` diff --git a/tools/regression/usr.bin/printf/Makefile b/tools/regression/usr.bin/printf/Makefile index b937d41a4e4a..8a89aa482aab 100644 --- a/tools/regression/usr.bin/printf/Makefile +++ b/tools/regression/usr.bin/printf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/printf/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/printf/regress.sh b/tools/regression/usr.bin/printf/regress.sh index 86c600f574d1..ede9c8628fab 100644 --- a/tools/regression/usr.bin/printf/regress.sh +++ b/tools/regression/usr.bin/printf/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/printf/regress.sh,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ REGRESSION_START($1) diff --git a/tools/regression/usr.bin/printf/regress.t b/tools/regression/usr.bin/printf/regress.t index a82aacd9886f..6ae55f38e278 100644 --- a/tools/regression/usr.bin/printf/regress.t +++ b/tools/regression/usr.bin/printf/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/printf/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/regress.m4 b/tools/regression/usr.bin/regress.m4 index 35e2ab958f00..dfeebbe5d6c4 100644 --- a/tools/regression/usr.bin/regress.m4 +++ b/tools/regression/usr.bin/regress.m4 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/regress.m4,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ dnl A library of routines for doing regression tests for userland utilities. diff --git a/tools/regression/usr.bin/sed/Makefile b/tools/regression/usr.bin/sed/Makefile index 050b4ee86dd9..b10e02c24e10 100644 --- a/tools/regression/usr.bin/sed/Makefile +++ b/tools/regression/usr.bin/sed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/sed/Makefile,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/sed/hanoi.sed b/tools/regression/usr.bin/sed/hanoi.sed index 6a45deaa94c7..e6fecc9c328c 100644 --- a/tools/regression/usr.bin/sed/hanoi.sed +++ b/tools/regression/usr.bin/sed/hanoi.sed @@ -1,7 +1,7 @@ # Towers of Hanoi in sed. # # @(#)hanoi.sed 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/sed/hanoi.sed,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # # # Ex: diff --git a/tools/regression/usr.bin/sed/math.sed b/tools/regression/usr.bin/sed/math.sed index cdd18d6d532b..b492de67ba5a 100644 --- a/tools/regression/usr.bin/sed/math.sed +++ b/tools/regression/usr.bin/sed/math.sed @@ -1,6 +1,6 @@ # This is ksb's infamous sed calculator. (ksb@sa.fedex.com) # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/sed/math.sed,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ # # $Id: math.sed,v 2.5 1998/08/02 13:23:34 ksb Exp ksb $ # expr ::= (expr) | expr! | diff --git a/tools/regression/usr.bin/sed/multitest.t b/tools/regression/usr.bin/sed/multitest.t index 9c0881f92ac5..3d8f7e7bd0ec 100644 --- a/tools/regression/usr.bin/sed/multitest.t +++ b/tools/regression/usr.bin/sed/multitest.t @@ -30,7 +30,7 @@ # # @(#)sed.test 8.1 (Berkeley) 6/6/93 # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/sed/multitest.t,v 1.13.12.1 2010/12/21 17:10:29 kensmith Exp $ # # sed Regression Tests diff --git a/tools/regression/usr.bin/sed/regress.sh b/tools/regression/usr.bin/sed/regress.sh index febbb0fb1729..c9748e894b24 100644 --- a/tools/regression/usr.bin/sed/regress.sh +++ b/tools/regression/usr.bin/sed/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/sed/regress.sh,v 1.18.12.1 2010/12/21 17:10:29 kensmith Exp $ REGRESSION_START($1) diff --git a/tools/regression/usr.bin/sed/regress.t b/tools/regression/usr.bin/sed/regress.t index a82aacd9886f..8eb3e9a2a1f4 100644 --- a/tools/regression/usr.bin/sed/regress.t +++ b/tools/regression/usr.bin/sed/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/sed/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/tr/Makefile b/tools/regression/usr.bin/tr/Makefile index b937d41a4e4a..80a816fad351 100644 --- a/tools/regression/usr.bin/tr/Makefile +++ b/tools/regression/usr.bin/tr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/tr/Makefile,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/tr/regress.sh b/tools/regression/usr.bin/tr/regress.sh index c448b6d8d06c..6527a1df4ae3 100644 --- a/tools/regression/usr.bin/tr/regress.sh +++ b/tools/regression/usr.bin/tr/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/tr/regress.sh,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ echo 1..12 diff --git a/tools/regression/usr.bin/tr/regress.t b/tools/regression/usr.bin/tr/regress.t index a82aacd9886f..3531ab84ddd8 100644 --- a/tools/regression/usr.bin/tr/regress.t +++ b/tools/regression/usr.bin/tr/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/tr/regress.t,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/uudecode/Makefile b/tools/regression/usr.bin/uudecode/Makefile index b937d41a4e4a..9392844432cd 100644 --- a/tools/regression/usr.bin/uudecode/Makefile +++ b/tools/regression/usr.bin/uudecode/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/uudecode/Makefile,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/uudecode/regress.sh b/tools/regression/usr.bin/uudecode/regress.sh index f131280c4171..731f64203705 100644 --- a/tools/regression/usr.bin/uudecode/regress.sh +++ b/tools/regression/usr.bin/uudecode/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/uudecode/regress.sh,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ echo 1..2 diff --git a/tools/regression/usr.bin/uudecode/regress.t b/tools/regression/usr.bin/uudecode/regress.t index a82aacd9886f..37eb00255b7b 100644 --- a/tools/regression/usr.bin/uudecode/regress.t +++ b/tools/regression/usr.bin/uudecode/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/uudecode/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/uuencode/Makefile b/tools/regression/usr.bin/uuencode/Makefile index b937d41a4e4a..962ea7361c22 100644 --- a/tools/regression/usr.bin/uuencode/Makefile +++ b/tools/regression/usr.bin/uuencode/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/uuencode/Makefile,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/uuencode/regress.sh b/tools/regression/usr.bin/uuencode/regress.sh index e14b2c3049fa..2a4b651ab5ab 100644 --- a/tools/regression/usr.bin/uuencode/regress.sh +++ b/tools/regression/usr.bin/uuencode/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/uuencode/regress.sh,v 1.7.26.1 2010/12/21 17:10:29 kensmith Exp $ echo 1..2 diff --git a/tools/regression/usr.bin/uuencode/regress.t b/tools/regression/usr.bin/uuencode/regress.t index a82aacd9886f..f14013a43862 100644 --- a/tools/regression/usr.bin/uuencode/regress.t +++ b/tools/regression/usr.bin/uuencode/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/uuencode/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.bin/xargs/Makefile b/tools/regression/usr.bin/xargs/Makefile index b937d41a4e4a..301af7ed7541 100644 --- a/tools/regression/usr.bin/xargs/Makefile +++ b/tools/regression/usr.bin/xargs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/xargs/Makefile,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ all: @m4 ${.CURDIR}/../regress.m4 ${.CURDIR}/regress.sh | sh /dev/stdin ${.CURDIR} diff --git a/tools/regression/usr.bin/xargs/regress.sh b/tools/regression/usr.bin/xargs/regress.sh index 7c8db1d2e7d1..294ff217921b 100644 --- a/tools/regression/usr.bin/xargs/regress.sh +++ b/tools/regression/usr.bin/xargs/regress.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/xargs/regress.sh,v 1.6.26.1 2010/12/21 17:10:29 kensmith Exp $ echo 1..5 diff --git a/tools/regression/usr.bin/xargs/regress.t b/tools/regression/usr.bin/xargs/regress.t index a82aacd9886f..ebe6404f314f 100644 --- a/tools/regression/usr.bin/xargs/regress.t +++ b/tools/regression/usr.bin/xargs/regress.t @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.bin/xargs/regress.t,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ cd `dirname $0` diff --git a/tools/regression/usr.sbin/Makefile b/tools/regression/usr.sbin/Makefile index d787c4625e1c..c2b7a78a8635 100644 --- a/tools/regression/usr.sbin/Makefile +++ b/tools/regression/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.sbin/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= sa diff --git a/tools/regression/usr.sbin/sa/Makefile b/tools/regression/usr.sbin/sa/Makefile index 930f3ff5fd29..0ad9e9c6359f 100644 --- a/tools/regression/usr.sbin/sa/Makefile +++ b/tools/regression/usr.sbin/sa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.sbin/sa/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ all: regress diff --git a/tools/regression/usr.sbin/sa/prime.sh b/tools/regression/usr.sbin/sa/prime.sh index c3fec3275a41..9448e94debcd 100644 --- a/tools/regression/usr.sbin/sa/prime.sh +++ b/tools/regression/usr.sbin/sa/prime.sh @@ -3,7 +3,7 @@ # Configure and run this script to create the files for regression testing # for a new architecture/configuration. # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.sbin/sa/prime.sh,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # # Set this to the path of the current sa command diff --git a/tools/regression/usr.sbin/sa/regress.t b/tools/regression/usr.sbin/sa/regress.t index 2f64cf9a5f38..66b9e0acbe8e 100644 --- a/tools/regression/usr.sbin/sa/regress.t +++ b/tools/regression/usr.sbin/sa/regress.t @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/regression/usr.sbin/sa/regress.t,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # DIR=`dirname $0` diff --git a/tools/sched/schedgraph.py b/tools/sched/schedgraph.py index d217941661a1..1b29296ae041 100644 --- a/tools/sched/schedgraph.py +++ b/tools/sched/schedgraph.py @@ -24,7 +24,7 @@ # (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/sched/schedgraph.py,v 1.12.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ import sys import re diff --git a/tools/test/README b/tools/test/README index 3ec26ad6f282..282581c15957 100644 --- a/tools/test/README +++ b/tools/test/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/test/README,v 1.4.24.1.2.1 2010/12/21 17:10:29 kensmith Exp $ This directory is for test programs. diff --git a/tools/test/devrandom/hammer.random b/tools/test/devrandom/hammer.random index ea4cb5f64032..2237fedf102a 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.60.1 2010/12/21 17:10:29 kensmith Exp $ # for (;;) { diff --git a/tools/test/devrandom/hammer.urandom b/tools/test/devrandom/hammer.urandom index d0b6aa89da58..03d028a2f9f1 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.60.1 2010/12/21 17:10:29 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..69fda4130f8e 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.60.1 2010/12/21 17:10:29 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..80f35aa1a64b 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.60.1 2010/12/21 17:10:29 kensmith Exp $ # for ($i = 0; $i < (1024*32); $i++) { diff --git a/tools/test/dtrace/Makefile b/tools/test/dtrace/Makefile index 8ad8e62e76a2..1f50933a1d0a 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.2.1.8.1 2010/12/21 17:10:29 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..4f2a6f567758 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.26.1 2010/12/21 17:10:29 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..c424cb87777e 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.40.1 2010/12/21 17:10:29 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..9c2a4fc74e4a 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.40.1 2010/12/21 17:10:29 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..0d3c59681f9f 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.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile index f0110edf1292..538f58ff9806 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.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ppsapitest NO_MAN= diff --git a/tools/test/ppsapi/README b/tools/test/ppsapi/README index ad8dacf31b57..73fbd566f9c8 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.26.1 2010/12/21 17:10:29 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..9fce808be66b 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.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <stdint.h> diff --git a/tools/test/testfloat/random.c b/tools/test/testfloat/random.c index 21326c1ff23f..9a9a58692718 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include "milieu.h" diff --git a/tools/test/testfloat/sparc64/Makefile b/tools/test/testfloat/sparc64/Makefile index a24834b8f4e9..26abe2fb2d97 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.4.2.2.1 2010/12/21 17:10:29 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..158627c10abf 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.4.2.2.1 2010/12/21 17:10:29 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..9e21399b7914 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.4.2.2.1 2010/12/21 17:10:29 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..07c6486839db 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.4.2.2.1 2010/12/21 17:10:29 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..36eb2be0fc28 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.4.2.2.1 2010/12/21 17:10:29 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..6c4277f5d0c1 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /* ------------------------------------------------------------------------------- diff --git a/tools/test/testfloat/sparc64/namespace.h b/tools/test/testfloat/sparc64/namespace.h index 5e7d1bc431b0..95e8c17841ce 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.4.2.2.1 2010/12/21 17:10:29 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..ac74aeb3104f 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <machine/ieeefp.h> diff --git a/tools/test/testfloat/sparc64/sparc64.h b/tools/test/testfloat/sparc64/sparc64.h index 959a78cb675d..d942f4eb4abc 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ /*---------------------------------------------------------------------------- diff --git a/tools/test/testfloat/sparc64/systflags.c b/tools/test/testfloat/sparc64/systflags.c index 9187facc8301..16923bbed954 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.4.2.2.1 2010/12/21 17:10:29 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..cb991d77e222 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); .text diff --git a/tools/test/testfloat/sparc64/systfloat.h b/tools/test/testfloat/sparc64/systfloat.h index c1db1ebd361e..ce62e1bafdec 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.4.2.2.1 2010/12/21 17:10:29 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..34caa7eb5369 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.4.2.2.1 2010/12/21 17:10:29 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..003e9de319d9 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.4.2.2.1 2010/12/21 17:10:29 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..c2617a69b33c 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include "milieu.h" #include "fail.h" diff --git a/tools/test/testfloat/testfloat.c b/tools/test/testfloat/testfloat.c index 5a19d8811b69..91e2b78d1956 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include <signal.h> diff --git a/tools/test/testfloat/testsoftfloat.c b/tools/test/testfloat/testsoftfloat.c index 2689ee38777a..566a32a209a8 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.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdlib.h> #include <signal.h> diff --git a/tools/tools/README b/tools/tools/README index fe7fd51fa90f..94846a39ac95 100644 --- a/tools/tools/README +++ b/tools/tools/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/README,v 1.50.12.1 2010/12/21 17:10:29 kensmith Exp $ This directory is for tools. diff --git a/tools/tools/aac/Makefile b/tools/tools/aac/Makefile index d245d47a6729..0f467e399d43 100644 --- a/tools/tools/aac/Makefile +++ b/tools/tools/aac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/aac/Makefile,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= aac_checkq NO_MAN= diff --git a/tools/tools/aac/aac_checkq.c b/tools/tools/aac/aac_checkq.c index 024e3daa36a1..49222462a2ce 100644 --- a/tools/tools/aac/aac_checkq.c +++ b/tools/tools/aac/aac_checkq.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/aac/aac_checkq.c,v 1.3.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/fcntl.h> diff --git a/tools/tools/ansify/Makefile b/tools/tools/ansify/Makefile index 9519a4ce9fb2..c05e1ba7672e 100644 --- a/tools/tools/ansify/Makefile +++ b/tools/tools/ansify/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ansify/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS= ansify.pl BINDIR?= /usr/local/bin diff --git a/tools/tools/ansify/ansify.pl b/tools/tools/ansify/ansify.pl index 801d693f30d7..a94b9a340d04 100644 --- a/tools/tools/ansify/ansify.pl +++ b/tools/tools/ansify/ansify.pl @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ansify/ansify.pl,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # use v5.6.0; diff --git a/tools/tools/ath/Makefile b/tools/tools/ath/Makefile index 34c732a59399..e06d0780442d 100644 --- a/tools/tools/ath/Makefile +++ b/tools/tools/ath/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ath/Makefile,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= athstats athdebug diff --git a/tools/tools/ath/athctrl.sh b/tools/tools/ath/athctrl.sh index 5adee1c3c4a4..260cca47f020 100644 --- a/tools/tools/ath/athctrl.sh +++ b/tools/tools/ath/athctrl.sh @@ -4,7 +4,7 @@ # point-to-point use at a specific distance. Based on a # program by Gunter Burchardt. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ath/athctrl.sh,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # DEV=ath0 d=0 diff --git a/tools/tools/ath/athdebug/Makefile b/tools/tools/ath/athdebug/Makefile index c1b3bf981678..fa18dcea7d60 100644 --- a/tools/tools/ath/athdebug/Makefile +++ b/tools/tools/ath/athdebug/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ath/athdebug/Makefile,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ PROG= athdebug BINDIR= /usr/local/bin diff --git a/tools/tools/ath/athdebug/athdebug.c b/tools/tools/ath/athdebug/athdebug.c index 3480224b3a11..d3c57c1b97ae 100644 --- a/tools/tools/ath/athdebug/athdebug.c +++ b/tools/tools/ath/athdebug/athdebug.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ath/athdebug/athdebug.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/ath/athstats/Makefile b/tools/tools/ath/athstats/Makefile index c4d0e93d6bae..efa406cf291e 100644 --- a/tools/tools/ath/athstats/Makefile +++ b/tools/tools/ath/athstats/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ath/athstats/Makefile,v 1.4.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ PROG= athstats BINDIR= /usr/local/bin diff --git a/tools/tools/ath/athstats/athstats.c b/tools/tools/ath/athstats/athstats.c index 02553a76f673..814f85b1d1d3 100644 --- a/tools/tools/ath/athstats/athstats.c +++ b/tools/tools/ath/athstats/athstats.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ath/athstats/athstats.c,v 1.5.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/ath/athstats/athstats.h b/tools/tools/ath/athstats/athstats.h index 03a9b7cde29b..a07e81976393 100644 --- a/tools/tools/ath/athstats/athstats.h +++ b/tools/tools/ath/athstats/athstats.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ath/athstats/athstats.h,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ATHSTATS_H_ diff --git a/tools/tools/ath/athstats/main.c b/tools/tools/ath/athstats/main.c index b775b1a3a326..cd151bd06349 100644 --- a/tools/tools/ath/athstats/main.c +++ b/tools/tools/ath/athstats/main.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ath/athstats/main.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/ath/athstats/statfoo.c b/tools/tools/ath/athstats/statfoo.c index 77190361af9a..a267e02875ec 100644 --- a/tools/tools/ath/athstats/statfoo.c +++ b/tools/tools/ath/athstats/statfoo.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ath/athstats/statfoo.c,v 1.1.4.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/tools/ath/athstats/statfoo.h b/tools/tools/ath/athstats/statfoo.h index 4575946bceed..570005c5dff8 100644 --- a/tools/tools/ath/athstats/statfoo.h +++ b/tools/tools/ath/athstats/statfoo.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ath/athstats/statfoo.h,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _STATFOO_H_ diff --git a/tools/tools/backout_commit/backout_commit.rb b/tools/tools/backout_commit/backout_commit.rb index 264c271b60bf..06d336dfb8e2 100644 --- a/tools/tools/backout_commit/backout_commit.rb +++ b/tools/tools/backout_commit/backout_commit.rb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby -w -# $FreeBSD$ +# $FreeBSD: src/tools/tools/backout_commit/backout_commit.rb,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ # Please note, that this utility must be kept in sync with # CVSROOT/log_accum.pl. If someone has a different output from their diff --git a/tools/tools/build_option_survey/listallopts.sh b/tools/tools/build_option_survey/listallopts.sh index 77c859aaee48..a048001329a9 100644 --- a/tools/tools/build_option_survey/listallopts.sh +++ b/tools/tools/build_option_survey/listallopts.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/build_option_survey/listallopts.sh,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # # This file is in the public domain diff --git a/tools/tools/build_option_survey/mkhtml.sh b/tools/tools/build_option_survey/mkhtml.sh index a6261f918887..9e29d6db729b 100644 --- a/tools/tools/build_option_survey/mkhtml.sh +++ b/tools/tools/build_option_survey/mkhtml.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is in the public domain -# $FreeBSD$ +# $FreeBSD: src/tools/tools/build_option_survey/mkhtml.sh,v 1.5.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e diff --git a/tools/tools/build_option_survey/option_survey.sh b/tools/tools/build_option_survey/option_survey.sh index 3fee3164de0f..2de1b54fdcaf 100644 --- a/tools/tools/build_option_survey/option_survey.sh +++ b/tools/tools/build_option_survey/option_survey.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is in the public domain -# $FreeBSD$ +# $FreeBSD: src/tools/tools/build_option_survey/option_survey.sh,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ set -ex diff --git a/tools/tools/build_option_survey/reduce.sh b/tools/tools/build_option_survey/reduce.sh index 375574987574..d73cb7819f50 100644 --- a/tools/tools/build_option_survey/reduce.sh +++ b/tools/tools/build_option_survey/reduce.sh @@ -1,6 +1,6 @@ #!/bin/sh # This file is in the public domain -# $FreeBSD$ +# $FreeBSD: src/tools/tools/build_option_survey/reduce.sh,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ set -e diff --git a/tools/tools/commitsdb/make_commit_db b/tools/tools/commitsdb/make_commit_db index d33d47806fcf..9656bc0bcdf1 100644 --- a/tools/tools/commitsdb/make_commit_db +++ b/tools/tools/commitsdb/make_commit_db @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $FreeBSD$ +# $FreeBSD: src/tools/tools/commitsdb/make_commit_db,v 1.2.40.1 2010/12/21 17:10:29 kensmith Exp $ # This script walks the tree from the current directory # and spits out a database generated by md5'ing the cvs log diff --git a/tools/tools/commitsdb/query_commit_db b/tools/tools/commitsdb/query_commit_db index e855efb06766..95cc3d0cbbc1 100644 --- a/tools/tools/commitsdb/query_commit_db +++ b/tools/tools/commitsdb/query_commit_db @@ -1,6 +1,6 @@ #!/usr/bin/perl -w -# $FreeBSD$ +# $FreeBSD: src/tools/tools/commitsdb/query_commit_db,v 1.3.42.1 2010/12/21 17:10:29 kensmith Exp $ # This script takes a filename and revision number as arguments # and spits out a list of other files and their revisions that share diff --git a/tools/tools/crypto/Makefile b/tools/tools/crypto/Makefile index 922b0dcb777e..59222eec870b 100644 --- a/tools/tools/crypto/Makefile +++ b/tools/tools/crypto/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/crypto/Makefile,v 1.8.26.1 2010/12/21 17:10:29 kensmith Exp $ # # Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting # All rights reserved. diff --git a/tools/tools/crypto/README b/tools/tools/crypto/README index 16b6bdb0d8ca..a09d983c8238 100644 --- a/tools/tools/crypto/README +++ b/tools/tools/crypto/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/crypto/README,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ The cryptotest program repeatedly encrypts and decrypts a buffer with the built-in iv and key, using hardware crypto. At the end, diff --git a/tools/tools/crypto/cryptokeytest.c b/tools/tools/crypto/cryptokeytest.c index 4e4915281388..b88cab19f0d1 100644 --- a/tools/tools/crypto/cryptokeytest.c +++ b/tools/tools/crypto/cryptokeytest.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/tools/crypto/cryptokeytest.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* * The big num stuff is a bit broken at the moment and I've not yet fixed it. * The symtom is that odd size big nums will fail. Test code below (it only diff --git a/tools/tools/crypto/cryptostats.c b/tools/tools/crypto/cryptostats.c index d1c61153d158..b5bc48b2a5c9 100644 --- a/tools/tools/crypto/cryptostats.c +++ b/tools/tools/crypto/cryptostats.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/crypto/cryptostats.c,v 1.2.22.1.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/crypto/cryptotest.c b/tools/tools/crypto/cryptotest.c index 5f5e450e3256..2af1ba79a1e0 100644 --- a/tools/tools/crypto/cryptotest.c +++ b/tools/tools/crypto/cryptotest.c @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/crypto/cryptotest.c,v 1.9.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/crypto/hifnstats.c b/tools/tools/crypto/hifnstats.c index 1f40cd55ac0b..3ae3dfabd0e3 100644 --- a/tools/tools/crypto/hifnstats.c +++ b/tools/tools/crypto/hifnstats.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/crypto/hifnstats.c,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <sys/types.h> diff --git a/tools/tools/crypto/ipsecstats.c b/tools/tools/crypto/ipsecstats.c index 6ecc1f454bcf..ee631bca836d 100644 --- a/tools/tools/crypto/ipsecstats.c +++ b/tools/tools/crypto/ipsecstats.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/crypto/ipsecstats.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <sys/types.h> diff --git a/tools/tools/crypto/safestats.c b/tools/tools/crypto/safestats.c index ea7601a8e070..083cdaf06563 100644 --- a/tools/tools/crypto/safestats.c +++ b/tools/tools/crypto/safestats.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/crypto/safestats.c,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <sys/types.h> diff --git a/tools/tools/crypto/ubsecstats.c b/tools/tools/crypto/ubsecstats.c index 736f7839458e..0b3d4398ca40 100644 --- a/tools/tools/crypto/ubsecstats.c +++ b/tools/tools/crypto/ubsecstats.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/crypto/ubsecstats.c,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <sys/types.h> diff --git a/tools/tools/editing/freebsd.vim b/tools/tools/editing/freebsd.vim index fa7977b30361..eecbbb4750a3 100644 --- a/tools/tools/editing/freebsd.vim +++ b/tools/tools/editing/freebsd.vim @@ -22,7 +22,7 @@ " (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/tools/editing/freebsd.vim,v 1.1.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ " This is a plugin for Vim (tested with Vim v7.1) to follow the FreeBSD style(9) " indentation. It registers a macro (see below) for changing a buffer's diff --git a/tools/tools/epfe/epfe.pl b/tools/tools/epfe/epfe.pl index 0aea2c247a64..2d196351a927 100644 --- a/tools/tools/epfe/epfe.pl +++ b/tools/tools/epfe/epfe.pl @@ -7,7 +7,7 @@ # $ cd /usr/share/examples/printing # $ epfe < ../../doc/handbook/printing.sgml # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/epfe/epfe.pl,v 1.4.60.1 2010/12/21 17:10:29 kensmith Exp $ $in = 0; @a = (); sub Print { s/\&\;/&/g; push(@a,$_); } diff --git a/tools/tools/find-sb/Makefile b/tools/tools/find-sb/Makefile index 9a55be38d17e..4d8a0c68f7dc 100644 --- a/tools/tools/find-sb/Makefile +++ b/tools/tools/find-sb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/find-sb/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= find-sb NO_MAN= diff --git a/tools/tools/find-sb/README b/tools/tools/find-sb/README index fae701c816c3..2d41e7cd4888 100644 --- a/tools/tools/find-sb/README +++ b/tools/tools/find-sb/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/find-sb/README,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ find-sb is a program which scans the input file you specify (normally a raw disk slice) for filesystems. It's not very smart, nor particularly diff --git a/tools/tools/find-sb/find-sb.c b/tools/tools/find-sb/find-sb.c index fd4de42194b8..3f33586e3951 100644 --- a/tools/tools/find-sb/find-sb.c +++ b/tools/tools/find-sb/find-sb.c @@ -2,7 +2,7 @@ * This program, created 2002-10-03 by Garrett A. Wollman * <wollman@FreeBSD.org>, is in the public domain. Use at your own risk. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/find-sb/find-sb.c,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifdef __FreeBSD__ diff --git a/tools/tools/find-sb/mini_ufs.h b/tools/tools/find-sb/mini_ufs.h index 82a864dd6a8e..86aa7d111a5e 100644 --- a/tools/tools/find-sb/mini_ufs.h +++ b/tools/tools/find-sb/mini_ufs.h @@ -2,7 +2,7 @@ * This program, created 2002-10-03 by Garrett A. Wollman * <wollman@FreeBSD.org>, is in the public domain. Use at your own risk. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/find-sb/mini_ufs.h,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/gdb_regofs/Makefile b/tools/tools/gdb_regofs/Makefile index 5f5a7e36b0d9..77701884e8c2 100644 --- a/tools/tools/gdb_regofs/Makefile +++ b/tools/tools/gdb_regofs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/gdb_regofs/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG=gdb_regofs SRCS=${MACHINE_ARCH}.c NO_MAN= diff --git a/tools/tools/gdb_regofs/ia64.c b/tools/tools/gdb_regofs/ia64.c index 59e0055253b6..c31e222ed3b0 100644 --- a/tools/tools/gdb_regofs/ia64.c +++ b/tools/tools/gdb_regofs/ia64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/gdb_regofs/ia64.c,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stddef.h> #include <machine/reg.h> diff --git a/tools/tools/genericize/Makefile b/tools/tools/genericize/Makefile index 5df77b99f910..b9d95d23c2b3 100644 --- a/tools/tools/genericize/Makefile +++ b/tools/tools/genericize/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/genericize/Makefile,v 1.2.26.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS= genericize.pl BINDIR?= /usr/local/bin diff --git a/tools/tools/genericize/genericize.pl b/tools/tools/genericize/genericize.pl index 2f8d694d686d..e3010b4b54db 100755 --- a/tools/tools/genericize/genericize.pl +++ b/tools/tools/genericize/genericize.pl @@ -26,7 +26,7 @@ # (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/tools/genericize/genericize.pl,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ # use strict; diff --git a/tools/tools/hcomp/Makefile b/tools/tools/hcomp/Makefile index 06029b7a90d0..3120e125a677 100644 --- a/tools/tools/hcomp/Makefile +++ b/tools/tools/hcomp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/hcomp/Makefile,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ BINDIR ?= ${HOME}/bin BINOWN ?= ${USER} diff --git a/tools/tools/hcomp/hcomp.pl b/tools/tools/hcomp/hcomp.pl index 9c48bba123c0..46e1b56d8f56 100644 --- a/tools/tools/hcomp/hcomp.pl +++ b/tools/tools/hcomp/hcomp.pl @@ -26,7 +26,7 @@ # (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/tools/hcomp/hcomp.pl,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ # use strict; diff --git a/tools/tools/html-mv/html-mv b/tools/tools/html-mv/html-mv index 29ea1f2db81d..565b1c651e24 100644 --- a/tools/tools/html-mv/html-mv +++ b/tools/tools/html-mv/html-mv @@ -17,7 +17,7 @@ # FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html # [...] # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/html-mv/html-mv,v 1.2.60.1 2010/12/21 17:10:29 kensmith Exp $ case $# in 0) echo "usage `basename $0` file" diff --git a/tools/tools/ifinfo/Makefile b/tools/tools/ifinfo/Makefile index 440c39c693f1..1ef99aebffac 100644 --- a/tools/tools/ifinfo/Makefile +++ b/tools/tools/ifinfo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ifinfo/Makefile,v 1.5.26.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ifinfo SRCS= ifinfo.c rfc1650.c diff --git a/tools/tools/ifinfo/ifinfo.c b/tools/tools/ifinfo/ifinfo.c index 22053c5e049f..d68d9fa5ab24 100644 --- a/tools/tools/ifinfo/ifinfo.c +++ b/tools/tools/ifinfo/ifinfo.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ifinfo/ifinfo.c,v 1.8.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> #include <sys/socket.h> /* for PF_LINK */ diff --git a/tools/tools/ifinfo/ifinfo.h b/tools/tools/ifinfo/ifinfo.h index c05a8b82eca5..7f30cb1813db 100644 --- a/tools/tools/ifinfo/ifinfo.h +++ b/tools/tools/ifinfo/ifinfo.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ifinfo/ifinfo.h,v 1.4.60.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef ifinfo_h #define ifinfo_h 1 diff --git a/tools/tools/ipw/Makefile b/tools/tools/ipw/Makefile index a33ab234cfb1..58aa1203bf55 100644 --- a/tools/tools/ipw/Makefile +++ b/tools/tools/ipw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ipw/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ipwstats NO_MAN= diff --git a/tools/tools/ipw/ipwstats.c b/tools/tools/ipw/ipwstats.c index 3146d12ad472..0a54ef682634 100644 --- a/tools/tools/ipw/ipwstats.c +++ b/tools/tools/ipw/ipwstats.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/ipw/ipwstats.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/tools/tools/iwi/Makefile b/tools/tools/iwi/Makefile index 2bfaac62e44f..1dc1b19b8d30 100644 --- a/tools/tools/iwi/Makefile +++ b/tools/tools/iwi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/iwi/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= iwistats NO_MAN= diff --git a/tools/tools/iwi/iwistats.c b/tools/tools/iwi/iwistats.c index 7e6905493a67..92a07906ef27 100644 --- a/tools/tools/iwi/iwistats.c +++ b/tools/tools/iwi/iwistats.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/tools/iwi/iwistats.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /*- * Copyright (c) 2005 @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/iwi/iwistats.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/sysctl.h> diff --git a/tools/tools/kdrv/KernelDriver b/tools/tools/kdrv/KernelDriver index 60f89d82bf39..c38004cf20b9 100755 --- a/tools/tools/kdrv/KernelDriver +++ b/tools/tools/kdrv/KernelDriver @@ -73,7 +73,7 @@ exec tclsh $0 $* # ################################################################################ # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/kdrv/KernelDriver,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ # ################################################################################ diff --git a/tools/tools/kdrv/sample.drvinfo b/tools/tools/kdrv/sample.drvinfo index 4941b07082c4..a46143343977 100644 --- a/tools/tools/kdrv/sample.drvinfo +++ b/tools/tools/kdrv/sample.drvinfo @@ -2,7 +2,7 @@ # Sample driver information file for KernelDriver. See the top of # the KernelDriver script for a more exact definition of the syntax. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/kdrv/sample.drvinfo,v 1.5.40.1 2010/12/21 17:10:29 kensmith Exp $ # Device driver name # diff --git a/tools/tools/kernelcruft/kernelcruft.sh b/tools/tools/kernelcruft/kernelcruft.sh index 87288c54bd21..5970bbfa2a9d 100644 --- a/tools/tools/kernelcruft/kernelcruft.sh +++ b/tools/tools/kernelcruft/kernelcruft.sh @@ -4,7 +4,7 @@ # # Try to find *.c files in /sys which are orphaned # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/kernelcruft/kernelcruft.sh,v 1.1.40.1 2010/12/21 17:10:29 kensmith Exp $ cd /sys/conf cat files* | sed ' diff --git a/tools/tools/kerninclude/kerninclude.sh b/tools/tools/kerninclude/kerninclude.sh index 1efe4c278fc2..91703c7eda42 100644 --- a/tools/tools/kerninclude/kerninclude.sh +++ b/tools/tools/kerninclude/kerninclude.sh @@ -6,7 +6,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/kerninclude/kerninclude.sh,v 1.7.40.1 2010/12/21 17:10:29 kensmith Exp $ # # This script tries to find #include statements which are not needed in # the FreeBSD kernel tree. diff --git a/tools/tools/kernxref/kernxref.sh b/tools/tools/kernxref/kernxref.sh index ded6d415715d..75946c600b50 100644 --- a/tools/tools/kernxref/kernxref.sh +++ b/tools/tools/kernxref/kernxref.sh @@ -9,7 +9,7 @@ # # Sort options by "Matthew Emmerton" <matt@gsicomp.on.ca> # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/kernxref/kernxref.sh,v 1.20.26.1 2010/12/21 17:10:29 kensmith Exp $ # # This shell script will make a cross reference of the symbols of a kernel. # diff --git a/tools/tools/kttcp/Makefile b/tools/tools/kttcp/Makefile index 2f2feb3709bb..4e0176c69c21 100644 --- a/tools/tools/kttcp/Makefile +++ b/tools/tools/kttcp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/kttcp/Makefile,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ SHELL= /bin/sh diff --git a/tools/tools/kttcp/README b/tools/tools/kttcp/README index f78c8d66b07a..9bdd3fced3fb 100644 --- a/tools/tools/kttcp/README +++ b/tools/tools/kttcp/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/kttcp/README,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ This is a port of Jason Thorpe's kttcp tool for testing network performance for in-kernel applications (like NFS). The tool consists diff --git a/tools/tools/kttcp/kttcp.c b/tools/tools/kttcp/kttcp.c index 44c6613fa90b..a0d20460151a 100644 --- a/tools/tools/kttcp/kttcp.c +++ b/tools/tools/kttcp/kttcp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/tools/kttcp/kttcp.c,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: kttcp.c,v 1.5 2002/07/11 23:32:35 simonb Exp $ */ /* diff --git a/tools/tools/kttcp/sys/Makefile b/tools/tools/kttcp/sys/Makefile index d7815306b4ab..57ef7856c90f 100644 --- a/tools/tools/kttcp/sys/Makefile +++ b/tools/tools/kttcp/sys/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/kttcp/sys/Makefile,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ KMOD = kttcp SRCS = kttcp.c diff --git a/tools/tools/kttcp/sys/kttcp.c b/tools/tools/kttcp/sys/kttcp.c index 09739600feaf..e3f1db73daef 100644 --- a/tools/tools/kttcp/sys/kttcp.c +++ b/tools/tools/kttcp/sys/kttcp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/tools/kttcp/sys/kttcp.c,v 1.4.26.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD: kttcp.c,v 1.3 2002/07/03 19:36:52 thorpej Exp $ */ /* diff --git a/tools/tools/kttcp/sys/kttcpio.h b/tools/tools/kttcp/sys/kttcpio.h index 1375f6ef6c9d..1865ac4f9e11 100644 --- a/tools/tools/kttcp/sys/kttcpio.h +++ b/tools/tools/kttcp/sys/kttcpio.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/tools/kttcp/sys/kttcpio.h,v 1.1.36.1 2010/12/21 17:10:29 kensmith Exp $ */ /* $NetBSD$ */ /* diff --git a/tools/tools/mcgrab/Makefile b/tools/tools/mcgrab/Makefile index a470227a4a72..6aa3c5f603d3 100644 --- a/tools/tools/mcgrab/Makefile +++ b/tools/tools/mcgrab/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mcgrab/Makefile,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ PROG_CXX= mcgrab CFLAGS+= -I${.CURDIR}/../mctest diff --git a/tools/tools/mcgrab/mcgrab.1 b/tools/tools/mcgrab/mcgrab.1 index 1b83f50182e8..38e1fd7426c7 100644 --- a/tools/tools/mcgrab/mcgrab.1 +++ b/tools/tools/mcgrab/mcgrab.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/tools/mcgrab/mcgrab.1,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd July 9, 2008 .Dt MCGRAB 1 diff --git a/tools/tools/mcgrab/mcgrab.cc b/tools/tools/mcgrab/mcgrab.cc index 5522f303004b..00d2061656d6 100644 --- a/tools/tools/mcgrab/mcgrab.cc +++ b/tools/tools/mcgrab/mcgrab.cc @@ -30,7 +30,7 @@ // #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/mcgrab/mcgrab.cc,v 1.1.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); // C++ STL and other related includes #include <stdlib.h> diff --git a/tools/tools/mctest/Makefile b/tools/tools/mctest/Makefile index 6edaf89820f3..4b500455712f 100644 --- a/tools/tools/mctest/Makefile +++ b/tools/tools/mctest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mctest/Makefile,v 1.3.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ PROG_CXX= mctest DPADD= ${LIBPTHREAD} diff --git a/tools/tools/mctest/mctest.1 b/tools/tools/mctest/mctest.1 index c64a5f80ba85..476b65131e8a 100644 --- a/tools/tools/mctest/mctest.1 +++ b/tools/tools/mctest/mctest.1 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/tools/tools/mctest/mctest.1,v 1.5.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ .\" .Dd April 3, 2008 .Dt MCTEST 1 diff --git a/tools/tools/mctest/mctest.cc b/tools/tools/mctest/mctest.cc index 5ddb98c3ba64..c353c0a46237 100644 --- a/tools/tools/mctest/mctest.cc +++ b/tools/tools/mctest/mctest.cc @@ -33,7 +33,7 @@ // #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/mctest/mctest.cc,v 1.7.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); // C++ STL and other related includes #include <iostream> diff --git a/tools/tools/mctest/mctest.h b/tools/tools/mctest/mctest.h index 955464c8795a..1c907c656404 100644 --- a/tools/tools/mctest/mctest.h +++ b/tools/tools/mctest/mctest.h @@ -24,7 +24,7 @@ // SUCH DAMAGE. // // -// $FreeBSD$ +// $FreeBSD: src/tools/tools/mctest/mctest.h,v 1.2.4.2.2.1 2010/12/21 17:10:29 kensmith Exp $ // const char* DEFAULT_GROUP = "239.255.255.1"; diff --git a/tools/tools/mctest/mctest_run.sh b/tools/tools/mctest/mctest_run.sh index 0b405231fefc..c4881cf4a320 100644 --- a/tools/tools/mctest/mctest_run.sh +++ b/tools/tools/mctest/mctest_run.sh @@ -2,7 +2,7 @@ # # A program to act as a test harness for the mctest program # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mctest/mctest_run.sh,v 1.3.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ # # Defaults size=1024 diff --git a/tools/tools/mfc/Makefile b/tools/tools/mfc/Makefile index a46dbaaad48f..31eeba548de3 100644 --- a/tools/tools/mfc/Makefile +++ b/tools/tools/mfc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mfc/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ BINDIR?= ${HOME}/bin BINOWN?= `id -u` diff --git a/tools/tools/mfc/README b/tools/tools/mfc/README index 1396ae747982..5e11fbe3622f 100644 --- a/tools/tools/mfc/README +++ b/tools/tools/mfc/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/mfc/README,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ Summarize scripts abilities and purposes. diff --git a/tools/tools/mfc/mfc.awk b/tools/tools/mfc/mfc.awk index 0aa98b5fe9e1..78d662270ece 100644 --- a/tools/tools/mfc/mfc.awk +++ b/tools/tools/mfc/mfc.awk @@ -1,6 +1,6 @@ #!/usr/bin/awk -f # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mfc/mfc.awk,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # BEGIN { diff --git a/tools/tools/mfc/mfc.pl b/tools/tools/mfc/mfc.pl index c86267988275..1fe3d2a8147d 100644 --- a/tools/tools/mfc/mfc.pl +++ b/tools/tools/mfc/mfc.pl @@ -26,7 +26,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mfc/mfc.pl,v 1.12.12.1 2010/12/21 17:10:29 kensmith Exp $ # # This perl scripts only uses programs that are part of the base system. diff --git a/tools/tools/mfc/mfc.sh b/tools/tools/mfc/mfc.sh index cf7d663e23da..72bec96b8840 100644 --- a/tools/tools/mfc/mfc.sh +++ b/tools/tools/mfc/mfc.sh @@ -2,7 +2,7 @@ # # Merge an entire directory from HEAD to a given branch # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mfc/mfc.sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # if [ $# -eq 1 -a -f CVS/Tag ] ; then diff --git a/tools/tools/mfi/Makefile b/tools/tools/mfi/Makefile index d819a8303bfa..66d388578d61 100644 --- a/tools/tools/mfi/Makefile +++ b/tools/tools/mfi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mfi/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= mfi_checkq NO_MAN= diff --git a/tools/tools/mfi/mfi_checkq.c b/tools/tools/mfi/mfi_checkq.c index 9f860ad92d22..b2bdf9f58e0f 100644 --- a/tools/tools/mfi/mfi_checkq.c +++ b/tools/tools/mfi/mfi_checkq.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/mfi/mfi_checkq.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/fcntl.h> diff --git a/tools/tools/mfi/runmegacli.sh b/tools/tools/mfi/runmegacli.sh index cf1f93864619..ae9235784822 100644 --- a/tools/tools/mfi/runmegacli.sh +++ b/tools/tools/mfi/runmegacli.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mfi/runmegacli.sh,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # This is a simple wrapper for running the MegaCLI tool for Linux. It assumes # that the MegaCLI binary has been installed in /compat/linux/usr/sbin/MegaCli. # The binary must also have been branded appropriately, and the COMPAT_LINUX, diff --git a/tools/tools/mid/mid-build b/tools/tools/mid/mid-build index 0a2d4480a5a8..50022e236395 100755 --- a/tools/tools/mid/mid-build +++ b/tools/tools/mid/mid-build @@ -4,7 +4,7 @@ # # create a Message-ID, In-Reply-To look(1) index database # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mid/mid-build,v 1.2.38.1 2010/12/21 17:10:29 kensmith Exp $ TMPDIR=/var/tmp; export TMPDIR diff --git a/tools/tools/mid/mid-index b/tools/tools/mid/mid-index index a5ec10b78f3b..4f9d3e5093fc 100755 --- a/tools/tools/mid/mid-index +++ b/tools/tools/mid/mid-index @@ -2,7 +2,7 @@ # # create message-id / in-reply-to database # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mid/mid-index,v 1.2.60.1 2010/12/21 17:10:29 kensmith Exp $ sub usage { die "usage: mid-index name < filelist"; } diff --git a/tools/tools/ministat/Makefile b/tools/tools/ministat/Makefile index d1a10a3201ee..5c1f4c3f2a51 100644 --- a/tools/tools/ministat/Makefile +++ b/tools/tools/ministat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ministat/Makefile,v 1.6.12.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ministat NO_MAN= DPADD= ${LIBM} diff --git a/tools/tools/ministat/README b/tools/tools/ministat/README index cc5fe27df73e..71d13c1f8dca 100644 --- a/tools/tools/ministat/README +++ b/tools/tools/ministat/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/ministat/README,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ A small tool to do the statistics legwork on benchmarks etc. diff --git a/tools/tools/ministat/chameleon b/tools/tools/ministat/chameleon index c554c998c152..276b37b4f9e6 100644 --- a/tools/tools/ministat/chameleon +++ b/tools/tools/ministat/chameleon @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ministat/chameleon,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ 150 400 720 diff --git a/tools/tools/ministat/iguana b/tools/tools/ministat/iguana index d6996c125802..48825ececbd6 100644 --- a/tools/tools/ministat/iguana +++ b/tools/tools/ministat/iguana @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ministat/iguana,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ 50 200 150 diff --git a/tools/tools/ministat/ministat.c b/tools/tools/ministat/ministat.c index 660becf207e1..f64d9f19953c 100644 --- a/tools/tools/ministat/ministat.c +++ b/tools/tools/ministat/ministat.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/ministat/ministat.c,v 1.10.12.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <math.h> diff --git a/tools/tools/mtxstat/mtxratio.sh b/tools/tools/mtxstat/mtxratio.sh index 02a66a94a246..8e2e141ec7ce 100644 --- a/tools/tools/mtxstat/mtxratio.sh +++ b/tools/tools/mtxstat/mtxratio.sh @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/mtxstat/mtxratio.sh,v 1.1.34.1 2010/12/21 17:10:29 kensmith Exp $ sysctl debug.mutex.prof.stats | awk '$1 ~ /[0-9]+/ { if ($3 != 0) { hld_prc = $5 / $3 * 100; lck_prc = $6 / $3 * 100 } else { hld_prc = 0; lck_prc = 0 } print $1 " " $2 " " $3 " " $4 " " $5 " " hld_prc " " $6 " " lck_prc " " substr($0, index($0, $7)); next } { print }' diff --git a/tools/tools/mtxstat/mtxstat.pl b/tools/tools/mtxstat/mtxstat.pl index cfa7edd7bf0e..5b52e4806d12 100644 --- a/tools/tools/mtxstat/mtxstat.pl +++ b/tools/tools/mtxstat/mtxstat.pl @@ -26,7 +26,7 @@ # (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/tools/mtxstat/mtxstat.pl,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ # use strict; diff --git a/tools/tools/nanobsd/Files/root/change_password b/tools/tools/nanobsd/Files/root/change_password index daf4c8ca0e83..cedc67980e44 100644 --- a/tools/tools/nanobsd/Files/root/change_password +++ b/tools/tools/nanobsd/Files/root/change_password @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/nanobsd/Files/root/change_password,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ # set -e diff --git a/tools/tools/nanobsd/Files/root/save_cfg b/tools/tools/nanobsd/Files/root/save_cfg index 19f11950c0e0..e363f02a9e93 100644 --- a/tools/tools/nanobsd/Files/root/save_cfg +++ b/tools/tools/nanobsd/Files/root/save_cfg @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/nanobsd/Files/root/save_cfg,v 1.1.2.1.6.1 2010/12/21 17:10:29 kensmith Exp $ # set -e diff --git a/tools/tools/nanobsd/Files/root/save_sshkeys b/tools/tools/nanobsd/Files/root/save_sshkeys index 03fccf4ac0a2..e665106b2f0f 100644 --- a/tools/tools/nanobsd/Files/root/save_sshkeys +++ b/tools/tools/nanobsd/Files/root/save_sshkeys @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/nanobsd/Files/root/save_sshkeys,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # set -e diff --git a/tools/tools/nanobsd/Files/root/updatep1 b/tools/tools/nanobsd/Files/root/updatep1 index 6e094fa2fbbf..36355b2ea01c 100644 --- a/tools/tools/nanobsd/Files/root/updatep1 +++ b/tools/tools/nanobsd/Files/root/updatep1 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/nanobsd/Files/root/updatep1,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # # Script to update partition 1 on a NanoBSD system. # diff --git a/tools/tools/nanobsd/Files/root/updatep2 b/tools/tools/nanobsd/Files/root/updatep2 index b9067eb7b7c0..a9fce2a34fea 100644 --- a/tools/tools/nanobsd/Files/root/updatep2 +++ b/tools/tools/nanobsd/Files/root/updatep2 @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/nanobsd/Files/root/updatep2,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ # # Script to update partition 2 on a NanoBSD system. # diff --git a/tools/tools/nanobsd/FlashDevice.sub b/tools/tools/nanobsd/FlashDevice.sub index ce9095097e82..9e6ce0c7f3bf 100644 --- a/tools/tools/nanobsd/FlashDevice.sub +++ b/tools/tools/nanobsd/FlashDevice.sub @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/nanobsd/FlashDevice.sub,v 1.8.2.3.4.1 2010/12/21 17:10:29 kensmith Exp $ # # Convenience function for commonly used Flash devices. # diff --git a/tools/tools/nanobsd/nanobsd.sh b/tools/tools/nanobsd/nanobsd.sh index d476ff893920..22b11c63e819 100644 --- a/tools/tools/nanobsd/nanobsd.sh +++ b/tools/tools/nanobsd/nanobsd.sh @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/nanobsd/nanobsd.sh,v 1.28.2.4.4.1 2010/12/21 17:10:29 kensmith Exp $ # set -e diff --git a/tools/tools/ncpus/Makefile b/tools/tools/ncpus/Makefile index 1852296ad3e5..3b8eea5cef98 100644 --- a/tools/tools/ncpus/Makefile +++ b/tools/tools/ncpus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/ncpus/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= ncpus NO_MAN= diff --git a/tools/tools/ncpus/acpi.c b/tools/tools/ncpus/acpi.c index 88ec6fc2ed45..5ec55517e23e 100644 --- a/tools/tools/ncpus/acpi.c +++ b/tools/tools/ncpus/acpi.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ncpus/acpi.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/tools/tools/ncpus/acpidump.h b/tools/tools/ncpus/acpidump.h index 9c2b5b6e502d..f48ee83833fe 100644 --- a/tools/tools/ncpus/acpidump.h +++ b/tools/tools/ncpus/acpidump.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/ncpus/acpidump.h,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _ACPIDUMP_H_ diff --git a/tools/tools/ncpus/biosmptable.c b/tools/tools/ncpus/biosmptable.c index 398d0e432385..1391fbac2d6e 100644 --- a/tools/tools/ncpus/biosmptable.c +++ b/tools/tools/ncpus/biosmptable.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/ncpus/biosmptable.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <machine/mptable.h> diff --git a/tools/tools/ncpus/ncpus.c b/tools/tools/ncpus/ncpus.c index 0f4498f095ba..4aadbadb8031 100644 --- a/tools/tools/ncpus/ncpus.c +++ b/tools/tools/ncpus/ncpus.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/tools/tools/ncpus/ncpus.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/tools/net80211/Makefile b/tools/tools/net80211/Makefile index 576dbd011592..5e828eb5c74d 100644 --- a/tools/tools/net80211/Makefile +++ b/tools/tools/net80211/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/Makefile,v 1.4.12.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= stumbler w00t wesside wlaninject wlanstats wlanwatch diff --git a/tools/tools/net80211/README b/tools/tools/net80211/README index 2796277b3c58..27d3101e89c8 100644 --- a/tools/tools/net80211/README +++ b/tools/tools/net80211/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/net80211/README,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $ This directory has various tools for use with the net80211 layer. Some may not work depending on the capabilities of the underyling diff --git a/tools/tools/net80211/stumbler/Makefile b/tools/tools/net80211/stumbler/Makefile index 69abea7394bc..151c9e4ad957 100644 --- a/tools/tools/net80211/stumbler/Makefile +++ b/tools/tools/net80211/stumbler/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/stumbler/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= stumbler BINDIR= /usr/local/bin diff --git a/tools/tools/net80211/stumbler/stumbler.c b/tools/tools/net80211/stumbler/stumbler.c index ebedd71f6280..4b9d0d3f2a90 100644 --- a/tools/tools/net80211/stumbler/stumbler.c +++ b/tools/tools/net80211/stumbler/stumbler.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/stumbler/stumbler.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> #include <sys/socket.h> diff --git a/tools/tools/net80211/w00t/Makefile b/tools/tools/net80211/w00t/Makefile index 1aecd6937a0e..9af15c137970 100644 --- a/tools/tools/net80211/w00t/Makefile +++ b/tools/tools/net80211/w00t/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/w00t/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= libw00t ap assoc expand prga redir diff --git a/tools/tools/net80211/w00t/Makefile.inc b/tools/tools/net80211/w00t/Makefile.inc index 0670300a62e2..379ff0b2f05e 100644 --- a/tools/tools/net80211/w00t/Makefile.inc +++ b/tools/tools/net80211/w00t/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/w00t/Makefile.inc,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ W00T= ../libw00t # NB: we get crc32 from -lz diff --git a/tools/tools/net80211/w00t/README b/tools/tools/net80211/w00t/README index 7620f8f74bca..05f9396d0160 100644 --- a/tools/tools/net80211/w00t/README +++ b/tools/tools/net80211/w00t/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/net80211/w00t/README,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ This is a collection of tools that use raw 802.11 packet injection. None of the tools configure the interface, so be sure to run something diff --git a/tools/tools/net80211/w00t/ap/Makefile b/tools/tools/net80211/w00t/ap/Makefile index 96fe419fb68a..2d9a552bd72e 100644 --- a/tools/tools/net80211/w00t/ap/Makefile +++ b/tools/tools/net80211/w00t/ap/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/w00t/ap/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <../Makefile.inc> diff --git a/tools/tools/net80211/w00t/ap/ap.c b/tools/tools/net80211/w00t/ap/ap.c index 2b334ab5434e..543a80c0c387 100644 --- a/tools/tools/net80211/w00t/ap/ap.c +++ b/tools/tools/net80211/w00t/ap/ap.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/w00t/ap/ap.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> #include <sys/select.h> diff --git a/tools/tools/net80211/w00t/assoc/Makefile b/tools/tools/net80211/w00t/assoc/Makefile index 23271a3a253b..aef51375c0d2 100644 --- a/tools/tools/net80211/w00t/assoc/Makefile +++ b/tools/tools/net80211/w00t/assoc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/w00t/assoc/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <../Makefile.inc> diff --git a/tools/tools/net80211/w00t/assoc/assoc.c b/tools/tools/net80211/w00t/assoc/assoc.c index 65853afc5f5b..ecbb5aa28916 100644 --- a/tools/tools/net80211/w00t/assoc/assoc.c +++ b/tools/tools/net80211/w00t/assoc/assoc.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/w00t/assoc/assoc.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/time.h> #include <stdlib.h> diff --git a/tools/tools/net80211/w00t/expand/Makefile b/tools/tools/net80211/w00t/expand/Makefile index ffa1334c515a..3fccb16e7f2f 100644 --- a/tools/tools/net80211/w00t/expand/Makefile +++ b/tools/tools/net80211/w00t/expand/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/w00t/expand/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <../Makefile.inc> diff --git a/tools/tools/net80211/w00t/expand/expand.c b/tools/tools/net80211/w00t/expand/expand.c index fe3714577af4..ea69d77a8be5 100644 --- a/tools/tools/net80211/w00t/expand/expand.c +++ b/tools/tools/net80211/w00t/expand/expand.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/w00t/expand/expand.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/time.h> #include <sys/types.h> diff --git a/tools/tools/net80211/w00t/libw00t/Makefile b/tools/tools/net80211/w00t/libw00t/Makefile index 64dc51d549cc..73c05b27197b 100644 --- a/tools/tools/net80211/w00t/libw00t/Makefile +++ b/tools/tools/net80211/w00t/libw00t/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/w00t/libw00t/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ LIB= w00t SRCS= w00t.c diff --git a/tools/tools/net80211/w00t/libw00t/w00t.c b/tools/tools/net80211/w00t/libw00t/w00t.c index ce4a357b4a1d..c0815d548a31 100644 --- a/tools/tools/net80211/w00t/libw00t/w00t.c +++ b/tools/tools/net80211/w00t/libw00t/w00t.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/w00t/libw00t/w00t.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> #include <assert.h> diff --git a/tools/tools/net80211/w00t/libw00t/w00t.h b/tools/tools/net80211/w00t/libw00t/w00t.h index 2164119b16e8..89dbaa4eaa89 100644 --- a/tools/tools/net80211/w00t/libw00t/w00t.h +++ b/tools/tools/net80211/w00t/libw00t/w00t.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/w00t/libw00t/w00t.h,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef __W00T_H__ #define __W00T_H__ diff --git a/tools/tools/net80211/w00t/prga/Makefile b/tools/tools/net80211/w00t/prga/Makefile index c4d00b680c1c..bf33eaa3212e 100644 --- a/tools/tools/net80211/w00t/prga/Makefile +++ b/tools/tools/net80211/w00t/prga/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/w00t/prga/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <../Makefile.inc> diff --git a/tools/tools/net80211/w00t/prga/prga.c b/tools/tools/net80211/w00t/prga/prga.c index 5672481788a9..9c8c3d4d07f8 100644 --- a/tools/tools/net80211/w00t/prga/prga.c +++ b/tools/tools/net80211/w00t/prga/prga.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/w00t/prga/prga.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/endian.h> #include <sys/time.h> diff --git a/tools/tools/net80211/w00t/redir/Makefile b/tools/tools/net80211/w00t/redir/Makefile index 231819640b0c..15eb837f4b58 100644 --- a/tools/tools/net80211/w00t/redir/Makefile +++ b/tools/tools/net80211/w00t/redir/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/w00t/redir/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ .include <../Makefile.inc> diff --git a/tools/tools/net80211/w00t/redir/buddy.c b/tools/tools/net80211/w00t/redir/buddy.c index 7d66e042d753..30ff9b7b0f35 100644 --- a/tools/tools/net80211/w00t/redir/buddy.c +++ b/tools/tools/net80211/w00t/redir/buddy.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/w00t/redir/buddy.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/uio.h> #include <sys/types.h> diff --git a/tools/tools/net80211/w00t/redir/redir.c b/tools/tools/net80211/w00t/redir/redir.c index 77dc16dce5da..a1e4d47a55cc 100644 --- a/tools/tools/net80211/w00t/redir/redir.c +++ b/tools/tools/net80211/w00t/redir/redir.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/w00t/redir/redir.c,v 1.1.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/time.h> #include <sys/types.h> diff --git a/tools/tools/net80211/wesside/Makefile b/tools/tools/net80211/wesside/Makefile index 5b20fa43b0d5..1b9d4ce98cf2 100644 --- a/tools/tools/net80211/wesside/Makefile +++ b/tools/tools/net80211/wesside/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/wesside/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= dics udps wesside diff --git a/tools/tools/net80211/wesside/README b/tools/tools/net80211/wesside/README index 559348de803d..9fe4abc767e4 100644 --- a/tools/tools/net80211/wesside/README +++ b/tools/tools/net80211/wesside/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/net80211/wesside/README,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ This is an implementation of the frag attack described in: http://tapir.cs.ucl.ac.uk/bittau-wep.pdf diff --git a/tools/tools/net80211/wesside/dics/Makefile b/tools/tools/net80211/wesside/dics/Makefile index 9765243039d9..b51b7fd5d221 100644 --- a/tools/tools/net80211/wesside/dics/Makefile +++ b/tools/tools/net80211/wesside/dics/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/wesside/dics/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= dics BINDIR= /usr/local/bin diff --git a/tools/tools/net80211/wesside/dics/dics.c b/tools/tools/net80211/wesside/dics/dics.c index 54bc981ebef3..2fd4fa5c4f26 100644 --- a/tools/tools/net80211/wesside/dics/dics.c +++ b/tools/tools/net80211/wesside/dics/dics.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wesside/dics/dics.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> #include <sys/socket.h> diff --git a/tools/tools/net80211/wesside/udps/Makefile b/tools/tools/net80211/wesside/udps/Makefile index 257a181001fc..a449ceef1b21 100644 --- a/tools/tools/net80211/wesside/udps/Makefile +++ b/tools/tools/net80211/wesside/udps/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/wesside/udps/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= udps BINDIR= /usr/local/bin diff --git a/tools/tools/net80211/wesside/udps/udps.c b/tools/tools/net80211/wesside/udps/udps.c index 8ffd1f02609c..69b1d7bf36ae 100644 --- a/tools/tools/net80211/wesside/udps/udps.c +++ b/tools/tools/net80211/wesside/udps/udps.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wesside/udps/udps.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> #include <sys/socket.h> diff --git a/tools/tools/net80211/wesside/wesside/Makefile b/tools/tools/net80211/wesside/wesside/Makefile index 58f1855255c5..b722eff824b2 100644 --- a/tools/tools/net80211/wesside/wesside/Makefile +++ b/tools/tools/net80211/wesside/wesside/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/wesside/wesside/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= wesside BINDIR= /usr/local/bin diff --git a/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c b/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c index fde09fd5f17b..8d457f5917c2 100644 --- a/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c +++ b/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <string.h> #include <stdio.h> diff --git a/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h b/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h index 3769a94ae2d0..1333fef377da 100644 --- a/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h +++ b/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdint.h> diff --git a/tools/tools/net80211/wesside/wesside/wesside.c b/tools/tools/net80211/wesside/wesside/wesside.c index 8106b64c7939..8ae965e95a17 100644 --- a/tools/tools/net80211/wesside/wesside/wesside.c +++ b/tools/tools/net80211/wesside/wesside/wesside.c @@ -5,7 +5,7 @@ * XXX GENERAL: I DON'T CHECK FOR PACKET LENGTHS AND STUFF LIKE THAT and buffer * overflows. this whole thing is experimental n e way. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wesside/wesside/wesside.c,v 1.3.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/tools/net80211/wlaninject/Makefile b/tools/tools/net80211/wlaninject/Makefile index 6d692a6b485a..970aa5a1c77e 100644 --- a/tools/tools/net80211/wlaninject/Makefile +++ b/tools/tools/net80211/wlaninject/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/wlaninject/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= wlaninject BINDIR= /usr/local/bin diff --git a/tools/tools/net80211/wlaninject/README b/tools/tools/net80211/wlaninject/README index 706e3ae9ddb5..961970ca5352 100644 --- a/tools/tools/net80211/wlaninject/README +++ b/tools/tools/net80211/wlaninject/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/tools/net80211/wlaninject/README,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ This tool generates raw 802.11 frames. The resulting frame will depend on the capabilities of the hardware. Some hardware mangles diff --git a/tools/tools/net80211/wlaninject/wlaninject.c b/tools/tools/net80211/wlaninject/wlaninject.c index b491da80475f..d51df95efdac 100644 --- a/tools/tools/net80211/wlaninject/wlaninject.c +++ b/tools/tools/net80211/wlaninject/wlaninject.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wlaninject/wlaninject.c,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdlib.h> #include <stdio.h> diff --git a/tools/tools/net80211/wlanstats/Makefile b/tools/tools/net80211/wlanstats/Makefile index da364952b138..87eea3799fb6 100644 --- a/tools/tools/net80211/wlanstats/Makefile +++ b/tools/tools/net80211/wlanstats/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/wlanstats/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= wlanstats BINDIR= /usr/local/bin diff --git a/tools/tools/net80211/wlanstats/main.c b/tools/tools/net80211/wlanstats/main.c index 55cdeaed7699..6e01fca9e1ef 100644 --- a/tools/tools/net80211/wlanstats/main.c +++ b/tools/tools/net80211/wlanstats/main.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wlanstats/main.c,v 1.1.4.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/net80211/wlanstats/statfoo.c b/tools/tools/net80211/wlanstats/statfoo.c index 77190361af9a..cad1d7957744 100644 --- a/tools/tools/net80211/wlanstats/statfoo.c +++ b/tools/tools/net80211/wlanstats/statfoo.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wlanstats/statfoo.c,v 1.1.4.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stdio.h> diff --git a/tools/tools/net80211/wlanstats/statfoo.h b/tools/tools/net80211/wlanstats/statfoo.h index 4575946bceed..ca134e3563fd 100644 --- a/tools/tools/net80211/wlanstats/statfoo.h +++ b/tools/tools/net80211/wlanstats/statfoo.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wlanstats/statfoo.h,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _STATFOO_H_ diff --git a/tools/tools/net80211/wlanstats/wlanstats.c b/tools/tools/net80211/wlanstats/wlanstats.c index 16d566fcc308..cfe7bef8dc17 100644 --- a/tools/tools/net80211/wlanstats/wlanstats.c +++ b/tools/tools/net80211/wlanstats/wlanstats.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wlanstats/wlanstats.c,v 1.4.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/net80211/wlanstats/wlanstats.h b/tools/tools/net80211/wlanstats/wlanstats.h index 9f38098a0862..20ab9313e66e 100644 --- a/tools/tools/net80211/wlanstats/wlanstats.h +++ b/tools/tools/net80211/wlanstats/wlanstats.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wlanstats/wlanstats.h,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef _WLANSTATS_H_ diff --git a/tools/tools/net80211/wlanwatch/Makefile b/tools/tools/net80211/wlanwatch/Makefile index 97742a16539e..310b0e81d720 100644 --- a/tools/tools/net80211/wlanwatch/Makefile +++ b/tools/tools/net80211/wlanwatch/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/net80211/wlanwatch/Makefile,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= wlanwatch BINDIR= /usr/local/bin diff --git a/tools/tools/net80211/wlanwatch/wlanwatch.c b/tools/tools/net80211/wlanwatch/wlanwatch.c index 1501d211df4b..42c98a1551e6 100644 --- a/tools/tools/net80211/wlanwatch/wlanwatch.c +++ b/tools/tools/net80211/wlanwatch/wlanwatch.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/net80211/wlanwatch/wlanwatch.c,v 1.2.12.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/netrate/Makefile b/tools/tools/netrate/Makefile index 8fbd75e21976..f0232e22b305 100644 --- a/tools/tools/netrate/Makefile +++ b/tools/tools/netrate/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/Makefile,v 1.3.26.1 2010/12/21 17:10:29 kensmith Exp $ # SUBDIR= netreceive netsend netblast diff --git a/tools/tools/netrate/Makefile.inc b/tools/tools/netrate/Makefile.inc index 3b1228c2879a..201da8695ac6 100644 --- a/tools/tools/netrate/Makefile.inc +++ b/tools/tools/netrate/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/Makefile.inc,v 1.1.28.1 2010/12/21 17:10:29 kensmith Exp $ WARNS?= 5 WFORMAT?= 2 diff --git a/tools/tools/netrate/README b/tools/tools/netrate/README index ff249621c5d0..ba4484f9909b 100644 --- a/tools/tools/netrate/README +++ b/tools/tools/netrate/README @@ -54,4 +54,4 @@ license: * SUCH DAMAGE. */ -$FreeBSD$ +$FreeBSD: src/tools/tools/netrate/README,v 1.1.28.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/tools/netrate/http/Makefile b/tools/tools/netrate/http/Makefile index 789e7d0528a0..0c55d99a2e8a 100644 --- a/tools/tools/netrate/http/Makefile +++ b/tools/tools/netrate/http/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/http/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= http WARNS= 3 diff --git a/tools/tools/netrate/http/http.c b/tools/tools/netrate/http/http.c index ea9431f1f4e6..2d0568590f35 100644 --- a/tools/tools/netrate/http/http.c +++ b/tools/tools/netrate/http/http.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/netrate/http/http.c,v 1.5.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/tools/netrate/httpd/Makefile b/tools/tools/netrate/httpd/Makefile index 74067f236899..a56490b41ef4 100644 --- a/tools/tools/netrate/httpd/Makefile +++ b/tools/tools/netrate/httpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/httpd/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= httpd WARNS= 3 diff --git a/tools/tools/netrate/httpd/httpd.c b/tools/tools/netrate/httpd/httpd.c index 3e7a67212c20..810d2b4f4324 100644 --- a/tools/tools/netrate/httpd/httpd.c +++ b/tools/tools/netrate/httpd/httpd.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/netrate/httpd/httpd.c,v 1.5.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/tools/netrate/juggle/Makefile b/tools/tools/netrate/juggle/Makefile index 67d6263c89f1..ec1bd9c06828 100644 --- a/tools/tools/netrate/juggle/Makefile +++ b/tools/tools/netrate/juggle/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/juggle/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= juggle NO_MAN= diff --git a/tools/tools/netrate/juggle/juggle.c b/tools/tools/netrate/juggle/juggle.c index 804dfc9173e0..50d7af666f88 100644 --- a/tools/tools/netrate/juggle/juggle.c +++ b/tools/tools/netrate/juggle/juggle.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/netrate/juggle/juggle.c,v 1.2.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> @@ -498,7 +498,7 @@ main(int argc, char *argv[]) int fd1, fd2, i, j, p; struct utsname uts; - printf("version, juggle.c %s\n", "$FreeBSD$"); + printf("version, juggle.c %s\n", "$FreeBSD: src/tools/tools/netrate/juggle/juggle.c,v 1.2.2.2.2.1 2010/12/21 17:10:29 kensmith Exp $"); if (uname(&uts) < 0) err(-1, "utsname"); diff --git a/tools/tools/netrate/netblast/Makefile b/tools/tools/netrate/netblast/Makefile index 7e51860e5c51..38a00cde2d80 100644 --- a/tools/tools/netrate/netblast/Makefile +++ b/tools/tools/netrate/netblast/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/netblast/Makefile,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= netblast diff --git a/tools/tools/netrate/netblast/netblast.c b/tools/tools/netrate/netblast/netblast.c index 3e901266f0e5..40de496c5868 100644 --- a/tools/tools/netrate/netblast/netblast.c +++ b/tools/tools/netrate/netblast/netblast.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/netrate/netblast/netblast.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/tools/netrate/netreceive/Makefile b/tools/tools/netrate/netreceive/Makefile index ef2b09bf8ff5..ca832a2ec598 100644 --- a/tools/tools/netrate/netreceive/Makefile +++ b/tools/tools/netrate/netreceive/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/netreceive/Makefile,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= netreceive diff --git a/tools/tools/netrate/netreceive/netreceive.c b/tools/tools/netrate/netreceive/netreceive.c index 4a3a6f6c3ae8..2fe78bb89cb6 100644 --- a/tools/tools/netrate/netreceive/netreceive.c +++ b/tools/tools/netrate/netreceive/netreceive.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/netrate/netreceive/netreceive.c,v 1.2.28.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/tools/netrate/netsend/Makefile b/tools/tools/netrate/netsend/Makefile index 2b11958898a1..6a6c4e6986a3 100644 --- a/tools/tools/netrate/netsend/Makefile +++ b/tools/tools/netrate/netsend/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/netsend/Makefile,v 1.4.28.1 2010/12/21 17:10:29 kensmith Exp $ # CFLAGS+= -Wall diff --git a/tools/tools/netrate/netsend/netsend.c b/tools/tools/netrate/netsend/netsend.c index 8a335b648d82..d92771f45926 100644 --- a/tools/tools/netrate/netsend/netsend.c +++ b/tools/tools/netrate/netsend/netsend.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/netrate/netsend/netsend.c,v 1.9.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/tools/netrate/tcpconnect/Makefile b/tools/tools/netrate/tcpconnect/Makefile index 4a3f5ad57e19..4664cd167e87 100644 --- a/tools/tools/netrate/tcpconnect/Makefile +++ b/tools/tools/netrate/tcpconnect/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/tcpconnect/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tcpconnect WARNS= 3 diff --git a/tools/tools/netrate/tcpconnect/tcpconnect.c b/tools/tools/netrate/tcpconnect/tcpconnect.c index 13d32421129b..362797c119c2 100644 --- a/tools/tools/netrate/tcpconnect/tcpconnect.c +++ b/tools/tools/netrate/tcpconnect/tcpconnect.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/netrate/tcpconnect/tcpconnect.c,v 1.1.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/tools/netrate/tcpreceive/Makefile b/tools/tools/netrate/tcpreceive/Makefile index 06d58ce8e245..cebff4516ae4 100644 --- a/tools/tools/netrate/tcpreceive/Makefile +++ b/tools/tools/netrate/tcpreceive/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/netrate/tcpreceive/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= tcpreceive WARNS= 3 diff --git a/tools/tools/netrate/tcpreceive/tcpreceive.c b/tools/tools/netrate/tcpreceive/tcpreceive.c index 09e60a306de2..81c0968b12c2 100644 --- a/tools/tools/netrate/tcpreceive/tcpreceive.c +++ b/tools/tools/netrate/tcpreceive/tcpreceive.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/netrate/tcpreceive/tcpreceive.c,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/nxge/Makefile b/tools/tools/nxge/Makefile index e311920fa576..0ae511750410 100644 --- a/tools/tools/nxge/Makefile +++ b/tools/tools/nxge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/nxge/Makefile,v 1.1.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ PROG= xgeinfo SRCS= xge_info.c xge_log.c diff --git a/tools/tools/nxge/xge_cmn.h b/tools/tools/nxge/xge_cmn.h index f4eb9aa5005a..bb71b25dc453 100644 --- a/tools/tools/nxge/xge_cmn.h +++ b/tools/tools/nxge/xge_cmn.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/nxge/xge_cmn.h,v 1.1.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef XGE_CMN_H diff --git a/tools/tools/nxge/xge_info.c b/tools/tools/nxge/xge_info.c index f392c5c05c1b..9ecf046d00fd 100644 --- a/tools/tools/nxge/xge_info.c +++ b/tools/tools/nxge/xge_info.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/nxge/xge_info.c,v 1.1.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "xge_info.h" diff --git a/tools/tools/nxge/xge_info.h b/tools/tools/nxge/xge_info.h index 344865154eba..6c03605e81a8 100644 --- a/tools/tools/nxge/xge_info.h +++ b/tools/tools/nxge/xge_info.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/nxge/xge_info.h,v 1.1.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef XGE_CMN_H diff --git a/tools/tools/nxge/xge_log.c b/tools/tools/nxge/xge_log.c index e08ad1425e9d..eceeee9c242a 100644 --- a/tools/tools/nxge/xge_log.c +++ b/tools/tools/nxge/xge_log.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/nxge/xge_log.c,v 1.1.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ #include "xge_log.h" diff --git a/tools/tools/nxge/xge_log.h b/tools/tools/nxge/xge_log.h index b8bfdecec699..c981988e43d2 100644 --- a/tools/tools/nxge/xge_log.h +++ b/tools/tools/nxge/xge_log.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/nxge/xge_log.h,v 1.1.2.1.10.1 2010/12/21 17:10:29 kensmith Exp $ */ #ifndef XGE_CMN_H diff --git a/tools/tools/pciid/mk_pci_vendors.pl b/tools/tools/pciid/mk_pci_vendors.pl index aa1974caa74b..8547cd78babe 100644 --- a/tools/tools/pciid/mk_pci_vendors.pl +++ b/tools/tools/pciid/mk_pci_vendors.pl @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/pciid/mk_pci_vendors.pl,v 1.5.32.1 2010/12/21 17:10:29 kensmith Exp $ # # usage: mk_pci_vendors [-lq] [-p pcidevs.txt] [-v vendors.txt] # diff --git a/tools/tools/pciroms/Makefile b/tools/tools/pciroms/Makefile index 94e7f5fd4a7b..02dcc1a1ef15 100644 --- a/tools/tools/pciroms/Makefile +++ b/tools/tools/pciroms/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/pciroms/Makefile,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= pciroms diff --git a/tools/tools/pciroms/pciroms.c b/tools/tools/pciroms/pciroms.c index 460c7ef1f2b2..ea893c291115 100644 --- a/tools/tools/pciroms/pciroms.c +++ b/tools/tools/pciroms/pciroms.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/pciroms/pciroms.c,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/tools/tools/pirtool/Makefile b/tools/tools/pirtool/Makefile index 18e6bb84ef4a..e603837962b2 100644 --- a/tools/tools/pirtool/Makefile +++ b/tools/tools/pirtool/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/pirtool/Makefile,v 1.5.28.1 2010/12/21 17:10:29 kensmith Exp $ PROG= pirtool SRCS= pirtool.c diff --git a/tools/tools/pirtool/pirtable.h b/tools/tools/pirtool/pirtable.h index 86bed66652be..128bec67635c 100644 --- a/tools/tools/pirtool/pirtable.h +++ b/tools/tools/pirtool/pirtable.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/pirtool/pirtable.h,v 1.6.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* diff --git a/tools/tools/pirtool/pirtool.c b/tools/tools/pirtool/pirtool.c index 2b854ccbdca0..8711c7e72711 100644 --- a/tools/tools/pirtool/pirtool.c +++ b/tools/tools/pirtool/pirtool.c @@ -28,7 +28,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/tools/tools/pirtool/pirtool.c,v 1.7.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/ioctl.h> diff --git a/tools/tools/portsinfo/portsinfo.sh b/tools/tools/portsinfo/portsinfo.sh index f3dcf5039b92..4a36e0600d60 100644 --- a/tools/tools/portsinfo/portsinfo.sh +++ b/tools/tools/portsinfo/portsinfo.sh @@ -3,7 +3,7 @@ # # portsinfo - Generate list of new ports for last two weeks. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/portsinfo/portsinfo.sh,v 1.5.60.1 2010/12/21 17:10:29 kensmith Exp $ PATH=/bin:/usr/bin:/usr/local/bin:$PATH; export PATH diff --git a/tools/tools/prstats/prstats.pl b/tools/tools/prstats/prstats.pl index bb437a6bbc0b..a5299c9c8129 100644 --- a/tools/tools/prstats/prstats.pl +++ b/tools/tools/prstats/prstats.pl @@ -26,7 +26,7 @@ # (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/tools/prstats/prstats.pl,v 1.4.40.1 2010/12/21 17:10:29 kensmith Exp $ # use strict; diff --git a/tools/tools/release/chk_dokern.sh_and_drivers.conf b/tools/tools/release/chk_dokern.sh_and_drivers.conf index a47c700e152b..b8684ec1cabe 100644 --- a/tools/tools/release/chk_dokern.sh_and_drivers.conf +++ b/tools/tools/release/chk_dokern.sh_and_drivers.conf @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/release/chk_dokern.sh_and_drivers.conf,v 1.2.36.1 2010/12/21 17:10:29 kensmith Exp $ echo Checking */drivers.conf ... for f in */drivers.conf; do diff --git a/tools/tools/scsi-defects/scsi-defects.pl b/tools/tools/scsi-defects/scsi-defects.pl index 0827182d6e5f..af0148830451 100755 --- a/tools/tools/scsi-defects/scsi-defects.pl +++ b/tools/tools/scsi-defects/scsi-defects.pl @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/scsi-defects/scsi-defects.pl,v 1.3.60.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/tools/syscall_timing/Makefile b/tools/tools/syscall_timing/Makefile index 684477bd3d79..e2a8bcf61eb0 100644 --- a/tools/tools/syscall_timing/Makefile +++ b/tools/tools/syscall_timing/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/syscall_timing/Makefile,v 1.3.28.1 2010/12/21 17:10:29 kensmith Exp $ # PROG= syscall_timing diff --git a/tools/tools/syscall_timing/syscall_timing.c b/tools/tools/syscall_timing/syscall_timing.c index 7263906ea184..6c244dbd9b9b 100644 --- a/tools/tools/syscall_timing/syscall_timing.c +++ b/tools/tools/syscall_timing/syscall_timing.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/syscall_timing/syscall_timing.c,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/types.h> diff --git a/tools/tools/sysdoc/Makefile b/tools/tools/sysdoc/Makefile index f3704dab9eb7..9e259aca7f20 100644 --- a/tools/tools/sysdoc/Makefile +++ b/tools/tools/sysdoc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/sysdoc/Makefile,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ MAINTAINER= trhodes@FreeBSD.org diff --git a/tools/tools/sysdoc/sysctl.sh b/tools/tools/sysdoc/sysctl.sh index 8dcaf62f3576..39758aaf99db 100644 --- a/tools/tools/sysdoc/sysctl.sh +++ b/tools/tools/sysdoc/sysctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/sysdoc/sysctl.sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # # For each sysctl, repeat: # if it has a short description diff --git a/tools/tools/sysdoc/sysdoc.sh b/tools/tools/sysdoc/sysdoc.sh index c428174c8c36..6c10cd5d4018 100644 --- a/tools/tools/sysdoc/sysdoc.sh +++ b/tools/tools/sysdoc/sysdoc.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/sysdoc/sysdoc.sh,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # ################################################################# # Missing Features: diff --git a/tools/tools/sysdoc/tunables.mdoc b/tools/tools/sysdoc/tunables.mdoc index 429e9dc78884..844079c68a57 100644 --- a/tools/tools/sysdoc/tunables.mdoc +++ b/tools/tools/sysdoc/tunables.mdoc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/sysdoc/tunables.mdoc,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ --- debug.disablecwd bool diff --git a/tools/tools/tinybsd/CHANGES b/tools/tools/tinybsd/CHANGES index b409fd67fbd2..a53b1921c6ab 100644 --- a/tools/tools/tinybsd/CHANGES +++ b/tools/tools/tinybsd/CHANGES @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/CHANGES,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ 0.9: - Added function personal_directories, you can create on conf dir your custom diff --git a/tools/tools/tinybsd/README b/tools/tools/tinybsd/README index eec7944663ff..32685f81e67b 100644 --- a/tools/tools/tinybsd/README +++ b/tools/tools/tinybsd/README @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/README,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ - TinyBSD diff --git a/tools/tools/tinybsd/conf/bridge/TINYBSD b/tools/tools/tinybsd/conf/bridge/TINYBSD index 6faf082dd92e..077d340de81a 100644 --- a/tools/tools/tinybsd/conf/bridge/TINYBSD +++ b/tools/tools/tinybsd/conf/bridge/TINYBSD @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/bridge/TINYBSD,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ machine i386 cpu I486_CPU diff --git a/tools/tools/tinybsd/conf/bridge/etc/fstab b/tools/tools/tinybsd/conf/bridge/etc/fstab index 16ada11d7790..a39e0efb9c81 100644 --- a/tools/tools/tinybsd/conf/bridge/etc/fstab +++ b/tools/tools/tinybsd/conf/bridge/etc/fstab @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/bridge/etc/fstab,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ /dev/ad0a / ufs ro 1 1 diff --git a/tools/tools/tinybsd/conf/bridge/etc/rc.conf b/tools/tools/tinybsd/conf/bridge/etc/rc.conf index a3e638e5efd5..317eb1469861 100644 --- a/tools/tools/tinybsd/conf/bridge/etc/rc.conf +++ b/tools/tools/tinybsd/conf/bridge/etc/rc.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/bridge/etc/rc.conf,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ hostname="tinybsd.freebsd.org" sendmail_enable="NONE" sshd_enable="YES" diff --git a/tools/tools/tinybsd/conf/bridge/etc/sysctl.conf b/tools/tools/tinybsd/conf/bridge/etc/sysctl.conf index cb7084679fae..594976c25d08 100644 --- a/tools/tools/tinybsd/conf/bridge/etc/sysctl.conf +++ b/tools/tools/tinybsd/conf/bridge/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/bridge/etc/sysctl.conf,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ # BRIDGE Options net.link.bridge.ipfw=1 diff --git a/tools/tools/tinybsd/conf/bridge/tinybsd.basefiles b/tools/tools/tinybsd/conf/bridge/tinybsd.basefiles index 63a860e5b8f7..9b3667c40e58 100644 --- a/tools/tools/tinybsd/conf/bridge/tinybsd.basefiles +++ b/tools/tools/tinybsd/conf/bridge/tinybsd.basefiles @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/bridge/tinybsd.basefiles,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # contents of ${WORKDIR}/boot boot/boot0 boot/boot1 diff --git a/tools/tools/tinybsd/conf/bridge/tinybsd.ports b/tools/tools/tinybsd/conf/bridge/tinybsd.ports index 49bb52175241..7674e8653040 100644 --- a/tools/tools/tinybsd/conf/bridge/tinybsd.ports +++ b/tools/tools/tinybsd/conf/bridge/tinybsd.ports @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/bridge/tinybsd.ports,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # Here you can add the applications from the FreeBSD Ports Collection which you # want TinyBSD ports system to install in your embedded system. You whould list # one application per line, mentioning its category and name, like the examples: diff --git a/tools/tools/tinybsd/conf/default/TINYBSD b/tools/tools/tinybsd/conf/default/TINYBSD index d3af637c988e..3e072afed33c 100644 --- a/tools/tools/tinybsd/conf/default/TINYBSD +++ b/tools/tools/tinybsd/conf/default/TINYBSD @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/default/TINYBSD,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ machine i386 cpu I486_CPU diff --git a/tools/tools/tinybsd/conf/default/etc/fstab b/tools/tools/tinybsd/conf/default/etc/fstab index 16ada11d7790..9181386a7714 100644 --- a/tools/tools/tinybsd/conf/default/etc/fstab +++ b/tools/tools/tinybsd/conf/default/etc/fstab @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/default/etc/fstab,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ /dev/ad0a / ufs ro 1 1 diff --git a/tools/tools/tinybsd/conf/default/etc/rc.conf b/tools/tools/tinybsd/conf/default/etc/rc.conf index a21476241081..a20ad747e237 100644 --- a/tools/tools/tinybsd/conf/default/etc/rc.conf +++ b/tools/tools/tinybsd/conf/default/etc/rc.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/default/etc/rc.conf,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ hostname="tinybsd.freebsd.org" sendmail_enable="NONE" sshd_enable="YES" diff --git a/tools/tools/tinybsd/conf/default/tinybsd.basefiles b/tools/tools/tinybsd/conf/default/tinybsd.basefiles index 4db705f95557..aebb51c15169 100644 --- a/tools/tools/tinybsd/conf/default/tinybsd.basefiles +++ b/tools/tools/tinybsd/conf/default/tinybsd.basefiles @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/default/tinybsd.basefiles,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # contents of ${WORKDIR}/boot boot/boot0 boot/boot1 diff --git a/tools/tools/tinybsd/conf/default/tinybsd.ports b/tools/tools/tinybsd/conf/default/tinybsd.ports index 49bb52175241..a131613ef4ea 100644 --- a/tools/tools/tinybsd/conf/default/tinybsd.ports +++ b/tools/tools/tinybsd/conf/default/tinybsd.ports @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/default/tinybsd.ports,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # Here you can add the applications from the FreeBSD Ports Collection which you # want TinyBSD ports system to install in your embedded system. You whould list # one application per line, mentioning its category and name, like the examples: diff --git a/tools/tools/tinybsd/conf/firewall/TINYBSD b/tools/tools/tinybsd/conf/firewall/TINYBSD index f4c5d3ce546c..495b305698ba 100644 --- a/tools/tools/tinybsd/conf/firewall/TINYBSD +++ b/tools/tools/tinybsd/conf/firewall/TINYBSD @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/TINYBSD,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ machine i386 cpu I486_CPU cpu I586_CPU diff --git a/tools/tools/tinybsd/conf/firewall/etc/authpf/authpf.rules b/tools/tools/tinybsd/conf/firewall/etc/authpf/authpf.rules index e8c0da7a1d7e..abf129c90bfc 100644 --- a/tools/tools/tinybsd/conf/firewall/etc/authpf/authpf.rules +++ b/tools/tools/tinybsd/conf/firewall/etc/authpf/authpf.rules @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/etc/authpf/authpf.rules,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/tools/tinybsd/conf/firewall/etc/fstab b/tools/tools/tinybsd/conf/firewall/etc/fstab index 16ada11d7790..229c15b7cfd7 100644 --- a/tools/tools/tinybsd/conf/firewall/etc/fstab +++ b/tools/tools/tinybsd/conf/firewall/etc/fstab @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/etc/fstab,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ /dev/ad0a / ufs ro 1 1 diff --git a/tools/tools/tinybsd/conf/firewall/etc/natd.conf b/tools/tools/tinybsd/conf/firewall/etc/natd.conf index e8c0da7a1d7e..94191e9bf23a 100644 --- a/tools/tools/tinybsd/conf/firewall/etc/natd.conf +++ b/tools/tools/tinybsd/conf/firewall/etc/natd.conf @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/etc/natd.conf,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/tools/tinybsd/conf/firewall/etc/pf.conf b/tools/tools/tinybsd/conf/firewall/etc/pf.conf index 9acf363030a2..da0c93a07718 100644 --- a/tools/tools/tinybsd/conf/firewall/etc/pf.conf +++ b/tools/tools/tinybsd/conf/firewall/etc/pf.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/etc/pf.conf,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # # See pf.conf(5) and /usr/share/examples/pf for syntax and examples. # Required order: options, normalization, queueing, translation, filtering. diff --git a/tools/tools/tinybsd/conf/firewall/etc/pf.os b/tools/tools/tinybsd/conf/firewall/etc/pf.os index 2a64809bcfa9..685f381fad37 100644 --- a/tools/tools/tinybsd/conf/firewall/etc/pf.os +++ b/tools/tools/tinybsd/conf/firewall/etc/pf.os @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/etc/pf.os,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # passive OS fingerprinting # ------------------------- # diff --git a/tools/tools/tinybsd/conf/firewall/etc/rc.conf b/tools/tools/tinybsd/conf/firewall/etc/rc.conf index d00fe837797f..fbf67913f69c 100644 --- a/tools/tools/tinybsd/conf/firewall/etc/rc.conf +++ b/tools/tools/tinybsd/conf/firewall/etc/rc.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/etc/rc.conf,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ hostname="tinybsd.freebsd.org" sendmail_enable="NONE" sshd_enable="YES" diff --git a/tools/tools/tinybsd/conf/firewall/etc/rc.firewall b/tools/tools/tinybsd/conf/firewall/etc/rc.firewall index 05a1a6aaec95..1f456c3c8563 100644 --- a/tools/tools/tinybsd/conf/firewall/etc/rc.firewall +++ b/tools/tools/tinybsd/conf/firewall/etc/rc.firewall @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/etc/rc.firewall,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/tools/tinybsd/conf/firewall/etc/sysctl.conf b/tools/tools/tinybsd/conf/firewall/etc/sysctl.conf index f9e09ff620d0..9d9a6514f49f 100644 --- a/tools/tools/tinybsd/conf/firewall/etc/sysctl.conf +++ b/tools/tools/tinybsd/conf/firewall/etc/sysctl.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/etc/sysctl.conf,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # CARP Options #net.inet.carp.preempt=1 #net.inet.carp.arpbalance=1 diff --git a/tools/tools/tinybsd/conf/firewall/tinybsd.basefiles b/tools/tools/tinybsd/conf/firewall/tinybsd.basefiles index ad76d0b758a3..85c3b8be952b 100644 --- a/tools/tools/tinybsd/conf/firewall/tinybsd.basefiles +++ b/tools/tools/tinybsd/conf/firewall/tinybsd.basefiles @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/tinybsd.basefiles,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ # contents of ${WORKDIR}/boot boot/boot0 boot/boot1 diff --git a/tools/tools/tinybsd/conf/firewall/tinybsd.ports b/tools/tools/tinybsd/conf/firewall/tinybsd.ports index 49bb52175241..cc203327b861 100644 --- a/tools/tools/tinybsd/conf/firewall/tinybsd.ports +++ b/tools/tools/tinybsd/conf/firewall/tinybsd.ports @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/firewall/tinybsd.ports,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # Here you can add the applications from the FreeBSD Ports Collection which you # want TinyBSD ports system to install in your embedded system. You whould list # one application per line, mentioning its category and name, like the examples: diff --git a/tools/tools/tinybsd/conf/minimal/TINYBSD b/tools/tools/tinybsd/conf/minimal/TINYBSD index 2cd1f9af9ae6..c1e98cdf578a 100644 --- a/tools/tools/tinybsd/conf/minimal/TINYBSD +++ b/tools/tools/tinybsd/conf/minimal/TINYBSD @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/minimal/TINYBSD,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ machine i386 cpu I486_CPU cpu I586_CPU diff --git a/tools/tools/tinybsd/conf/minimal/etc/fstab b/tools/tools/tinybsd/conf/minimal/etc/fstab index 16ada11d7790..faee450f10e0 100644 --- a/tools/tools/tinybsd/conf/minimal/etc/fstab +++ b/tools/tools/tinybsd/conf/minimal/etc/fstab @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/minimal/etc/fstab,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ /dev/ad0a / ufs ro 1 1 diff --git a/tools/tools/tinybsd/conf/minimal/etc/rc.conf b/tools/tools/tinybsd/conf/minimal/etc/rc.conf index a21476241081..517480788b6e 100644 --- a/tools/tools/tinybsd/conf/minimal/etc/rc.conf +++ b/tools/tools/tinybsd/conf/minimal/etc/rc.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/minimal/etc/rc.conf,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ hostname="tinybsd.freebsd.org" sendmail_enable="NONE" sshd_enable="YES" diff --git a/tools/tools/tinybsd/conf/minimal/tinybsd.basefiles b/tools/tools/tinybsd/conf/minimal/tinybsd.basefiles index 446ef1f2afea..728f660b4117 100644 --- a/tools/tools/tinybsd/conf/minimal/tinybsd.basefiles +++ b/tools/tools/tinybsd/conf/minimal/tinybsd.basefiles @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/minimal/tinybsd.basefiles,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ # contents of ${WORKDIR}/boot boot/boot0 boot/boot1 diff --git a/tools/tools/tinybsd/conf/minimal/tinybsd.ports b/tools/tools/tinybsd/conf/minimal/tinybsd.ports index 49bb52175241..6549fc2ab1cb 100644 --- a/tools/tools/tinybsd/conf/minimal/tinybsd.ports +++ b/tools/tools/tinybsd/conf/minimal/tinybsd.ports @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/minimal/tinybsd.ports,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # Here you can add the applications from the FreeBSD Ports Collection which you # want TinyBSD ports system to install in your embedded system. You whould list # one application per line, mentioning its category and name, like the examples: diff --git a/tools/tools/tinybsd/conf/vpn/TINYBSD b/tools/tools/tinybsd/conf/vpn/TINYBSD index 76a6fa2bf7a0..0c07578fadcf 100644 --- a/tools/tools/tinybsd/conf/vpn/TINYBSD +++ b/tools/tools/tinybsd/conf/vpn/TINYBSD @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/vpn/TINYBSD,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ machine i386 cpu I486_CPU cpu I586_CPU diff --git a/tools/tools/tinybsd/conf/vpn/etc/fstab b/tools/tools/tinybsd/conf/vpn/etc/fstab index 16ada11d7790..105746454ebc 100644 --- a/tools/tools/tinybsd/conf/vpn/etc/fstab +++ b/tools/tools/tinybsd/conf/vpn/etc/fstab @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/vpn/etc/fstab,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ /dev/ad0a / ufs ro 1 1 diff --git a/tools/tools/tinybsd/conf/vpn/etc/rc.conf b/tools/tools/tinybsd/conf/vpn/etc/rc.conf index cb0af9ffa6c8..81e8f6ee4898 100644 --- a/tools/tools/tinybsd/conf/vpn/etc/rc.conf +++ b/tools/tools/tinybsd/conf/vpn/etc/rc.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/vpn/etc/rc.conf,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ hostname="tinybsd.freebsd.org" sendmail_enable="NONE" sshd_enable="YES" diff --git a/tools/tools/tinybsd/conf/vpn/etc/setkey.conf b/tools/tools/tinybsd/conf/vpn/etc/setkey.conf index e8c0da7a1d7e..1275520a983a 100644 --- a/tools/tools/tinybsd/conf/vpn/etc/setkey.conf +++ b/tools/tools/tinybsd/conf/vpn/etc/setkey.conf @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/vpn/etc/setkey.conf,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/tools/tinybsd/conf/vpn/tinybsd.basefiles b/tools/tools/tinybsd/conf/vpn/tinybsd.basefiles index eba1a11493fa..06b0044fe2e6 100644 --- a/tools/tools/tinybsd/conf/vpn/tinybsd.basefiles +++ b/tools/tools/tinybsd/conf/vpn/tinybsd.basefiles @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/vpn/tinybsd.basefiles,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # contents of ${WORKDIR}/boot boot/boot0 boot/boot1 diff --git a/tools/tools/tinybsd/conf/vpn/tinybsd.ports b/tools/tools/tinybsd/conf/vpn/tinybsd.ports index 49bb52175241..36d87b5e8d51 100644 --- a/tools/tools/tinybsd/conf/vpn/tinybsd.ports +++ b/tools/tools/tinybsd/conf/vpn/tinybsd.ports @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/vpn/tinybsd.ports,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # Here you can add the applications from the FreeBSD Ports Collection which you # want TinyBSD ports system to install in your embedded system. You whould list # one application per line, mentioning its category and name, like the examples: diff --git a/tools/tools/tinybsd/conf/wireless/TINYBSD b/tools/tools/tinybsd/conf/wireless/TINYBSD index 8b3f843941e0..6f662ab657d7 100644 --- a/tools/tools/tinybsd/conf/wireless/TINYBSD +++ b/tools/tools/tinybsd/conf/wireless/TINYBSD @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/TINYBSD,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ machine i386 cpu I486_CPU cpu I586_CPU diff --git a/tools/tools/tinybsd/conf/wireless/etc/authpf/authpf.rules b/tools/tools/tinybsd/conf/wireless/etc/authpf/authpf.rules index e8c0da7a1d7e..5630ed39d8d7 100644 --- a/tools/tools/tinybsd/conf/wireless/etc/authpf/authpf.rules +++ b/tools/tools/tinybsd/conf/wireless/etc/authpf/authpf.rules @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/etc/authpf/authpf.rules,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/tools/tinybsd/conf/wireless/etc/fstab b/tools/tools/tinybsd/conf/wireless/etc/fstab index 16ada11d7790..48b0a02fd030 100644 --- a/tools/tools/tinybsd/conf/wireless/etc/fstab +++ b/tools/tools/tinybsd/conf/wireless/etc/fstab @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/etc/fstab,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ /dev/ad0a / ufs ro 1 1 diff --git a/tools/tools/tinybsd/conf/wireless/etc/natd.conf b/tools/tools/tinybsd/conf/wireless/etc/natd.conf index e8c0da7a1d7e..163c44d03978 100644 --- a/tools/tools/tinybsd/conf/wireless/etc/natd.conf +++ b/tools/tools/tinybsd/conf/wireless/etc/natd.conf @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/etc/natd.conf,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ diff --git a/tools/tools/tinybsd/conf/wireless/etc/pf.conf b/tools/tools/tinybsd/conf/wireless/etc/pf.conf index 9acf363030a2..c3da92371a32 100644 --- a/tools/tools/tinybsd/conf/wireless/etc/pf.conf +++ b/tools/tools/tinybsd/conf/wireless/etc/pf.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/etc/pf.conf,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # # See pf.conf(5) and /usr/share/examples/pf for syntax and examples. # Required order: options, normalization, queueing, translation, filtering. diff --git a/tools/tools/tinybsd/conf/wireless/etc/pf.os b/tools/tools/tinybsd/conf/wireless/etc/pf.os index 2a64809bcfa9..b277d80ffec5 100644 --- a/tools/tools/tinybsd/conf/wireless/etc/pf.os +++ b/tools/tools/tinybsd/conf/wireless/etc/pf.os @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/etc/pf.os,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # passive OS fingerprinting # ------------------------- # diff --git a/tools/tools/tinybsd/conf/wireless/etc/rc.conf b/tools/tools/tinybsd/conf/wireless/etc/rc.conf index 18c3586b38ac..f87835ef8124 100644 --- a/tools/tools/tinybsd/conf/wireless/etc/rc.conf +++ b/tools/tools/tinybsd/conf/wireless/etc/rc.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/etc/rc.conf,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ hostname="tinybsd.freebsd.org" sendmail_enable="NONE" sshd_enable="YES" diff --git a/tools/tools/tinybsd/conf/wireless/etc/rc.firewall b/tools/tools/tinybsd/conf/wireless/etc/rc.firewall index 05a1a6aaec95..2861c3874690 100644 --- a/tools/tools/tinybsd/conf/wireless/etc/rc.firewall +++ b/tools/tools/tinybsd/conf/wireless/etc/rc.firewall @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/etc/rc.firewall,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # # diff --git a/tools/tools/tinybsd/conf/wireless/tinybsd.basefiles b/tools/tools/tinybsd/conf/wireless/tinybsd.basefiles index e37dade3acd3..f8c9825c9d07 100644 --- a/tools/tools/tinybsd/conf/wireless/tinybsd.basefiles +++ b/tools/tools/tinybsd/conf/wireless/tinybsd.basefiles @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/tinybsd.basefiles,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # contents of ${WORKDIR}/boot boot/boot0 boot/boot1 diff --git a/tools/tools/tinybsd/conf/wireless/tinybsd.ports b/tools/tools/tinybsd/conf/wireless/tinybsd.ports index 49bb52175241..9e2d2e3dc094 100644 --- a/tools/tools/tinybsd/conf/wireless/tinybsd.ports +++ b/tools/tools/tinybsd/conf/wireless/tinybsd.ports @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wireless/tinybsd.ports,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # Here you can add the applications from the FreeBSD Ports Collection which you # want TinyBSD ports system to install in your embedded system. You whould list # one application per line, mentioning its category and name, like the examples: diff --git a/tools/tools/tinybsd/conf/wrap/TINYBSD b/tools/tools/tinybsd/conf/wrap/TINYBSD index aff67ea95efa..e11e0b2bb1ea 100644 --- a/tools/tools/tinybsd/conf/wrap/TINYBSD +++ b/tools/tools/tinybsd/conf/wrap/TINYBSD @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wrap/TINYBSD,v 1.3.14.1 2010/12/21 17:10:29 kensmith Exp $ machine i386 cpu I586_CPU ident TINYBSD diff --git a/tools/tools/tinybsd/conf/wrap/etc/fstab b/tools/tools/tinybsd/conf/wrap/etc/fstab index 16ada11d7790..0bc3940bada9 100644 --- a/tools/tools/tinybsd/conf/wrap/etc/fstab +++ b/tools/tools/tinybsd/conf/wrap/etc/fstab @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wrap/etc/fstab,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ /dev/ad0a / ufs ro 1 1 diff --git a/tools/tools/tinybsd/conf/wrap/etc/rc.conf b/tools/tools/tinybsd/conf/wrap/etc/rc.conf index a21476241081..371340b2dd84 100644 --- a/tools/tools/tinybsd/conf/wrap/etc/rc.conf +++ b/tools/tools/tinybsd/conf/wrap/etc/rc.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wrap/etc/rc.conf,v 1.2.16.1 2010/12/21 17:10:29 kensmith Exp $ hostname="tinybsd.freebsd.org" sendmail_enable="NONE" sshd_enable="YES" diff --git a/tools/tools/tinybsd/conf/wrap/etc/ttys b/tools/tools/tinybsd/conf/wrap/etc/ttys index d20b7ebbd30c..dc0f2ba11ddb 100644 --- a/tools/tools/tinybsd/conf/wrap/etc/ttys +++ b/tools/tools/tinybsd/conf/wrap/etc/ttys @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wrap/etc/ttys,v 1.1.16.1 2010/12/21 17:10:29 kensmith Exp $ # # This file specifies various information about terminals on the system. # It is used by several different programs. Common entries for the diff --git a/tools/tools/tinybsd/conf/wrap/tinybsd.basefiles b/tools/tools/tinybsd/conf/wrap/tinybsd.basefiles index e37dade3acd3..667313cd9d77 100644 --- a/tools/tools/tinybsd/conf/wrap/tinybsd.basefiles +++ b/tools/tools/tinybsd/conf/wrap/tinybsd.basefiles @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wrap/tinybsd.basefiles,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $ # contents of ${WORKDIR}/boot boot/boot0 boot/boot1 diff --git a/tools/tools/tinybsd/conf/wrap/tinybsd.ports b/tools/tools/tinybsd/conf/wrap/tinybsd.ports index 49bb52175241..d64df67f05ca 100644 --- a/tools/tools/tinybsd/conf/wrap/tinybsd.ports +++ b/tools/tools/tinybsd/conf/wrap/tinybsd.ports @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/conf/wrap/tinybsd.ports,v 1.1.14.1 2010/12/21 17:10:29 kensmith Exp $ # Here you can add the applications from the FreeBSD Ports Collection which you # want TinyBSD ports system to install in your embedded system. You whould list # one application per line, mentioning its category and name, like the examples: diff --git a/tools/tools/tinybsd/tinybsd b/tools/tools/tinybsd/tinybsd index 912a7974ac96..a4a0f75ca525 100755 --- a/tools/tools/tinybsd/tinybsd +++ b/tools/tools/tinybsd/tinybsd @@ -3,7 +3,7 @@ # <jmelo@FreeBSD.org> # Patrick Tracanelli <eksffa@freebsdbrasil.com.br> # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/tinybsd/tinybsd,v 1.7.2.2.8.1 2010/12/21 17:10:29 kensmith Exp $ #set -xv CURRENTDIR=/usr/src/tools/tools/tinybsd if [ ! -d $CURRENTDIR ] diff --git a/tools/tools/umastat/Makefile b/tools/tools/umastat/Makefile index 946117350754..03157ca5488c 100644 --- a/tools/tools/umastat/Makefile +++ b/tools/tools/umastat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/umastat/Makefile,v 1.2.14.1 2010/12/21 17:10:29 kensmith Exp $ PROG= umastat NO_MAN= diff --git a/tools/tools/umastat/umastat.c b/tools/tools/umastat/umastat.c index 3a43c37d91b0..97fde7981c77 100644 --- a/tools/tools/umastat/umastat.c +++ b/tools/tools/umastat/umastat.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/tools/tools/umastat/umastat.c,v 1.5.2.1.2.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/tools/tools/usb/print-usb-if-vids.sh b/tools/tools/usb/print-usb-if-vids.sh index 17d8e050d181..25bd4b8d9a46 100644 --- a/tools/tools/usb/print-usb-if-vids.sh +++ b/tools/tools/usb/print-usb-if-vids.sh @@ -24,7 +24,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/usb/print-usb-if-vids.sh,v 1.1.18.1.6.1 2010/12/21 17:10:29 kensmith Exp $ fetch -o /tmp/usb.if http://www.usb.org/developers/tools/comp_dump/ diff --git a/tools/tools/vop_table/vop_table.pl b/tools/tools/vop_table/vop_table.pl index 5ac979d7e1ed..dea4e702f52c 100644 --- a/tools/tools/vop_table/vop_table.pl +++ b/tools/tools/vop_table/vop_table.pl @@ -7,7 +7,7 @@ # (c) 2004 Andrew R. Reiter <arr@watson.org> # All Rights Reserved. # -# $FreeBSD$ +# $FreeBSD: src/tools/tools/vop_table/vop_table.pl,v 1.1.26.1 2010/12/21 17:10:29 kensmith Exp $ # XXX todo: Make $src_dir modificationable diff --git a/tools/tools/vop_table/vop_table.tcl b/tools/tools/vop_table/vop_table.tcl index 1b76d18bae0d..556938e2c829 100644 --- a/tools/tools/vop_table/vop_table.tcl +++ b/tools/tools/vop_table/vop_table.tcl @@ -1,5 +1,5 @@ #!/usr/local/bin/tclsh8.3 -# $FreeBSD$ +# $FreeBSD: src/tools/tools/vop_table/vop_table.tcl,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $ set fo [open _.html w] diff --git a/tools/tools/whereintheworld/Makefile b/tools/tools/whereintheworld/Makefile index 876a318c3f44..4f58e93e4884 100644 --- a/tools/tools/whereintheworld/Makefile +++ b/tools/tools/whereintheworld/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/whereintheworld/Makefile,v 1.1.38.1 2010/12/21 17:10:29 kensmith Exp $ SCRIPTS= whereintheworld.pl diff --git a/tools/tools/whereintheworld/whereintheworld.pl b/tools/tools/whereintheworld/whereintheworld.pl index 6a8e21e0c4a9..e7dc6c9f4037 100644 --- a/tools/tools/whereintheworld/whereintheworld.pl +++ b/tools/tools/whereintheworld/whereintheworld.pl @@ -7,7 +7,7 @@ # Dag-Erling Smørgrav <des@freebsd.org> 09 January 2003 # # $Id: whereintheworld,v 1.3 2000/01/28 00:42:32 fenner Exp $ -# $FreeBSD$ +# $FreeBSD: src/tools/tools/whereintheworld/whereintheworld.pl,v 1.5.38.1 2010/12/21 17:10:29 kensmith Exp $ # use strict; |
