diff options
Diffstat (limited to 'sys/amd64')
175 files changed, 174 insertions, 176 deletions
diff --git a/sys/amd64/Makefile b/sys/amd64/Makefile index 3925e74befc3..486cb0f9667d 100644 --- a/sys/amd64/Makefile +++ b/sys/amd64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/Makefile,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 # Makefile for amd64 links, tags file diff --git a/sys/amd64/acpica/Makefile b/sys/amd64/acpica/Makefile index 743728051e97..49c9464d3781 100644 --- a/sys/amd64/acpica/Makefile +++ b/sys/amd64/acpica/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/acpica/Makefile,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # Correct path for kernel builds # Don't rely on the kernel's .depend file diff --git a/sys/amd64/acpica/OsdEnvironment.c b/sys/amd64/acpica/OsdEnvironment.c index fb01a3fed15e..ce5456b5d938 100644 --- a/sys/amd64/acpica/OsdEnvironment.c +++ b/sys/amd64/acpica/OsdEnvironment.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/acpica/OsdEnvironment.c,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * 6.1 : Environmental support diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index b902c12e2055..129f0954f523 100644 --- a/sys/amd64/acpica/acpi_machdep.c +++ b/sys/amd64/acpica/acpi_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/acpica/acpi_machdep.c,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/amd64/acpica/acpi_switch.S b/sys/amd64/acpica/acpi_switch.S index 892dd11c47a5..3a8f0922fcc8 100644 --- a/sys/amd64/acpica/acpi_switch.S +++ b/sys/amd64/acpica/acpi_switch.S @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/acpica/acpi_switch.S,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/acpica/acpi_wakecode.S b/sys/amd64/acpica/acpi_wakecode.S index 4e82f53196af..af34f4bd7232 100644 --- a/sys/amd64/acpica/acpi_wakecode.S +++ b/sys/amd64/acpica/acpi_wakecode.S @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/acpica/acpi_wakecode.S,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #define LOCORE diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index bcc405fca0a3..d212c4ea0821 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/acpica/acpi_wakeup.c,v 1.26.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/acpica/genwakecode.sh b/sys/amd64/acpica/genwakecode.sh index c9d0077de56a..20cb4b09405e 100755..100644 --- a/sys/amd64/acpica/genwakecode.sh +++ b/sys/amd64/acpica/genwakecode.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/acpica/genwakecode.sh,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # file2c -sx 'static char wakecode[] = {' '};' <acpi_wakecode.bin diff --git a/sys/amd64/acpica/genwakedata.sh b/sys/amd64/acpica/genwakedata.sh index 6d4181ecacaf..bca6d50ba507 100755..100644 --- a/sys/amd64/acpica/genwakedata.sh +++ b/sys/amd64/acpica/genwakedata.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/acpica/genwakedata.sh,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # nm -n --defined-only acpi_wakecode.o | while read offset dummy what do diff --git a/sys/amd64/acpica/madt.c b/sys/amd64/acpica/madt.c index b27f8e4b26b9..056f883287a9 100644 --- a/sys/amd64/acpica/madt.c +++ b/sys/amd64/acpica/madt.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/acpica/madt.c,v 1.28.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/amd64_mem.c b/sys/amd64/amd64/amd64_mem.c index d7959fd45fb7..164e90f243db 100644 --- a/sys/amd64/amd64/amd64_mem.c +++ b/sys/amd64/amd64/amd64_mem.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/amd64_mem.c,v 1.32.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/amd64/amd64/apic_vector.S b/sys/amd64/amd64/apic_vector.S index cebafc8370e8..0eae8f9daec8 100644 --- a/sys/amd64/amd64/apic_vector.S +++ b/sys/amd64/amd64/apic_vector.S @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * from: vector.s, 386BSD 0.1 unknown origin - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/apic_vector.S,v 1.112.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/amd64/atomic.c b/sys/amd64/amd64/atomic.c index 1b4ff7eaa693..8c911fc1aa00 100644 --- a/sys/amd64/amd64/atomic.c +++ b/sys/amd64/amd64/atomic.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/atomic.c,v 1.5.32.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* This file creates publically callable functions to perform various * simple arithmetic on memory which is atomic in the presence of diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index ee3274040390..ac8519e99230 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/autoconf.c,v 1.182.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Setup the system to run on the current machine. diff --git a/sys/amd64/amd64/bios.c b/sys/amd64/amd64/bios.c index c8985c1f773a..d9b5a2ba4d50 100644 --- a/sys/amd64/amd64/bios.c +++ b/sys/amd64/amd64/bios.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/bios.c,v 1.73.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Subset of the i386 bios support code. We cannot make bios16 nor bios32 diff --git a/sys/amd64/amd64/bpf_jit_machdep.c b/sys/amd64/amd64/bpf_jit_machdep.c index 4991a5b39beb..15403ba38694 100644 --- a/sys/amd64/amd64/bpf_jit_machdep.c +++ b/sys/amd64/amd64/bpf_jit_machdep.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/bpf_jit_machdep.c,v 1.14.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifdef _KERNEL #include "opt_bpf.h" diff --git a/sys/amd64/amd64/bpf_jit_machdep.h b/sys/amd64/amd64/bpf_jit_machdep.h index 2f91ff6dc33f..ffc866750b6b 100644 --- a/sys/amd64/amd64/bpf_jit_machdep.h +++ b/sys/amd64/amd64/bpf_jit_machdep.h @@ -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/sys/amd64/amd64/bpf_jit_machdep.h,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _BPF_JIT_MACHDEP_H_ diff --git a/sys/amd64/amd64/busdma_machdep.c b/sys/amd64/amd64/busdma_machdep.c index 3197d154960c..f0d435add3bb 100644 --- a/sys/amd64/amd64/busdma_machdep.c +++ b/sys/amd64/amd64/busdma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/busdma_machdep.c,v 1.91.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/cpu_switch.S b/sys/amd64/amd64/cpu_switch.S index 364875ea6b93..d23197bdd25d 100644 --- a/sys/amd64/amd64/cpu_switch.S +++ b/sys/amd64/amd64/cpu_switch.S @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/cpu_switch.S,v 1.169.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/amd64/db_disasm.c b/sys/amd64/amd64/db_disasm.c index a6dbf694fd68..3cf48494abe4 100644 --- a/sys/amd64/amd64/db_disasm.c +++ b/sys/amd64/amd64/db_disasm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/db_disasm.c,v 1.32.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Instruction disassembler. diff --git a/sys/amd64/amd64/db_interface.c b/sys/amd64/amd64/db_interface.c index 287c236231f3..2dea22cee0a8 100644 --- a/sys/amd64/amd64/db_interface.c +++ b/sys/amd64/amd64/db_interface.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/db_interface.c,v 1.82.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Interface to new debugger. diff --git a/sys/amd64/amd64/db_trace.c b/sys/amd64/amd64/db_trace.c index 73ffac53def5..2ea28657cfc1 100644 --- a/sys/amd64/amd64/db_trace.c +++ b/sys/amd64/amd64/db_trace.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/db_trace.c,v 1.85.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/amd64/dump_machdep.c b/sys/amd64/amd64/dump_machdep.c index a62f1e4b5310..54ce50bb8af1 100644 --- a/sys/amd64/amd64/dump_machdep.c +++ b/sys/amd64/amd64/dump_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/dump_machdep.c,v 1.18.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/elf_machdep.c b/sys/amd64/amd64/elf_machdep.c index d5e7a6ead787..97b141348acf 100644 --- a/sys/amd64/amd64/elf_machdep.c +++ b/sys/amd64/amd64/elf_machdep.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/elf_machdep.c,v 1.30.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S index 3d1a20ee2013..d5f32654ab8f 100644 --- a/sys/amd64/amd64/exception.S +++ b/sys/amd64/amd64/exception.S @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/exception.S,v 1.140.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "opt_atpic.h" diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 10cb6c2a0b71..591c7c51cabd 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/fpu.c,v 1.165.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/gdb_machdep.c b/sys/amd64/amd64/gdb_machdep.c index 5775c8f21578..316d0706cf8c 100644 --- a/sys/amd64/amd64/gdb_machdep.c +++ b/sys/amd64/amd64/gdb_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/gdb_machdep.c,v 1.6.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index 9d783095b38b..ed08005cb175 100644 --- a/sys/amd64/amd64/genassym.c +++ b/sys/amd64/amd64/genassym.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/genassym.c,v 1.177.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_compat.h" #include "opt_hwpmc_hooks.h" diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 420dd03cc766..d127604da721 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/identcpu.c,v 1.174.2.1.2.3 2009/11/06 17:09:04 attilio Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/amd64/in_cksum.c b/sys/amd64/amd64/in_cksum.c index ae02e91d9203..7f5abc42e882 100644 --- a/sys/amd64/amd64/in_cksum.c +++ b/sys/amd64/amd64/in_cksum.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/in_cksum.c,v 1.5.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index 7aaff8214634..6f76c5d24fb6 100644 --- a/sys/amd64/amd64/initcpu.c +++ b/sys/amd64/amd64/initcpu.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/initcpu.c,v 1.54.2.2.2.2 2009/11/06 17:09:04 attilio Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c index 212ac0d7b267..212b8accdcb8 100644 --- a/sys/amd64/amd64/intr_machdep.c +++ b/sys/amd64/amd64/intr_machdep.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/intr_machdep.c,v 1.45.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/amd64/io.c b/sys/amd64/amd64/io.c index 02d9c8dab230..6c286180d4d0 100644 --- a/sys/amd64/amd64/io.c +++ b/sys/amd64/amd64/io.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/io.c,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/amd64/amd64/io_apic.c b/sys/amd64/amd64/io_apic.c index ea44dcc58aec..5545607f0226 100644 --- a/sys/amd64/amd64/io_apic.c +++ b/sys/amd64/amd64/io_apic.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/io_apic.c,v 1.35.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_isa.h" diff --git a/sys/amd64/amd64/legacy.c b/sys/amd64/amd64/legacy.c index 9793c0246608..4f49bb5a0d79 100644 --- a/sys/amd64/amd64/legacy.c +++ b/sys/amd64/amd64/legacy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/legacy.c,v 1.63.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * This code implements a system driver for legacy systems that do not diff --git a/sys/amd64/amd64/local_apic.c b/sys/amd64/amd64/local_apic.c index 87bec91b6c4f..863c05aea8ad 100644 --- a/sys/amd64/amd64/local_apic.c +++ b/sys/amd64/amd64/local_apic.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/local_apic.c,v 1.58.2.4.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_hwpmc_hooks.h" #include "opt_kdtrace.h" diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index 55cda3ab1863..7250c1cf14de 100644 --- a/sys/amd64/amd64/locore.S +++ b/sys/amd64/amd64/locore.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/locore.S,v 1.175.34.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 95db5d2d6053..d7e32f96c181 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/machdep.c,v 1.707.2.4.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_atalk.h" #include "opt_atpic.h" diff --git a/sys/amd64/amd64/mca.c b/sys/amd64/amd64/mca.c index d291d009ee23..57062cce7667 100644 --- a/sys/amd64/amd64/mca.c +++ b/sys/amd64/amd64/mca.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/mca.c,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c index 7cac98d87534..6d1c8120e373 100644 --- a/sys/amd64/amd64/mem.c +++ b/sys/amd64/amd64/mem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/mem.c,v 1.124.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Memory special file diff --git a/sys/amd64/amd64/minidump_machdep.c b/sys/amd64/amd64/minidump_machdep.c index a9af809ece1f..ad12d599c54f 100644 --- a/sys/amd64/amd64/minidump_machdep.c +++ b/sys/amd64/amd64/minidump_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/minidump_machdep.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 0ef80173b28b..ed38832f6ba3 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/mp_machdep.c,v 1.309.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_cpu.h" #include "opt_kstack_pages.h" diff --git a/sys/amd64/amd64/mp_watchdog.c b/sys/amd64/amd64/mp_watchdog.c index 1803270b573f..9b5f2861ed8d 100644 --- a/sys/amd64/amd64/mp_watchdog.c +++ b/sys/amd64/amd64/mp_watchdog.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/mp_watchdog.c,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "opt_mp_watchdog.h" diff --git a/sys/amd64/amd64/mpboot.S b/sys/amd64/amd64/mpboot.S index ec30c72ecb9b..49d6e091b52a 100644 --- a/sys/amd64/amd64/mpboot.S +++ b/sys/amd64/amd64/mpboot.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/mpboot.S,v 1.26.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <machine/asmacros.h> /* miscellaneous asm macros */ diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c index 01cb093ebdb0..e743759bc020 100644 --- a/sys/amd64/amd64/mptable.c +++ b/sys/amd64/amd64/mptable.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/mptable.c,v 1.241.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/mptable_pci.c b/sys/amd64/amd64/mptable_pci.c index 89c701ce8e2a..de4e014c57b7 100644 --- a/sys/amd64/amd64/mptable_pci.c +++ b/sys/amd64/amd64/mptable_pci.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/mptable_pci.c,v 1.8.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/msi.c b/sys/amd64/amd64/msi.c index 91a8cbbd004f..3cbec3c5885d 100644 --- a/sys/amd64/amd64/msi.c +++ b/sys/amd64/amd64/msi.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/msi.c,v 1.14.2.1.2.2 2009/11/06 17:09:04 attilio Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/amd64/amd64/nexus.c b/sys/amd64/amd64/nexus.c index 5eafd3baf973..436e85e149c2 100644 --- a/sys/amd64/amd64/nexus.c +++ b/sys/amd64/amd64/nexus.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/nexus.c,v 1.80.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * This code implements a `root nexus' for Intel Architecture diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 97de6b6f8cab..a47b636e33bc 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/pmap.c,v 1.667.2.5.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Manages physical address maps. diff --git a/sys/amd64/amd64/prof_machdep.c b/sys/amd64/amd64/prof_machdep.c index 6c848df957db..b06ee3b805f1 100644 --- a/sys/amd64/amd64/prof_machdep.c +++ b/sys/amd64/amd64/prof_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/prof_machdep.c,v 1.33.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #ifdef GUPROF #if 0 diff --git a/sys/amd64/amd64/sigtramp.S b/sys/amd64/amd64/sigtramp.S index a05ea8587b56..0d6d330fcbc5 100644 --- a/sys/amd64/amd64/sigtramp.S +++ b/sys/amd64/amd64/sigtramp.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/sigtramp.S,v 1.1.34.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <sys/syscall.h> diff --git a/sys/amd64/amd64/stack_machdep.c b/sys/amd64/amd64/stack_machdep.c index 57908e202a0f..c7409494515a 100644 --- a/sys/amd64/amd64/stack_machdep.c +++ b/sys/amd64/amd64/stack_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/stack_machdep.c,v 1.1.4.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S index b445ceef8b46..7beda58741d4 100644 --- a/sys/amd64/amd64/support.S +++ b/sys/amd64/amd64/support.S @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/amd64/support.S,v 1.130.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "opt_ddb.h" diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c index 1cba8a21c21f..cd21b67ffeae 100644 --- a/sys/amd64/amd64/sys_machdep.c +++ b/sys/amd64/amd64/sys_machdep.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/sys_machdep.c,v 1.94.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index 65f761eaa4a6..e9bd5bf69bdd 100644 --- a/sys/amd64/amd64/trap.c +++ b/sys/amd64/amd64/trap.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/trap.c,v 1.332.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * AMD64 Trap and System call handling diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c index dcda7513111c..8befbdb2ba24 100644 --- a/sys/amd64/amd64/tsc.c +++ b/sys/amd64/amd64/tsc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/tsc.c,v 1.209.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_clock.h" diff --git a/sys/amd64/amd64/uio_machdep.c b/sys/amd64/amd64/uio_machdep.c index d3897cf14d9a..6edf8d79ff80 100644 --- a/sys/amd64/amd64/uio_machdep.c +++ b/sys/amd64/amd64/uio_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/uio_machdep.c,v 1.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/amd64/amd64/uma_machdep.c b/sys/amd64/amd64/uma_machdep.c index 132966801533..077c29a98f53 100644 --- a/sys/amd64/amd64/uma_machdep.c +++ b/sys/amd64/amd64/uma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/uma_machdep.c,v 1.4.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c index 51d1d6218b10..3b2692ead7ec 100644 --- a/sys/amd64/amd64/vm_machdep.c +++ b/sys/amd64/amd64/vm_machdep.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/amd64/vm_machdep.c,v 1.264.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_isa.h" #include "opt_cpu.h" diff --git a/sys/amd64/compile/.cvsignore b/sys/amd64/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/amd64/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/amd64/conf/.cvsignore b/sys/amd64/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/amd64/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/amd64/conf/DEFAULTS b/sys/amd64/conf/DEFAULTS index 78952eef63b5..e177eb6b6077 100644 --- a/sys/amd64/conf/DEFAULTS +++ b/sys/amd64/conf/DEFAULTS @@ -1,7 +1,7 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/amd64 # -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/conf/DEFAULTS,v 1.19.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ machine amd64 diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index d0f24e297c39..b7c886e34401 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -16,7 +16,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/conf/GENERIC,v 1.531.2.4.2.2 2009/11/09 23:48:01 kensmith Exp $ cpu HAMMER ident GENERIC diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints index 731124d04105..7fce0272401a 100644 --- a/sys/amd64/conf/GENERIC.hints +++ b/sys/amd64/conf/GENERIC.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/conf/GENERIC.hints,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" diff --git a/sys/amd64/conf/Makefile b/sys/amd64/conf/Makefile index 2c006e9c2c80..f00e7a3699e3 100644 --- a/sys/amd64/conf/Makefile +++ b/sys/amd64/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/conf/Makefile,v 1.9.34.1.2.1 2009/10/25 01:10:29 kensmith Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 27fe0680580a..aee77952cd70 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -4,7 +4,7 @@ # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/conf/NOTES,v 1.91.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ # # diff --git a/sys/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM index 1536e3c74b6e..1044af3ae726 100644 --- a/sys/amd64/conf/XENHVM +++ b/sys/amd64/conf/XENHVM @@ -16,7 +16,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/conf/XENHVM,v 1.3.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ cpu HAMMER ident GENERIC diff --git a/sys/amd64/ia32/ia32_exception.S b/sys/amd64/ia32/ia32_exception.S index 341f00e5a83b..cf7b0dfdd06e 100644 --- a/sys/amd64/ia32/ia32_exception.S +++ b/sys/amd64/ia32/ia32_exception.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/ia32/ia32_exception.S,v 1.7.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/ia32/ia32_misc.c b/sys/amd64/ia32/ia32_misc.c index 2fa197219010..b6a86cd5cbde 100644 --- a/sys/amd64/ia32/ia32_misc.c +++ b/sys/amd64/ia32/ia32_misc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/ia32/ia32_misc.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c index 83f6783e55c8..00cbeb8e0fac 100644 --- a/sys/amd64/ia32/ia32_reg.c +++ b/sys/amd64/ia32/ia32_reg.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/ia32/ia32_reg.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/ia32/ia32_reg.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_signal.c b/sys/amd64/ia32/ia32_signal.c index d7c1dd5c6f90..0ea331be465c 100644 --- a/sys/amd64/ia32/ia32_signal.c +++ b/sys/amd64/ia32/ia32_signal.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/ia32/ia32_signal.c,v 1.23.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_sigtramp.S b/sys/amd64/ia32/ia32_sigtramp.S index 945516986600..462a3576b055 100644 --- a/sys/amd64/ia32/ia32_sigtramp.S +++ b/sys/amd64/ia32/ia32_sigtramp.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/ia32/ia32_sigtramp.S,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_syscall.c b/sys/amd64/ia32/ia32_syscall.c index 480724864062..627b8ff3ffb5 100644 --- a/sys/amd64/ia32/ia32_syscall.c +++ b/sys/amd64/ia32/ia32_syscall.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/ia32/ia32_syscall.c,v 1.19.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * 386 Trap and System call handling diff --git a/sys/amd64/include/_bus.h b/sys/amd64/include/_bus.h index a8cbf4810c75..2677f3af5235 100644 --- a/sys/amd64/include/_bus.h +++ b/sys/amd64/include/_bus.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/_bus.h,v 1.1.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef AMD64_INCLUDE__BUS_H diff --git a/sys/amd64/include/_inttypes.h b/sys/amd64/include/_inttypes.h index e6b2536ff379..22b966267459 100644 --- a/sys/amd64/include/_inttypes.h +++ b/sys/amd64/include/_inttypes.h @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * From: $NetBSD: int_fmtio.h,v 1.2 2001/04/26 16:25:21 kleink Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/_inttypes.h,v 1.3.34.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/amd64/include/_limits.h b/sys/amd64/include/_limits.h index bd0f2efe2254..3a4cef09aa02 100644 --- a/sys/amd64/include/_limits.h +++ b/sys/amd64/include/_limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/_limits.h,v 1.11.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/amd64/include/_stdint.h b/sys/amd64/include/_stdint.h index 0c56c6d4e1fa..59ecdfcca81b 100644 --- a/sys/amd64/include/_stdint.h +++ b/sys/amd64/include/_stdint.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/_stdint.h,v 1.3.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/amd64/include/_types.h b/sys/amd64/include/_types.h index 89d2e861b418..77b7011c596a 100644 --- a/sys/amd64/include/_types.h +++ b/sys/amd64/include/_types.h @@ -33,7 +33,7 @@ * * From: @(#)ansi.h 8.2 (Berkeley) 1/4/94 * From: @(#)types.h 8.3 (Berkeley) 1/5/94 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/_types.h,v 1.12.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/amd64/include/acpica_machdep.h b/sys/amd64/include/acpica_machdep.h index 76cc69ef5681..ffc270d8038f 100644 --- a/sys/amd64/include/acpica_machdep.h +++ b/sys/amd64/include/acpica_machdep.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/acpica_machdep.h,v 1.7.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /****************************************************************************** diff --git a/sys/amd64/include/apicreg.h b/sys/amd64/include/apicreg.h index 81c4b7e15314..db050a97c6d7 100644 --- a/sys/amd64/include/apicreg.h +++ b/sys/amd64/include/apicreg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/apicreg.h,v 1.29.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_APICREG_H_ diff --git a/sys/amd64/include/apicvar.h b/sys/amd64/include/apicvar.h index 9d6d538de1d8..d95b0bb6dcb1 100644 --- a/sys/amd64/include/apicvar.h +++ b/sys/amd64/include/apicvar.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/apicvar.h,v 1.29.2.3.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_APICVAR_H_ diff --git a/sys/amd64/include/asm.h b/sys/amd64/include/asm.h index 7efd6426731d..e323cc748623 100644 --- a/sys/amd64/include/asm.h +++ b/sys/amd64/include/asm.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/asm.h,v 1.18.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/amd64/include/asmacros.h b/sys/amd64/include/asmacros.h index 0bf0029ef105..c584b50f16be 100644 --- a/sys/amd64/include/asmacros.h +++ b/sys/amd64/include/asmacros.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/asmacros.h,v 1.34.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/amd64/include/atomic.h b/sys/amd64/include/atomic.h index a2bd93002e8b..a0bcec14fdb6 100644 --- a/sys/amd64/include/atomic.h +++ b/sys/amd64/include/atomic.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/atomic.h,v 1.46.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ATOMIC_H_ #define _MACHINE_ATOMIC_H_ diff --git a/sys/amd64/include/bus.h b/sys/amd64/include/bus.h index e25f427e3abf..417f87b3212b 100644 --- a/sys/amd64/include/bus.h +++ b/sys/amd64/include/bus.h @@ -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/sys/amd64/include/bus.h,v 1.17.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* $NetBSD: bus.h,v 1.12 1997/10/01 08:25:15 fvdl Exp $ */ diff --git a/sys/amd64/include/bus_dma.h b/sys/amd64/include/bus_dma.h index bc8bdf4881e2..6becb2d4c889 100644 --- a/sys/amd64/include/bus_dma.h +++ b/sys/amd64/include/bus_dma.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/bus_dma.h,v 1.30.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _AMD64_BUS_DMA_H_ diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index 8af699eae45a..bf27aca9c5ea 100644 --- a/sys/amd64/include/clock.h +++ b/sys/amd64/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/clock.h,v 1.63.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index d7a3203c1a3d..9cf1cd5bffa8 100644 --- a/sys/amd64/include/cpu.h +++ b/sys/amd64/include/cpu.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/cpu.h,v 1.76.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index eb264aec77a6..d2c0fdadc251 100644 --- a/sys/amd64/include/cpufunc.h +++ b/sys/amd64/include/cpufunc.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/cpufunc.h,v 1.154.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/include/cputypes.h b/sys/amd64/include/cputypes.h index eeec4e020e8c..11e6f447889c 100644 --- a/sys/amd64/include/cputypes.h +++ b/sys/amd64/include/cputypes.h @@ -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/sys/amd64/include/cputypes.h,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/amd64/include/db_machdep.h b/sys/amd64/include/db_machdep.h index 29e385e3af0c..fa2cb93898e8 100644 --- a/sys/amd64/include/db_machdep.h +++ b/sys/amd64/include/db_machdep.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/db_machdep.h,v 1.22.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/amd64/include/elf.h b/sys/amd64/include/elf.h index 88f439805ba1..1a4c0fb3eac9 100644 --- a/sys/amd64/include/elf.h +++ b/sys/amd64/include/elf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/elf.h,v 1.21.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/amd64/include/endian.h b/sys/amd64/include/endian.h index 712b5a598cbd..6dec09f95d28 100644 --- a/sys/amd64/include/endian.h +++ b/sys/amd64/include/endian.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/endian.h,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/amd64/include/exec.h b/sys/amd64/include/exec.h index 8d07887be252..1398c89c99ea 100644 --- a/sys/amd64/include/exec.h +++ b/sys/amd64/include/exec.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/exec.h,v 1.10.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/amd64/include/float.h b/sys/amd64/include/float.h index 8f0d7136bba5..0ed382ed448f 100644 --- a/sys/amd64/include/float.h +++ b/sys/amd64/include/float.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/float.h,v 1.16.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/amd64/include/floatingpoint.h b/sys/amd64/include/floatingpoint.h index cda9e46230ca..04c3d6e5a698 100644 --- a/sys/amd64/include/floatingpoint.h +++ b/sys/amd64/include/floatingpoint.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/floatingpoint.h,v 1.14.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h index 272f94a7c6a4..f13f3102af5b 100644 --- a/sys/amd64/include/fpu.h +++ b/sys/amd64/include/fpu.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)npx.h 5.3 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/fpu.h,v 1.35.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h index 12722a48585f..a83307e102d5 100644 --- a/sys/amd64/include/frame.h +++ b/sys/amd64/include/frame.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)frame.h 5.2 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/frame.h,v 1.31.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/amd64/include/gdb_machdep.h b/sys/amd64/include/gdb_machdep.h index d8c25b90fea6..c7636b31515a 100644 --- a/sys/amd64/include/gdb_machdep.h +++ b/sys/amd64/include/gdb_machdep.h @@ -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/sys/amd64/include/gdb_machdep.h,v 1.6.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/amd64/include/ieeefp.h b/sys/amd64/include/ieeefp.h index 124449279d02..f2144da48280 100644 --- a/sys/amd64/include/ieeefp.h +++ b/sys/amd64/include/ieeefp.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/ieeefp.h,v 1.19.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/amd64/include/in_cksum.h b/sys/amd64/include/in_cksum.h index adfde8f22d1b..43d95b0d16a2 100644 --- a/sys/amd64/include/in_cksum.h +++ b/sys/amd64/include/in_cksum.h @@ -29,7 +29,7 @@ * from tahoe: in_cksum.c 1.2 86/01/05 * from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91 * from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/in_cksum.h,v 1.5.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/amd64/include/intr_machdep.h b/sys/amd64/include/intr_machdep.h index 634db19c5a5c..f560e8cf63ec 100644 --- a/sys/amd64/include/intr_machdep.h +++ b/sys/amd64/include/intr_machdep.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/intr_machdep.h,v 1.24.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __MACHINE_INTR_MACHDEP_H__ diff --git a/sys/amd64/include/iodev.h b/sys/amd64/include/iodev.h index 4b35d8b03fa2..17e1522b7ace 100644 --- a/sys/amd64/include/iodev.h +++ b/sys/amd64/include/iodev.h @@ -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/sys/amd64/include/iodev.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ d_open_t ioopen; diff --git a/sys/amd64/include/kdb.h b/sys/amd64/include/kdb.h index 56d20184bd34..5a6fb70af79a 100644 --- a/sys/amd64/include/kdb.h +++ b/sys/amd64/include/kdb.h @@ -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/sys/amd64/include/kdb.h,v 1.4.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/amd64/include/legacyvar.h b/sys/amd64/include/legacyvar.h index 12a2864f1aaf..61eb544eba50 100644 --- a/sys/amd64/include/legacyvar.h +++ b/sys/amd64/include/legacyvar.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/legacyvar.h,v 1.9.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_LEGACYVAR_H_ diff --git a/sys/amd64/include/limits.h b/sys/amd64/include/limits.h index 35eea1f619de..f077040e57ba 100644 --- a/sys/amd64/include/limits.h +++ b/sys/amd64/include/limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/limits.h,v 1.10.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/amd64/include/mca.h b/sys/amd64/include/mca.h index c43d98953e42..ecd927c43d8f 100644 --- a/sys/amd64/include/mca.h +++ b/sys/amd64/include/mca.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/mca.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __MACHINE_MCA_H__ diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h index c66fc9fdb367..72f4436dacb4 100644 --- a/sys/amd64/include/md_var.h +++ b/sys/amd64/include/md_var.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/md_var.h,v 1.86.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/amd64/include/memdev.h b/sys/amd64/include/memdev.h index 97000c951b29..b9854a29cafe 100644 --- a/sys/amd64/include/memdev.h +++ b/sys/amd64/include/memdev.h @@ -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/sys/amd64/include/memdev.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #define CDEV_MINOR_MEM 0 diff --git a/sys/amd64/include/metadata.h b/sys/amd64/include/metadata.h index 4c7ec9e154a2..6d39a71b936f 100644 --- a/sys/amd64/include/metadata.h +++ b/sys/amd64/include/metadata.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/metadata.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/amd64/include/minidump.h b/sys/amd64/include/minidump.h index 1ea92b773213..15978083c531 100644 --- a/sys/amd64/include/minidump.h +++ b/sys/amd64/include/minidump.h @@ -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/sys/amd64/include/minidump.h,v 1.1.12.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_MINIDUMP_H_ diff --git a/sys/amd64/include/mp_watchdog.h b/sys/amd64/include/mp_watchdog.h index bcec051a942f..fb3bb55e0ca7 100644 --- a/sys/amd64/include/mp_watchdog.h +++ b/sys/amd64/include/mp_watchdog.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/mp_watchdog.h,v 1.1.26.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_MP_WATCHDOG_H_ diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index 451d9ce14d55..e34b10e09280 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/include/mptable.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/mptable.h,v 1.223.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef __MACHINE_MPTABLE_H__ diff --git a/sys/amd64/include/mutex.h b/sys/amd64/include/mutex.h index a2edadd366b6..5b426e0f9583 100644 --- a/sys/amd64/include/mutex.h +++ b/sys/amd64/include/mutex.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from BSDI $Id: mutex.h,v 2.7.2.35 2000/04/27 03:10:26 cp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/mutex.h,v 1.39.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/amd64/include/nexusvar.h b/sys/amd64/include/nexusvar.h index c39a686b4937..6efb87f0cc83 100644 --- a/sys/amd64/include/nexusvar.h +++ b/sys/amd64/include/nexusvar.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/nexusvar.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_NEXUSVAR_H_ diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index edcf427df3e6..dcb652a38e29 100644 --- a/sys/amd64/include/param.h +++ b/sys/amd64/include/param.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)param.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/param.h,v 1.30.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index 364f86cb32e9..63dd0d31e6e7 100644 --- a/sys/amd64/include/pc/bios.h +++ b/sys/amd64/include/pc/bios.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/pc/bios.h,v 1.21.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PC_BIOS_H_ diff --git a/sys/amd64/include/pc/display.h b/sys/amd64/include/pc/display.h index cd2d5ff35b73..a87238cc248e 100644 --- a/sys/amd64/include/pc/display.h +++ b/sys/amd64/include/pc/display.h @@ -1,7 +1,7 @@ /* * IBM PC display definitions * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/pc/display.h,v 1.7.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* Color attributes for foreground text */ diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index b26188a5bf70..c7365f86f1bc 100644 --- a/sys/amd64/include/pcb.h +++ b/sys/amd64/include/pcb.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)pcb.h 5.10 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/pcb.h,v 1.72.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _AMD64_PCB_H_ diff --git a/sys/amd64/include/pci_cfgreg.h b/sys/amd64/include/pci_cfgreg.h index 75882821bfe0..b225deebb0ee 100644 --- a/sys/amd64/include/pci_cfgreg.h +++ b/sys/amd64/include/pci_cfgreg.h @@ -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/sys/amd64/include/pci_cfgreg.h,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index 30f7a7be82d3..d8daa8396a37 100644 --- a/sys/amd64/include/pcpu.h +++ b/sys/amd64/include/pcpu.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/pcpu.h,v 1.54.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index 11a5628082f4..83fd6a07e9c7 100644 --- a/sys/amd64/include/pmap.h +++ b/sys/amd64/include/pmap.h @@ -39,7 +39,7 @@ * * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/pmap.h,v 1.152.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/amd64/include/pmc_mdep.h b/sys/amd64/include/pmc_mdep.h index f233a510d3cc..1095efc96a15 100644 --- a/sys/amd64/include/pmc_mdep.h +++ b/sys/amd64/include/pmc_mdep.h @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/pmc_mdep.h,v 1.8.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/amd64/include/ppireg.h b/sys/amd64/include/ppireg.h index 5774757ce67a..844208ffe5e4 100644 --- a/sys/amd64/include/ppireg.h +++ b/sys/amd64/include/ppireg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/ppireg.h,v 1.1.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index 33d5181d2d53..2d2c0d6c7103 100644 --- a/sys/amd64/include/proc.h +++ b/sys/amd64/include/proc.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/proc.h,v 1.26.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h index 0083091daf2c..4587610c774a 100644 --- a/sys/amd64/include/profile.h +++ b/sys/amd64/include/profile.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)profile.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/profile.h,v 1.48.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/amd64/include/psl.h b/sys/amd64/include/psl.h index 07c21ea6e8e8..958e5f74007e 100644 --- a/sys/amd64/include/psl.h +++ b/sys/amd64/include/psl.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)psl.h 5.2 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/psl.h,v 1.13.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/amd64/include/ptrace.h b/sys/amd64/include/ptrace.h index eef24f829b48..922a23a23700 100644 --- a/sys/amd64/include/ptrace.h +++ b/sys/amd64/include/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/ptrace.h,v 1.13.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h index 89211a32651b..8c82984094df 100644 --- a/sys/amd64/include/reg.h +++ b/sys/amd64/include/reg.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/reg.h,v 1.39.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/amd64/include/reloc.h b/sys/amd64/include/reloc.h index 188319323399..e70aed53406c 100644 --- a/sys/amd64/include/reloc.h +++ b/sys/amd64/include/reloc.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)reloc.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/reloc.h,v 1.8.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _I386_MACHINE_RELOC_H_ diff --git a/sys/amd64/include/resource.h b/sys/amd64/include/resource.h index edde5eb29908..a84166e573f9 100644 --- a/sys/amd64/include/resource.h +++ b/sys/amd64/include/resource.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/amd64/include/resource.h,v 1.4.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /*- * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/amd64/include/runq.h b/sys/amd64/include/runq.h index 855e315b6847..2e1a2afc703d 100644 --- a/sys/amd64/include/runq.h +++ b/sys/amd64/include/runq.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/runq.h,v 1.4.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/amd64/include/segments.h b/sys/amd64/include/segments.h index 3dca80ad5be6..a99d0d798dd0 100644 --- a/sys/amd64/include/segments.h +++ b/sys/amd64/include/segments.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)segments.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/segments.h,v 1.43.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SEGMENTS_H_ diff --git a/sys/amd64/include/setjmp.h b/sys/amd64/include/setjmp.h index c33f9a5baed5..d837d07798f0 100644 --- a/sys/amd64/include/setjmp.h +++ b/sys/amd64/include/setjmp.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/setjmp.h,v 1.10.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/amd64/include/sf_buf.h b/sys/amd64/include/sf_buf.h index b5245e63d210..0b383e554124 100644 --- a/sys/amd64/include/sf_buf.h +++ b/sys/amd64/include/sf_buf.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/sf_buf.h,v 1.3.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/amd64/include/sigframe.h b/sys/amd64/include/sigframe.h index d104507d52f8..91b4a08f9470 100644 --- a/sys/amd64/include/sigframe.h +++ b/sys/amd64/include/sigframe.h @@ -25,7 +25,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/sys/amd64/include/sigframe.h,v 1.9.34.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h index 228e2d924bd1..3fc5c0f1cc52 100644 --- a/sys/amd64/include/signal.h +++ b/sys/amd64/include/signal.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/signal.h,v 1.30.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 1cc21a447f00..4a517d18a937 100644 --- a/sys/amd64/include/smp.h +++ b/sys/amd64/include/smp.h @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/smp.h,v 1.96.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $ * */ diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h index d1f0c8924add..fe4c43609010 100644 --- a/sys/amd64/include/specialreg.h +++ b/sys/amd64/include/specialreg.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/specialreg.h,v 1.55.2.1.2.2 2009/11/06 17:09:04 attilio Exp $ */ #ifndef _MACHINE_SPECIALREG_H_ diff --git a/sys/amd64/include/stack.h b/sys/amd64/include/stack.h index 24e2547c67dc..77873acc8faf 100644 --- a/sys/amd64/include/stack.h +++ b/sys/amd64/include/stack.h @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/stack.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_STACK_H_ diff --git a/sys/amd64/include/stdarg.h b/sys/amd64/include/stdarg.h index c315dfcee135..6db192c01ae1 100644 --- a/sys/amd64/include/stdarg.h +++ b/sys/amd64/include/stdarg.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/stdarg.h,v 1.9.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/amd64/include/sysarch.h b/sys/amd64/include/sysarch.h index 6c3e6c913b74..6420b88ed5b2 100644 --- a/sys/amd64/include/sysarch.h +++ b/sys/amd64/include/sysarch.h @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/sysarch.h,v 1.26.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/include/timerreg.h b/sys/amd64/include/timerreg.h index cf5f281c0aa1..5c19763bd2d5 100644 --- a/sys/amd64/include/timerreg.h +++ b/sys/amd64/include/timerreg.h @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/timerreg.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/include/trap.h b/sys/amd64/include/trap.h index f0176b2c97e7..9c573abc9d9f 100644 --- a/sys/amd64/include/trap.h +++ b/sys/amd64/include/trap.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)trap.h 5.4 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/trap.h,v 1.15.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h index fbbe3aff4189..63a45614e33d 100644 --- a/sys/amd64/include/tss.h +++ b/sys/amd64/include/tss.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)tss.h 5.4 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/tss.h,v 1.18.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_TSS_H_ diff --git a/sys/amd64/include/ucontext.h b/sys/amd64/include/ucontext.h index c5bbd65b5a30..468a96000d8a 100644 --- a/sys/amd64/include/ucontext.h +++ b/sys/amd64/include/ucontext.h @@ -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/sys/amd64/include/ucontext.h,v 1.19.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/amd64/include/varargs.h b/sys/amd64/include/varargs.h index 93faac6a84dd..79d3214c1a10 100644 --- a/sys/amd64/include/varargs.h +++ b/sys/amd64/include/varargs.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)varargs.h 8.2 (Berkeley) 3/22/94 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/varargs.h,v 1.14.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/amd64/include/vm.h b/sys/amd64/include/vm.h index 4065a3605077..3fe0970ee20c 100644 --- a/sys/amd64/include/vm.h +++ b/sys/amd64/include/vm.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/vm.h,v 1.3.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _MACHINE_VM_H_ diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index 0b5004c68189..91ec841f3bf3 100644 --- a/sys/amd64/include/vmparam.h +++ b/sys/amd64/include/vmparam.h @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/vmparam.h,v 1.59.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ diff --git a/sys/amd64/include/xen/xenvar.h b/sys/amd64/include/xen/xenvar.h index 1433b76871ec..d685630c0370 100644 --- a/sys/amd64/include/xen/xenvar.h +++ b/sys/amd64/include/xen/xenvar.h @@ -25,7 +25,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/include/xen/xenvar.h,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef XENVAR_H_ #define XENVAR_H_ diff --git a/sys/amd64/isa/atpic.c b/sys/amd64/isa/atpic.c index 7edaba259830..b650ae02ba40 100644 --- a/sys/amd64/isa/atpic.c +++ b/sys/amd64/isa/atpic.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/isa/atpic.c,v 1.25.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_auto_eoi.h" #include "opt_isa.h" diff --git a/sys/amd64/isa/atpic_vector.S b/sys/amd64/isa/atpic_vector.S index e7dcbc36a19f..2022b4e4f5a6 100644 --- a/sys/amd64/isa/atpic_vector.S +++ b/sys/amd64/isa/atpic_vector.S @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * from: vector.s, 386BSD 0.1 unknown origin - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/isa/atpic_vector.S,v 1.48.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index adc174358955..232ef7b273a5 100644 --- a/sys/amd64/isa/clock.c +++ b/sys/amd64/isa/clock.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/isa/clock.c,v 1.251.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * Routines to handle clock hardware. diff --git a/sys/amd64/isa/elcr.c b/sys/amd64/isa/elcr.c index 266d78396db9..bad410165337 100644 --- a/sys/amd64/isa/elcr.c +++ b/sys/amd64/isa/elcr.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/isa/elcr.c,v 1.2.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * The ELCR is a register that controls the trigger mode and polarity of diff --git a/sys/amd64/isa/icu.h b/sys/amd64/isa/icu.h index c484eccdfc3e..abbcd687dd7f 100644 --- a/sys/amd64/isa/icu.h +++ b/sys/amd64/isa/icu.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)icu.h 5.6 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/isa/icu.h,v 1.36.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ /* diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c index 1f202262528c..0795d45deae6 100644 --- a/sys/amd64/isa/isa.c +++ b/sys/amd64/isa/isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/isa/isa.c,v 1.149.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /*- * Modifications for Intel architecture by Garrett A. Wollman. diff --git a/sys/amd64/isa/isa.h b/sys/amd64/isa/isa.h index 3c58e6c600ca..e56a46ccc515 100644 --- a/sys/amd64/isa/isa.h +++ b/sys/amd64/isa/isa.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/isa/isa.h,v 1.29.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _I386_ISA_ISA_H_ diff --git a/sys/amd64/isa/isa_dma.c b/sys/amd64/isa/isa_dma.c index ffd3baaddbae..b5b77fe1a6d9 100644 --- a/sys/amd64/isa/isa_dma.c +++ b/sys/amd64/isa/isa_dma.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/isa/isa_dma.c,v 1.22.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); /* * code to manage AT bus diff --git a/sys/amd64/isa/nmi.c b/sys/amd64/isa/nmi.c index 887879a31998..50a63baafd32 100644 --- a/sys/amd64/isa/nmi.c +++ b/sys/amd64/isa/nmi.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/isa/nmi.c,v 1.80.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_mca.h" diff --git a/sys/amd64/linux32/Makefile b/sys/amd64/linux32/Makefile index ae4f1078a2ad..027e880e8d86 100644 --- a/sys/amd64/linux32/Makefile +++ b/sys/amd64/linux32/Makefile @@ -1,6 +1,6 @@ # Makefile for syscall tables # -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/linux32/Makefile,v 1.1.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ all: @echo "make sysent only" diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index 350e773144ab..997fc1fb3dd9 100644 --- a/sys/amd64/linux32/linux.h +++ b/sys/amd64/linux32/linux.h @@ -27,7 +27,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/sys/amd64/linux32/linux.h,v 1.29.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _AMD64_LINUX_H_ diff --git a/sys/amd64/linux32/linux32_dummy.c b/sys/amd64/linux32/linux32_dummy.c index c20f422f4a37..fb3662afec93 100644 --- a/sys/amd64/linux32/linux32_dummy.c +++ b/sys/amd64/linux32/linux32_dummy.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/linux32/linux32_dummy.c,v 1.13.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/linux32/linux32_genassym.c b/sys/amd64/linux32/linux32_genassym.c index fd708dcfb686..5a0bbcdc1906 100644 --- a/sys/amd64/linux32/linux32_genassym.c +++ b/sys/amd64/linux32/linux32_genassym.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/linux32/linux32_genassym.c,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/assym.h> diff --git a/sys/amd64/linux32/linux32_ipc64.h b/sys/amd64/linux32/linux32_ipc64.h index f8c92c4803ec..38631cff8f08 100644 --- a/sys/amd64/linux32/linux32_ipc64.h +++ b/sys/amd64/linux32/linux32_ipc64.h @@ -25,7 +25,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/sys/amd64/linux32/linux32_ipc64.h,v 1.1.30.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _AMD64_LINUX_LINUX_IPC64_H_ diff --git a/sys/amd64/linux32/linux32_locore.s b/sys/amd64/linux32/linux32_locore.s index 36e1abf87b83..b3717ca21aa5 100644 --- a/sys/amd64/linux32/linux32_locore.s +++ b/sys/amd64/linux32/linux32_locore.s @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/amd64/linux32/linux32_locore.s,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "linux32_assym.h" /* system definitions */ #include <machine/asmacros.h> /* miscellaneous asm macros */ diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c index 46119b67df69..39dc5b33ce60 100644 --- a/sys/amd64/linux32/linux32_machdep.c +++ b/sys/amd64/linux32/linux32_machdep.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/linux32/linux32_machdep.c,v 1.53.2.1.2.2 2009/11/05 16:16:56 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/amd64/linux32/linux32_proto.h b/sys/amd64/linux32/linux32_proto.h index 012a94160c63..55f69b6590ca 100644 --- a/sys/amd64/linux32/linux32_proto.h +++ b/sys/amd64/linux32/linux32_proto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/linux32/linux32_proto.h,v 1.39.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 185438 2008-11-29 14:55:24Z kib */ diff --git a/sys/amd64/linux32/linux32_support.s b/sys/amd64/linux32/linux32_support.s index 42375c3f9bff..2b5acc32d243 100644 --- a/sys/amd64/linux32/linux32_support.s +++ b/sys/amd64/linux32/linux32_support.s @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/linux32/linux32_support.s,v 1.1.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #include "linux32_assym.h" /* system definitions */ diff --git a/sys/amd64/linux32/linux32_syscall.h b/sys/amd64/linux32/linux32_syscall.h index 1b06fb776192..af966413ef10 100644 --- a/sys/amd64/linux32/linux32_syscall.h +++ b/sys/amd64/linux32/linux32_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/linux32/linux32_syscall.h,v 1.39.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 185438 2008-11-29 14:55:24Z kib */ diff --git a/sys/amd64/linux32/linux32_sysent.c b/sys/amd64/linux32/linux32_sysent.c index 1c570493d3c0..2901128cd16a 100644 --- a/sys/amd64/linux32/linux32_sysent.c +++ b/sys/amd64/linux32/linux32_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/amd64/linux32/linux32_sysent.c,v 1.40.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 185438 2008-11-29 14:55:24Z kib */ diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c index 54a04eea5810..446740869764 100644 --- a/sys/amd64/linux32/linux32_sysvec.c +++ b/sys/amd64/linux32/linux32_sysvec.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/linux32/linux32_sysvec.c,v 1.52.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_compat.h" #ifndef COMPAT_IA32 diff --git a/sys/amd64/linux32/syscalls.conf b/sys/amd64/linux32/syscalls.conf index b9dfc9340e26..24a8eb6f81aa 100644 --- a/sys/amd64/linux32/syscalls.conf +++ b/sys/amd64/linux32/syscalls.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/linux32/syscalls.conf,v 1.2.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $ sysnames="/dev/null" sysproto="linux32_proto.h" sysproto_h=_LINUX_SYSPROTO_H_ diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master index 9aff0fc93171..31813270de39 100644 --- a/sys/amd64/linux32/syscalls.master +++ b/sys/amd64/linux32/syscalls.master @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.36.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). diff --git a/sys/amd64/pci/pci_bus.c b/sys/amd64/pci/pci_bus.c index e943df1278e6..09f4e4e9ba03 100644 --- a/sys/amd64/pci/pci_bus.c +++ b/sys/amd64/pci/pci_bus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/pci/pci_bus.c,v 1.124.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c index be9e40488ee0..5c1cebe41876 100644 --- a/sys/amd64/pci/pci_cfgreg.c +++ b/sys/amd64/pci/pci_cfgreg.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/pci/pci_cfgreg.c,v 1.115.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> |