diff options
Diffstat (limited to 'sys/amd64')
176 files changed, 175 insertions, 177 deletions
diff --git a/sys/amd64/Makefile b/sys/amd64/Makefile index 3925e74befc3..b91acbc8d325 100644 --- a/sys/amd64/Makefile +++ b/sys/amd64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/Makefile,v 1.12.2.1.4.1 2010/06/14 02:09:06 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..085a92c6daef 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.4.1 2010/06/14 02:09:06 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..9661ba918aeb 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * 6.1 : Environmental support diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index ad5f85489a92..2da4aa7302a3 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.3.2.1 2010/06/14 02:09:06 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..6fe0a1f6b5cc 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/acpica/acpi_wakecode.S b/sys/amd64/acpica/acpi_wakecode.S index 4e82f53196af..2a10f14f0ea0 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define LOCORE diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index bcc405fca0a3..bdff8b3dd86f 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.4.1 2010/06/14 02:09:06 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..14cb3a6af879 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.4.1 2010/06/14 02:09:06 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..abad789b2019 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.4.1 2010/06/14 02:09:06 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 a4096820bea3..7ef35afd1494 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.2.2.1 2010/06/14 02:09:06 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 e50d3e72828b..d8cd02f93593 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.2.2.1 2010/06/14 02:09:06 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 4cfc18b5fdeb..a5aa94687baa 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/amd64/atomic.c b/sys/amd64/amd64/atomic.c index 1b4ff7eaa693..f355deceaa43 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.4.1 2010/06/14 02:09:06 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..9b4d2380ddcb 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.4.1 2010/06/14 02:09:06 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..f9d6ec1d56f9 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.4.1 2010/06/14 02:09:06 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..cf1180e41be2 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.4.1 2010/06/14 02:09:06 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..5a18a3eaa895 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _BPF_JIT_MACHDEP_H_ diff --git a/sys/amd64/amd64/busdma_machdep.c b/sys/amd64/amd64/busdma_machdep.c index fae6ef36687b..83bbdc70d5c0 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.2.2.1 2010/06/14 02:09:06 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..2ac0c2dc90bd 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/amd64/db_disasm.c b/sys/amd64/amd64/db_disasm.c index a6dbf694fd68..8bd602a6249e 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Instruction disassembler. diff --git a/sys/amd64/amd64/db_interface.c b/sys/amd64/amd64/db_interface.c index 287c236231f3..87e04f721e23 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Interface to new debugger. diff --git a/sys/amd64/amd64/db_trace.c b/sys/amd64/amd64/db_trace.c index cba90f2f5778..0a6030d67154 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/amd64/dump_machdep.c b/sys/amd64/amd64/dump_machdep.c index a62f1e4b5310..296eb7ccb2a8 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.4.1 2010/06/14 02:09:06 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 dc7c8b9ed8a6..08bfc1ac87f8 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.4.2.1 2010/06/14 02:09:06 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 0de197bbeec1..404576dacb1b 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.6.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "opt_atpic.h" diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 10cb6c2a0b71..350c1708d472 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.4.1 2010/06/14 02:09:06 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..1e2984504392 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.4.1 2010/06/14 02:09:06 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..d2087db0da13 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.4.1 2010/06/14 02:09:06 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 287c9c25c775..a40e3116a004 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.6.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/amd64/in_cksum.c b/sys/amd64/amd64/in_cksum.c index ae02e91d9203..c8ee03e7e222 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.4.1 2010/06/14 02:09:06 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 c97ad3dbbb19..d68dfe3eea62 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.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c index 6ab80df9d87d..4a47b3210fc6 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/amd64/io.c b/sys/amd64/amd64/io.c index c2d0d515555b..3aba8592ed2d 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/amd64/amd64/io_apic.c b/sys/amd64/amd64/io_apic.c index ea44dcc58aec..7f11a9455f57 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_isa.h" diff --git a/sys/amd64/amd64/legacy.c b/sys/amd64/amd64/legacy.c index 9793c0246608..6873198727e3 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.4.1 2010/06/14 02:09:06 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 8edc971c95cf..e6c719933c47 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.8.2.1 2010/06/14 02:09:06 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..c7466baa657b 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index 76713767ea2c..7bbbd474427d 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.7.2.1 2010/06/14 02:09:06 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 ccbab1757c6f..e355e8c4331e 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.6.2.1 2010/06/14 02:09:06 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..732899d44297 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Memory special file diff --git a/sys/amd64/amd64/minidump_machdep.c b/sys/amd64/amd64/minidump_machdep.c index a9af809ece1f..47259c46895d 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.4.1 2010/06/14 02:09:06 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..2af9e86dc5c5 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.4.1 2010/06/14 02:09:06 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..6dbdf70940e6 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "opt_mp_watchdog.h" diff --git a/sys/amd64/amd64/mpboot.S b/sys/amd64/amd64/mpboot.S index ec30c72ecb9b..84891ea80cb1 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.4.1 2010/06/14 02:09:06 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..ce916690082b 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.4.1 2010/06/14 02:09:06 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..bd0a24ab1bcf 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.4.1 2010/06/14 02:09:06 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 6745ce2f5990..aae95c33dc00 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/amd64/amd64/nexus.c b/sys/amd64/amd64/nexus.c index 61cb58775aea..ce273c493da0 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.2.2.1 2010/06/14 02:09:06 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 516048d5a452..4979c71a3b0c 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.12.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Manages physical address maps. diff --git a/sys/amd64/amd64/prof_machdep.c b/sys/amd64/amd64/prof_machdep.c index 6c848df957db..d3956acb2396 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); #ifdef GUPROF #if 0 diff --git a/sys/amd64/amd64/sigtramp.S b/sys/amd64/amd64/sigtramp.S index a05ea8587b56..d50073939164 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/syscall.h> diff --git a/sys/amd64/amd64/stack_machdep.c b/sys/amd64/amd64/stack_machdep.c index 57908e202a0f..669263ed9ab2 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.4.1 2010/06/14 02:09:06 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..08300b184eaf 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "opt_ddb.h" diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c index bb81664a3ed3..cee8f6ae4073 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.2.2.1 2010/06/14 02:09:06 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 4891e9d098e2..3ce7010d4361 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.10.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * AMD64 Trap and System call handling diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c index dcda7513111c..93e9a956d38d 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_clock.h" diff --git a/sys/amd64/amd64/uio_machdep.c b/sys/amd64/amd64/uio_machdep.c index d3897cf14d9a..b1d00f6cb7f9 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.4.1 2010/06/14 02:09:06 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..19ab2b479052 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.4.1 2010/06/14 02:09:06 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 d6906ac69484..18d1e8efcc8b 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.4.2.1 2010/06/14 02:09:06 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 1fb52b34e0c2..665143b0d12e 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $ machine amd64 diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 999ccb7b1ad0..5f36fb7af4de 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.13.2.1 2010/06/14 02:09:06 kensmith Exp $ cpu HAMMER ident GENERIC diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints index 731124d04105..d83e6f70ca22 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.4.1 2010/06/14 02:09:06 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 1d2513f2abfb..ede6f8d55a61 100644 --- a/sys/amd64/conf/Makefile +++ b/sys/amd64/conf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/conf/Makefile,v 1.9.34.2.2.1 2010/06/14 02:09:06 kensmith Exp $ TARGET=amd64 diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 4b6debb34c94..d05e56f6567e 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.6.2.1 2010/06/14 02:09:06 kensmith Exp $ # # diff --git a/sys/amd64/conf/XENHVM b/sys/amd64/conf/XENHVM index 377276e39fab..78ad84a84a73 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.4.2.1 2010/06/14 02:09:06 kensmith Exp $ cpu HAMMER ident XENHVM diff --git a/sys/amd64/ia32/ia32_exception.S b/sys/amd64/ia32/ia32_exception.S index 341f00e5a83b..e1689c606263 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/ia32/ia32_misc.c b/sys/amd64/ia32/ia32_misc.c index 2fa197219010..ae52a5c37099 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c index da5190f0db98..860d8949e4e9 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/ia32/ia32_reg.c,v 1.5.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_signal.c b/sys/amd64/ia32/ia32_signal.c index 15ba947473c8..fb089564b99a 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.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_sigtramp.S b/sys/amd64/ia32/ia32_sigtramp.S index 945516986600..41747270fb82 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_syscall.c b/sys/amd64/ia32/ia32_syscall.c index aa1ae6cbd719..478c55fd30cf 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * 386 Trap and System call handling diff --git a/sys/amd64/include/_bus.h b/sys/amd64/include/_bus.h index a8cbf4810c75..50c8b110d802 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef AMD64_INCLUDE__BUS_H diff --git a/sys/amd64/include/_inttypes.h b/sys/amd64/include/_inttypes.h index e6b2536ff379..0c9efa4b2bfb 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/amd64/include/_limits.h b/sys/amd64/include/_limits.h index bd0f2efe2254..e29d0df8db12 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/amd64/include/_stdint.h b/sys/amd64/include/_stdint.h index 0c56c6d4e1fa..4b8a8d38026f 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/amd64/include/_types.h b/sys/amd64/include/_types.h index 89d2e861b418..b38924a1e629 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/amd64/include/acpica_machdep.h b/sys/amd64/include/acpica_machdep.h index 9943af793f8f..1bcb502bfec4 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /****************************************************************************** diff --git a/sys/amd64/include/apicreg.h b/sys/amd64/include/apicreg.h index 81c4b7e15314..28473f0a43a8 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_APICREG_H_ diff --git a/sys/amd64/include/apicvar.h b/sys/amd64/include/apicvar.h index 91bba992d8bf..09d68c2a395a 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.6.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_APICVAR_H_ diff --git a/sys/amd64/include/asm.h b/sys/amd64/include/asm.h index 7efd6426731d..f0d43fbe916d 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/amd64/include/asmacros.h b/sys/amd64/include/asmacros.h index 0bf0029ef105..45c0e038068e 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/amd64/include/atomic.h b/sys/amd64/include/atomic.h index a2bd93002e8b..5e8d54060223 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.4.1 2010/06/14 02:09:06 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..6e69cde8b193 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.4.1 2010/06/14 02:09:06 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..2a6bc99e40e9 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _AMD64_BUS_DMA_H_ diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index 8af699eae45a..c803e816e879 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index d7a3203c1a3d..7699ad682256 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index dee78cb57a1d..cccc558c638a 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/include/cputypes.h b/sys/amd64/include/cputypes.h index eeec4e020e8c..19cd49fc9869 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/amd64/include/db_machdep.h b/sys/amd64/include/db_machdep.h index 29e385e3af0c..4404442c6bc8 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/amd64/include/elf.h b/sys/amd64/include/elf.h index 678f5d3ba0f4..c5199bf3a4db 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/amd64/include/endian.h b/sys/amd64/include/endian.h index 712b5a598cbd..3098eaef9b08 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/amd64/include/exec.h b/sys/amd64/include/exec.h index 8d07887be252..bf04bcd76982 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/amd64/include/float.h b/sys/amd64/include/float.h index 8f0d7136bba5..b5ac427af8e2 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/amd64/include/floatingpoint.h b/sys/amd64/include/floatingpoint.h index cda9e46230ca..cbc247e80681 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h index 272f94a7c6a4..cfbe84347d34 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h index 12722a48585f..3eb0cebe52fe 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/amd64/include/gdb_machdep.h b/sys/amd64/include/gdb_machdep.h index d8c25b90fea6..09000ede0ac2 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/amd64/include/ieeefp.h b/sys/amd64/include/ieeefp.h index 124449279d02..02af885f497f 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/amd64/include/in_cksum.h b/sys/amd64/include/in_cksum.h index adfde8f22d1b..28c2ddc62b3f 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/amd64/include/intr_machdep.h b/sys/amd64/include/intr_machdep.h index 6cd4eee6664c..b1cf511071b9 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __MACHINE_INTR_MACHDEP_H__ diff --git a/sys/amd64/include/iodev.h b/sys/amd64/include/iodev.h index 9f53cacff001..364bc0b26385 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_IODEV_H_ #define _MACHINE_IODEV_H_ diff --git a/sys/amd64/include/kdb.h b/sys/amd64/include/kdb.h index 56d20184bd34..4d745c86fbc7 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/amd64/include/legacyvar.h b/sys/amd64/include/legacyvar.h index 12a2864f1aaf..7235906000b3 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_LEGACYVAR_H_ diff --git a/sys/amd64/include/limits.h b/sys/amd64/include/limits.h index 35eea1f619de..a268ea83f796 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/amd64/include/mca.h b/sys/amd64/include/mca.h index bc09480906b1..fb0721408beb 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __MACHINE_MCA_H__ diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h index 88f3e1dbaed8..5033fd785a06 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.4.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/amd64/include/memdev.h b/sys/amd64/include/memdev.h index 97000c951b29..772c5130c1fd 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #define CDEV_MINOR_MEM 0 diff --git a/sys/amd64/include/metadata.h b/sys/amd64/include/metadata.h index 4c7ec9e154a2..598bfdf719dd 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/amd64/include/minidump.h b/sys/amd64/include/minidump.h index 1ea92b773213..1f59c1a007e8 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_MINIDUMP_H_ diff --git a/sys/amd64/include/mp_watchdog.h b/sys/amd64/include/mp_watchdog.h index bcec051a942f..e567537d2dfe 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_MP_WATCHDOG_H_ diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index 451d9ce14d55..387ab793f5a4 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef __MACHINE_MPTABLE_H__ diff --git a/sys/amd64/include/mutex.h b/sys/amd64/include/mutex.h index a2edadd366b6..b275ca8325de 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/amd64/include/nexusvar.h b/sys/amd64/include/nexusvar.h index c39a686b4937..90e5b8804ed9 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_NEXUSVAR_H_ diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index 10d3ab3d6b25..c20c2e46a501 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index 364f86cb32e9..f8ca549e3ce0 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.4.1 2010/06/14 02:09:06 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..df03ad415f07 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Color attributes for foreground text */ diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index b26188a5bf70..3f8c18f30f6a 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _AMD64_PCB_H_ diff --git a/sys/amd64/include/pci_cfgreg.h b/sys/amd64/include/pci_cfgreg.h index 75882821bfe0..fd1566ee9d55 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.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index 30f7a7be82d3..109b97c054aa 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index 11a5628082f4..abf8112cdfc0 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/amd64/include/pmc_mdep.h b/sys/amd64/include/pmc_mdep.h index 4f164852d3c0..85600d298797 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.3.2.1 2010/06/14 02:09:06 kensmith Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/amd64/include/ppireg.h b/sys/amd64/include/ppireg.h index 5774757ce67a..4c59d3bfc44c 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index acea4c0a77f0..6db711633533 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h index 0083091daf2c..52301be99f9f 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/amd64/include/psl.h b/sys/amd64/include/psl.h index 07c21ea6e8e8..5f7fe0d5e674 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/amd64/include/ptrace.h b/sys/amd64/include/ptrace.h index eef24f829b48..77ae1ca9ab18 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h index 4a839181882e..8f2c891e0aa1 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/amd64/include/reloc.h b/sys/amd64/include/reloc.h index 188319323399..564ce792658b 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _I386_MACHINE_RELOC_H_ diff --git a/sys/amd64/include/resource.h b/sys/amd64/include/resource.h index edde5eb29908..3e8b74684545 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /*- * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/amd64/include/runq.h b/sys/amd64/include/runq.h index 855e315b6847..76f401af7463 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/amd64/include/segments.h b/sys/amd64/include/segments.h index 3dca80ad5be6..dc708571174d 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_SEGMENTS_H_ diff --git a/sys/amd64/include/setjmp.h b/sys/amd64/include/setjmp.h index c33f9a5baed5..f72598f33044 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/amd64/include/sf_buf.h b/sys/amd64/include/sf_buf.h index b5245e63d210..10714d2e3519 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/amd64/include/sigframe.h b/sys/amd64/include/sigframe.h index d104507d52f8..3f5300c89352 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h index 228e2d924bd1..1a41291d5718 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 1cc21a447f00..dd762edc4f90 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.4.1 2010/06/14 02:09:06 kensmith Exp $ * */ diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h index 895619cf6f7e..b57c19cc967a 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.7.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_SPECIALREG_H_ diff --git a/sys/amd64/include/stack.h b/sys/amd64/include/stack.h index 24e2547c67dc..1e5fb48c54d4 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_STACK_H_ diff --git a/sys/amd64/include/stdarg.h b/sys/amd64/include/stdarg.h index c315dfcee135..1fafc8abbd1a 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/amd64/include/sysarch.h b/sys/amd64/include/sysarch.h index 6c3e6c913b74..053a87ab5703 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/include/timerreg.h b/sys/amd64/include/timerreg.h index cf5f281c0aa1..27d0c9dd3742 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/include/trap.h b/sys/amd64/include/trap.h index f0176b2c97e7..63dce0659497 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h index fbbe3aff4189..490c5dc5aef5 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_TSS_H_ diff --git a/sys/amd64/include/ucontext.h b/sys/amd64/include/ucontext.h index c5bbd65b5a30..1de8e6795f8f 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/amd64/include/varargs.h b/sys/amd64/include/varargs.h index 93faac6a84dd..c26a925a37af 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/amd64/include/vm.h b/sys/amd64/include/vm.h index 4065a3605077..37cd922ad565 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _MACHINE_VM_H_ diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index 0b5004c68189..ab816acca10b 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ diff --git a/sys/amd64/include/xen/xenfunc.h b/sys/amd64/include/xen/xenfunc.h index d03d4f685e24..b9277d796979 100644 --- a/sys/amd64/include/xen/xenfunc.h +++ b/sys/amd64/include/xen/xenfunc.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/xen/xenfunc.h,v 1.1.2.1.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _XEN_XENFUNC_H_ diff --git a/sys/amd64/include/xen/xenvar.h b/sys/amd64/include/xen/xenvar.h index d9dbc5d9186a..9e52a0dc00ef 100644 --- a/sys/amd64/include/xen/xenvar.h +++ b/sys/amd64/include/xen/xenvar.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/xen/xenvar.h,v 1.1.2.2.2.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef XENVAR_H_ #define XENVAR_H_ diff --git a/sys/amd64/isa/atpic.c b/sys/amd64/isa/atpic.c index 7edaba259830..0a85b222da6e 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.4.1 2010/06/14 02:09:06 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..a4fe77912e06 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index 6e5da8ffaa63..01aa34ab397e 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.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); /* * Routines to handle clock hardware. diff --git a/sys/amd64/isa/elcr.c b/sys/amd64/isa/elcr.c index 266d78396db9..9390bc6c8cf6 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.4.1 2010/06/14 02:09:06 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..b12424ec9f2e 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ /* diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c index 1f202262528c..8719ac01baaa 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.4.1 2010/06/14 02:09:06 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..7d4acf3d325d 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.4.1 2010/06/14 02:09:06 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..45547bff7724 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); /* * code to manage AT bus diff --git a/sys/amd64/isa/nmi.c b/sys/amd64/isa/nmi.c index 887879a31998..98b8cdbb394b 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_mca.h" diff --git a/sys/amd64/linux32/Makefile b/sys/amd64/linux32/Makefile index ae4f1078a2ad..7e1beeb14900 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.4.1 2010/06/14 02:09:06 kensmith Exp $ all: @echo "make sysent only" diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index 350e773144ab..41b3d187afd6 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.4.1 2010/06/14 02:09:06 kensmith Exp $ */ #ifndef _AMD64_LINUX_H_ diff --git a/sys/amd64/linux32/linux32_dummy.c b/sys/amd64/linux32/linux32_dummy.c index c20f422f4a37..5c6450b3bb5b 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.4.1 2010/06/14 02:09:06 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..18089fde2cdd 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.4.1 2010/06/14 02:09:06 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..a4c4a214c1b5 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.4.1 2010/06/14 02:09:06 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..fe627050a985 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.4.1 2010/06/14 02:09:06 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..88365e473dab 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.2.2.1 2010/06/14 02:09:06 kensmith 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..b92b0f9d08ea 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.4.1 2010/06/14 02:09:06 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..7344f66d8de8 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.4.1 2010/06/14 02:09:06 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..c41ac2a8d860 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.4.1 2010/06/14 02:09:06 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..0955febaadd6 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.4.1 2010/06/14 02:09:06 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 d967ad70113f..4a4aed0c7f71 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.4.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_compat.h" #ifndef COMPAT_FREEBSD32 diff --git a/sys/amd64/linux32/syscalls.conf b/sys/amd64/linux32/syscalls.conf index b9dfc9340e26..783e2d4d876d 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.4.1 2010/06/14 02:09:06 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..a8384ed1a0d2 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.4.1 2010/06/14 02:09:06 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..cfaa9052ed3f 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.4.1 2010/06/14 02:09:06 kensmith Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c index 3e29a585be33..cbce2ce6e038 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.2.2.1 2010/06/14 02:09:06 kensmith Exp $"); #include <sys/param.h> #include <sys/systm.h> |
