diff options
Diffstat (limited to 'sys')
6005 files changed, 6045 insertions, 6061 deletions
diff --git a/sys/Makefile b/sys/Makefile index 35510cbac9f2..3aaa525f5c37 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/Makefile,v 1.33.2.2.2.1 2006/11/23 02:13:40 obrien Exp $ .if ${MACHINE_ARCH} == "arm" NO_BOOT= diff --git a/sys/alpha/Makefile b/sys/alpha/Makefile index da04916256da..b5bffdf21939 100644 --- a/sys/alpha/Makefile +++ b/sys/alpha/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/Makefile,v 1.1 2000/12/31 23:26:34 mjacob Exp $ # Makefile for alpha tags file diff --git a/sys/alpha/alpha/api_up1000.c b/sys/alpha/alpha/api_up1000.c index b2577b08544c..14eff2027de1 100644 --- a/sys/alpha/alpha/api_up1000.c +++ b/sys/alpha/alpha/api_up1000.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/api_up1000.c,v 1.11 2004/07/10 22:29:40 marcel Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/atomic.s b/sys/alpha/alpha/atomic.s index 03b866f28381..bb7d050484cc 100644 --- a/sys/alpha/alpha/atomic.s +++ b/sys/alpha/alpha/atomic.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/alpha/alpha/atomic.s,v 1.6 2002/10/30 01:41:44 gallatin Exp $ */ #include <machine/asm.h> diff --git a/sys/alpha/alpha/autoconf.c b/sys/alpha/alpha/autoconf.c index bae52779d70c..629aaeaac292 100644 --- a/sys/alpha/alpha/autoconf.c +++ b/sys/alpha/alpha/autoconf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/autoconf.c,v 1.63 2005/05/29 23:44:21 marcel Exp $"); #include "opt_bootp.h" #include "opt_isa.h" diff --git a/sys/alpha/alpha/busdma_machdep.c b/sys/alpha/alpha/busdma_machdep.c index a7eb1c5ad409..7c1f13375064 100644 --- a/sys/alpha/alpha/busdma_machdep.c +++ b/sys/alpha/alpha/busdma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/busdma_machdep.c,v 1.51.2.1 2005/09/26 19:35:33 jhb Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/alpha/alpha/busspace.c b/sys/alpha/alpha/busspace.c index bd9e52b61732..31b85dc1905e 100644 --- a/sys/alpha/alpha/busspace.c +++ b/sys/alpha/alpha/busspace.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/busspace.c,v 1.4 2003/08/22 07:20:25 imp Exp $"); #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ diff --git a/sys/alpha/alpha/clock.c b/sys/alpha/alpha/clock.c index 063cf9eeceb0..5a0798bedf76 100644 --- a/sys/alpha/alpha/clock.c +++ b/sys/alpha/alpha/clock.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/clock.c,v 1.39.2.2 2006/03/14 21:04:46 jhb Exp $"); #include "opt_clock.h" diff --git a/sys/alpha/alpha/clock_if.m b/sys/alpha/alpha/clock_if.m index d0584b6ce69f..11b18b6c0ea8 100644 --- a/sys/alpha/alpha/clock_if.m +++ b/sys/alpha/alpha/clock_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/alpha/clock_if.m,v 1.6 2005/01/05 20:05:48 imp Exp $ # #include <sys/bus.h> diff --git a/sys/alpha/alpha/cpuconf.c b/sys/alpha/alpha/cpuconf.c index 47d2be889fd7..afb6e881eaae 100644 --- a/sys/alpha/alpha/cpuconf.c +++ b/sys/alpha/alpha/cpuconf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/cpuconf.c,v 1.18 2005/01/05 20:05:48 imp Exp $"); #include "opt_cpu.h" diff --git a/sys/alpha/alpha/db_disasm.c b/sys/alpha/alpha/db_disasm.c index dd91ddb9e108..b5554155392e 100644 --- a/sys/alpha/alpha/db_disasm.c +++ b/sys/alpha/alpha/db_disasm.c @@ -46,7 +46,7 @@ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ /* __KERNEL_RCSID(0, "$NetBSD: db_disasm.c,v 1.4 1997/09/16 22:52:40 thorpej Exp $"); */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_disasm.c,v 1.11 2005/01/05 20:05:48 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/db_instruction.h b/sys/alpha/alpha/db_instruction.h index 65e38bac9a90..bc7850673aff 100644 --- a/sys/alpha/alpha/db_instruction.h +++ b/sys/alpha/alpha/db_instruction.h @@ -25,7 +25,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/alpha/db_instruction.h,v 1.7 2005/01/05 20:05:48 imp Exp $ */ /* diff --git a/sys/alpha/alpha/db_interface.c b/sys/alpha/alpha/db_interface.c index 12e6877a97d8..8951cd545f29 100644 --- a/sys/alpha/alpha/db_interface.c +++ b/sys/alpha/alpha/db_interface.c @@ -47,7 +47,7 @@ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ /* __KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.2 1997/09/16 19:07:19 thorpej Exp $"); */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_interface.c,v 1.30 2005/01/05 20:05:48 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/db_trace.c b/sys/alpha/alpha/db_trace.c index 12b6af46893d..6ac68c9da2f4 100644 --- a/sys/alpha/alpha/db_trace.c +++ b/sys/alpha/alpha/db_trace.c @@ -42,7 +42,7 @@ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ /*__KERNEL_RCSID(0, "$NetBSD: db_trace.c,v 1.9 2000/12/13 03:16:36 mycroft Exp $");*/ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/db_trace.c,v 1.23.2.1 2006/03/13 03:03:47 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/dec_1000a.c b/sys/alpha/alpha/dec_1000a.c index 0521af24696c..e30d670196c0 100644 --- a/sys/alpha/alpha/dec_1000a.c +++ b/sys/alpha/alpha/dec_1000a.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_1000a.c,v 1.19 2005/01/05 20:05:48 imp Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_2100_a50.c b/sys/alpha/alpha/dec_2100_a50.c index 51486d2c99f2..405541ee97f0 100644 --- a/sys/alpha/alpha/dec_2100_a50.c +++ b/sys/alpha/alpha/dec_2100_a50.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_2100_a50.c,v 1.20 2005/01/05 20:05:48 imp Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_2100_a500.c b/sys/alpha/alpha/dec_2100_a500.c index 10d5df7aeb8a..85c8432afe91 100644 --- a/sys/alpha/alpha/dec_2100_a500.c +++ b/sys/alpha/alpha/dec_2100_a500.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_2100_a500.c,v 1.19 2005/01/05 20:05:48 imp Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_3000_300.c b/sys/alpha/alpha/dec_3000_300.c index d36711113756..d51565536b2c 100644 --- a/sys/alpha/alpha/dec_3000_300.c +++ b/sys/alpha/alpha/dec_3000_300.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_3000_300.c,v 1.7 2005/01/05 20:05:48 imp Exp $"); #include "opt_cpu.h" diff --git a/sys/alpha/alpha/dec_3000_500.c b/sys/alpha/alpha/dec_3000_500.c index eb144a73f92c..f44d640f88ff 100644 --- a/sys/alpha/alpha/dec_3000_500.c +++ b/sys/alpha/alpha/dec_3000_500.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_3000_500.c,v 1.7 2005/01/05 20:05:48 imp Exp $"); #include "opt_cpu.h" diff --git a/sys/alpha/alpha/dec_axppci_33.c b/sys/alpha/alpha/dec_axppci_33.c index b19226d2a58a..644d1719f32c 100644 --- a/sys/alpha/alpha/dec_axppci_33.c +++ b/sys/alpha/alpha/dec_axppci_33.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_axppci_33.c,v 1.23 2005/01/05 20:05:48 imp Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_eb164.c b/sys/alpha/alpha/dec_eb164.c index e17400181f1c..3b8648f9dd8f 100644 --- a/sys/alpha/alpha/dec_eb164.c +++ b/sys/alpha/alpha/dec_eb164.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_eb164.c,v 1.21 2005/01/05 20:05:48 imp Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_eb64plus.c b/sys/alpha/alpha/dec_eb64plus.c index f16a39574187..a1e5f9919392 100644 --- a/sys/alpha/alpha/dec_eb64plus.c +++ b/sys/alpha/alpha/dec_eb64plus.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_eb64plus.c,v 1.18 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_kn20aa.c b/sys/alpha/alpha/dec_kn20aa.c index d4d01d075e35..ee75bbb034ea 100644 --- a/sys/alpha/alpha/dec_kn20aa.c +++ b/sys/alpha/alpha/dec_kn20aa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_kn20aa.c,v 1.21 2005/02/10 00:35:31 ticso Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_kn300.c b/sys/alpha/alpha/dec_kn300.c index 70b11339f843..e527693fe381 100644 --- a/sys/alpha/alpha/dec_kn300.c +++ b/sys/alpha/alpha/dec_kn300.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_kn300.c,v 1.15 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_kn8ae.c b/sys/alpha/alpha/dec_kn8ae.c index fbc98407d058..54ab752072a7 100644 --- a/sys/alpha/alpha/dec_kn8ae.c +++ b/sys/alpha/alpha/dec_kn8ae.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_kn8ae.c,v 1.15 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/dec_st550.c b/sys/alpha/alpha/dec_st550.c index f664b298937a..17efaef84724 100644 --- a/sys/alpha/alpha/dec_st550.c +++ b/sys/alpha/alpha/dec_st550.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_st550.c,v 1.18 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/dec_st6600.c b/sys/alpha/alpha/dec_st6600.c index 275094613acf..8182fb46a583 100644 --- a/sys/alpha/alpha/dec_st6600.c +++ b/sys/alpha/alpha/dec_st6600.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dec_st6600.c,v 1.18 2004/07/10 22:29:40 marcel Exp $"); #include <sys/param.h> #include <sys/reboot.h> diff --git a/sys/alpha/alpha/divrem.m4 b/sys/alpha/alpha/divrem.m4 index c8a5d549d803..74ac4191880e 100644 --- a/sys/alpha/alpha/divrem.m4 +++ b/sys/alpha/alpha/divrem.m4 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/alpha/divrem.m4,v 1.5 2005/01/05 20:05:49 imp Exp $ */ /* $NetBSD: divrem.m4,v 1.5 1996/10/17 04:26:25 cgd Exp $ */ /*- diff --git a/sys/alpha/alpha/dump_machdep.c b/sys/alpha/alpha/dump_machdep.c index 42523d75ddb2..c76350476659 100644 --- a/sys/alpha/alpha/dump_machdep.c +++ b/sys/alpha/alpha/dump_machdep.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/dump_machdep.c,v 1.6 2003/12/23 02:36:41 peter Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/elf_machdep.c b/sys/alpha/alpha/elf_machdep.c index 6a3c0607cc06..8c93f7e1af8e 100644 --- a/sys/alpha/alpha/elf_machdep.c +++ b/sys/alpha/alpha/elf_machdep.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/elf_machdep.c,v 1.19.8.1 2005/12/30 22:13:57 marcel Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/alpha/alpha/exception.s b/sys/alpha/alpha/exception.s index 39159b190e2d..507292ccd842 100644 --- a/sys/alpha/alpha/exception.s +++ b/sys/alpha/alpha/exception.s @@ -24,7 +24,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * $NetBSD: locore.s,v 1.47 1998/03/22 07:26:32 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/alpha/exception.s,v 1.18 2005/01/05 20:05:49 imp Exp $ */ #include <machine/asm.h> diff --git a/sys/alpha/alpha/fp_emulate.c b/sys/alpha/alpha/fp_emulate.c index 7e8aa5e5abcd..b0566c58a0d5 100644 --- a/sys/alpha/alpha/fp_emulate.c +++ b/sys/alpha/alpha/fp_emulate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/fp_emulate.c,v 1.15 2004/11/27 06:51:32 das Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/gdb_machdep.c b/sys/alpha/alpha/gdb_machdep.c index 410aab6ed23d..8b518414f004 100644 --- a/sys/alpha/alpha/gdb_machdep.c +++ b/sys/alpha/alpha/gdb_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/gdb_machdep.c,v 1.3 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/genassym.c b/sys/alpha/alpha/genassym.c index b8cf1714c18c..cd5e7290ea91 100644 --- a/sys/alpha/alpha/genassym.c +++ b/sys/alpha/alpha/genassym.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/genassym.c,v 1.45 2004/11/20 02:28:14 das Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/ieee_float.c b/sys/alpha/alpha/ieee_float.c index 003068bca6b4..6816553f13d2 100644 --- a/sys/alpha/alpha/ieee_float.c +++ b/sys/alpha/alpha/ieee_float.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/ieee_float.c,v 1.10 2004/05/06 09:36:11 das Exp $"); #include <sys/types.h> #ifdef TEST diff --git a/sys/alpha/alpha/ieee_float.h b/sys/alpha/alpha/ieee_float.h index ae5b8701a944..b16606e182dc 100644 --- a/sys/alpha/alpha/ieee_float.h +++ b/sys/alpha/alpha/ieee_float.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/alpha/alpha/ieee_float.h,v 1.2 1999/08/28 00:38:27 peter Exp $ */ #define S_FORMAT 0 /* IEEE single */ diff --git a/sys/alpha/alpha/in_cksum.c b/sys/alpha/alpha/in_cksum.c index aa9d939252ae..a4ebf564b6c6 100644 --- a/sys/alpha/alpha/in_cksum.c +++ b/sys/alpha/alpha/in_cksum.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/in_cksum.c,v 1.9 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/alpha/alpha/interrupt.c b/sys/alpha/alpha/interrupt.c index b4a7500c2fb8..1c9fc2b0e206 100644 --- a/sys/alpha/alpha/interrupt.c +++ b/sys/alpha/alpha/interrupt.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ /* __KERNEL_RCSID(0, "$NetBSD: interrupt.c,v 1.23 1998/02/24 07:38:01 thorpej Exp $");*/ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/interrupt.c,v 1.86.2.2 2006/03/10 19:37:30 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/locore.s b/sys/alpha/alpha/locore.s index d96777a71da4..9dbaf296b13e 100644 --- a/sys/alpha/alpha/locore.s +++ b/sys/alpha/alpha/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/alpha/alpha/locore.s,v 1.23 2005/01/05 20:05:49 imp Exp $ */ /*- diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index a106ce247ed7..64638e2b82b9 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -88,7 +88,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/machdep.c,v 1.235.2.2 2006/03/07 18:08:08 jhb Exp $"); #include "opt_compat.h" #include "opt_ddb.h" diff --git a/sys/alpha/alpha/mem.c b/sys/alpha/alpha/mem.c index fdc59caa6fd2..5b644eda1b58 100644 --- a/sys/alpha/alpha/mem.c +++ b/sys/alpha/alpha/mem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/mem.c,v 1.51 2004/08/01 11:40:50 markm Exp $"); /* * Memory special file diff --git a/sys/alpha/alpha/mp_machdep.c b/sys/alpha/alpha/mp_machdep.c index c1b9706d8118..364d0cc01ea9 100644 --- a/sys/alpha/alpha/mp_machdep.c +++ b/sys/alpha/alpha/mp_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/mp_machdep.c,v 1.56 2005/04/04 21:53:51 jhb Exp $"); #include "opt_kstack_pages.h" diff --git a/sys/alpha/alpha/pal.s b/sys/alpha/alpha/pal.s index fdf2a469562a..d483f33e61c5 100644 --- a/sys/alpha/alpha/pal.s +++ b/sys/alpha/alpha/pal.s @@ -40,7 +40,7 @@ #include <machine/asm.h> __KERNEL_RCSID(1, "$NetBSD: pal.s,v 1.12 1998/02/27 03:44:53 thorpej Exp $"); -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/pal.s,v 1.9 2005/01/05 20:05:49 imp Exp $"); .text .loc 1 __LINE__ diff --git a/sys/alpha/alpha/pmap.c b/sys/alpha/alpha/pmap.c index 30f18fdb40cf..a8ce40225919 100644 --- a/sys/alpha/alpha/pmap.c +++ b/sys/alpha/alpha/pmap.c @@ -148,7 +148,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/pmap.c,v 1.178.2.3 2005/11/19 20:31:29 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/prom.c b/sys/alpha/alpha/prom.c index 95a936157f06..c1d5fa978a7b 100644 --- a/sys/alpha/alpha/prom.c +++ b/sys/alpha/alpha/prom.c @@ -26,7 +26,7 @@ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ /* __KERNEL_RCSID(0, "$NetBSD: prom.c,v 1.22 1998/02/27 04:03:00 thorpej Exp $"); */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/prom.c,v 1.30 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/alpha/prom_disp.s b/sys/alpha/alpha/prom_disp.s index 1fb4ff76b934..b6ab7ecc6a5e 100644 --- a/sys/alpha/alpha/prom_disp.s +++ b/sys/alpha/alpha/prom_disp.s @@ -29,7 +29,7 @@ #include <machine/asm.h> #else __KERNEL_RCSID(2, "$NetBSD: prom_disp.s,v 1.8 1997/11/03 04:22:03 ross Exp $"); -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/prom_disp.s,v 1.6 2005/01/05 20:05:49 imp Exp $"); #endif .globl prom_dispatch_v diff --git a/sys/alpha/alpha/promcons.c b/sys/alpha/alpha/promcons.c index baf96c8c7795..50d1f270eb4c 100644 --- a/sys/alpha/alpha/promcons.c +++ b/sys/alpha/alpha/promcons.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/promcons.c,v 1.44 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/alpha/alpha/sgmap.c b/sys/alpha/alpha/sgmap.c index baa606486b6d..11c6a5e24604 100644 --- a/sys/alpha/alpha/sgmap.c +++ b/sys/alpha/alpha/sgmap.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/sgmap.c,v 1.7 2004/07/01 15:07:26 gallatin Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/alpha/alpha/support.s b/sys/alpha/alpha/support.s index b2b7cf438277..fcb67298a430 100644 --- a/sys/alpha/alpha/support.s +++ b/sys/alpha/alpha/support.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/alpha/alpha/support.s,v 1.18 2005/01/05 20:05:49 imp Exp $ */ /*- diff --git a/sys/alpha/alpha/swtch.s b/sys/alpha/alpha/swtch.s index 8523a2457973..bae92b2a1b7a 100644 --- a/sys/alpha/alpha/swtch.s +++ b/sys/alpha/alpha/swtch.s @@ -25,7 +25,7 @@ * rights to redistribute these changes. * * $NetBSD: locore.s,v 1.47 1998/03/22 07:26:32 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/alpha/swtch.s,v 1.34 2003/08/12 19:33:35 jhb Exp $ */ #define _LOCORE diff --git a/sys/alpha/alpha/sys_machdep.c b/sys/alpha/alpha/sys_machdep.c index 420f666e787e..bf7247062998 100644 --- a/sys/alpha/alpha/sys_machdep.c +++ b/sys/alpha/alpha/sys_machdep.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/sys_machdep.c,v 1.28 2004/11/27 06:51:32 das Exp $"); #include "opt_mac.h" diff --git a/sys/alpha/alpha/trap.c b/sys/alpha/alpha/trap.c index 119a763e5db5..939123fdeade 100644 --- a/sys/alpha/alpha/trap.c +++ b/sys/alpha/alpha/trap.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/trap.c,v 1.123.2.1 2006/03/07 18:08:08 jhb Exp $"); /* #include "opt_fix_unaligned_vax_fp.h" */ #include "opt_ddb.h" diff --git a/sys/alpha/alpha/uio_machdep.c b/sys/alpha/alpha/uio_machdep.c index a96c3982b586..e279cc2de1db 100644 --- a/sys/alpha/alpha/uio_machdep.c +++ b/sys/alpha/alpha/uio_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/uio_machdep.c,v 1.5 2005/01/05 20:05:49 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/alpha/alpha/uma_machdep.c b/sys/alpha/alpha/uma_machdep.c index 1847022ea29f..6f9945bd4317 100644 --- a/sys/alpha/alpha/uma_machdep.c +++ b/sys/alpha/alpha/uma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/uma_machdep.c,v 1.1 2004/06/11 19:55:56 alc Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/alpha/alpha/vm_machdep.c b/sys/alpha/alpha/vm_machdep.c index cfbdf2c1d21f..fa8775a7ff6c 100644 --- a/sys/alpha/alpha/vm_machdep.c +++ b/sys/alpha/alpha/vm_machdep.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/alpha/vm_machdep.c,v 1.110 2005/07/10 23:31:09 davidxu Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/compile/.cvsignore b/sys/alpha/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/alpha/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/alpha/conf/.cvsignore b/sys/alpha/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/alpha/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 27c4ac997394..ee7ccdaa2ce2 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -18,7 +18,7 @@ # # For hardware specific information check HARDWARE.TXT # -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/conf/GENERIC,v 1.186.2.9 2006/10/09 18:41:36 simon Exp $ machine alpha cpu EV4 diff --git a/sys/alpha/conf/GENERIC.hints b/sys/alpha/conf/GENERIC.hints index 0c268d3cae4b..fa444c7d6652 100644 --- a/sys/alpha/conf/GENERIC.hints +++ b/sys/alpha/conf/GENERIC.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/conf/GENERIC.hints,v 1.8 2004/07/11 03:07:28 marcel Exp $ hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" diff --git a/sys/alpha/conf/Makefile b/sys/alpha/conf/Makefile index 2c006e9c2c80..55cdda7fb56b 100644 --- a/sys/alpha/conf/Makefile +++ b/sys/alpha/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/conf/Makefile,v 1.3 2003/02/26 23:36:58 ru Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 82d5ee2f1c40..c779d712e304 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/conf/NOTES,v 1.156 2004/11/09 22:24:47 wilko Exp $ # # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. diff --git a/sys/alpha/include/_bus.h b/sys/alpha/include/_bus.h index 261120e6ebc1..6b1bab096312 100644 --- a/sys/alpha/include/_bus.h +++ b/sys/alpha/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/alpha/include/_bus.h,v 1.1 2005/04/18 21:45:32 imp Exp $ */ #ifndef ALPHA_INCLUDE__BUS_H diff --git a/sys/alpha/include/_inttypes.h b/sys/alpha/include/_inttypes.h index e6b2536ff379..6a19622b66b6 100644 --- a/sys/alpha/include/_inttypes.h +++ b/sys/alpha/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/alpha/include/_inttypes.h,v 1.2 2002/06/30 05:48:02 mike Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/alpha/include/_limits.h b/sys/alpha/include/_limits.h index 6e9b5672a301..b6ef6767dfd2 100644 --- a/sys/alpha/include/_limits.h +++ b/sys/alpha/include/_limits.h @@ -28,7 +28,7 @@ * * @(#)limits.h 8.3 (Berkeley) 1/4/94 * From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/_limits.h,v 1.16 2005/01/05 20:05:50 imp Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/alpha/include/_stdint.h b/sys/alpha/include/_stdint.h index 1aed3e3b4efc..9ede4e101080 100644 --- a/sys/alpha/include/_stdint.h +++ b/sys/alpha/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/alpha/include/_stdint.h,v 1.2 2004/05/18 16:04:56 stefanf Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/alpha/include/_types.h b/sys/alpha/include/_types.h index a8acbbbce351..91f38690a6bb 100644 --- a/sys/alpha/include/_types.h +++ b/sys/alpha/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/alpha/include/_types.h,v 1.6 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/alpha/include/alpha_cpu.h b/sys/alpha/include/alpha_cpu.h index a3b4dfc281c1..32e5e1b48bb2 100644 --- a/sys/alpha/include/alpha_cpu.h +++ b/sys/alpha/include/alpha_cpu.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/alpha_cpu.h,v 1.11 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: alpha_cpu.h,v 1.15 1997/09/20 19:02:34 mjacob Exp */ /*- diff --git a/sys/alpha/include/asm.h b/sys/alpha/include/asm.h index 3ddaf81f338e..696c07844d19 100644 --- a/sys/alpha/include/asm.h +++ b/sys/alpha/include/asm.h @@ -22,7 +22,7 @@ * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. * From: NetBSD: asm.h,v 1.18 1997/11/03 04:22:06 ross Exp - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/asm.h,v 1.16 2005/01/05 20:05:50 imp Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/alpha/include/atomic.h b/sys/alpha/include/atomic.h index adae6ecf2423..114d5ce0442a 100644 --- a/sys/alpha/include/atomic.h +++ b/sys/alpha/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/alpha/include/atomic.h,v 1.21.2.3 2005/10/06 18:12:05 jhb Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/alpha/include/bootinfo.h b/sys/alpha/include/bootinfo.h index 1548cd0dffbe..14bdaf246356 100644 --- a/sys/alpha/include/bootinfo.h +++ b/sys/alpha/include/bootinfo.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/bootinfo.h,v 1.7 2005/01/05 20:05:50 imp Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. diff --git a/sys/alpha/include/bus.h b/sys/alpha/include/bus.h index bfd5c55092a9..35bc1579ada0 100644 --- a/sys/alpha/include/bus.h +++ b/sys/alpha/include/bus.h @@ -67,7 +67,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/alpha/include/bus.h,v 1.30 2005/04/18 21:45:32 imp Exp $ */ #ifndef _ALPHA_BUS_H_ #define _ALPHA_BUS_H_ diff --git a/sys/alpha/include/bus_dma.h b/sys/alpha/include/bus_dma.h index 141fff0dea34..c54d344b070f 100644 --- a/sys/alpha/include/bus_dma.h +++ b/sys/alpha/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/alpha/include/bus_dma.h,v 1.1 2005/03/14 16:46:27 scottl Exp $ */ #ifndef _ALPHA_BUS_DMA_H_ #define _ALPHA_BUS_DMA_H_ diff --git a/sys/alpha/include/bwx.h b/sys/alpha/include/bwx.h index bb2866b389f6..5ffafba8a974 100644 --- a/sys/alpha/include/bwx.h +++ b/sys/alpha/include/bwx.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/alpha/include/bwx.h,v 1.5 2000/08/28 21:48:01 dfr Exp $ */ #ifndef _MACHINE_BWX_H_ diff --git a/sys/alpha/include/chipset.h b/sys/alpha/include/chipset.h index 048fbed49000..1e69faa53597 100644 --- a/sys/alpha/include/chipset.h +++ b/sys/alpha/include/chipset.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/alpha/include/chipset.h,v 1.11 2000/08/28 21:48:01 dfr Exp $ */ #ifndef _MACHINE_CHIPSET_H_ diff --git a/sys/alpha/include/clock.h b/sys/alpha/include/clock.h index 31eca15fda0d..ccd34f57242a 100644 --- a/sys/alpha/include/clock.h +++ b/sys/alpha/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/clock.h,v 1.8 2005/01/05 20:05:50 imp Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/alpha/include/clockvar.h b/sys/alpha/include/clockvar.h index 89b3619af108..844c09230dc6 100644 --- a/sys/alpha/include/clockvar.h +++ b/sys/alpha/include/clockvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/clockvar.h,v 1.3 2005/01/05 20:05:50 imp Exp $ */ /* $NetBSD: clockvar.h,v 1.4 1997/06/22 08:02:18 jonathan Exp $ */ /*- diff --git a/sys/alpha/include/cpu.h b/sys/alpha/include/cpu.h index 212ced04e3b0..ead0e642b33f 100644 --- a/sys/alpha/include/cpu.h +++ b/sys/alpha/include/cpu.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/cpu.h,v 1.42 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */ /*- diff --git a/sys/alpha/include/cpuconf.h b/sys/alpha/include/cpuconf.h index 669ca6c9bec3..bde7d60ea404 100644 --- a/sys/alpha/include/cpuconf.h +++ b/sys/alpha/include/cpuconf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/cpuconf.h,v 1.14 2005/01/31 23:07:42 ticso Exp $ */ /* $NetBSD: cpuconf.h,v 1.7 1997/11/06 00:42:03 thorpej Exp $ */ #ifndef _ALPHA_CPUCONF_H #define _ALPHA_CPUCONF_H diff --git a/sys/alpha/include/cpufunc.h b/sys/alpha/include/cpufunc.h index 5979987c6687..e475ac667f92 100644 --- a/sys/alpha/include/cpufunc.h +++ b/sys/alpha/include/cpufunc.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/alpha/include/cpufunc.h,v 1.16 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/alpha/include/db_machdep.h b/sys/alpha/include/db_machdep.h index f72b2b0aafb4..c0af9e5d1929 100644 --- a/sys/alpha/include/db_machdep.h +++ b/sys/alpha/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/db_machdep.h,v 1.10 2005/01/05 20:05:50 imp Exp $ */ /* $NetBSD: db_machdep.h,v 1.6 1997/09/06 02:02:25 thorpej Exp $ */ /*- diff --git a/sys/alpha/include/elf.h b/sys/alpha/include/elf.h index a0fb7068aee6..68c1163b45f6 100644 --- a/sys/alpha/include/elf.h +++ b/sys/alpha/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/alpha/include/elf.h,v 1.14 2003/09/25 01:10:22 peter Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/alpha/include/endian.h b/sys/alpha/include/endian.h index 974ce1626938..eced1dcfc0b8 100644 --- a/sys/alpha/include/endian.h +++ b/sys/alpha/include/endian.h @@ -28,7 +28,7 @@ * * @(#)endian.h 8.1 (Berkeley) 6/10/93 * $NetBSD: endian.h,v 1.5 1997/10/09 15:42:19 bouyer Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/endian.h,v 1.16 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/alpha/include/exec.h b/sys/alpha/include/exec.h index e3aa1fe892cb..a799ccd37c08 100644 --- a/sys/alpha/include/exec.h +++ b/sys/alpha/include/exec.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/exec.h,v 1.4 2005/02/19 21:16:48 ru Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/alpha/include/float.h b/sys/alpha/include/float.h index e2fb31d9dd85..3a7f0536ee3b 100644 --- a/sys/alpha/include/float.h +++ b/sys/alpha/include/float.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/float.h,v 1.7 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: float.h,v 1.6 1997/07/17 21:36:03 thorpej Exp */ /*- diff --git a/sys/alpha/include/floatingpoint.h b/sys/alpha/include/floatingpoint.h index 22a9f485dba6..9b46bbcc178c 100644 --- a/sys/alpha/include/floatingpoint.h +++ b/sys/alpha/include/floatingpoint.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/floatingpoint.h,v 1.4 2005/01/05 20:05:50 imp Exp $ */ #include <machine/ieeefp.h> diff --git a/sys/alpha/include/fpu.h b/sys/alpha/include/fpu.h index ad539e90451c..774f0a8a1a9d 100644 --- a/sys/alpha/include/fpu.h +++ b/sys/alpha/include/fpu.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/alpha/include/fpu.h,v 1.7 2004/05/06 09:35:57 das Exp $ */ #ifndef _MACHINE_FPU_H_ diff --git a/sys/alpha/include/frame.h b/sys/alpha/include/frame.h index 050f383d8e6d..fdc09a807352 100644 --- a/sys/alpha/include/frame.h +++ b/sys/alpha/include/frame.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/frame.h,v 1.6 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: frame.h,v 1.4 1997/04/06 08:47:27 cgd Exp */ /*- diff --git a/sys/alpha/include/gdb_machdep.h b/sys/alpha/include/gdb_machdep.h index 7518bd536212..bc2bae2a5a85 100644 --- a/sys/alpha/include/gdb_machdep.h +++ b/sys/alpha/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/alpha/include/gdb_machdep.h,v 1.3 2005/01/05 20:05:50 imp Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/alpha/include/ieee.h b/sys/alpha/include/ieee.h index 0b1f6312bead..30093cc3a1b0 100644 --- a/sys/alpha/include/ieee.h +++ b/sys/alpha/include/ieee.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/ieee.h,v 1.4 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: ieee.h,v 1.2 1997/04/06 08:47:27 cgd Exp */ /*- diff --git a/sys/alpha/include/ieeefp.h b/sys/alpha/include/ieeefp.h index 6fb419ec0e7f..0848aa33eb0a 100644 --- a/sys/alpha/include/ieeefp.h +++ b/sys/alpha/include/ieeefp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/ieeefp.h,v 1.6 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: ieeefp.h,v 1.2 1997/04/06 08:47:28 cgd Exp */ /*- diff --git a/sys/alpha/include/in_cksum.h b/sys/alpha/include/in_cksum.h index 09920062a0ae..b9ccbd465cd4 100644 --- a/sys/alpha/include/in_cksum.h +++ b/sys/alpha/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/alpha/include/in_cksum.h,v 1.7 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/alpha/include/inst.h b/sys/alpha/include/inst.h index b4088bc009c8..a6b8fc91333e 100644 --- a/sys/alpha/include/inst.h +++ b/sys/alpha/include/inst.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/alpha/include/inst.h,v 1.2 1999/08/28 00:38:45 peter Exp $ */ #ifndef _MACHINE_INST_H_ diff --git a/sys/alpha/include/intr.h b/sys/alpha/include/intr.h index 90a0bbf9f39d..d94f9a4435f5 100644 --- a/sys/alpha/include/intr.h +++ b/sys/alpha/include/intr.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/alpha/include/intr.h,v 1.11 2003/11/17 06:10:14 peter Exp $ */ #ifndef _MACHINE_INTR_H_ diff --git a/sys/alpha/include/intrcnt.h b/sys/alpha/include/intrcnt.h index 2c1b897d4724..a86dc2b453bc 100644 --- a/sys/alpha/include/intrcnt.h +++ b/sys/alpha/include/intrcnt.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/intrcnt.h,v 1.6 2005/01/05 20:05:50 imp Exp $ */ /* $NetBSD: intrcnt.h,v 1.17 1998/11/19 01:48:04 ross Exp $ */ /*- diff --git a/sys/alpha/include/ioctl_bt848.h b/sys/alpha/include/ioctl_bt848.h index ca83a36cdb5a..2bd183abf806 100644 --- a/sys/alpha/include/ioctl_bt848.h +++ b/sys/alpha/include/ioctl_bt848.h @@ -23,7 +23,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/ioctl_bt848.h,v 1.4 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE_IOCTL_BT848_H_ diff --git a/sys/alpha/include/ioctl_meteor.h b/sys/alpha/include/ioctl_meteor.h index 0322f1ede2c1..a40f96d89cd0 100644 --- a/sys/alpha/include/ioctl_meteor.h +++ b/sys/alpha/include/ioctl_meteor.h @@ -23,7 +23,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/ioctl_meteor.h,v 1.5 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE_IOCTL_METEOR_H_ diff --git a/sys/alpha/include/kdb.h b/sys/alpha/include/kdb.h index ded9cd6c079a..be5810649ce4 100644 --- a/sys/alpha/include/kdb.h +++ b/sys/alpha/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/alpha/include/kdb.h,v 1.2 2005/01/05 20:05:50 imp Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/alpha/include/limits.h b/sys/alpha/include/limits.h index 94447607a886..ef801376c7bf 100644 --- a/sys/alpha/include/limits.h +++ b/sys/alpha/include/limits.h @@ -28,7 +28,7 @@ * * @(#)limits.h 8.3 (Berkeley) 1/4/94 * From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/limits.h,v 1.15 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/alpha/include/md_var.h b/sys/alpha/include/md_var.h index d57664786e41..292e12d166b1 100644 --- a/sys/alpha/include/md_var.h +++ b/sys/alpha/include/md_var.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/alpha/include/md_var.h,v 1.23 2003/08/17 06:42:07 marcel Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/alpha/include/memdev.h b/sys/alpha/include/memdev.h index 32cc1fc1f422..f37de09f6f9a 100644 --- a/sys/alpha/include/memdev.h +++ b/sys/alpha/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/alpha/include/memdev.h,v 1.2 2004/08/01 18:51:44 markm Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/alpha/include/mutex.h b/sys/alpha/include/mutex.h index 7300c08b15f7..5af41e1e45ed 100644 --- a/sys/alpha/include/mutex.h +++ b/sys/alpha/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/alpha/include/mutex.h,v 1.27 2001/12/18 00:27:14 jhb Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/alpha/include/pal.h b/sys/alpha/include/pal.h index 73426af911ab..675442a3c53e 100644 --- a/sys/alpha/include/pal.h +++ b/sys/alpha/include/pal.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/pal.h,v 1.3 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: pal.h,v 1.1 1997/09/06 01:23:53 thorpej Exp */ /*- diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h index 13e8b8f5044d..b9568ece6430 100644 --- a/sys/alpha/include/param.h +++ b/sys/alpha/include/param.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/param.h,v 1.38 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */ /*- diff --git a/sys/alpha/include/pc/bios.h b/sys/alpha/include/pc/bios.h index ff5edd6de4db..74cae1bd9d91 100644 --- a/sys/alpha/include/pc/bios.h +++ b/sys/alpha/include/pc/bios.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/alpha/include/pc/bios.h,v 1.6 2004/06/10 20:30:54 jhb Exp $ * from: i386/include/pc bios.h,v 1.2 */ diff --git a/sys/alpha/include/pc/display.h b/sys/alpha/include/pc/display.h index fad568c0cb81..05604ac102d8 100644 --- a/sys/alpha/include/pc/display.h +++ b/sys/alpha/include/pc/display.h @@ -1,7 +1,7 @@ /* * IBM PC display definitions * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/pc/display.h,v 1.6 1999/08/28 00:38:56 peter Exp $ * from: i386/include/pc display.h,v 1.4 */ diff --git a/sys/alpha/include/pc/vesa.h b/sys/alpha/include/pc/vesa.h index c2c2b168b932..c65ef3b33492 100644 --- a/sys/alpha/include/pc/vesa.h +++ b/sys/alpha/include/pc/vesa.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/alpha/include/pc/vesa.h,v 1.4 2002/09/23 18:54:26 alfred Exp $ * from: i386/include/pc vesa.h,v 1.1 */ diff --git a/sys/alpha/include/pcb.h b/sys/alpha/include/pcb.h index 70646c8fefba..e067119c90d5 100644 --- a/sys/alpha/include/pcb.h +++ b/sys/alpha/include/pcb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/pcb.h,v 1.11 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: pcb.h,v 1.6 1997/04/06 08:47:33 cgd Exp */ /*- diff --git a/sys/alpha/include/pcpu.h b/sys/alpha/include/pcpu.h index 660839abe81e..57bd6216fb0f 100644 --- a/sys/alpha/include/pcpu.h +++ b/sys/alpha/include/pcpu.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/alpha/include/pcpu.h,v 1.15 2004/11/05 19:16:44 jhb Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h index 56c9d6a92811..714426814e7e 100644 --- a/sys/alpha/include/pmap.h +++ b/sys/alpha/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 * from: i386 pmap.h,v 1.54 1997/11/20 19:30:35 bde Exp - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/pmap.h,v 1.34 2005/01/05 20:05:50 imp Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/alpha/include/pmc_mdep.h b/sys/alpha/include/pmc_mdep.h index 7fc48f534fd6..559ee7398942 100644 --- a/sys/alpha/include/pmc_mdep.h +++ b/sys/alpha/include/pmc_mdep.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:06 jkoshy Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/alpha/include/ppireg.h b/sys/alpha/include/ppireg.h index 5774757ce67a..7c306ea20e14 100644 --- a/sys/alpha/include/ppireg.h +++ b/sys/alpha/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/alpha/include/ppireg.h,v 1.1 2005/05/14 09:10:00 nyan Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/alpha/include/proc.h b/sys/alpha/include/proc.h index 174e64bde9aa..53a9d7c65a87 100644 --- a/sys/alpha/include/proc.h +++ b/sys/alpha/include/proc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/proc.h,v 1.18 2005/04/04 21:53:51 jhb Exp $ */ /* From: NetBSD: proc.h,v 1.3 1997/04/06 08:47:36 cgd Exp */ /*- diff --git a/sys/alpha/include/profile.h b/sys/alpha/include/profile.h index 47f45eb18a7a..3ec52e115735 100644 --- a/sys/alpha/include/profile.h +++ b/sys/alpha/include/profile.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/profile.h,v 1.8 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: profile.h,v 1.9 1997/04/06 08:47:37 cgd Exp */ /*- diff --git a/sys/alpha/include/prom.h b/sys/alpha/include/prom.h index a3ce282808fb..c097447d9edc 100644 --- a/sys/alpha/include/prom.h +++ b/sys/alpha/include/prom.h @@ -26,7 +26,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/prom.h,v 1.10 2005/01/05 20:05:50 imp Exp $ */ #ifndef ASSEMBLER diff --git a/sys/alpha/include/pte.h b/sys/alpha/include/pte.h index 1ac4e94c182f..0a8735caaf53 100644 --- a/sys/alpha/include/pte.h +++ b/sys/alpha/include/pte.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/pte.h,v 1.5 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: pte.h,v 1.10 1997/09/02 19:07:22 thorpej Exp */ /*- diff --git a/sys/alpha/include/ptrace.h b/sys/alpha/include/ptrace.h index 657800cbd217..9b1973dca589 100644 --- a/sys/alpha/include/ptrace.h +++ b/sys/alpha/include/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/ptrace.h,v 1.13 2005/01/05 20:05:50 imp Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/alpha/include/reg.h b/sys/alpha/include/reg.h index 573f82593c98..9cb5497b04f3 100644 --- a/sys/alpha/include/reg.h +++ b/sys/alpha/include/reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/reg.h,v 1.13 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: reg.h,v 1.3 1997/04/06 08:47:40 cgd Exp */ /*- diff --git a/sys/alpha/include/reloc.h b/sys/alpha/include/reloc.h index 6e5053602772..50d410dc2b8a 100644 --- a/sys/alpha/include/reloc.h +++ b/sys/alpha/include/reloc.h @@ -29,5 +29,5 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/reloc.h,v 1.3 2005/01/05 20:05:50 imp Exp $ */ diff --git a/sys/alpha/include/resource.h b/sys/alpha/include/resource.h index edde5eb29908..b9d211180fcc 100644 --- a/sys/alpha/include/resource.h +++ b/sys/alpha/include/resource.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/resource.h,v 1.5 2005/01/05 20:05:50 imp Exp $ */ /*- * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/alpha/include/rpb.h b/sys/alpha/include/rpb.h index 0dd44812b9b3..19e3207ba42f 100644 --- a/sys/alpha/include/rpb.h +++ b/sys/alpha/include/rpb.h @@ -1,5 +1,5 @@ /* $NetBSD: rpb.h,v 1.20 1998/04/15 00:47:33 mjacob Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/rpb.h,v 1.11 2005/01/05 20:05:50 imp Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. diff --git a/sys/alpha/include/runq.h b/sys/alpha/include/runq.h index 6d03646fd539..511493b0e902 100644 --- a/sys/alpha/include/runq.h +++ b/sys/alpha/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/alpha/include/runq.h,v 1.3 2005/01/05 20:05:50 imp Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/alpha/include/setjmp.h b/sys/alpha/include/setjmp.h index bf1bec6b564b..d8d5fbb9a23c 100644 --- a/sys/alpha/include/setjmp.h +++ b/sys/alpha/include/setjmp.h @@ -25,7 +25,7 @@ * rights to redistribute these changes. * * $NetBSD: setjmp.h,v 1.2 1997/04/06 08:47:41 cgd Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/setjmp.h,v 1.6 2002/10/05 05:47:55 mike Exp $ */ /* diff --git a/sys/alpha/include/sf_buf.h b/sys/alpha/include/sf_buf.h index d000e3032804..84367d67d779 100644 --- a/sys/alpha/include/sf_buf.h +++ b/sys/alpha/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/alpha/include/sf_buf.h,v 1.2 2004/04/18 06:24:51 alc Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/alpha/include/sgmap.h b/sys/alpha/include/sgmap.h index 08ccbc7b7a47..283112a6e0ac 100644 --- a/sys/alpha/include/sgmap.h +++ b/sys/alpha/include/sgmap.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/alpha/include/sgmap.h,v 1.2 1999/08/28 00:38:51 peter Exp $ */ #ifndef _MACHINE_SGMAP_H_ diff --git a/sys/alpha/include/sigframe.h b/sys/alpha/include/sigframe.h index 01196e569e83..690cf422428d 100644 --- a/sys/alpha/include/sigframe.h +++ b/sys/alpha/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/alpha/include/sigframe.h,v 1.4 2002/10/25 19:10:55 peter Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/alpha/include/signal.h b/sys/alpha/include/signal.h index 7e91ed8ae47e..08b335396561 100644 --- a/sys/alpha/include/signal.h +++ b/sys/alpha/include/signal.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/signal.h,v 1.12 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: signal.h,v 1.3 1997/04/06 08:47:43 cgd Exp */ /*- diff --git a/sys/alpha/include/smp.h b/sys/alpha/include/smp.h index 9660d098ee6b..6d74efe56a15 100644 --- a/sys/alpha/include/smp.h +++ b/sys/alpha/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/alpha/include/smp.h,v 1.8 2005/01/05 20:05:50 imp Exp $ * */ diff --git a/sys/alpha/include/stdarg.h b/sys/alpha/include/stdarg.h index 13449627c907..54f731cb1a93 100644 --- a/sys/alpha/include/stdarg.h +++ b/sys/alpha/include/stdarg.h @@ -33,7 +33,7 @@ * * @(#)stdarg.h 8.1 (Berkeley) 6/10/93 * $NetBSD: stdarg.h,v 1.7 1997/04/06 08:47:44 cgd Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/stdarg.h,v 1.7 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/alpha/include/swiz.h b/sys/alpha/include/swiz.h index 465a81a23371..ac5d2d065b36 100644 --- a/sys/alpha/include/swiz.h +++ b/sys/alpha/include/swiz.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/alpha/include/swiz.h,v 1.4 2000/08/28 21:48:01 dfr Exp $ */ #ifndef _MACHINE_SWIZ_H_ diff --git a/sys/alpha/include/sysarch.h b/sys/alpha/include/sysarch.h index b953d2fd9807..6fa7685eb60c 100644 --- a/sys/alpha/include/sysarch.h +++ b/sys/alpha/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/alpha/include/sysarch.h,v 1.8 2004/04/05 21:00:50 imp Exp $ */ /* diff --git a/sys/alpha/include/timerreg.h b/sys/alpha/include/timerreg.h index 0ab7d40510a7..52374b078cd8 100644 --- a/sys/alpha/include/timerreg.h +++ b/sys/alpha/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/alpha/include/timerreg.h,v 1.2 2005/05/28 13:40:26 nyan Exp $ */ /* diff --git a/sys/alpha/include/ucontext.h b/sys/alpha/include/ucontext.h index d60cc6c3523b..25a8fa35e497 100644 --- a/sys/alpha/include/ucontext.h +++ b/sys/alpha/include/ucontext.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/alpha/include/ucontext.h,v 1.7 2003/07/24 07:34:31 marcel Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/alpha/include/varargs.h b/sys/alpha/include/varargs.h index b05a9a5b1113..3715a450ee0f 100644 --- a/sys/alpha/include/varargs.h +++ b/sys/alpha/include/varargs.h @@ -38,7 +38,7 @@ * * @(#)varargs.h 8.2 (Berkeley) 3/22/94 * $NetBSD: varargs.h,v 1.7 1997/04/06 08:47:46 cgd Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/include/varargs.h,v 1.7 2005/03/02 21:33:20 joerg Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/alpha/include/vmparam.h b/sys/alpha/include/vmparam.h index 57a116bdd8e5..e670ab1792cb 100644 --- a/sys/alpha/include/vmparam.h +++ b/sys/alpha/include/vmparam.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/include/vmparam.h,v 1.10 2005/01/05 20:05:50 imp Exp $ */ /* From: NetBSD: vmparam.h,v 1.6 1997/09/23 23:23:23 mjacob Exp */ #ifndef _ALPHA_VMPARAM_H #define _ALPHA_VMPARAM_H diff --git a/sys/alpha/isa/isa.c b/sys/alpha/isa/isa.c index 93ff66cfecab..3a483c3f6101 100644 --- a/sys/alpha/isa/isa.c +++ b/sys/alpha/isa/isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/isa/isa.c,v 1.36.8.1 2006/03/10 19:37:30 jhb Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/alpha/isa/isa_dma.c b/sys/alpha/isa/isa_dma.c index 85e088f76684..3c41e441b309 100644 --- a/sys/alpha/isa/isa_dma.c +++ b/sys/alpha/isa/isa_dma.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/isa/isa_dma.c,v 1.14 2005/05/14 10:14:55 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/isa/isavar.h b/sys/alpha/isa/isavar.h index adadbf7f1eb6..fb8b7a5f2341 100644 --- a/sys/alpha/isa/isavar.h +++ b/sys/alpha/isa/isavar.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/alpha/isa/isavar.h,v 1.5 2001/01/24 10:25:44 jhb Exp $ */ /* diff --git a/sys/alpha/isa/mcclock_isa.c b/sys/alpha/isa/mcclock_isa.c index de13690c0bd5..3fcac42a1bd5 100644 --- a/sys/alpha/isa/mcclock_isa.c +++ b/sys/alpha/isa/mcclock_isa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/isa/mcclock_isa.c,v 1.12 2005/05/29 04:42:15 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/alpha/linux/Makefile b/sys/alpha/linux/Makefile index bd6b32a7d4a8..e2a216262084 100644 --- a/sys/alpha/linux/Makefile +++ b/sys/alpha/linux/Makefile @@ -1,6 +1,6 @@ # Makefile for syscall tables # -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/linux/Makefile,v 1.5 2000/11/01 08:47:33 obrien Exp $ all: @echo "make sysent only" diff --git a/sys/alpha/linux/linux.h b/sys/alpha/linux/linux.h index 07753649cfa3..cbf6b6a4599a 100644 --- a/sys/alpha/linux/linux.h +++ b/sys/alpha/linux/linux.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/alpha/linux/linux.h,v 1.59 2004/08/16 07:05:44 tjr Exp $ */ #ifndef _ALPHA_LINUX_LINUX_H_ diff --git a/sys/alpha/linux/linux_dummy.c b/sys/alpha/linux/linux_dummy.c index d27b52a48c18..0a53b4517cc0 100644 --- a/sys/alpha/linux/linux_dummy.c +++ b/sys/alpha/linux/linux_dummy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/linux/linux_dummy.c,v 1.38 2004/03/29 02:19:43 bms Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/linux/linux_genassym.c b/sys/alpha/linux/linux_genassym.c index d06831dca0b5..de987522b2fb 100644 --- a/sys/alpha/linux/linux_genassym.c +++ b/sys/alpha/linux/linux_genassym.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/linux/linux_genassym.c,v 1.19 2003/08/22 07:20:26 imp Exp $"); #include <sys/param.h> #include <sys/assym.h> diff --git a/sys/alpha/linux/linux_ipc64.h b/sys/alpha/linux/linux_ipc64.h index e91c4fd922b4..259bfb5b6131 100644 --- a/sys/alpha/linux/linux_ipc64.h +++ b/sys/alpha/linux/linux_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/alpha/linux/linux_ipc64.h,v 1.1 2002/10/11 11:43:09 sobomax Exp $ */ #ifndef _ALPHA_LINUX_LINUX_IPC64_H_ diff --git a/sys/alpha/linux/linux_locore.s b/sys/alpha/linux/linux_locore.s index 1ed699d15933..2a8b63614038 100644 --- a/sys/alpha/linux/linux_locore.s +++ b/sys/alpha/linux/linux_locore.s @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/linux/linux_locore.s,v 1.3 2000/12/03 01:30:30 marcel Exp $ */ #include <machine/asm.h> #include <alpha/linux/linux_syscall.h> diff --git a/sys/alpha/linux/linux_machdep.c b/sys/alpha/linux/linux_machdep.c index b4cebb09fbd7..52915338ef6e 100644 --- a/sys/alpha/linux/linux_machdep.c +++ b/sys/alpha/linux/linux_machdep.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/linux/linux_machdep.c,v 1.36 2005/02/18 18:32:32 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/linux/linux_proto.h b/sys/alpha/linux/linux_proto.h index c3cbedc0a37c..ab389eff14cf 100644 --- a/sys/alpha/linux/linux_proto.h +++ b/sys/alpha/linux/linux_proto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/linux/linux_proto.h,v 1.22.2.1 2005/07/20 17:43:52 jhb Exp $ * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.63.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/alpha/linux/linux_syscall.h b/sys/alpha/linux/linux_syscall.h index 260261288de9..2814a54b58bc 100644 --- a/sys/alpha/linux/linux_syscall.h +++ b/sys/alpha/linux/linux_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/linux/linux_syscall.h,v 1.20.2.1 2005/07/20 17:43:52 jhb Exp $ * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.63.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/alpha/linux/linux_sysent.c b/sys/alpha/linux/linux_sysent.c index 7d71bdb82914..fe7a234479f6 100644 --- a/sys/alpha/linux/linux_sysent.c +++ b/sys/alpha/linux/linux_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/linux/linux_sysent.c,v 1.20.2.1 2005/07/20 17:43:52 jhb Exp $ * created from FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.63.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/alpha/linux/linux_sysvec.c b/sys/alpha/linux/linux_sysvec.c index 0a9aab5c4c63..8fa6a79e74dc 100644 --- a/sys/alpha/linux/linux_sysvec.c +++ b/sys/alpha/linux/linux_sysvec.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/linux/linux_sysvec.c,v 1.94.2.1 2005/12/22 21:25:19 jhb Exp $"); /* XXX we use functions that might not exist. */ #include "opt_compat.h" diff --git a/sys/alpha/linux/syscalls.conf b/sys/alpha/linux/syscalls.conf index 74b687eb1201..0c847a8cba16 100644 --- a/sys/alpha/linux/syscalls.conf +++ b/sys/alpha/linux/syscalls.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/linux/syscalls.conf,v 1.6 2003/12/24 00:32:07 peter Exp $ sysnames="/dev/null" sysproto="linux_proto.h" sysproto_h=_LINUX_SYSPROTO_H_ diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index a5025a114345..f8bffbbdae2e 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/alpha/linux/syscalls.master,v 1.63.2.1 2005/07/20 17:42:14 jhb Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). diff --git a/sys/alpha/mcbus/mcbus.c b/sys/alpha/mcbus/mcbus.c index 48bf47bdaf13..3b46024a947b 100644 --- a/sys/alpha/mcbus/mcbus.c +++ b/sys/alpha/mcbus/mcbus.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/mcbus/mcbus.c,v 1.6 2005/01/05 20:05:51 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/mcbus/mcbusreg.h b/sys/alpha/mcbus/mcbusreg.h index d52c1a5b3e02..aa8624ada0b9 100644 --- a/sys/alpha/mcbus/mcbusreg.h +++ b/sys/alpha/mcbus/mcbusreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/mcbus/mcbusreg.h,v 1.3 2005/01/05 20:05:51 imp Exp $ */ /*- * Copyright (c) 1998, 2000 by Matthew Jacob diff --git a/sys/alpha/mcbus/mcbusvar.h b/sys/alpha/mcbus/mcbusvar.h index 63e8d27e9659..57caafa91609 100644 --- a/sys/alpha/mcbus/mcbusvar.h +++ b/sys/alpha/mcbus/mcbusvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/mcbus/mcbusvar.h,v 1.3 2005/01/05 20:05:51 imp Exp $ */ /*- * Copyright (c) 2000 by Matthew Jacob * All rights reserved. diff --git a/sys/alpha/mcbus/mcmem.c b/sys/alpha/mcbus/mcmem.c index bd3a784d83ed..2b2f53fb378e 100644 --- a/sys/alpha/mcbus/mcmem.c +++ b/sys/alpha/mcbus/mcmem.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/mcbus/mcmem.c,v 1.4 2005/01/05 20:05:51 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/mcbus/mcpcia.c b/sys/alpha/mcbus/mcpcia.c index 6059f37ca69c..3dcdea78976f 100644 --- a/sys/alpha/mcbus/mcpcia.c +++ b/sys/alpha/mcbus/mcpcia.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/mcbus/mcpcia.c,v 1.30 2005/01/05 20:05:51 imp Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/alpha/mcbus/mcpciareg.h b/sys/alpha/mcbus/mcpciareg.h index ae477fd4f5d9..def11d1eca1a 100644 --- a/sys/alpha/mcbus/mcpciareg.h +++ b/sys/alpha/mcbus/mcpciareg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/mcbus/mcpciareg.h,v 1.3 2005/01/05 20:05:51 imp Exp $ */ /*- * Copyright (c) 2000 by Matthew Jacob diff --git a/sys/alpha/mcbus/mcpciavar.h b/sys/alpha/mcbus/mcpciavar.h index 00c1adaba8b6..36c65a41181a 100644 --- a/sys/alpha/mcbus/mcpciavar.h +++ b/sys/alpha/mcbus/mcpciavar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/mcbus/mcpciavar.h,v 1.4 2005/01/05 20:05:51 imp Exp $ */ /*- * Copyright (c) 1998, 2000 by Matthew Jacob diff --git a/sys/alpha/osf1/Makefile b/sys/alpha/osf1/Makefile index d542007663cf..c6dc94f33fcb 100644 --- a/sys/alpha/osf1/Makefile +++ b/sys/alpha/osf1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/osf1/Makefile,v 1.2.34.1 2005/07/18 19:54:49 jhb Exp $ # Makefile for syscall tables. diff --git a/sys/alpha/osf1/README.mach-traps b/sys/alpha/osf1/README.mach-traps index bbc1a790a1ea..41519c72b4fb 100644 --- a/sys/alpha/osf1/README.mach-traps +++ b/sys/alpha/osf1/README.mach-traps @@ -1,5 +1,5 @@ $NetBSD: README.mach-traps,v 1.2 1999/03/23 09:19:25 itohy Exp $ -$FreeBSD$ +$FreeBSD: src/sys/alpha/osf1/README.mach-traps,v 1.1 1999/12/14 22:39:27 gallatin Exp $ Some Alpha AXP OSF/1 binaries directly use the facilities provided by the Mach kernel that is the basis for OSF/1. These include (but are diff --git a/sys/alpha/osf1/exec_ecoff.h b/sys/alpha/osf1/exec_ecoff.h index b88861299cf8..7dab8657a490 100644 --- a/sys/alpha/osf1/exec_ecoff.h +++ b/sys/alpha/osf1/exec_ecoff.h @@ -29,7 +29,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/alpha/osf1/exec_ecoff.h,v 1.2 2005/01/05 20:05:51 imp Exp $ */ #ifndef _SYS_EXEC_ECOFF_H_ diff --git a/sys/alpha/osf1/imgact_osf1.c b/sys/alpha/osf1/imgact_osf1.c index 55498e0740d4..e07a69e23c66 100644 --- a/sys/alpha/osf1/imgact_osf1.c +++ b/sys/alpha/osf1/imgact_osf1.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/osf1/imgact_osf1.c,v 1.23 2005/04/01 20:00:10 jhb Exp $"); #include <sys/types.h> #include <sys/malloc.h> diff --git a/sys/alpha/osf1/osf1.h b/sys/alpha/osf1/osf1.h index 41592d928f2a..005755392661 100644 --- a/sys/alpha/osf1/osf1.h +++ b/sys/alpha/osf1/osf1.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/alpha/osf1/osf1.h,v 1.6 2005/01/05 20:05:51 imp Exp $ */ extern struct sysent osf1_sysent[]; diff --git a/sys/alpha/osf1/osf1_ioctl.c b/sys/alpha/osf1/osf1_ioctl.c index 09d970dc1d52..b1ab3c959366 100644 --- a/sys/alpha/osf1/osf1_ioctl.c +++ b/sys/alpha/osf1/osf1_ioctl.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/osf1/osf1_ioctl.c,v 1.13 2005/01/05 20:05:51 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/osf1/osf1_misc.c b/sys/alpha/osf1/osf1_misc.c index 63ce5eed5cc4..798256e794cc 100644 --- a/sys/alpha/osf1/osf1_misc.c +++ b/sys/alpha/osf1/osf1_misc.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/osf1/osf1_misc.c,v 1.56 2005/07/07 19:16:30 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/osf1/osf1_mount.c b/sys/alpha/osf1/osf1_mount.c index d0ef28125020..803e13fdf8bb 100644 --- a/sys/alpha/osf1/osf1_mount.c +++ b/sys/alpha/osf1/osf1_mount.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/osf1/osf1_mount.c,v 1.25 2005/06/11 14:58:20 pjd Exp $"); #include "opt_mac.h" #include "opt_nfs.h" diff --git a/sys/alpha/osf1/osf1_proto.h b/sys/alpha/osf1/osf1_proto.h index b318386f785a..33b47a8b4ffb 100644 --- a/sys/alpha/osf1/osf1_proto.h +++ b/sys/alpha/osf1/osf1_proto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/osf1/osf1_proto.h,v 1.12.2.1 2005/07/20 17:43:52 jhb Exp $ * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.11.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/alpha/osf1/osf1_signal.c b/sys/alpha/osf1/osf1_signal.c index 355cb1c20e9b..86d724354c24 100644 --- a/sys/alpha/osf1/osf1_signal.c +++ b/sys/alpha/osf1/osf1_signal.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/osf1/osf1_signal.c,v 1.40 2005/02/13 17:37:20 sobomax Exp $"); #include "opt_compat.h" #ifndef COMPAT_43 diff --git a/sys/alpha/osf1/osf1_signal.h b/sys/alpha/osf1/osf1_signal.h index ec1fbeba43ae..dca4a2e03d46 100644 --- a/sys/alpha/osf1/osf1_signal.h +++ b/sys/alpha/osf1/osf1_signal.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/osf1/osf1_signal.h,v 1.3 2002/03/20 18:58:46 obrien Exp $ */ #ifndef _OSF1_SIGNAL_H #define _OSF1_SIGNAL_H diff --git a/sys/alpha/osf1/osf1_syscall.h b/sys/alpha/osf1/osf1_syscall.h index d42c07d44bf2..9a233f4d703b 100644 --- a/sys/alpha/osf1/osf1_syscall.h +++ b/sys/alpha/osf1/osf1_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/osf1/osf1_syscall.h,v 1.11.2.1 2005/07/20 17:43:52 jhb Exp $ * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.11.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/alpha/osf1/osf1_sysent.c b/sys/alpha/osf1/osf1_sysent.c index e815c3ce4e2e..4873d4146fc8 100644 --- a/sys/alpha/osf1/osf1_sysent.c +++ b/sys/alpha/osf1/osf1_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/osf1/osf1_sysent.c,v 1.11.2.1 2005/07/20 17:43:52 jhb Exp $ * created from; FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.11.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/alpha/osf1/osf1_sysvec.c b/sys/alpha/osf1/osf1_sysvec.c index 818255368215..384fa4a308fe 100644 --- a/sys/alpha/osf1/osf1_sysvec.c +++ b/sys/alpha/osf1/osf1_sysvec.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/osf1/osf1_sysvec.c,v 1.12 2005/01/29 23:11:57 sobomax Exp $"); /* XXX we use functions that might not exist. */ #include "opt_compat.h" diff --git a/sys/alpha/osf1/osf1_util.h b/sys/alpha/osf1/osf1_util.h index f5a6ddf0addb..52311ca2b27b 100644 --- a/sys/alpha/osf1/osf1_util.h +++ b/sys/alpha/osf1/osf1_util.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/alpha/osf1/osf1_util.h,v 1.8 2005/02/18 18:37:26 jhb Exp $ */ #include <vm/vm.h> diff --git a/sys/alpha/osf1/syscalls.conf b/sys/alpha/osf1/syscalls.conf index 466046a4a567..2e9e016e67c7 100644 --- a/sys/alpha/osf1/syscalls.conf +++ b/sys/alpha/osf1/syscalls.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/osf1/syscalls.conf,v 1.2 2003/12/24 00:32:07 peter Exp $ sysnames="/dev/null" sysproto="osf1_proto.h" sysproto_h=_OSF1_SYSPROTO_H_ diff --git a/sys/alpha/osf1/syscalls.master b/sys/alpha/osf1/syscalls.master index 1de440ade9a3..127d1a86c4c8 100644 --- a/sys/alpha/osf1/syscalls.master +++ b/sys/alpha/osf1/syscalls.master @@ -1,4 +1,4 @@ -; $FreeBSD$ +; $FreeBSD: src/sys/alpha/osf1/syscalls.master,v 1.11.2.1 2005/07/20 17:42:14 jhb Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from OSF1). diff --git a/sys/alpha/pci/alphapci_if.m b/sys/alpha/pci/alphapci_if.m index 32b0b5defbcb..36b1e048e9f7 100644 --- a/sys/alpha/pci/alphapci_if.m +++ b/sys/alpha/pci/alphapci_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/alpha/pci/alphapci_if.m,v 1.2 2005/01/05 20:05:51 imp Exp $ # #include <sys/bus.h> diff --git a/sys/alpha/pci/apecs.c b/sys/alpha/pci/apecs.c index 3faf1e1ae826..8ebc7e1d671c 100644 --- a/sys/alpha/pci/apecs.c +++ b/sys/alpha/pci/apecs.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/apecs.c,v 1.27 2005/01/05 20:05:51 imp Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/alpha/pci/apecs_pci.c b/sys/alpha/pci/apecs_pci.c index d074563b3bf4..6c4fd924bd49 100644 --- a/sys/alpha/pci/apecs_pci.c +++ b/sys/alpha/pci/apecs_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/apecs_pci.c,v 1.15 2003/08/22 07:20:27 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/pci/apecsreg.h b/sys/alpha/pci/apecsreg.h index a9e180b507f8..c560b194248d 100644 --- a/sys/alpha/pci/apecsreg.h +++ b/sys/alpha/pci/apecsreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/pci/apecsreg.h,v 1.3 2005/01/05 20:05:51 imp Exp $ */ /* $NetBSD: apecsreg.h,v 1.7 1997/06/06 23:54:24 thorpej Exp $ */ /*- diff --git a/sys/alpha/pci/apecsvar.h b/sys/alpha/pci/apecsvar.h index 2c6987edc54f..176b7ff8498d 100644 --- a/sys/alpha/pci/apecsvar.h +++ b/sys/alpha/pci/apecsvar.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/alpha/pci/apecsvar.h,v 1.4 2000/12/01 15:27:48 gallatin Exp $ */ struct device; diff --git a/sys/alpha/pci/bwx.c b/sys/alpha/pci/bwx.c index fd63ebb78f88..71150261cb01 100644 --- a/sys/alpha/pci/bwx.c +++ b/sys/alpha/pci/bwx.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/bwx.c,v 1.3 2003/08/22 07:20:27 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/pci/cia.c b/sys/alpha/pci/cia.c index 91deb356acd4..0094c33ec431 100644 --- a/sys/alpha/pci/cia.c +++ b/sys/alpha/pci/cia.c @@ -87,7 +87,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/cia.c,v 1.44 2005/01/05 20:05:52 imp Exp $"); #include "opt_cpu.h" diff --git a/sys/alpha/pci/cia_pci.c b/sys/alpha/pci/cia_pci.c index 69fd4f3c7242..a02ed0cd953d 100644 --- a/sys/alpha/pci/cia_pci.c +++ b/sys/alpha/pci/cia_pci.c @@ -88,7 +88,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/cia_pci.c,v 1.18 2005/01/05 20:05:52 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/pci/ciareg.h b/sys/alpha/pci/ciareg.h index 4b5d153b5149..f02ed18c4afd 100644 --- a/sys/alpha/pci/ciareg.h +++ b/sys/alpha/pci/ciareg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/pci/ciareg.h,v 1.3 2005/01/05 20:05:52 imp Exp $ */ /* $NetBSD: ciareg.h,v 1.22 1998/06/06 20:40:14 thorpej Exp $ */ /*- diff --git a/sys/alpha/pci/ciavar.h b/sys/alpha/pci/ciavar.h index 1e50032dec90..fd16237f1206 100644 --- a/sys/alpha/pci/ciavar.h +++ b/sys/alpha/pci/ciavar.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/alpha/pci/ciavar.h,v 1.2 1999/08/28 00:39:01 peter Exp $ */ extern void cia_init(void); diff --git a/sys/alpha/pci/irongate.c b/sys/alpha/pci/irongate.c index a744c3db8e3a..5bb9db432ce0 100644 --- a/sys/alpha/pci/irongate.c +++ b/sys/alpha/pci/irongate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/irongate.c,v 1.9 2003/08/22 07:20:27 imp Exp $"); #include "opt_cpu.h" diff --git a/sys/alpha/pci/irongate_pci.c b/sys/alpha/pci/irongate_pci.c index e3bdf6983a4b..96167d66415f 100644 --- a/sys/alpha/pci/irongate_pci.c +++ b/sys/alpha/pci/irongate_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/irongate_pci.c,v 1.10 2003/08/22 07:20:27 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/pci/irongatereg.h b/sys/alpha/pci/irongatereg.h index 0d10d1514717..2c1cd6b79105 100644 --- a/sys/alpha/pci/irongatereg.h +++ b/sys/alpha/pci/irongatereg.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/alpha/pci/irongatereg.h,v 1.1 2000/06/19 21:15:45 gallatin Exp $ */ /* diff --git a/sys/alpha/pci/irongatevar.h b/sys/alpha/pci/irongatevar.h index 31012d97f8d5..75c5142e8e35 100644 --- a/sys/alpha/pci/irongatevar.h +++ b/sys/alpha/pci/irongatevar.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/alpha/pci/irongatevar.h,v 1.1 2000/06/19 21:15:45 gallatin Exp $ */ extern void irongate_init(void); diff --git a/sys/alpha/pci/lca.c b/sys/alpha/pci/lca.c index e2795557d63a..7f528e0bafec 100644 --- a/sys/alpha/pci/lca.c +++ b/sys/alpha/pci/lca.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/lca.c,v 1.21 2005/01/31 23:07:42 ticso Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/pci/lca_pci.c b/sys/alpha/pci/lca_pci.c index 54a55d406459..5a57a6217d5d 100644 --- a/sys/alpha/pci/lca_pci.c +++ b/sys/alpha/pci/lca_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/lca_pci.c,v 1.17 2003/08/22 07:20:27 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/pci/lcareg.h b/sys/alpha/pci/lcareg.h index c6255d838449..e8ad8d6fd8f2 100644 --- a/sys/alpha/pci/lcareg.h +++ b/sys/alpha/pci/lcareg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/pci/lcareg.h,v 1.4 2005/01/31 23:07:42 ticso Exp $ */ /* $NetBSD: lcareg.h,v 1.8 1997/09/05 02:14:31 thorpej Exp $ */ /*- diff --git a/sys/alpha/pci/lcavar.h b/sys/alpha/pci/lcavar.h index ee53b755ffdd..aad57bff712e 100644 --- a/sys/alpha/pci/lcavar.h +++ b/sys/alpha/pci/lcavar.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/alpha/pci/lcavar.h,v 1.4 2000/12/01 15:27:48 gallatin Exp $ */ struct device; diff --git a/sys/alpha/pci/pci_eb164_intr.s b/sys/alpha/pci/pci_eb164_intr.s index 542839feea86..15c86cebc303 100644 --- a/sys/alpha/pci/pci_eb164_intr.s +++ b/sys/alpha/pci/pci_eb164_intr.s @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/pci/pci_eb164_intr.s,v 1.5 2005/01/05 20:05:52 imp Exp $ */ /* $NetBSD: pci_eb164_intr.s,v 1.5 1997/09/02 13:19:42 thorpej Exp $ */ /*- diff --git a/sys/alpha/pci/pci_eb64plus_intr.s b/sys/alpha/pci/pci_eb64plus_intr.s index ce33c2a3b401..a949e4bc88d7 100644 --- a/sys/alpha/pci/pci_eb64plus_intr.s +++ b/sys/alpha/pci/pci_eb64plus_intr.s @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/pci/pci_eb64plus_intr.s,v 1.4 2005/01/05 20:05:52 imp Exp $ */ /* $NetBSD: pci_eb64plus_intr.s,v 1.2 1997/09/02 13:19:43 thorpej Exp $ */ /*- diff --git a/sys/alpha/pci/pcibus.c b/sys/alpha/pci/pcibus.c index 03fc77c02ba9..2bc0ee45efe0 100644 --- a/sys/alpha/pci/pcibus.c +++ b/sys/alpha/pci/pcibus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/pcibus.c,v 1.36 2005/01/05 20:05:52 imp Exp $"); #include "opt_isa.h" diff --git a/sys/alpha/pci/pcibus.h b/sys/alpha/pci/pcibus.h index 608b2a5cda3e..8b0031a4d522 100644 --- a/sys/alpha/pci/pcibus.h +++ b/sys/alpha/pci/pcibus.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/alpha/pci/pcibus.h,v 1.5 2002/02/28 18:18:41 gallatin Exp $ */ void pci_init_resources(void); diff --git a/sys/alpha/pci/swiz.c b/sys/alpha/pci/swiz.c index fe25038970db..0e3b9bc02f1e 100644 --- a/sys/alpha/pci/swiz.c +++ b/sys/alpha/pci/swiz.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/swiz.c,v 1.3 2003/08/22 07:20:27 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/pci/t2.c b/sys/alpha/pci/t2.c index b1c0b266a117..e2565071ccb2 100644 --- a/sys/alpha/pci/t2.c +++ b/sys/alpha/pci/t2.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/t2.c,v 1.22 2005/01/05 20:05:52 imp Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/alpha/pci/t2_pci.c b/sys/alpha/pci/t2_pci.c index 44288a0daa23..dea2fc61e88e 100644 --- a/sys/alpha/pci/t2_pci.c +++ b/sys/alpha/pci/t2_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/t2_pci.c,v 1.13 2003/08/22 07:20:27 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/pci/t2reg.h b/sys/alpha/pci/t2reg.h index b8052018cb6b..820c38a9f234 100644 --- a/sys/alpha/pci/t2reg.h +++ b/sys/alpha/pci/t2reg.h @@ -45,7 +45,7 @@ * * * * ***************************************************************** * - * $FreeBSD$ + * $FreeBSD: src/sys/alpha/pci/t2reg.h,v 1.3 2005/01/05 20:05:52 imp Exp $ */ diff --git a/sys/alpha/pci/t2var.h b/sys/alpha/pci/t2var.h index 73ec13e64fa5..d6401c2c550d 100644 --- a/sys/alpha/pci/t2var.h +++ b/sys/alpha/pci/t2var.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/alpha/pci/t2var.h,v 1.5 2001/06/01 17:39:11 gallatin Exp $ */ extern vm_offset_t sable_lynx_base; diff --git a/sys/alpha/pci/tsunami.c b/sys/alpha/pci/tsunami.c index 23dd370916d8..51616813726d 100644 --- a/sys/alpha/pci/tsunami.c +++ b/sys/alpha/pci/tsunami.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/tsunami.c,v 1.24 2004/07/01 15:07:27 gallatin Exp $"); #include "opt_cpu.h" diff --git a/sys/alpha/pci/tsunami_pci.c b/sys/alpha/pci/tsunami_pci.c index d0ee84d8d742..0a5f803edc98 100644 --- a/sys/alpha/pci/tsunami_pci.c +++ b/sys/alpha/pci/tsunami_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/pci/tsunami_pci.c,v 1.17 2004/07/01 15:07:27 gallatin Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/alpha/pci/tsunamireg.h b/sys/alpha/pci/tsunamireg.h index 36ecaaf9779d..ca2cfca54435 100644 --- a/sys/alpha/pci/tsunamireg.h +++ b/sys/alpha/pci/tsunamireg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/pci/tsunamireg.h,v 1.4 2002/09/23 05:55:10 peter Exp $ */ /* * 21271 Chipset registers and constants. diff --git a/sys/alpha/pci/tsunamivar.h b/sys/alpha/pci/tsunamivar.h index 89cb2aba65cd..3140fa61baa3 100644 --- a/sys/alpha/pci/tsunamivar.h +++ b/sys/alpha/pci/tsunamivar.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/alpha/pci/tsunamivar.h,v 1.3 1999/10/12 22:10:53 gallatin Exp $ */ extern void tsunami_init(void); diff --git a/sys/alpha/tlsb/dwlpx.c b/sys/alpha/tlsb/dwlpx.c index e95f10e5711f..ac85a9c6b3e8 100644 --- a/sys/alpha/tlsb/dwlpx.c +++ b/sys/alpha/tlsb/dwlpx.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/tlsb/dwlpx.c,v 1.28 2005/01/05 20:05:52 imp Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/alpha/tlsb/dwlpxreg.h b/sys/alpha/tlsb/dwlpxreg.h index 826af3269be7..6539a23eeef2 100644 --- a/sys/alpha/tlsb/dwlpxreg.h +++ b/sys/alpha/tlsb/dwlpxreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/tlsb/dwlpxreg.h,v 1.5 2005/01/05 20:05:52 imp Exp $ */ /* $NetBSD: dwlpxreg.h,v 1.9 1998/03/21 22:02:42 mjacob Exp $ */ /*- diff --git a/sys/alpha/tlsb/dwlpxvar.h b/sys/alpha/tlsb/dwlpxvar.h index 7d880b1007ad..56b96ca14d6a 100644 --- a/sys/alpha/tlsb/dwlpxvar.h +++ b/sys/alpha/tlsb/dwlpxvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/tlsb/dwlpxvar.h,v 1.2 2005/01/05 20:05:52 imp Exp $ */ /*- * Copyright (c) 2000 by Matthew Jacob * NASA AMES Research Center. diff --git a/sys/alpha/tlsb/gbus.c b/sys/alpha/tlsb/gbus.c index 092423b8972c..31db44b4a266 100644 --- a/sys/alpha/tlsb/gbus.c +++ b/sys/alpha/tlsb/gbus.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/tlsb/gbus.c,v 1.13 2005/01/05 20:05:52 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/tlsb/gbusreg.h b/sys/alpha/tlsb/gbusreg.h index 3402185ac8b1..af6ec576b6b5 100644 --- a/sys/alpha/tlsb/gbusreg.h +++ b/sys/alpha/tlsb/gbusreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/tlsb/gbusreg.h,v 1.2 2000/05/01 20:17:51 peter Exp $ */ /* $NetBSD: gbusreg.h,v 1.1 1998/05/13 02:50:29 thorpej Exp $ */ /*- diff --git a/sys/alpha/tlsb/gbusvar.h b/sys/alpha/tlsb/gbusvar.h index cc0bd8e47835..d0ff8c2fe8de 100644 --- a/sys/alpha/tlsb/gbusvar.h +++ b/sys/alpha/tlsb/gbusvar.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/alpha/tlsb/gbusvar.h,v 1.4 1999/08/28 00:39:16 peter Exp $ */ /* $NetBSD: gbusvar.h,v 1.1 1998/05/13 02:50:29 thorpej Exp $ */ diff --git a/sys/alpha/tlsb/kftxx.c b/sys/alpha/tlsb/kftxx.c index f0714e3cfcc2..5dfa44cd2b2b 100644 --- a/sys/alpha/tlsb/kftxx.c +++ b/sys/alpha/tlsb/kftxx.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/tlsb/kftxx.c,v 1.13 2005/01/05 20:05:52 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/tlsb/kftxxreg.h b/sys/alpha/tlsb/kftxxreg.h index d4431d2ee56e..093db5731b17 100644 --- a/sys/alpha/tlsb/kftxxreg.h +++ b/sys/alpha/tlsb/kftxxreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/tlsb/kftxxreg.h,v 1.5 2005/01/05 20:05:52 imp Exp $ */ /* $NetBSD: kftxxreg.h,v 1.5 1998/07/08 00:45:08 mjacob Exp $ */ /*- diff --git a/sys/alpha/tlsb/kftxxvar.h b/sys/alpha/tlsb/kftxxvar.h index 2bdb24882dd2..e6f7ba1840d4 100644 --- a/sys/alpha/tlsb/kftxxvar.h +++ b/sys/alpha/tlsb/kftxxvar.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/alpha/tlsb/kftxxvar.h,v 1.4 1999/08/28 00:39:17 peter Exp $ */ /* diff --git a/sys/alpha/tlsb/mcclock_tlsb.c b/sys/alpha/tlsb/mcclock_tlsb.c index bbbaa297a5ac..efc61addc939 100644 --- a/sys/alpha/tlsb/mcclock_tlsb.c +++ b/sys/alpha/tlsb/mcclock_tlsb.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/tlsb/mcclock_tlsb.c,v 1.10 2005/01/05 20:05:52 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/alpha/tlsb/tlsb.c b/sys/alpha/tlsb/tlsb.c index 34b6686b3a7b..31e72f5de8f5 100644 --- a/sys/alpha/tlsb/tlsb.c +++ b/sys/alpha/tlsb/tlsb.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/tlsb/tlsb.c,v 1.17 2005/01/05 20:05:52 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/tlsb/tlsbcpu.c b/sys/alpha/tlsb/tlsbcpu.c index 68fa84aef18a..5c02e19fb46f 100644 --- a/sys/alpha/tlsb/tlsbcpu.c +++ b/sys/alpha/tlsb/tlsbcpu.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/tlsb/tlsbcpu.c,v 1.6 2005/01/05 20:05:52 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/tlsb/tlsbmem.c b/sys/alpha/tlsb/tlsbmem.c index 778601f297f7..ac9c1a50fa42 100644 --- a/sys/alpha/tlsb/tlsbmem.c +++ b/sys/alpha/tlsb/tlsbmem.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/tlsb/tlsbmem.c,v 1.6 2005/01/05 20:05:52 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/alpha/tlsb/tlsbreg.h b/sys/alpha/tlsb/tlsbreg.h index cfff1c82e5c7..2390f6253fae 100644 --- a/sys/alpha/tlsb/tlsbreg.h +++ b/sys/alpha/tlsb/tlsbreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/tlsb/tlsbreg.h,v 1.3 2005/01/05 20:05:52 imp Exp $ */ /* $NetBSD: tlsbreg.h,v 1.5 2000/01/27 22:27:50 mjacob Exp $ */ /*- diff --git a/sys/alpha/tlsb/tlsbvar.h b/sys/alpha/tlsb/tlsbvar.h index 238f9082b092..a2d57a488361 100644 --- a/sys/alpha/tlsb/tlsbvar.h +++ b/sys/alpha/tlsb/tlsbvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/alpha/tlsb/tlsbvar.h,v 1.5 2005/01/05 20:05:52 imp Exp $ */ /* $NetBSD: tlsbvar.h,v 1.5 1998/05/13 23:23:23 thorpej Exp $ */ /*- diff --git a/sys/alpha/tlsb/zs_tlsb.c b/sys/alpha/tlsb/zs_tlsb.c index 22093b27069d..b6ea7ac3f604 100644 --- a/sys/alpha/tlsb/zs_tlsb.c +++ b/sys/alpha/tlsb/zs_tlsb.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/alpha/tlsb/zs_tlsb.c,v 1.49 2004/10/18 21:51:24 phk Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/alpha/tlsb/zsreg.h b/sys/alpha/tlsb/zsreg.h index f087a7ba55fe..ccf7167fc46f 100644 --- a/sys/alpha/tlsb/zsreg.h +++ b/sys/alpha/tlsb/zsreg.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/alpha/tlsb/zsreg.h,v 1.3 1999/08/28 00:39:18 peter Exp $ */ #define ZSC_CHANNELA 0x80 diff --git a/sys/alpha/tlsb/zsvar.h b/sys/alpha/tlsb/zsvar.h index 84701544274b..c4abb3ad4f04 100644 --- a/sys/alpha/tlsb/zsvar.h +++ b/sys/alpha/tlsb/zsvar.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/alpha/tlsb/zsvar.h,v 1.2 1999/08/28 00:39:18 peter Exp $ */ int zs_cnattach(vm_offset_t base, vm_offset_t offset); diff --git a/sys/amd64/Makefile b/sys/amd64/Makefile index b7d021a7d3d1..1cf099312a62 100644 --- a/sys/amd64/Makefile +++ b/sys/amd64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/Makefile,v 1.11 2002/06/21 06:18:02 mckusick Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 # Makefile for i386 links, tags file diff --git a/sys/amd64/acpica/OsdEnvironment.c b/sys/amd64/acpica/OsdEnvironment.c index a966abbb7df2..9550a393497c 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.12.8.1 2005/11/07 09:53:24 obrien Exp $"); /* * 6.1 : Environmental support diff --git a/sys/amd64/acpica/acpi_machdep.c b/sys/amd64/acpica/acpi_machdep.c index 5201ad7c45cd..5c9eaa8cb452 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.16.2.1 2005/11/07 09:53:24 obrien Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/amd64/acpica/acpi_wakeup.c b/sys/amd64/acpica/acpi_wakeup.c index 53868e40a85a..b0f83eedfc67 100644 --- a/sys/amd64/acpica/acpi_wakeup.c +++ b/sys/amd64/acpica/acpi_wakeup.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/acpica/acpi_wakeup.c,v 1.21.10.1 2005/11/07 09:53:24 obrien Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/amd64/acpica/madt.c b/sys/amd64/acpica/madt.c index 76e7732e505f..4616ecbf6839 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.16.2.2 2006/05/11 17:41:00 njl 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 9264a2b2a81c..2c1336cb0fd7 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.25 2004/08/07 06:21:37 scottl 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 5d7685b1d6a0..ca488f31af55 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.103 2005/06/30 05:33:26 peter Exp $ */ /* diff --git a/sys/amd64/amd64/atomic.c b/sys/amd64/amd64/atomic.c index 1b4ff7eaa693..b112258b93b1 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 2003/07/25 21:15:44 obrien 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..c5e0a270e584 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 2005/05/29 23:44:22 marcel 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 d08f5ccd160c..3a91f959123c 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.72 2004/09/24 01:08:34 peter Exp $"); /* * Subset of the i386 bios support code. We cannot make bios16 nor bios32 diff --git a/sys/amd64/amd64/busdma_machdep.c b/sys/amd64/amd64/busdma_machdep.c index 50b4d8fbeeb0..854188c9a3cf 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.70.2.5 2006/10/21 16:27:50 hrs 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 3ff08bae4a92..a360a8cbf2dc 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.151.8.2 2005/11/15 00:25:59 peter Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/amd64/db_disasm.c b/sys/amd64/amd64/db_disasm.c index 97582df9edc6..fa574108bf89 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.30 2005/03/30 22:57:41 peter Exp $"); /* * Instruction disassembler. diff --git a/sys/amd64/amd64/db_interface.c b/sys/amd64/amd64/db_interface.c index b2976167bd6b..a6a0c54ca435 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.81 2005/01/05 20:17:20 imp Exp $"); /* * Interface to new debugger. diff --git a/sys/amd64/amd64/db_trace.c b/sys/amd64/amd64/db_trace.c index 7b8069110241..1f117db40dd6 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.66.2.2 2006/03/13 03:03:51 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/dump_machdep.c b/sys/amd64/amd64/dump_machdep.c index 25f7f6220f84..adc6b3dd9108 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.11.2.1 2006/07/24 23:28:08 peter 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 e20b3949a68b..6517e67b1682 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.22.8.1 2005/12/30 22:13:57 marcel Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S index 9b87cee04bc8..64ad242c9b08 100644 --- a/sys/amd64/amd64/exception.S +++ b/sys/amd64/amd64/exception.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/exception.S,v 1.125.2.1 2005/09/03 11:57:28 jkoshy Exp $ */ #include "opt_atpic.h" diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 513b36b7d0b0..fc82d0356dc6 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.157.2.2 2006/07/01 09:06:40 davidxu 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..630ba8535181 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.4.2.2 2006/08/17 21:26:55 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index e4fd1961ac19..adc00c338cfa 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.155.2.2 2005/11/15 00:25:59 peter Exp $"); #include "opt_compat.h" #include "opt_kstack_pages.h" diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 65406520b25b..c63d09956839 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.136.2.3 2006/04/24 18:21:54 jkim Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/amd64/in_cksum.c b/sys/amd64/amd64/in_cksum.c index ae02e91d9203..966449f90fdc 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 2005/01/05 20:17:20 imp Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/amd64/amd64/initcpu.c b/sys/amd64/amd64/initcpu.c index e6e94d65349e..f153295de770 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.48.8.2 2006/07/01 09:06:40 davidxu Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c index 99740914afe9..688515bde3b1 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.15.2.3 2006/10/30 18:03:02 jhb Exp $ */ /* diff --git a/sys/amd64/amd64/io.c b/sys/amd64/amd64/io.c index 1aaf2ef63282..34336647732d 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.1 2004/08/01 11:40:50 markm 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 734ad84e4745..097b3c563ace 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.15.2.6 2006/10/30 18:03:02 jhb Exp $"); #include "opt_isa.h" diff --git a/sys/amd64/amd64/legacy.c b/sys/amd64/amd64/legacy.c index 01c497f98c65..9cb5ddbb2c62 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.59 2005/02/15 07:26:28 njl 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 11379aa07e06..3229b30571a4 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.17.2.10 2006/10/30 18:03:02 jhb Exp $"); #include "opt_hwpmc_hooks.h" diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S index 55cda3ab1863..50827fc7ecf1 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 2003/05/31 06:54:28 peter Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index cb0fc8549f6e..fef93a55bcc5 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.638.2.10.2.1 2006/12/23 01:11:13 davidxu Exp $"); #include "opt_atalk.h" #include "opt_atpic.h" diff --git a/sys/amd64/amd64/mem.c b/sys/amd64/amd64/mem.c index f3280d0dfc75..adf2df61d4a6 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.121 2004/08/07 06:21:37 scottl Exp $"); /* * Memory special file diff --git a/sys/amd64/amd64/minidump_machdep.c b/sys/amd64/amd64/minidump_machdep.c index 1f7af43044ee..59142f8f1c7f 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.1.2.1 2006/07/24 23:28:08 peter 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 88b72ff84d3e..ead7b10fd888 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.260.2.7 2006/10/30 18:03:02 jhb Exp $"); #include "opt_cpu.h" #include "opt_kdb.h" diff --git a/sys/amd64/amd64/mp_watchdog.c b/sys/amd64/amd64/mp_watchdog.c index bc5e6d2edc67..102cd6c1b1c4 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.4 2005/02/28 08:55:53 pjd Exp $ */ #include "opt_mp_watchdog.h" diff --git a/sys/amd64/amd64/mpboot.S b/sys/amd64/amd64/mpboot.S index ec30c72ecb9b..33921960a7f6 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 2004/06/08 01:02:52 peter Exp $ */ #include <machine/asmacros.h> /* miscellaneous asm macros */ diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c index 5ce5c79099ab..90f16e48444c 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.236 2005/04/15 18:44:53 peter 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 5a3437321fd9..9cc7397419ca 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.2.8.1 2005/09/18 02:55:09 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/nexus.c b/sys/amd64/amd64/nexus.c index ad6e8faf8bec..7ed7cccafeed 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.66.2.1 2006/09/22 19:04:51 jhb 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 6b0cf55031f1..415e17b31354 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.516.2.8 2006/09/27 18:10:15 alc Exp $"); /* * Manages physical address maps. diff --git a/sys/amd64/amd64/prof_machdep.c b/sys/amd64/amd64/prof_machdep.c index d78365f18c6b..60d1b3ddf533 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.24 2005/05/14 09:10:00 nyan Exp $"); #ifdef GUPROF #if 0 diff --git a/sys/amd64/amd64/sigtramp.S b/sys/amd64/amd64/sigtramp.S index a05ea8587b56..0ce6d87a1b2a 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 2003/05/01 01:05:21 peter Exp $ */ #include <sys/syscall.h> diff --git a/sys/amd64/amd64/support.S b/sys/amd64/amd64/support.S index 49ef65b0fcd3..e8db6dd4398f 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.115 2005/06/24 00:45:01 peter Exp $ */ #include "opt_ddb.h" diff --git a/sys/amd64/amd64/sys_machdep.c b/sys/amd64/amd64/sys_machdep.c index 7f022d00bcce..87f27b1216f3 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.90 2005/07/10 23:31:10 davidxu Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index dd60cc8aaba4..e61af3ba15d8 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.289.2.3 2005/11/28 20:03:03 jhb Exp $"); /* * AMD64 Trap and System call handling diff --git a/sys/amd64/amd64/tsc.c b/sys/amd64/amd64/tsc.c index 6a5b17c2e90d..d91e27584f1e 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.205 2003/11/17 08:58:13 peter Exp $"); #include "opt_clock.h" diff --git a/sys/amd64/amd64/uio_machdep.c b/sys/amd64/amd64/uio_machdep.c index d3897cf14d9a..ee21abc03201 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 2005/01/05 20:17:20 imp 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 dd3d2f9ba740..6a9a3e0976a2 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.1.10.1 2006/07/24 23:28:08 peter 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 701dd33755e6..f74efcd89b30 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.248.2.1 2005/11/15 00:25:59 peter 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 cf822b3a9666..8c7d483c6e4b 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.2.2.1 2005/10/28 19:21:27 jhb Exp $ # Not yet, this would break all existing configs #machine amd64 diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 29e50b698928..46b779646e53 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.439.2.14 2006/10/09 18:41:36 simon Exp $ machine amd64 cpu HAMMER diff --git a/sys/amd64/conf/GENERIC.hints b/sys/amd64/conf/GENERIC.hints index 940034397dec..e864cb45dc95 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.15.8.1 2006/10/30 13:20:10 ru 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..b4888a02a6dd 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 2003/02/26 23:36:58 ru Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 08e5a024b977..3974a75c80c9 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.36.2.11 2006/09/29 21:21:52 jhb Exp $ # # diff --git a/sys/amd64/conf/SMP b/sys/amd64/conf/SMP index e2c6c4324112..1120ac6c0586 100644 --- a/sys/amd64/conf/SMP +++ b/sys/amd64/conf/SMP @@ -2,7 +2,7 @@ # SMP -- Generic kernel configuration file for FreeBSD/amd64 SMP # Use this for multi-processor machines # -# $FreeBSD$ +# $FreeBSD: src/sys/amd64/conf/SMP,v 1.1.6.1 2005/09/18 03:37:58 scottl Exp $ include GENERIC diff --git a/sys/amd64/ia32/ia32_exception.S b/sys/amd64/ia32/ia32_exception.S index c65634e268f1..afbe140c1fc7 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.4 2004/05/24 11:28:11 bde Exp $ */ #include <machine/asmacros.h> diff --git a/sys/amd64/ia32/ia32_reg.c b/sys/amd64/ia32/ia32_reg.c index d0bef4a83874..2729a822e93b 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.1.2.2 2005/12/28 19:30:40 ps Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/amd64/ia32/ia32_reg.c,v 1.1.2.2 2005/12/28 19:30:40 ps Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_signal.c b/sys/amd64/ia32/ia32_signal.c index 58aeb3d4c74c..2feeb73ffdcc 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.10 2004/04/05 23:55:14 imp Exp $"); #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_sigtramp.S b/sys/amd64/ia32/ia32_sigtramp.S index 0387cb7f34f7..3d9d904aa106 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.2 2003/08/22 23:19:02 peter Exp $ */ #include "opt_compat.h" diff --git a/sys/amd64/ia32/ia32_syscall.c b/sys/amd64/ia32/ia32_syscall.c index b70e83a7dfe2..bed8d7ed5ed3 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.8.2.2 2006/08/11 18:42:48 jhb Exp $"); /* * 386 Trap and System call handling diff --git a/sys/amd64/include/_bus.h b/sys/amd64/include/_bus.h index a8cbf4810c75..aa2a1970494d 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 2005/04/18 21:45:33 imp Exp $ */ #ifndef AMD64_INCLUDE__BUS_H diff --git a/sys/amd64/include/_inttypes.h b/sys/amd64/include/_inttypes.h index e6b2536ff379..849e6501a05b 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 2003/05/01 01:05:23 peter Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/amd64/include/_limits.h b/sys/amd64/include/_limits.h index fdea69e353e7..dd5fccca84b0 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 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/amd64/include/_stdint.h b/sys/amd64/include/_stdint.h index 0c56c6d4e1fa..b72eade0fdda 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 2004/05/18 16:04:56 stefanf Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/amd64/include/_types.h b/sys/amd64/include/_types.h index 4217c82b060b..d6837ed4b46a 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.9 2005/07/02 23:13:30 thompsa Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/amd64/include/acpica_machdep.h b/sys/amd64/include/acpica_machdep.h index 14cf85a5d4bf..b512dfa8a5d9 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.6 2004/10/11 05:39:15 njl Exp $ */ /****************************************************************************** diff --git a/sys/amd64/include/apicreg.h b/sys/amd64/include/apicreg.h index d5d5dc39ac67..70762b8da092 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.28 2005/01/21 06:01:20 peter Exp $ */ #ifndef _MACHINE_APICREG_H_ diff --git a/sys/amd64/include/apicvar.h b/sys/amd64/include/apicvar.h index 390e6c293b8f..10abbfed6a4a 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.13.2.3 2006/10/30 18:03:03 jhb Exp $ */ #ifndef _MACHINE_APICVAR_H_ diff --git a/sys/amd64/include/asm.h b/sys/amd64/include/asm.h index e1f2e4b51f48..11658d254ee9 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.17 2005/04/10 20:49:21 alc Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/amd64/include/asmacros.h b/sys/amd64/include/asmacros.h index 7ca8c62afdb8..c98acd3c9bca 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.28 2004/04/05 21:25:51 imp Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/amd64/include/atomic.h b/sys/amd64/include/atomic.h index dc0f3e9c0fa4..dce35ab82806 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.34.2.4 2005/10/06 18:12:05 jhb Exp $ */ #ifndef _MACHINE_ATOMIC_H_ #define _MACHINE_ATOMIC_H_ diff --git a/sys/amd64/include/bus.h b/sys/amd64/include/bus.h index b1a91a27b2d1..bf2abe2060d2 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.16 2005/05/29 04:42:15 nyan 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 9820d310adba..9d01d455bea6 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.29 2005/03/14 16:46:27 scottl Exp $ */ #ifndef _AMD64_BUS_DMA_H_ #define _AMD64_BUS_DMA_H_ diff --git a/sys/amd64/include/clock.h b/sys/amd64/include/clock.h index 3d0fa4a820d4..63a04ea54773 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.50 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/amd64/include/cpu.h b/sys/amd64/include/cpu.h index f069d2ebebb8..ed001d54b933 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.74 2004/08/03 18:44:26 mux Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/amd64/include/cpufunc.h b/sys/amd64/include/cpufunc.h index 2c5fcb2acda1..6ffb9933af9a 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.148 2005/05/13 00:05:55 nectar Exp $ */ /* diff --git a/sys/amd64/include/cputypes.h b/sys/amd64/include/cputypes.h index 6b0e8fda4681..6978159ad776 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.19 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/amd64/include/db_machdep.h b/sys/amd64/include/db_machdep.h index 29e385e3af0c..ffd6193881b2 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 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/amd64/include/elf.h b/sys/amd64/include/elf.h index be1d3a032b3f..975357afa5f8 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.18 2004/08/03 08:21:48 dfr Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/amd64/include/endian.h b/sys/amd64/include/endian.h index 24e59e42889f..5455cbe0387a 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.8 2005/03/11 21:46:01 peter Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/amd64/include/exec.h b/sys/amd64/include/exec.h index 8d07887be252..7c4a2bb8e91f 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 2005/02/19 21:16:48 ru Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/amd64/include/float.h b/sys/amd64/include/float.h index 52b899f6e4ce..001dedc09732 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.15 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/amd64/include/floatingpoint.h b/sys/amd64/include/floatingpoint.h index cda9e46230ca..80f14ca3c9fa 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 2005/04/02 17:31:42 netchild Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h index 88932ed39135..04b205b15ec6 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.33 2004/04/05 21:25:51 imp Exp $ */ /* diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h index 199654696dec..8ca236e83242 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.28 2004/07/10 22:39:56 marcel Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/amd64/include/gdb_machdep.h b/sys/amd64/include/gdb_machdep.h index d007eef40526..75a1b014ddcb 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.3.2.1 2006/08/17 21:26:56 marcel Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/amd64/include/ieeefp.h b/sys/amd64/include/ieeefp.h index 196f79f12116..096cabd3a548 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.14 2005/04/12 23:12:00 jhb Exp $ */ /* diff --git a/sys/amd64/include/in_cksum.h b/sys/amd64/include/in_cksum.h index adfde8f22d1b..dd01b40e2a44 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 2005/03/11 22:16:09 peter Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/amd64/include/intr_machdep.h b/sys/amd64/include/intr_machdep.h index af0a1b7cad86..3cb6f28a8434 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.5.2.5 2006/10/30 18:03:03 jhb Exp $ */ #ifndef __MACHINE_INTR_MACHDEP_H__ diff --git a/sys/amd64/include/iodev.h b/sys/amd64/include/iodev.h index 2273620ccba4..cf51165a7f6e 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.1 2004/08/01 11:40:51 markm Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/amd64/include/kdb.h b/sys/amd64/include/kdb.h index ba359140beb7..840275cdf1a2 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.2 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/amd64/include/legacyvar.h b/sys/amd64/include/legacyvar.h index 91f784f1f143..e70d5c6d0c0c 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.6.2.1 2005/09/18 02:55:10 imp Exp $ */ #ifndef _MACHINE_LEGACYVAR_H_ diff --git a/sys/amd64/include/limits.h b/sys/amd64/include/limits.h index 35eea1f619de..95a146c56807 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 2005/03/02 21:33:21 joerg Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/amd64/include/md_var.h b/sys/amd64/include/md_var.h index 03220e6a0640..a0fb3e36a035 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.75.8.3 2006/07/24 23:28:08 peter Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/amd64/include/memdev.h b/sys/amd64/include/memdev.h index b6d31220cb93..50f556a87d8f 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.1 2004/08/01 11:40:51 markm Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/amd64/include/metadata.h b/sys/amd64/include/metadata.h index 84e6f8739970..09d78e7c9fff 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.2 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/amd64/include/minidump.h b/sys/amd64/include/minidump.h index 1ea92b773213..ca017bcf6dc3 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.2.1 2006/07/24 23:28:08 peter Exp $ */ #ifndef _MACHINE_MINIDUMP_H_ diff --git a/sys/amd64/include/mp_watchdog.h b/sys/amd64/include/mp_watchdog.h index bcec051a942f..78c2889e660f 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 2004/08/15 18:02:09 rwatson Exp $ */ #ifndef _MACHINE_MP_WATCHDOG_H_ diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index 451d9ce14d55..40752ca154d5 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.222.2.1 2006/03/01 06:02:42 sam Exp $ */ #ifndef __MACHINE_MPTABLE_H__ diff --git a/sys/amd64/include/mutex.h b/sys/amd64/include/mutex.h index 919a4415ef8a..d3557ab95489 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.38 2003/12/06 23:17:18 peter Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index 39ce1ffd3279..d1722e38015e 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.18 2005/06/29 15:13:25 jhb Exp $ */ /* diff --git a/sys/amd64/include/pc/bios.h b/sys/amd64/include/pc/bios.h index 87279727afec..7892393b49d9 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.18 2004/09/24 00:42:36 peter Exp $ */ #ifndef _MACHINE_PC_BIOS_H_ diff --git a/sys/amd64/include/pc/display.h b/sys/amd64/include/pc/display.h index cd2d5ff35b73..f8173c317b2a 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 2005/01/05 20:11:13 imp Exp $ */ /* Color attributes for foreground text */ diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h index 69a20b628d54..ba1127c4c12b 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.60.8.1 2005/11/15 00:26:00 peter Exp $ */ #ifndef _AMD64_PCB_H_ diff --git a/sys/amd64/include/pcb_ext.h b/sys/amd64/include/pcb_ext.h index 6d1bde2d5f84..34f530a0a0b1 100644 --- a/sys/amd64/include/pcb_ext.h +++ b/sys/amd64/include/pcb_ext.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/pcb_ext.h,v 1.10 2003/05/01 01:05:23 peter Exp $ */ #ifndef _I386_PCB_EXT_H_ diff --git a/sys/amd64/include/pci_cfgreg.h b/sys/amd64/include/pci_cfgreg.h index 1df8972a4447..2026b3ee9b04 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.13 2005/01/05 20:17:20 imp Exp $ * */ diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index 414bd9335aa1..747b1fadd462 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.44 2005/03/11 22:16:09 peter Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/amd64/include/pmap.h b/sys/amd64/include/pmap.h index 504d9f8c1984..57bba1ca0658 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.127 2005/06/29 22:28:45 peter Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/amd64/include/pmc_mdep.h b/sys/amd64/include/pmc_mdep.h index 4a676587fcbe..7a55250611af 100644 --- a/sys/amd64/include/pmc_mdep.h +++ b/sys/amd64/include/pmc_mdep.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/pmc_mdep.h,v 1.3 2005/06/09 19:45:06 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/amd64/include/ppireg.h b/sys/amd64/include/ppireg.h index 5774757ce67a..846069827f83 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 2005/05/14 09:10:00 nyan Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index ba6354b68dce..a44a440d8d7e 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.24 2005/04/04 21:53:52 jhb Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h index 44bb6e7c4b97..d7d63612e5f7 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.45 2005/03/11 22:16:09 peter Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/amd64/include/psl.h b/sys/amd64/include/psl.h index 07c21ea6e8e8..a57c9c0d5b7f 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 2004/04/05 21:25:51 imp Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/amd64/include/ptrace.h b/sys/amd64/include/ptrace.h index eef24f829b48..0b35522bf5e4 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 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/amd64/include/reg.h b/sys/amd64/include/reg.h index 32d0f3bb05f7..316b9f015dc7 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.35 2004/04/05 23:55:14 imp Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/amd64/include/reloc.h b/sys/amd64/include/reloc.h index 188319323399..b2a15c090b9d 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 2004/04/05 21:25:51 imp Exp $ */ #ifndef _I386_MACHINE_RELOC_H_ diff --git a/sys/amd64/include/resource.h b/sys/amd64/include/resource.h index edde5eb29908..96d8f182c12d 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 2005/01/05 20:17:20 imp Exp $ */ /*- * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/amd64/include/runq.h b/sys/amd64/include/runq.h index 855e315b6847..79af4b1826ec 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 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/amd64/include/segments.h b/sys/amd64/include/segments.h index 4de820b13412..1403fea7ffaf 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.38 2004/04/05 21:25:51 imp Exp $ */ #ifndef _MACHINE_SEGMENTS_H_ diff --git a/sys/amd64/include/setjmp.h b/sys/amd64/include/setjmp.h index 2c17b5d1768d..0d0b7b46d987 100644 --- a/sys/amd64/include/setjmp.h +++ b/sys/amd64/include/setjmp.h @@ -29,7 +29,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.9 2003/06/02 21:49:35 peter Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/amd64/include/sf_buf.h b/sys/amd64/include/sf_buf.h index b5245e63d210..44ca3a3b9f8d 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 2005/02/28 23:38:15 peter Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/amd64/include/sigframe.h b/sys/amd64/include/sigframe.h index d104507d52f8..fdca8cd73b66 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 2003/05/01 01:05:23 peter Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/amd64/include/signal.h b/sys/amd64/include/signal.h index 412a34f2f817..cdb3aa268ccc 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.28 2005/01/05 20:17:20 imp Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 2c63dc9ce1ca..53db08ff363a 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.84 2005/04/30 20:00:58 dwhite Exp $ * */ diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h index e78bc17cd361..fcb581f854e6 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.30.8.1 2006/04/24 18:21:54 jkim Exp $ */ #ifndef _MACHINE_SPECIALREG_H_ diff --git a/sys/amd64/include/stdarg.h b/sys/amd64/include/stdarg.h index a0c1662ce74b..2b682b4d49bd 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.8 2005/03/11 22:16:09 peter Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/amd64/include/sysarch.h b/sys/amd64/include/sysarch.h index 67c8a4ae99b5..bf170747bfdf 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.24 2005/04/14 16:57:58 peter Exp $ */ /* diff --git a/sys/amd64/include/timerreg.h b/sys/amd64/include/timerreg.h index 0ab7d40510a7..fdb016ee6efb 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.2 2005/05/28 13:40:26 nyan Exp $ */ /* diff --git a/sys/amd64/include/trap.h b/sys/amd64/include/trap.h index 2a1e12015a03..226ff4db096c 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.14 2004/04/05 21:25:51 imp Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h index fbbe3aff4189..da80fa4f1d3a 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 2005/04/15 18:39:31 peter Exp $ */ #ifndef _MACHINE_TSS_H_ diff --git a/sys/amd64/include/ucontext.h b/sys/amd64/include/ucontext.h index 5c1380336321..0d2d3db136e3 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.18 2003/11/08 04:39:22 peter Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/amd64/include/varargs.h b/sys/amd64/include/varargs.h index 93faac6a84dd..659236e5762a 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 2005/03/11 22:16:09 peter Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index 954cebc3d8b3..57a59b97442e 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.45 2004/10/27 17:21:15 peter Exp $ */ diff --git a/sys/amd64/isa/atpic.c b/sys/amd64/isa/atpic.c index 6b06914afd21..b174aa6279f2 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.15.2.4 2006/10/30 18:03:03 jhb 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 37390a062dbf..ff4a3a2edaa1 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.45 2004/05/24 12:08:56 bde Exp $ */ /* diff --git a/sys/amd64/isa/clock.c b/sys/amd64/isa/clock.c index e875610e13b2..1c8e614d2aee 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.221.2.1 2005/07/18 19:52:04 jhb Exp $"); /* * Routines to handle clock hardware. diff --git a/sys/amd64/isa/elcr.c b/sys/amd64/isa/elcr.c index 266d78396db9..9dcee88b6bb8 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 2005/01/21 06:01:20 peter 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 f25fac6b83f9..f4d1271bbf5c 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.34 2004/05/16 20:30:47 peter Exp $ */ /* diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c index 9ac9c32e76a0..fd9c9dd5c90d 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.148 2005/01/21 05:56:41 peter 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..63d06b05348e 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 2005/05/14 10:14:56 nyan Exp $ */ #ifndef _I386_ISA_ISA_H_ diff --git a/sys/amd64/isa/isa_dma.c b/sys/amd64/isa/isa_dma.c index ffd3baaddbae..a41e6917872d 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 2005/05/14 10:14:56 nyan Exp $"); /* * code to manage AT bus diff --git a/sys/amd64/isa/nmi.c b/sys/amd64/isa/nmi.c index 887879a31998..1b1dd951ad0b 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 2004/05/16 20:30:47 peter Exp $"); #include "opt_mca.h" diff --git a/sys/amd64/linux32/Makefile b/sys/amd64/linux32/Makefile index ae4f1078a2ad..3b9c9144f2e4 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 2004/08/16 07:55:06 tjr Exp $ all: @echo "make sysent only" diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h index 7362b228cbfb..882796fde7af 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.1 2004/08/16 07:55:06 tjr Exp $ */ #ifndef _AMD64_LINUX_LINUX_H_ diff --git a/sys/amd64/linux32/linux32_dummy.c b/sys/amd64/linux32/linux32_dummy.c index 5322c8e9bee5..7698ea0e8782 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.1 2004/08/16 07:55:06 tjr 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 de7726d19c88..41fa0580cbac 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.1 2004/08/16 07:55:06 tjr 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..81ebba872edd 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 2004/08/16 07:55:06 tjr Exp $ */ #ifndef _AMD64_LINUX_LINUX_IPC64_H_ diff --git a/sys/amd64/linux32/linux32_locore.s b/sys/amd64/linux32/linux32_locore.s index 6c3d2082e87a..caca0f1a1b57 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.1 2004/08/16 07:55:06 tjr 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 7f738bb5b2b8..259f2fcc867b 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.10 2005/06/24 17:41:27 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 73851e653fad..65393f7dc271 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.5.2.1 2005/07/20 17:43:52 jhb Exp $ * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.4.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/amd64/linux32/linux32_syscall.h b/sys/amd64/linux32/linux32_syscall.h index 5036854349a6..44b232dc3d7e 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.5.2.1 2005/07/20 17:43:52 jhb Exp $ * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.4.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/amd64/linux32/linux32_sysent.c b/sys/amd64/linux32/linux32_sysent.c index c628116dcafe..b967658ac921 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.5.2.1 2005/07/20 17:43:52 jhb Exp $ * created from FreeBSD: src/sys/amd64/linux32/syscalls.master,v 1.4.2.1 2005/07/20 17:42:14 jhb Exp */ diff --git a/sys/amd64/linux32/linux32_sysvec.c b/sys/amd64/linux32/linux32_sysvec.c index e5d5e1e572e9..2d056847b8a3 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.7.2.4 2006/11/03 09:18:31 kib Exp $"); /* XXX we use functions that might not exist. */ #include "opt_compat.h" diff --git a/sys/amd64/linux32/syscalls.conf b/sys/amd64/linux32/syscalls.conf index 8c57f888ab0d..109128b40734 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.1 2004/08/16 07:55:06 tjr 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 8e38b5ffcdd1..83d415675265 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.4.2.1 2005/07/20 17:42:14 jhb 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 15eccf70ac76..774ac91a2a0b 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.113.2.1 2005/09/18 02:55:10 imp Exp $"); #include "opt_cpu.h" diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c index e4a5a2a80df1..163c1be8dc6b 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.108 2005/01/21 05:56:41 peter Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/autoconf.c b/sys/arm/arm/autoconf.c index 417639894bff..9802dd60a293 100644 --- a/sys/arm/arm/autoconf.c +++ b/sys/arm/arm/autoconf.c @@ -47,7 +47,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/autoconf.c,v 1.3 2005/05/29 23:44:22 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/bcopy_page.S b/sys/arm/arm/bcopy_page.S index 9e13c5dbdf28..170eca6f0c05 100644 --- a/sys/arm/arm/bcopy_page.S +++ b/sys/arm/arm/bcopy_page.S @@ -40,7 +40,7 @@ #include <machine/asm.h> #include <machine/param.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/bcopy_page.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); #ifndef __XSCALE__ /* #define BIG_LOOPS */ diff --git a/sys/arm/arm/bcopyinout.S b/sys/arm/arm/bcopyinout.S index fdd57d6cb98c..3b723a27536d 100644 --- a/sys/arm/arm/bcopyinout.S +++ b/sys/arm/arm/bcopyinout.S @@ -40,7 +40,7 @@ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/bcopyinout.S,v 1.6 2005/05/24 23:55:09 cognet Exp $"); #ifdef __XSCALE__ #include <arm/arm/bcopyinout_xscale.S> #else diff --git a/sys/arm/arm/bcopyinout_xscale.S b/sys/arm/arm/bcopyinout_xscale.S index bb785f8e32d6..7568b233e067 100644 --- a/sys/arm/arm/bcopyinout_xscale.S +++ b/sys/arm/arm/bcopyinout_xscale.S @@ -36,7 +36,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/bcopyinout_xscale.S,v 1.4 2005/05/24 23:55:09 cognet Exp $"); .text .align 0 diff --git a/sys/arm/arm/blockio.S b/sys/arm/arm/blockio.S index 7e750b45e132..8f697a141789 100644 --- a/sys/arm/arm/blockio.S +++ b/sys/arm/arm/blockio.S @@ -48,7 +48,7 @@ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/blockio.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); /* * Read bytes from an I/O address into a block of memory diff --git a/sys/arm/arm/bootconfig.c b/sys/arm/arm/bootconfig.c index 0a5d3057a2c0..4ee582a388d6 100644 --- a/sys/arm/arm/bootconfig.c +++ b/sys/arm/arm/bootconfig.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/bootconfig.c,v 1.2 2005/01/05 21:58:47 imp Exp $"); #include <sys/param.h> diff --git a/sys/arm/arm/bus_space_asm_generic.S b/sys/arm/arm/bus_space_asm_generic.S index 37c1808cc43d..a63dae66c862 100644 --- a/sys/arm/arm/bus_space_asm_generic.S +++ b/sys/arm/arm/bus_space_asm_generic.S @@ -37,7 +37,7 @@ #include <machine/asm.h> #include <machine/cpuconf.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/bus_space_asm_generic.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); /* * Generic bus_space functions. diff --git a/sys/arm/arm/busdma_machdep.c b/sys/arm/arm/busdma_machdep.c index 07d32c17fefa..97e8e10020ca 100644 --- a/sys/arm/arm/busdma_machdep.c +++ b/sys/arm/arm/busdma_machdep.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/busdma_machdep.c,v 1.22.2.2 2006/06/23 17:42:33 cognet Exp $"); /* * MacPPC bus dma support routines diff --git a/sys/arm/arm/copystr.S b/sys/arm/arm/copystr.S index 13bbf01d5238..440160561971 100644 --- a/sys/arm/arm/copystr.S +++ b/sys/arm/arm/copystr.S @@ -43,7 +43,7 @@ #include <machine/asm.h> #include <machine/armreg.h> #include <machine/asmacros.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/copystr.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); #include <sys/errno.h> diff --git a/sys/arm/arm/cpufunc.c b/sys/arm/arm/cpufunc.c index befad83d187e..f4024f809fdc 100644 --- a/sys/arm/arm/cpufunc.c +++ b/sys/arm/arm/cpufunc.c @@ -45,7 +45,7 @@ * Created : 30/01/97 */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc.c,v 1.9.2.1 2006/06/23 17:38:09 cognet Exp $"); #include <sys/cdefs.h> diff --git a/sys/arm/arm/cpufunc_asm.S b/sys/arm/arm/cpufunc_asm.S index d9cc70d5495f..b64d8e9eb712 100644 --- a/sys/arm/arm/cpufunc_asm.S +++ b/sys/arm/arm/cpufunc_asm.S @@ -43,7 +43,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm.S,v 1.6 2005/02/26 18:59:01 cognet Exp $"); .text .align 0 diff --git a/sys/arm/arm/cpufunc_asm_arm10.S b/sys/arm/arm/cpufunc_asm_arm10.S index d1d55ff254aa..eb6459aae15a 100644 --- a/sys/arm/arm/cpufunc_asm_arm10.S +++ b/sys/arm/arm/cpufunc_asm_arm10.S @@ -33,7 +33,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_arm10.S,v 1.2 2005/01/05 21:58:47 imp Exp $"); /* * Functions to set the MMU Translation Table Base register diff --git a/sys/arm/arm/cpufunc_asm_arm7tdmi.S b/sys/arm/arm/cpufunc_asm_arm7tdmi.S index d301efc1f7f0..fa768e8095c6 100644 --- a/sys/arm/arm/cpufunc_asm_arm7tdmi.S +++ b/sys/arm/arm/cpufunc_asm_arm7tdmi.S @@ -36,7 +36,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_arm7tdmi.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); /* * Functions to set the MMU Translation Table Base register diff --git a/sys/arm/arm/cpufunc_asm_arm8.S b/sys/arm/arm/cpufunc_asm_arm8.S index febe8f0a545e..7f37b841eb64 100644 --- a/sys/arm/arm/cpufunc_asm_arm8.S +++ b/sys/arm/arm/cpufunc_asm_arm8.S @@ -37,7 +37,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_arm8.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); ENTRY(arm8_clock_config) mrc p15, 0, r3, c15, c0, 0 /* Read the clock register */ diff --git a/sys/arm/arm/cpufunc_asm_arm9.S b/sys/arm/arm/cpufunc_asm_arm9.S index 638b5ad6d1de..145078f0a7cd 100644 --- a/sys/arm/arm/cpufunc_asm_arm9.S +++ b/sys/arm/arm/cpufunc_asm_arm9.S @@ -32,7 +32,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_arm9.S,v 1.3.2.1 2006/06/23 17:38:09 cognet Exp $"); /* * Functions to set the MMU Translation Table Base register diff --git a/sys/arm/arm/cpufunc_asm_armv4.S b/sys/arm/arm/cpufunc_asm_armv4.S index ccdcce213c89..49e40f18ab8a 100644 --- a/sys/arm/arm/cpufunc_asm_armv4.S +++ b/sys/arm/arm/cpufunc_asm_armv4.S @@ -38,7 +38,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_armv4.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); /* * TLB functions diff --git a/sys/arm/arm/cpufunc_asm_ixp12x0.S b/sys/arm/arm/cpufunc_asm_ixp12x0.S index efc59500a7a4..0859d4d5bfa0 100644 --- a/sys/arm/arm/cpufunc_asm_ixp12x0.S +++ b/sys/arm/arm/cpufunc_asm_ixp12x0.S @@ -37,7 +37,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_ixp12x0.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); /* * This function is the same as sa110_context_switch for now, the plan diff --git a/sys/arm/arm/cpufunc_asm_sa1.S b/sys/arm/arm/cpufunc_asm_sa1.S index 7279e65077e7..cacf1cc93bd9 100644 --- a/sys/arm/arm/cpufunc_asm_sa1.S +++ b/sys/arm/arm/cpufunc_asm_sa1.S @@ -37,7 +37,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_sa1.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); .Lblock_userspace_access: .word _C_LABEL(block_userspace_access) diff --git a/sys/arm/arm/cpufunc_asm_sa11x0.S b/sys/arm/arm/cpufunc_asm_sa11x0.S index ca167c8fee70..44428fe5cf75 100644 --- a/sys/arm/arm/cpufunc_asm_sa11x0.S +++ b/sys/arm/arm/cpufunc_asm_sa11x0.S @@ -37,7 +37,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_sa11x0.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); .data .global _C_LABEL(sa11x0_idle_mem) diff --git a/sys/arm/arm/cpufunc_asm_xscale.S b/sys/arm/arm/cpufunc_asm_xscale.S index b4700e4a4810..b08b1758a472 100644 --- a/sys/arm/arm/cpufunc_asm_xscale.S +++ b/sys/arm/arm/cpufunc_asm_xscale.S @@ -73,7 +73,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/cpufunc_asm_xscale.S,v 1.4 2005/01/10 22:41:08 cognet Exp $"); /* * Size of the XScale core D-cache. diff --git a/sys/arm/arm/db_disasm.c b/sys/arm/arm/db_disasm.c index 52ff7d700235..3bfd2c52c117 100644 --- a/sys/arm/arm/db_disasm.c +++ b/sys/arm/arm/db_disasm.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/db_disasm.c,v 1.2 2005/01/05 21:58:47 imp Exp $"); #include <sys/param.h> #include <machine/db_machdep.h> #include <ddb/ddb.h> diff --git a/sys/arm/arm/db_interface.c b/sys/arm/arm/db_interface.c index cb3c968f28c0..b6bea78e4749 100644 --- a/sys/arm/arm/db_interface.c +++ b/sys/arm/arm/db_interface.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/db_interface.c,v 1.5 2005/06/23 11:38:47 cognet Exp $"); #include "opt_ddb.h" #include <sys/param.h> diff --git a/sys/arm/arm/db_trace.c b/sys/arm/arm/db_trace.c index 31ebfb983732..678f90563f0c 100644 --- a/sys/arm/arm/db_trace.c +++ b/sys/arm/arm/db_trace.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/db_trace.c,v 1.10.2.1 2006/03/13 03:03:55 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/disassem.c b/sys/arm/arm/disassem.c index 9aa63d886eb8..b13b36b79155 100644 --- a/sys/arm/arm/disassem.c +++ b/sys/arm/arm/disassem.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/disassem.c,v 1.2 2005/01/05 21:58:47 imp Exp $"); #include <sys/param.h> diff --git a/sys/arm/arm/dump_machdep.c b/sys/arm/arm/dump_machdep.c index 38841e447a5e..8c077d14e352 100644 --- a/sys/arm/arm/dump_machdep.c +++ b/sys/arm/arm/dump_machdep.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/dump_machdep.c,v 1.1 2004/05/14 11:46:42 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/elf_machdep.c b/sys/arm/arm/elf_machdep.c index 496b975bc2d9..c147f9376058 100644 --- a/sys/arm/arm/elf_machdep.c +++ b/sys/arm/arm/elf_machdep.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/elf_machdep.c,v 1.5 2004/11/04 18:48:52 cognet Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/arm/arm/elf_trampoline.c b/sys/arm/arm/elf_trampoline.c index 5be7cdf967a0..107c4924885e 100644 --- a/sys/arm/arm/elf_trampoline.c +++ b/sys/arm/arm/elf_trampoline.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/elf_trampoline.c,v 1.9.2.2 2006/06/23 23:29:01 cognet Exp $"); #include <machine/asm.h> #include <sys/types.h> #include <sys/elf32.h> diff --git a/sys/arm/arm/exception.S b/sys/arm/arm/exception.S index 0d21fb4fb4e5..5554e42d91a5 100644 --- a/sys/arm/arm/exception.S +++ b/sys/arm/arm/exception.S @@ -51,7 +51,7 @@ #include <machine/asm.h> #include <machine/armreg.h> #include <machine/asmacros.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/exception.S,v 1.5 2005/01/05 21:58:47 imp Exp $"); .text .align 0 diff --git a/sys/arm/arm/fiq.c b/sys/arm/arm/fiq.c index f990812b5760..28bb00fb7d16 100644 --- a/sys/arm/arm/fiq.c +++ b/sys/arm/arm/fiq.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/fiq.c,v 1.3 2005/03/16 07:56:21 jmg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/fiq_subr.S b/sys/arm/arm/fiq_subr.S index 4cde665229e2..c78e8fd5a598 100644 --- a/sys/arm/arm/fiq_subr.S +++ b/sys/arm/arm/fiq_subr.S @@ -39,7 +39,7 @@ #include <machine/armreg.h> #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/fiq_subr.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); /* * MODE_CHANGE_NOP should be inserted between a mode change and a diff --git a/sys/arm/arm/fusu.S b/sys/arm/arm/fusu.S index 095491aa96ad..d29ef20aaaca 100644 --- a/sys/arm/arm/fusu.S +++ b/sys/arm/arm/fusu.S @@ -37,7 +37,7 @@ #include <machine/asmacros.h> #include <machine/armreg.h> #include "assym.s" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/fusu.S,v 1.7 2005/04/23 16:45:04 cognet Exp $"); #ifdef MULTIPROCESSOR .Lcpu_info: diff --git a/sys/arm/arm/genassym.c b/sys/arm/arm/genassym.c index d0e8cede63de..a23441a974bc 100644 --- a/sys/arm/arm/genassym.c +++ b/sys/arm/arm/genassym.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/genassym.c,v 1.5 2005/02/26 18:59:01 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/assym.h> diff --git a/sys/arm/arm/identcpu.c b/sys/arm/arm/identcpu.c index fff1baec88c0..5ca555e36a0a 100644 --- a/sys/arm/arm/identcpu.c +++ b/sys/arm/arm/identcpu.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/identcpu.c,v 1.4 2005/01/05 21:58:47 imp Exp $"); #include <sys/systm.h> #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/arm/arm/in_cksum.c b/sys/arm/arm/in_cksum.c index 4222bc893c3b..a8f48c062d75 100644 --- a/sys/arm/arm/in_cksum.c +++ b/sys/arm/arm/in_cksum.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/in_cksum.c,v 1.4.2.1 2006/07/18 20:08:24 imp Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/arm/arm/in_cksum_arm.S b/sys/arm/arm/in_cksum_arm.S index f9c9f9b0998c..c7160cc676d6 100644 --- a/sys/arm/arm/in_cksum_arm.S +++ b/sys/arm/arm/in_cksum_arm.S @@ -44,7 +44,7 @@ #include <machine/asm.h> #include "assym.s" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/in_cksum_arm.S,v 1.5.2.1 2006/07/18 20:08:24 imp Exp $"); /* * int in_cksum(struct mbuf *m, int len) diff --git a/sys/arm/arm/inckern.S b/sys/arm/arm/inckern.S index bb0ec75e08f7..615eb380aa15 100644 --- a/sys/arm/arm/inckern.S +++ b/sys/arm/arm/inckern.S @@ -25,7 +25,7 @@ #include "opt_kernname.h" #include <machine/asm.h> -__FBSDID("$FreeBSD$") +__FBSDID("$FreeBSD: src/sys/arm/arm/inckern.S,v 1.3.2.1 2006/06/23 17:38:51 cognet Exp $") ENTRY(do_call) mov r6, r0 mov r0, r1 diff --git a/sys/arm/arm/intr.c b/sys/arm/arm/intr.c index 5c9c5816a80b..6a482573a114 100644 --- a/sys/arm/arm/intr.c +++ b/sys/arm/arm/intr.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/intr.c,v 1.9.2.1 2006/03/10 19:37:31 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/syslog.h> diff --git a/sys/arm/arm/irq_dispatch.S b/sys/arm/arm/irq_dispatch.S index 862471761b4d..05530361463a 100644 --- a/sys/arm/arm/irq_dispatch.S +++ b/sys/arm/arm/irq_dispatch.S @@ -72,7 +72,7 @@ #include <machine/asm.h> #include <machine/asmacros.h> #include <machine/armreg.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/irq_dispatch.S,v 1.4 2005/01/05 21:58:47 imp Exp $"); /* * irq_entry: diff --git a/sys/arm/arm/locore.S b/sys/arm/arm/locore.S index 494a10e4a24a..f549704c505b 100644 --- a/sys/arm/arm/locore.S +++ b/sys/arm/arm/locore.S @@ -37,7 +37,7 @@ #include <machine/asm.h> #include <machine/armreg.h> #include <machine/pte.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/locore.S,v 1.10.2.1 2006/06/23 23:31:40 cognet Exp $"); /* What size should this really be ? It is only used by init_arm() */ #define INIT_ARM_STACK_SIZE 2048 diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c index 3bc3d4d4f744..ced2d6018870 100644 --- a/sys/arm/arm/machdep.c +++ b/sys/arm/arm/machdep.c @@ -44,7 +44,7 @@ #include "opt_compat.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/machdep.c,v 1.16.2.1 2006/03/07 18:08:08 jhb Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/arm/arm/mem.c b/sys/arm/arm/mem.c index a9582a623e9a..566b53fbc326 100644 --- a/sys/arm/arm/mem.c +++ b/sys/arm/arm/mem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/mem.c,v 1.1 2004/11/07 23:01:36 cognet Exp $"); /* * Memory special file diff --git a/sys/arm/arm/nexus.c b/sys/arm/arm/nexus.c index 131bbc61c664..6143fc44313e 100644 --- a/sys/arm/arm/nexus.c +++ b/sys/arm/arm/nexus.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/nexus.c,v 1.5 2005/06/09 12:26:19 cognet Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/arm/arm/nexus_io.c b/sys/arm/arm/nexus_io.c index 61f8e4e3c482..14fcfa715c7f 100644 --- a/sys/arm/arm/nexus_io.c +++ b/sys/arm/arm/nexus_io.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/nexus_io.c,v 1.5 2005/01/05 21:58:47 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/nexus_io_asm.S b/sys/arm/arm/nexus_io_asm.S index db9caf66bb38..bbf7eb782f0b 100644 --- a/sys/arm/arm/nexus_io_asm.S +++ b/sys/arm/arm/nexus_io_asm.S @@ -34,7 +34,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/nexus_io_asm.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); /* * bus_space I/O functions for nexus diff --git a/sys/arm/arm/pmap.c b/sys/arm/arm/pmap.c index 88773905c9c3..4aaac11c194d 100644 --- a/sys/arm/arm/pmap.c +++ b/sys/arm/arm/pmap.c @@ -147,7 +147,7 @@ #include "opt_vm.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/pmap.c,v 1.36.2.2 2006/06/23 17:41:02 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> diff --git a/sys/arm/arm/setcpsr.S b/sys/arm/arm/setcpsr.S index 4597d53df099..6434007cec14 100644 --- a/sys/arm/arm/setcpsr.S +++ b/sys/arm/arm/setcpsr.S @@ -49,7 +49,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/setcpsr.S,v 1.3 2005/01/05 21:58:47 imp Exp $"); /* Sets and clears bits in the CPSR register * diff --git a/sys/arm/arm/setstack.s b/sys/arm/arm/setstack.s index f6d412ebf13a..9a80d3c159e1 100644 --- a/sys/arm/arm/setstack.s +++ b/sys/arm/arm/setstack.s @@ -50,7 +50,7 @@ #include <machine/armreg.h> #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/setstack.s,v 1.2 2005/01/05 21:58:47 imp Exp $"); /* To set the stack pointer for a particular mode we must switch * to that mode update the banked r13 and then switch back. diff --git a/sys/arm/arm/support.S b/sys/arm/arm/support.S index 242ece22cfb9..936bf3fda613 100644 --- a/sys/arm/arm/support.S +++ b/sys/arm/arm/support.S @@ -26,7 +26,7 @@ #include <machine/asm.h> #include <machine/asmacros.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/support.S,v 1.9 2005/04/12 22:46:09 cognet Exp $"); #include "assym.s" diff --git a/sys/arm/arm/swtch.S b/sys/arm/arm/swtch.S index 63b20b63453e..ecd96a1e1ee4 100644 --- a/sys/arm/arm/swtch.S +++ b/sys/arm/arm/swtch.S @@ -83,7 +83,7 @@ #include <machine/asm.h> #include <machine/asmacros.h> #include <machine/armreg.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/swtch.S,v 1.15 2005/05/24 21:47:10 cognet Exp $"); /* diff --git a/sys/arm/arm/sys_machdep.c b/sys/arm/arm/sys_machdep.c index 16ec846b926b..9f7e31c71b65 100644 --- a/sys/arm/arm/sys_machdep.c +++ b/sys/arm/arm/sys_machdep.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/sys_machdep.c,v 1.4 2005/02/25 22:56:16 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/arm/trap.c b/sys/arm/arm/trap.c index 005dba9ca7c2..8c9882741199 100644 --- a/sys/arm/arm/trap.c +++ b/sys/arm/arm/trap.c @@ -82,7 +82,7 @@ #include "opt_ktrace.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/trap.c,v 1.17.2.1 2006/06/23 17:39:57 cognet Exp $"); #include <sys/types.h> diff --git a/sys/arm/arm/uio_machdep.c b/sys/arm/arm/uio_machdep.c index ef6fa428c756..b111ad2619f4 100644 --- a/sys/arm/arm/uio_machdep.c +++ b/sys/arm/arm/uio_machdep.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/uio_machdep.c,v 1.5 2005/01/05 21:58:47 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/arm/arm/undefined.c b/sys/arm/arm/undefined.c index 764521a27240..82ce5490169c 100644 --- a/sys/arm/arm/undefined.c +++ b/sys/arm/arm/undefined.c @@ -48,7 +48,7 @@ #include "opt_ddb.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/undefined.c,v 1.8.2.1 2006/03/07 18:08:08 jhb Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/arm/arm/vectors.S b/sys/arm/arm/vectors.S index c91b437e8b81..9302eabf7103 100644 --- a/sys/arm/arm/vectors.S +++ b/sys/arm/arm/vectors.S @@ -33,7 +33,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/vectors.S,v 1.2 2005/01/05 21:58:47 imp Exp $"); /* * These are the exception vectors copied down to page 0. diff --git a/sys/arm/arm/vm_machdep.c b/sys/arm/arm/vm_machdep.c index 9adbe230e0d3..66126f5802d8 100644 --- a/sys/arm/arm/vm_machdep.c +++ b/sys/arm/arm/vm_machdep.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/arm/vm_machdep.c,v 1.17.2.1 2006/06/23 17:41:02 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91.c b/sys/arm/at91/at91.c index e48370fd70cd..e6ff7dc221bc 100644 --- a/sys/arm/at91/at91.c +++ b/sys/arm/at91/at91.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/at91.c,v 1.7.2.2 2006/10/04 11:44:12 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91_pdcreg.h b/sys/arm/at91/at91_pdcreg.h index aa754af046f3..26ff1b2e4108 100644 --- a/sys/arm/at91/at91_pdcreg.h +++ b/sys/arm/at91/at91_pdcreg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_pdcreg.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef ARM_AT91_AT91_PDCREG_H #define ARM_AT91_AT91_PDCREG_H diff --git a/sys/arm/at91/at91_pio.c b/sys/arm/at91/at91_pio.c index 7ab340c4a9db..7379ca18de44 100644 --- a/sys/arm/at91/at91_pio.c +++ b/sys/arm/at91/at91_pio.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/at91_pio.c,v 1.1.2.3 2006/07/18 21:00:57 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91_pio_rm9200.h b/sys/arm/at91/at91_pio_rm9200.h index 16d1ccb65f03..961f869da51f 100644 --- a/sys/arm/at91/at91_pio_rm9200.h +++ b/sys/arm/at91/at91_pio_rm9200.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_pio_rm9200.h,v 1.1.2.1 2006/07/18 21:00:57 imp Exp $ */ /* * These defines come from an atmel file that says specifically that it diff --git a/sys/arm/at91/at91_pioreg.h b/sys/arm/at91/at91_pioreg.h index 76fdfdd0ae6e..e95c3bf9aaed 100644 --- a/sys/arm/at91/at91_pioreg.h +++ b/sys/arm/at91/at91_pioreg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_pioreg.h,v 1.1.2.2 2006/07/18 21:00:57 imp Exp $ */ #ifndef ARM_AT91_AT91_PIOREG_H #define ARM_AT91_AT91_PIOREG_H diff --git a/sys/arm/at91/at91_piovar.h b/sys/arm/at91/at91_piovar.h index 6cfd6d571c6a..804bf387757b 100644 --- a/sys/arm/at91/at91_piovar.h +++ b/sys/arm/at91/at91_piovar.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_piovar.h,v 1.2.2.1 2006/07/18 21:00:57 imp Exp $ */ #ifndef ARM_AT91_AT91_PIOVAR_H #define ARM_AT91_AT91_PIOVAR_H diff --git a/sys/arm/at91/at91_pmc.c b/sys/arm/at91/at91_pmc.c index 3dbab6bcf09d..aece0f8e3813 100644 --- a/sys/arm/at91/at91_pmc.c +++ b/sys/arm/at91/at91_pmc.c @@ -25,7 +25,7 @@ #include "opt_at91.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/at91_pmc.c,v 1.2.2.2 2006/07/18 20:23:18 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91_pmcreg.h b/sys/arm/at91/at91_pmcreg.h index 39e7e0c925e3..90645ef25bd1 100644 --- a/sys/arm/at91/at91_pmcreg.h +++ b/sys/arm/at91/at91_pmcreg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_pmcreg.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef ARM_AT91_AT91_PMCREG_H #define ARM_AT91_AT91_PMCREG_H diff --git a/sys/arm/at91/at91_pmcvar.h b/sys/arm/at91/at91_pmcvar.h index ba85cda8a134..09d0b032d5ba 100644 --- a/sys/arm/at91/at91_pmcvar.h +++ b/sys/arm/at91/at91_pmcvar.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_pmcvar.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef ARM_AT91_AT91_PMCVAR_H #define ARM_AT91_AT91_PMCVAR_H diff --git a/sys/arm/at91/at91_rtc.c b/sys/arm/at91/at91_rtc.c index 3a682002762d..62cd9777ffaa 100644 --- a/sys/arm/at91/at91_rtc.c +++ b/sys/arm/at91/at91_rtc.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/at91_rtc.c,v 1.1.2.2 2006/07/18 20:26:31 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91_rtcreg.h b/sys/arm/at91/at91_rtcreg.h index 7726d17bfc88..f03aa530e339 100644 --- a/sys/arm/at91/at91_rtcreg.h +++ b/sys/arm/at91/at91_rtcreg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_rtcreg.h,v 1.1.2.2 2006/07/18 20:28:38 imp Exp $ */ #ifndef ARM_AT91_AT91_RTCREG_H #define ARM_AT91_AT91_RTCREG_H diff --git a/sys/arm/at91/at91_spi.c b/sys/arm/at91/at91_spi.c index 4348480a38ba..64ee929ac309 100644 --- a/sys/arm/at91/at91_spi.c +++ b/sys/arm/at91/at91_spi.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/at91_spi.c,v 1.1.2.2 2006/07/18 20:30:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91_spiio.h b/sys/arm/at91/at91_spiio.h index 457259e9f004..0d7ed1cdeaa7 100644 --- a/sys/arm/at91/at91_spiio.h +++ b/sys/arm/at91/at91_spiio.h @@ -21,7 +21,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/arm/at91/at91_spiio.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef _ARM_AT91_AT91_SPIIO_H diff --git a/sys/arm/at91/at91_spireg.h b/sys/arm/at91/at91_spireg.h index f21252510bbf..1a1278b846c8 100644 --- a/sys/arm/at91/at91_spireg.h +++ b/sys/arm/at91/at91_spireg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_spireg.h,v 1.1.2.2 2006/07/18 20:30:37 imp Exp $ */ #ifndef ARM_AT91_AT91_SPIREG_H #define ARM_AT91_AT91_SPIREG_H diff --git a/sys/arm/at91/at91_ssc.c b/sys/arm/at91/at91_ssc.c index 517d837f6c09..ee7755c04144 100644 --- a/sys/arm/at91/at91_ssc.c +++ b/sys/arm/at91/at91_ssc.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/at91_ssc.c,v 1.1.2.2 2006/07/18 21:56:02 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91_sscreg.h b/sys/arm/at91/at91_sscreg.h index 9768b00f8823..908308e09767 100644 --- a/sys/arm/at91/at91_sscreg.h +++ b/sys/arm/at91/at91_sscreg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_sscreg.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef ARM_AT91_AT91_SSCREG_H #define ARM_AT91_AT91_SSCREG_H diff --git a/sys/arm/at91/at91_st.c b/sys/arm/at91/at91_st.c index 76dede1646cf..80af9e475bf1 100644 --- a/sys/arm/at91/at91_st.c +++ b/sys/arm/at91/at91_st.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/at91_st.c,v 1.3.2.2 2006/07/18 21:55:36 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91_streg.h b/sys/arm/at91/at91_streg.h index cdf3f3054e73..93ba8d410f5d 100644 --- a/sys/arm/at91/at91_streg.h +++ b/sys/arm/at91/at91_streg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_streg.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef ARM_AT91_AT91STREG_H #define ARM_AT91_AT91STREG_H diff --git a/sys/arm/at91/at91_twi.c b/sys/arm/at91/at91_twi.c index 56dd2449100a..4cb585004ec8 100644 --- a/sys/arm/at91/at91_twi.c +++ b/sys/arm/at91/at91_twi.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/at91_twi.c,v 1.2.2.2 2006/07/18 22:00:35 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/at91_twiio.h b/sys/arm/at91/at91_twiio.h index 2e24439720bd..04f04c2a9072 100644 --- a/sys/arm/at91/at91_twiio.h +++ b/sys/arm/at91/at91_twiio.h @@ -21,7 +21,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/arm/at91/at91_twiio.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef _ARM_AT91_AT91_TWIIO_H diff --git a/sys/arm/at91/at91_twireg.h b/sys/arm/at91/at91_twireg.h index 7afe0bd54600..f10f927472fd 100644 --- a/sys/arm/at91/at91_twireg.h +++ b/sys/arm/at91/at91_twireg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_twireg.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef ARM_AT91_AT91_TWIREG_H #define ARM_AT91_AT91_TWIREG_H diff --git a/sys/arm/at91/at91_usartreg.h b/sys/arm/at91/at91_usartreg.h index 1bb032121be3..9c2c7051c397 100644 --- a/sys/arm/at91/at91_usartreg.h +++ b/sys/arm/at91/at91_usartreg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91_usartreg.h,v 1.2.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef AT91USARTREG_H_ #define AT91USARTREG_H_ diff --git a/sys/arm/at91/at91rm92reg.h b/sys/arm/at91/at91rm92reg.h index cb0dfa03d9ed..38e4f1e75644 100644 --- a/sys/arm/at91/at91rm92reg.h +++ b/sys/arm/at91/at91rm92reg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $$FreeBSD$ */ +/* $$FreeBSD: src/sys/arm/at91/at91rm92reg.h,v 1.3.2.2 2006/10/04 11:44:12 cognet Exp $ */ #ifndef AT91RM92REG_H_ #define AT91RM92REG_H_ diff --git a/sys/arm/at91/at91var.h b/sys/arm/at91/at91var.h index 6294f1c788f9..8b1f9994be24 100644 --- a/sys/arm/at91/at91var.h +++ b/sys/arm/at91/at91var.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/at91var.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef _AT91VAR_H_ #define _AT91VAR_H_ diff --git a/sys/arm/at91/files.at91 b/sys/arm/at91/files.at91 index 1cdb61341da6..4e90c1717b95 100644 --- a/sys/arm/at91/files.at91 +++ b/sys/arm/at91/files.at91 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/arm/at91/files.at91,v 1.5.2.2 2006/07/18 22:01:59 imp Exp $ arm/arm/cpufunc_asm_arm9.S standard arm/arm/irq_dispatch.S standard arm/at91/at91.c standard diff --git a/sys/arm/at91/files.kb920x b/sys/arm/at91/files.kb920x index a35a5cdf1c6d..6d2a1bc9a753 100644 --- a/sys/arm/at91/files.kb920x +++ b/sys/arm/at91/files.kb920x @@ -1,2 +1,2 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/arm/at91/files.kb920x,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ arm/at91/kb920x_machdep.c standard diff --git a/sys/arm/at91/hints.at91rm9200 b/sys/arm/at91/hints.at91rm9200 index 4fb861f65437..9a94badaed02 100644 --- a/sys/arm/at91/hints.at91rm9200 +++ b/sys/arm/at91/hints.at91rm9200 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/arm/at91/hints.at91rm9200,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ # # These are the wiring for the at91rm9200. These are the built-in devices diff --git a/sys/arm/at91/hints.at91sam9261 b/sys/arm/at91/hints.at91sam9261 index b60c60eca817..b4697dc4cfce 100644 --- a/sys/arm/at91/hints.at91sam9261 +++ b/sys/arm/at91/hints.at91sam9261 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/arm/at91/hints.at91sam9261,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ # # These are the wiring for the at91sam9261. These are the built-in devices diff --git a/sys/arm/at91/if_ate.c b/sys/arm/at91/if_ate.c index f2e2df6fca17..f8adc7f05a89 100644 --- a/sys/arm/at91/if_ate.c +++ b/sys/arm/at91/if_ate.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/if_ate.c,v 1.8.2.2 2006/07/18 21:57:35 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/if_atereg.h b/sys/arm/at91/if_atereg.h index 00fc507f7c65..2bc95fa97137 100644 --- a/sys/arm/at91/if_atereg.h +++ b/sys/arm/at91/if_atereg.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/at91/if_atereg.h,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $ */ #ifndef ARM_AT91_IF_ATEREG_H #define ARM_AT91_IF_ATEREG_H diff --git a/sys/arm/at91/kb920x_machdep.c b/sys/arm/at91/kb920x_machdep.c index f62504d9fcf3..8e1106fc675c 100644 --- a/sys/arm/at91/kb920x_machdep.c +++ b/sys/arm/at91/kb920x_machdep.c @@ -48,7 +48,7 @@ #include "opt_at91.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/kb920x_machdep.c,v 1.8.2.3 2006/10/04 11:44:12 cognet Exp $"); #define _ARM32_BUS_DMA_PRIVATE #include <sys/param.h> diff --git a/sys/arm/at91/ohci_atmelarm.c b/sys/arm/at91/ohci_atmelarm.c index 9e088b15a4e2..31741e7d8585 100644 --- a/sys/arm/at91/ohci_atmelarm.c +++ b/sys/arm/at91/ohci_atmelarm.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/ohci_atmelarm.c,v 1.1.2.1 2006/06/23 23:35:36 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/std.at91 b/sys/arm/at91/std.at91 index bb320eb26772..67fbf573544b 100644 --- a/sys/arm/at91/std.at91 +++ b/sys/arm/at91/std.at91 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/arm/at91/std.at91,v 1.1.2.2 2006/07/18 22:02:16 imp Exp $ files "../at91/files.at91" cpu CPU_ARM9 diff --git a/sys/arm/at91/std.kb920x b/sys/arm/at91/std.kb920x index 3e8be49cdf15..a81245ab3ed2 100644 --- a/sys/arm/at91/std.kb920x +++ b/sys/arm/at91/std.kb920x @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/arm/at91/std.kb920x,v 1.2.2.2 2006/07/18 22:02:16 imp Exp $ include "../at91/std.at91" files "../at91/files.kb920x" diff --git a/sys/arm/at91/uart_bus_at91usart.c b/sys/arm/at91/uart_bus_at91usart.c index af1773bc4faa..f8378c5e8769 100644 --- a/sys/arm/at91/uart_bus_at91usart.c +++ b/sys/arm/at91/uart_bus_at91usart.c @@ -25,7 +25,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/uart_bus_at91usart.c,v 1.3.2.1 2006/06/23 23:35:36 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/uart_cpu_at91rm9200usart.c b/sys/arm/at91/uart_cpu_at91rm9200usart.c index 75a053d0f091..eb5e3fb3bca5 100644 --- a/sys/arm/at91/uart_cpu_at91rm9200usart.c +++ b/sys/arm/at91/uart_cpu_at91rm9200usart.c @@ -27,7 +27,7 @@ #include "opt_uart.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/uart_cpu_at91rm9200usart.c,v 1.2.2.1 2006/06/23 23:35:36 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/at91/uart_dev_at91usart.c b/sys/arm/at91/uart_dev_at91usart.c index e5324a433787..f288f4115f94 100644 --- a/sys/arm/at91/uart_dev_at91usart.c +++ b/sys/arm/at91/uart_dev_at91usart.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/at91/uart_dev_at91usart.c,v 1.6.2.6 2006/07/25 23:17:46 cognet Exp $"); #include "opt_comconsole.h" diff --git a/sys/arm/compile/.cvsignore b/sys/arm/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/arm/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/arm/conf/.cvsignore b/sys/arm/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/arm/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244 index 8439a3ae4404..647121c0f2a4 100644 --- a/sys/arm/conf/IQ31244 +++ b/sys/arm/conf/IQ31244 @@ -15,7 +15,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/arm/conf/IQ31244,v 1.11.2.1 2006/06/23 16:56:57 cognet Exp $ machine arm ident IQ31244 diff --git a/sys/arm/conf/KB920X b/sys/arm/conf/KB920X index 31fa8da9bb1c..1cb84119f885 100644 --- a/sys/arm/conf/KB920X +++ b/sys/arm/conf/KB920X @@ -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/arm/conf/KB920X,v 1.7.2.3 2006/07/20 20:01:27 cognet Exp $ machine arm ident KB920X diff --git a/sys/arm/conf/SIMICS b/sys/arm/conf/SIMICS index 08a743aa4742..8d70b3e954f4 100644 --- a/sys/arm/conf/SIMICS +++ b/sys/arm/conf/SIMICS @@ -15,7 +15,7 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/arm/conf/SIMICS,v 1.7.2.1 2006/06/23 16:56:57 cognet Exp $ machine arm ident SIMICS diff --git a/sys/arm/conf/SKYEYE b/sys/arm/conf/SKYEYE index 0956b479f428..d7ebcc33697a 100644 --- a/sys/arm/conf/SKYEYE +++ b/sys/arm/conf/SKYEYE @@ -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/arm/conf/SKYEYE,v 1.5.2.1 2006/06/23 23:35:35 cognet Exp $ machine arm ident KB920X diff --git a/sys/arm/include/_bus.h b/sys/arm/include/_bus.h index 30dd3fb01ae3..6313f0ec0ca7 100644 --- a/sys/arm/include/_bus.h +++ b/sys/arm/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/arm/include/_bus.h,v 1.1 2005/04/18 21:45:33 imp Exp $ */ #ifndef ARM_INCLUDE__BUS_H diff --git a/sys/arm/include/_inttypes.h b/sys/arm/include/_inttypes.h index 7da589d8a771..66f888644f94 100644 --- a/sys/arm/include/_inttypes.h +++ b/sys/arm/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/arm/include/_inttypes.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/arm/include/_limits.h b/sys/arm/include/_limits.h index 25616e5a390a..3246572269ec 100644 --- a/sys/arm/include/_limits.h +++ b/sys/arm/include/_limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/_limits.h,v 1.8 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/arm/include/_stdint.h b/sys/arm/include/_stdint.h index 0d8aedfff5d6..7e91b508d7a8 100644 --- a/sys/arm/include/_stdint.h +++ b/sys/arm/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/arm/include/_stdint.h,v 1.2 2004/05/18 16:04:56 stefanf Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/arm/include/_types.h b/sys/arm/include/_types.h index 2b96d2ebf086..01084cf7058a 100644 --- a/sys/arm/include/_types.h +++ b/sys/arm/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/arm/include/_types.h,v 1.6.2.1 2006/06/23 23:41:05 cognet Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/arm/include/armreg.h b/sys/arm/include/armreg.h index 489a8ed89959..a334cb55b84d 100644 --- a/sys/arm/include/armreg.h +++ b/sys/arm/include/armreg.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/armreg.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef MACHINE_ARMREG_H diff --git a/sys/arm/include/asm.h b/sys/arm/include/asm.h index a1a0c435193c..fc6e03bff7d7 100644 --- a/sys/arm/include/asm.h +++ b/sys/arm/include/asm.h @@ -33,7 +33,7 @@ * * from: @(#)asm.h 5.5 (Berkeley) 5/7/91 * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/asm.h,v 1.4 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/arm/include/asmacros.h b/sys/arm/include/asmacros.h index 605408016cae..1121e3bcde0f 100644 --- a/sys/arm/include/asmacros.h +++ b/sys/arm/include/asmacros.h @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/asmacros.h,v 1.4 2005/04/07 22:03:04 cognet Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/arm/include/atomic.h b/sys/arm/include/atomic.h index 40288cf2522b..b4dd4dade1cd 100644 --- a/sys/arm/include/atomic.h +++ b/sys/arm/include/atomic.h @@ -33,7 +33,7 @@ * 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/arm/include/atomic.h,v 1.8.2.3 2005/10/06 18:12:05 jhb Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/arm/include/blockio.h b/sys/arm/include/blockio.h index 05c35ae0e84b..53a8854e5810 100644 --- a/sys/arm/include/blockio.h +++ b/sys/arm/include/blockio.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/arm/include/blockio.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ * */ /* diff --git a/sys/arm/include/bootconfig.h b/sys/arm/include/bootconfig.h index 04467a03b7d7..5e8dbb5a6b46 100644 --- a/sys/arm/include/bootconfig.h +++ b/sys/arm/include/bootconfig.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/bootconfig.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_BOOTCONFIG_H_ diff --git a/sys/arm/include/bus.h b/sys/arm/include/bus.h index 624edab9fc2f..a0f3cf2f9cde 100644 --- a/sys/arm/include/bus.h +++ b/sys/arm/include/bus.h @@ -67,7 +67,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/arm/include/bus.h,v 1.8 2005/04/18 21:45:33 imp Exp $ */ #ifndef _MACHINE_BUS_H_ diff --git a/sys/arm/include/bus_dma.h b/sys/arm/include/bus_dma.h index f239197df0ca..d3a5081df760 100644 --- a/sys/arm/include/bus_dma.h +++ b/sys/arm/include/bus_dma.h @@ -67,7 +67,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/arm/include/bus_dma.h,v 1.1 2005/03/14 16:46:27 scottl Exp $ */ #ifndef _ARM_BUS_DMA_H diff --git a/sys/arm/include/clock.h b/sys/arm/include/clock.h index 61922f4daa93..2f114219fe04 100644 --- a/sys/arm/include/clock.h +++ b/sys/arm/include/clock.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/arm/include/clock.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/arm/include/cpu.h b/sys/arm/include/cpu.h index dc9ce0242205..053c83728f7c 100644 --- a/sys/arm/include/cpu.h +++ b/sys/arm/include/cpu.h @@ -1,5 +1,5 @@ /* $NetBSD: cpu.h,v 1.2 2001/02/23 21:23:52 reinoud Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/cpu.h,v 1.4 2005/02/01 06:36:27 njl Exp $ */ #ifndef MACHINE_CPU_H #define MACHINE_CPU_H diff --git a/sys/arm/include/cpuconf.h b/sys/arm/include/cpuconf.h index aa8e51b40081..c56a74962255 100644 --- a/sys/arm/include/cpuconf.h +++ b/sys/arm/include/cpuconf.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/arm/include/cpuconf.h,v 1.5 2005/05/26 16:05:22 cognet Exp $ * */ diff --git a/sys/arm/include/cpufunc.h b/sys/arm/include/cpufunc.h index 251b7163cfb3..8ae08f855f2a 100644 --- a/sys/arm/include/cpufunc.h +++ b/sys/arm/include/cpufunc.h @@ -38,7 +38,7 @@ * * Prototypes for cpu, mmu and tlb related functions. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/cpufunc.h,v 1.7 2005/06/03 19:49:53 cognet Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/arm/include/db_machdep.h b/sys/arm/include/db_machdep.h index ae7de16fc628..0c65bf6597ba 100644 --- a/sys/arm/include/db_machdep.h +++ b/sys/arm/include/db_machdep.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: FreeBSD: src/sys/i386/include/db_machdep.h,v 1.16 1999/10/04 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/db_machdep.h,v 1.5 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/arm/include/disassem.h b/sys/arm/include/disassem.h index 526875527b3f..6b800d95eef7 100644 --- a/sys/arm/include/disassem.h +++ b/sys/arm/include/disassem.h @@ -35,7 +35,7 @@ * * Define the interface structure required by the disassembler. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/disassem.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_DISASSEM_H_ diff --git a/sys/arm/include/elf.h b/sys/arm/include/elf.h index 81351e8e91bd..953c15fe211b 100644 --- a/sys/arm/include/elf.h +++ b/sys/arm/include/elf.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/arm/include/elf.h,v 1.5.2.1 2006/06/30 21:42:52 cognet Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/arm/include/endian.h b/sys/arm/include/endian.h index 16a3b663f23f..bc6f0d837279 100644 --- a/sys/arm/include/endian.h +++ b/sys/arm/include/endian.h @@ -27,7 +27,7 @@ * * @(#)endian.h 8.1 (Berkeley) 6/10/93 * $NetBSD: endian.h,v 1.7 1999/08/21 05:53:51 simonb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/endian.h,v 1.9 2005/05/24 21:43:16 cognet Exp $ */ #ifndef _ENDIAN_H_ diff --git a/sys/arm/include/exec.h b/sys/arm/include/exec.h index f5a2bb26f61f..9c4e2e9c6f4d 100644 --- a/sys/arm/include/exec.h +++ b/sys/arm/include/exec.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/arm/include/exec.h,v 1.3 2005/02/19 21:16:48 ru Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/arm/include/fiq.h b/sys/arm/include/fiq.h index ccb29a8d7b5f..704ea50e62f1 100644 --- a/sys/arm/include/fiq.h +++ b/sys/arm/include/fiq.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/arm/include/fiq.h,v 1.2 2005/01/05 21:58:48 imp Exp $ * */ diff --git a/sys/arm/include/float.h b/sys/arm/include/float.h index ac5ceb92b27b..7c6f4e1f4593 100644 --- a/sys/arm/include/float.h +++ b/sys/arm/include/float.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/float.h,v 1.5 2005/03/20 00:34:24 cognet Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/arm/include/floatingpoint.h b/sys/arm/include/floatingpoint.h index fd328a9d739b..c239d6b37984 100644 --- a/sys/arm/include/floatingpoint.h +++ b/sys/arm/include/floatingpoint.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/floatingpoint.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/arm/include/fp.h b/sys/arm/include/fp.h index ada720303c7d..202936ff2d56 100644 --- a/sys/arm/include/fp.h +++ b/sys/arm/include/fp.h @@ -42,7 +42,7 @@ * * Created : 10/10/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/fp.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_FP_H diff --git a/sys/arm/include/frame.h b/sys/arm/include/frame.h index 4d70c20843dc..e1518a428cd8 100644 --- a/sys/arm/include/frame.h +++ b/sys/arm/include/frame.h @@ -42,7 +42,7 @@ * * Created : 30/09/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/frame.h,v 1.3 2005/01/05 21:58:48 imp Exp $ * */ diff --git a/sys/arm/include/ieee.h b/sys/arm/include/ieee.h index a7411dd2332a..46fae8f8c116 100644 --- a/sys/arm/include/ieee.h +++ b/sys/arm/include/ieee.h @@ -39,7 +39,7 @@ * * @(#)ieee.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/ieee.h,v 1.2 2005/01/05 21:58:48 imp Exp $ * */ diff --git a/sys/arm/include/ieeefp.h b/sys/arm/include/ieeefp.h index 8fc9811ce60f..851f20df8052 100644 --- a/sys/arm/include/ieeefp.h +++ b/sys/arm/include/ieeefp.h @@ -1,5 +1,5 @@ /* $NetBSD: ieeefp.h,v 1.1 2001/01/10 19:02:06 bjh21 Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/ieeefp.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ /*- * Based on ieeefp.h written by J.T. Conklin, Apr 28, 1995 * Public domain. diff --git a/sys/arm/include/in_cksum.h b/sys/arm/include/in_cksum.h index 497730aa5efb..2de1b392acd5 100644 --- a/sys/arm/include/in_cksum.h +++ b/sys/arm/include/in_cksum.h @@ -33,7 +33,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/arm/include/in_cksum.h,v 1.2.2.2 2006/07/19 21:53:36 imp Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/arm/include/intr.h b/sys/arm/include/intr.h index dc08c7f717ae..56d01c7c1c83 100644 --- a/sys/arm/include/intr.h +++ b/sys/arm/include/intr.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/intr.h,v 1.5 2005/06/09 12:26:19 cognet Exp $ * */ diff --git a/sys/arm/include/katelib.h b/sys/arm/include/katelib.h index ef69fe37238f..2f6a8ff7a08c 100644 --- a/sys/arm/include/katelib.h +++ b/sys/arm/include/katelib.h @@ -49,7 +49,7 @@ * * Based on kate/katelib/prototypes.h * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/katelib.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ /* diff --git a/sys/arm/include/kdb.h b/sys/arm/include/kdb.h index 9d933d628f37..e9c65cd911ba 100644 --- a/sys/arm/include/kdb.h +++ b/sys/arm/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/arm/include/kdb.h,v 1.3 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/arm/include/limits.h b/sys/arm/include/limits.h index 35eea1f619de..f1837e2046d6 100644 --- a/sys/arm/include/limits.h +++ b/sys/arm/include/limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/limits.h,v 1.8 2005/03/02 21:33:22 joerg Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/arm/include/machdep.h b/sys/arm/include/machdep.h index b26f38642f5b..3777dd731463 100644 --- a/sys/arm/include/machdep.h +++ b/sys/arm/include/machdep.h @@ -1,5 +1,5 @@ /* $NetBSD: machdep.h,v 1.7 2002/02/21 02:52:21 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/machdep.h,v 1.2 2005/02/26 18:59:01 cognet Exp $ */ #ifndef _MACHDEP_BOOT_MACHDEP_H_ #define _MACHDEP_BOOT_MACHDEP_H_ diff --git a/sys/arm/include/md_var.h b/sys/arm/include/md_var.h index 14dc2e40f535..03826cd175ef 100644 --- a/sys/arm/include/md_var.h +++ b/sys/arm/include/md_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/md_var.h,v 1.40 2001/07/12 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/md_var.h,v 1.2 2004/09/23 22:30:05 cognet Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/arm/include/memdev.h b/sys/arm/include/memdev.h index 9cf0b4ae7e26..6415c37849f6 100644 --- a/sys/arm/include/memdev.h +++ b/sys/arm/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/arm/include/memdev.h,v 1.1 2004/11/07 23:01:36 cognet Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/arm/include/metadata.h b/sys/arm/include/metadata.h index 84e6f8739970..8f3c16739d1a 100644 --- a/sys/arm/include/metadata.h +++ b/sys/arm/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/arm/include/metadata.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/arm/include/mutex.h b/sys/arm/include/mutex.h index c9b2e1ddde07..d5ce2a538544 100644 --- a/sys/arm/include/mutex.h +++ b/sys/arm/include/mutex.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/arm/include/mutex.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h index 885f2d2a48c5..605bc9ab49e2 100644 --- a/sys/arm/include/param.h +++ b/sys/arm/include/param.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/param.h,v 1.9 2004/11/20 16:51:32 cognet Exp $ */ /* diff --git a/sys/arm/include/pcb.h b/sys/arm/include/pcb.h index 4a5f330b8a53..1da8eb8254b6 100644 --- a/sys/arm/include/pcb.h +++ b/sys/arm/include/pcb.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/pcb.h,v 1.5 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/arm/include/pcpu.h b/sys/arm/include/pcpu.h index a610e5d9b426..c40ba308f8dd 100644 --- a/sys/arm/include/pcpu.h +++ b/sys/arm/include/pcpu.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/globaldata.h,v 1.27 2001/04/27 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/pcpu.h,v 1.2 2004/11/04 19:19:44 cognet Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/arm/include/pmap.h b/sys/arm/include/pmap.h index 6564c327f13a..0ad0cfbf45c8 100644 --- a/sys/arm/include/pmap.h +++ b/sys/arm/include/pmap.h @@ -44,7 +44,7 @@ * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 * from: FreeBSD: src/sys/i386/include/pmap.h,v 1.70 2000/11/30 * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/pmap.h,v 1.10.2.1 2006/06/23 17:41:02 cognet Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/arm/include/pmc_mdep.h b/sys/arm/include/pmc_mdep.h index 4e02fc6f1358..614a5815f624 100644 --- a/sys/arm/include/pmc_mdep.h +++ b/sys/arm/include/pmc_mdep.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:06 jkoshy Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/arm/include/proc.h b/sys/arm/include/proc.h index 597c75ceaed6..0e11947d646b 100644 --- a/sys/arm/include/proc.h +++ b/sys/arm/include/proc.h @@ -32,7 +32,7 @@ * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 * from: FreeBSD: src/sys/i386/include/proc.h,v 1.11 2001/06/29 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/proc.h,v 1.5 2005/04/04 21:53:52 jhb Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/arm/include/profile.h b/sys/arm/include/profile.h index 81781bc25943..821f9e396792 100644 --- a/sys/arm/include/profile.h +++ b/sys/arm/include/profile.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)profile.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/profile.h,v 1.6 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/arm/include/psl.h b/sys/arm/include/psl.h index c86ddb8675c6..b9ee82a50142 100644 --- a/sys/arm/include/psl.h +++ b/sys/arm/include/psl.h @@ -41,7 +41,7 @@ * * Created : 21/07/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/psl.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/arm/include/pte.h b/sys/arm/include/pte.h index 58149effdf24..cc78a019159f 100644 --- a/sys/arm/include/pte.h +++ b/sys/arm/include/pte.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/pte.h,v 1.3 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/arm/include/ptrace.h b/sys/arm/include/ptrace.h index d98aa14f3ef7..18cec91ab763 100644 --- a/sys/arm/include/ptrace.h +++ b/sys/arm/include/ptrace.h @@ -1,5 +1,5 @@ /* $NetBSD: ptrace.h,v 1.2 2001/02/23 21:23:52 reinoud Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/ptrace.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_PTRACE_H_ #define _MACHINE_PTRACE_H_ diff --git a/sys/arm/include/reg.h b/sys/arm/include/reg.h index 2f8c2ede7d21..fa420f7b469b 100644 --- a/sys/arm/include/reg.h +++ b/sys/arm/include/reg.h @@ -1,5 +1,5 @@ /* $NetBSD: reg.h,v 1.2 2001/02/23 21:23:52 reinoud Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/reg.h,v 1.2 2004/11/04 19:20:54 cognet Exp $ */ #ifndef MACHINE_REG_H #define MACHINE_REG_H diff --git a/sys/arm/include/reloc.h b/sys/arm/include/reloc.h index df4a126eb1a9..13f102c23f7c 100644 --- a/sys/arm/include/reloc.h +++ b/sys/arm/include/reloc.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)reloc.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/reloc.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_RELOC_H_ diff --git a/sys/arm/include/resource.h b/sys/arm/include/resource.h index 229d14f253b0..27588d68e8a2 100644 --- a/sys/arm/include/resource.h +++ b/sys/arm/include/resource.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/resource.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_RESOURCE_H_ diff --git a/sys/arm/include/runq.h b/sys/arm/include/runq.h index e906fa192c6c..3b118cfbfe6d 100644 --- a/sys/arm/include/runq.h +++ b/sys/arm/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/arm/include/runq.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/arm/include/setjmp.h b/sys/arm/include/setjmp.h index 638dc3e98ab9..f2f5aec99543 100644 --- a/sys/arm/include/setjmp.h +++ b/sys/arm/include/setjmp.h @@ -1,5 +1,5 @@ /* $NetBSD: setjmp.h,v 1.2 2001/08/25 14:45:59 bjh21 Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/setjmp.h,v 1.2 2004/07/12 21:23:58 cognet Exp $ */ /* * machine/setjmp.h: machine dependent setjmp-related information. diff --git a/sys/arm/include/sf_buf.h b/sys/arm/include/sf_buf.h index 7d438f028644..21324dd55e5f 100644 --- a/sys/arm/include/sf_buf.h +++ b/sys/arm/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/arm/include/sf_buf.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/arm/include/sigframe.h b/sys/arm/include/sigframe.h index 9787f579d563..d221c109d6ec 100644 --- a/sys/arm/include/sigframe.h +++ b/sys/arm/include/sigframe.h @@ -1,2 +1,2 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/sigframe.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #include <machine/frame.h> diff --git a/sys/arm/include/signal.h b/sys/arm/include/signal.h index abc5188ce967..3431f665cf09 100644 --- a/sys/arm/include/signal.h +++ b/sys/arm/include/signal.h @@ -29,7 +29,7 @@ * @(#)signal.h 8.1 (Berkeley) 6/11/93 * from: FreeBSD: src/sys/i386/include/signal.h,v 1.13 2000/11/09 * from: FreeBSD: src/sys/sparc64/include/signal.h,v 1.6 2001/09/30 18:52:17 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/signal.h,v 1.6 2005/01/05 21:58:48 imp Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/arm/include/smp.h b/sys/arm/include/smp.h index ca707e3bab83..6096fbf60f67 100644 --- a/sys/arm/include/smp.h +++ b/sys/arm/include/smp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/smp.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_SMP_H_ #define _MACHINE_SMP_H_ diff --git a/sys/arm/include/stdarg.h b/sys/arm/include/stdarg.h index a8b0ff0eae81..0875f16c3f0e 100644 --- a/sys/arm/include/stdarg.h +++ b/sys/arm/include/stdarg.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)stdarg.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/stdarg.h,v 1.3 2005/03/02 21:33:22 joerg Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/arm/include/swi.h b/sys/arm/include/swi.h index 858ed2368b0d..8ed4992d8cfa 100644 --- a/sys/arm/include/swi.h +++ b/sys/arm/include/swi.h @@ -1,5 +1,5 @@ /* $NetBSD: swi.h,v 1.1 2002/01/13 15:03:06 bjh21 Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/swi.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ /*- * This file is in the Public Domain. diff --git a/sys/arm/include/sysarch.h b/sys/arm/include/sysarch.h index 4d6234b447e0..d27b5631f7d7 100644 --- a/sys/arm/include/sysarch.h +++ b/sys/arm/include/sysarch.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/sysarch.h,v 1.4 2005/02/26 18:59:01 cognet Exp $ */ #ifndef _ARM_SYSARCH_H_ #define _ARM_SYSARCH_H_ diff --git a/sys/arm/include/trap.h b/sys/arm/include/trap.h index a9f42e3c7838..a4e69c57b875 100644 --- a/sys/arm/include/trap.h +++ b/sys/arm/include/trap.h @@ -1,5 +1,5 @@ /* $NetBSD: trap.h,v 1.1 2001/02/23 03:48:19 ichiro Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/arm/include/trap.h,v 1.2 2005/01/10 22:43:16 cognet Exp $ */ #ifndef _MACHINE_TRAP_H_ #define _MACHINE_TRAP_H_ diff --git a/sys/arm/include/ucontext.h b/sys/arm/include/ucontext.h index b1f1d63e56c8..f88294ecd7b2 100644 --- a/sys/arm/include/ucontext.h +++ b/sys/arm/include/ucontext.h @@ -35,7 +35,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/ucontext.h,v 1.2 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_MCONTEXT_H_ diff --git a/sys/arm/include/undefined.h b/sys/arm/include/undefined.h index 9460f706a75a..7fe24d72d97f 100644 --- a/sys/arm/include/undefined.h +++ b/sys/arm/include/undefined.h @@ -42,7 +42,7 @@ * * Created : 08/02/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/undefined.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ diff --git a/sys/arm/include/utrap.h b/sys/arm/include/utrap.h index 38a40b0166e5..67c408e4a1c0 100644 --- a/sys/arm/include/utrap.h +++ b/sys/arm/include/utrap.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/arm/include/utrap.h,v 1.1 2004/05/14 11:46:44 cognet Exp $ */ #ifndef _MACHINE_UTRAP_H_ diff --git a/sys/arm/include/vmparam.h b/sys/arm/include/vmparam.h index d5725a450a51..e40166fcddc2 100644 --- a/sys/arm/include/vmparam.h +++ b/sys/arm/include/vmparam.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/include/vmparam.h,v 1.5 2005/06/07 23:04:24 cognet Exp $ */ #ifndef _MACHINE_VMPARAM_H_ diff --git a/sys/arm/sa11x0/assabet_machdep.c b/sys/arm/sa11x0/assabet_machdep.c index 40354f71ac8f..b57d18b48fdd 100644 --- a/sys/arm/sa11x0/assabet_machdep.c +++ b/sys/arm/sa11x0/assabet_machdep.c @@ -47,7 +47,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/assabet_machdep.c,v 1.9 2005/01/05 21:58:48 imp Exp $"); #include "opt_md.h" diff --git a/sys/arm/sa11x0/files.sa11x0 b/sys/arm/sa11x0/files.sa11x0 index 44c1f41e401b..4f0af5369de0 100644 --- a/sys/arm/sa11x0/files.sa11x0 +++ b/sys/arm/sa11x0/files.sa11x0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/arm/sa11x0/files.sa11x0,v 1.2 2004/05/14 13:26:52 cognet Exp $ arm/sa11x0/assabet_machdep.c optional assabet arm/sa11x0/sa11x0.c optional saip arm/sa11x0/sa11x0_ost.c optional saip diff --git a/sys/arm/sa11x0/sa11x0.c b/sys/arm/sa11x0/sa11x0.c index 57fc7192bdf3..552cdc82b2e6 100644 --- a/sys/arm/sa11x0/sa11x0.c +++ b/sys/arm/sa11x0/sa11x0.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/sa11x0.c,v 1.4 2004/09/23 22:33:38 cognet Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/arm/sa11x0/sa11x0_dmacreg.h b/sys/arm/sa11x0/sa11x0_dmacreg.h index 9112e2104f38..6e361a711c5a 100644 --- a/sys/arm/sa11x0/sa11x0_dmacreg.h +++ b/sys/arm/sa11x0/sa11x0_dmacreg.h @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/sa11x0/sa11x0_dmacreg.h,v 1.1 2004/05/14 11:46:45 cognet Exp $ * */ diff --git a/sys/arm/sa11x0/sa11x0_gpioreg.h b/sys/arm/sa11x0/sa11x0_gpioreg.h index 9f46e9d18d81..95ba734a34c6 100644 --- a/sys/arm/sa11x0/sa11x0_gpioreg.h +++ b/sys/arm/sa11x0/sa11x0_gpioreg.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/arm/sa11x0/sa11x0_gpioreg.h,v 1.1 2004/05/14 11:46:45 cognet Exp $ * */ diff --git a/sys/arm/sa11x0/sa11x0_io.c b/sys/arm/sa11x0/sa11x0_io.c index e88af0c938cd..5b9269d0b7fd 100644 --- a/sys/arm/sa11x0/sa11x0_io.c +++ b/sys/arm/sa11x0/sa11x0_io.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/sa11x0_io.c,v 1.6 2005/04/13 16:02:03 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/queue.h> diff --git a/sys/arm/sa11x0/sa11x0_io_asm.S b/sys/arm/sa11x0/sa11x0_io_asm.S index 7a821f3e0653..ad4d22230697 100644 --- a/sys/arm/sa11x0/sa11x0_io_asm.S +++ b/sys/arm/sa11x0/sa11x0_io_asm.S @@ -35,7 +35,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/sa11x0_io_asm.S,v 1.2 2005/01/05 21:58:48 imp Exp $"); /* * bus_space I/O functions for sa11x0 diff --git a/sys/arm/sa11x0/sa11x0_irq.S b/sys/arm/sa11x0/sa11x0_irq.S index 3b6d23ea91a4..a0121b3e06db 100644 --- a/sys/arm/sa11x0/sa11x0_irq.S +++ b/sys/arm/sa11x0/sa11x0_irq.S @@ -43,7 +43,7 @@ #include <machine/armreg.h> #include <machine/asmacros.h> #include <arm/sa11x0/sa11x0_reg.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/sa11x0_irq.S,v 1.3 2005/01/05 21:58:48 imp Exp $"); Lcurrent_intr_depth: .word _C_LABEL(current_intr_depth) diff --git a/sys/arm/sa11x0/sa11x0_irqhandler.c b/sys/arm/sa11x0/sa11x0_irqhandler.c index 5cda4c6d299e..5a5f2ba4ce83 100644 --- a/sys/arm/sa11x0/sa11x0_irqhandler.c +++ b/sys/arm/sa11x0/sa11x0_irqhandler.c @@ -76,7 +76,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/sa11x0_irqhandler.c,v 1.4 2005/06/09 12:26:20 cognet Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/arm/sa11x0/sa11x0_ost.c b/sys/arm/sa11x0/sa11x0_ost.c index 25241af6ac3b..fb55479f2dca 100644 --- a/sys/arm/sa11x0/sa11x0_ost.c +++ b/sys/arm/sa11x0/sa11x0_ost.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/sa11x0_ost.c,v 1.3 2005/01/05 21:58:48 imp Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/arm/sa11x0/sa11x0_ostreg.h b/sys/arm/sa11x0/sa11x0_ostreg.h index c03aea1827fe..200f7d5c25fa 100644 --- a/sys/arm/sa11x0/sa11x0_ostreg.h +++ b/sys/arm/sa11x0/sa11x0_ostreg.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/arm/sa11x0/sa11x0_ostreg.h,v 1.1 2004/05/14 11:46:45 cognet Exp $ * */ diff --git a/sys/arm/sa11x0/sa11x0_ppcreg.h b/sys/arm/sa11x0/sa11x0_ppcreg.h index 52c129a3a29d..b023a18c4065 100644 --- a/sys/arm/sa11x0/sa11x0_ppcreg.h +++ b/sys/arm/sa11x0/sa11x0_ppcreg.h @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/sa11x0/sa11x0_ppcreg.h,v 1.1 2004/05/14 11:46:45 cognet Exp $ * */ diff --git a/sys/arm/sa11x0/sa11x0_reg.h b/sys/arm/sa11x0/sa11x0_reg.h index 86ad31d00846..4f71caf530df 100644 --- a/sys/arm/sa11x0/sa11x0_reg.h +++ b/sys/arm/sa11x0/sa11x0_reg.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/arm/sa11x0/sa11x0_reg.h,v 1.1 2004/05/14 11:46:45 cognet Exp $ * */ diff --git a/sys/arm/sa11x0/sa11x0_var.h b/sys/arm/sa11x0/sa11x0_var.h index b1bf2a018757..1464f4ef0ac1 100644 --- a/sys/arm/sa11x0/sa11x0_var.h +++ b/sys/arm/sa11x0/sa11x0_var.h @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/arm/sa11x0/sa11x0_var.h,v 1.1 2004/05/14 11:46:45 cognet Exp $ * */ diff --git a/sys/arm/sa11x0/std.sa11x0 b/sys/arm/sa11x0/std.sa11x0 index 3cf84655c97d..3f51f7b276c8 100644 --- a/sys/arm/sa11x0/std.sa11x0 +++ b/sys/arm/sa11x0/std.sa11x0 @@ -1,5 +1,5 @@ #StrongARM SA11x0 common options -#$FreeBSD$ +#$FreeBSD: src/sys/arm/sa11x0/std.sa11x0,v 1.2 2004/09/23 22:33:38 cognet Exp $ files "../sa11x0/files.sa11x0" cpu CPU_SA1100 cpu CPU_SA1110 diff --git a/sys/arm/sa11x0/uart_bus_sa1110.c b/sys/arm/sa11x0/uart_bus_sa1110.c index fb8b0d6a8ae3..a7f499188505 100644 --- a/sys/arm/sa11x0/uart_bus_sa1110.c +++ b/sys/arm/sa11x0/uart_bus_sa1110.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/uart_bus_sa1110.c,v 1.3 2005/01/05 21:58:48 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/sa11x0/uart_cpu_sa1110.c b/sys/arm/sa11x0/uart_cpu_sa1110.c index ef0cf6abf1b1..c4ace431fbde 100644 --- a/sys/arm/sa11x0/uart_cpu_sa1110.c +++ b/sys/arm/sa11x0/uart_cpu_sa1110.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/uart_cpu_sa1110.c,v 1.3 2005/01/05 21:58:48 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/sa11x0/uart_dev_sa1110.c b/sys/arm/sa11x0/uart_dev_sa1110.c index e1ba5fe2fd82..8c019c763dc4 100644 --- a/sys/arm/sa11x0/uart_dev_sa1110.c +++ b/sys/arm/sa11x0/uart_dev_sa1110.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/sa11x0/uart_dev_sa1110.c,v 1.2 2005/01/05 21:58:48 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/sa11x0/uart_dev_sa1110.h b/sys/arm/sa11x0/uart_dev_sa1110.h index 29610b28d102..1a79be505740 100644 --- a/sys/arm/sa11x0/uart_dev_sa1110.h +++ b/sys/arm/sa11x0/uart_dev_sa1110.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/arm/sa11x0/uart_dev_sa1110.h,v 1.2 2005/01/05 21:58:48 imp Exp $ */ #ifndef _DEV_UART_DEV_SA1110_H_ diff --git a/sys/arm/xscale/i80321/files.i80321 b/sys/arm/xscale/i80321/files.i80321 index c10a961fceb7..ec670599286b 100644 --- a/sys/arm/xscale/i80321/files.i80321 +++ b/sys/arm/xscale/i80321/files.i80321 @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/arm/xscale/i80321/files.i80321,v 1.2 2005/01/15 16:56:22 cognet Exp $ arm/arm/cpufunc_asm_xscale.S standard arm/arm/irq_dispatch.S standard arm/xscale/i80321/i80321.c standard diff --git a/sys/arm/xscale/i80321/files.iq31244 b/sys/arm/xscale/i80321/files.iq31244 index 66d89b3db630..7b00b8150108 100644 --- a/sys/arm/xscale/i80321/files.iq31244 +++ b/sys/arm/xscale/i80321/files.iq31244 @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/arm/xscale/i80321/files.iq31244,v 1.2 2005/01/15 18:55:22 cognet Exp $ arm/xscale/i80321/iq80321.c standard arm/xscale/i80321/iq31244_machdep.c standard arm/xscale/i80321/iq31244_7seg.c optional iq31244_7seg diff --git a/sys/arm/xscale/i80321/i80321.c b/sys/arm/xscale/i80321/i80321.c index dfd03a1013fb..489077415f79 100644 --- a/sys/arm/xscale/i80321/i80321.c +++ b/sys/arm/xscale/i80321/i80321.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/i80321.c,v 1.5 2005/06/09 12:26:20 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/i80321_intr.h b/sys/arm/xscale/i80321/i80321_intr.h index 5f777ce5fd02..473ceebd9897 100644 --- a/sys/arm/xscale/i80321/i80321_intr.h +++ b/sys/arm/xscale/i80321/i80321_intr.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/arm/xscale/i80321/i80321_intr.h,v 1.2 2005/01/05 21:58:49 imp Exp $ * */ diff --git a/sys/arm/xscale/i80321/i80321_mcu.c b/sys/arm/xscale/i80321/i80321_mcu.c index a51a43348618..c7abde90e439 100644 --- a/sys/arm/xscale/i80321/i80321_mcu.c +++ b/sys/arm/xscale/i80321/i80321_mcu.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/i80321_mcu.c,v 1.2 2005/01/05 21:58:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/i80321_pci.c b/sys/arm/xscale/i80321/i80321_pci.c index 5b05a626d4fa..6c7e6dc0563d 100644 --- a/sys/arm/xscale/i80321/i80321_pci.c +++ b/sys/arm/xscale/i80321/i80321_pci.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/i80321_pci.c,v 1.4.2.1 2006/02/27 01:12:16 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/i80321_space.c b/sys/arm/xscale/i80321/i80321_space.c index b3a8cc52cba5..3642fbef0def 100644 --- a/sys/arm/xscale/i80321/i80321_space.c +++ b/sys/arm/xscale/i80321/i80321_space.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/i80321_space.c,v 1.3 2005/02/13 18:20:39 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/i80321_timer.c b/sys/arm/xscale/i80321/i80321_timer.c index 3e4840bf50b8..58925c3ff29d 100644 --- a/sys/arm/xscale/i80321/i80321_timer.c +++ b/sys/arm/xscale/i80321/i80321_timer.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/i80321_timer.c,v 1.5 2005/02/13 18:05:36 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/i80321_wdog.c b/sys/arm/xscale/i80321/i80321_wdog.c index a33812cc71c5..d1e687e4d29d 100644 --- a/sys/arm/xscale/i80321/i80321_wdog.c +++ b/sys/arm/xscale/i80321/i80321_wdog.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/i80321_wdog.c,v 1.2 2005/01/15 18:38:10 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/i80321reg.h b/sys/arm/xscale/i80321/i80321reg.h index 19092daf63d6..a5f62d5287e4 100644 --- a/sys/arm/xscale/i80321/i80321reg.h +++ b/sys/arm/xscale/i80321/i80321reg.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/arm/xscale/i80321/i80321reg.h,v 1.2 2005/01/05 21:58:49 imp Exp $ * */ diff --git a/sys/arm/xscale/i80321/i80321var.h b/sys/arm/xscale/i80321/i80321var.h index fef194ba5333..6e69bc309d69 100644 --- a/sys/arm/xscale/i80321/i80321var.h +++ b/sys/arm/xscale/i80321/i80321var.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/arm/xscale/i80321/i80321var.h,v 1.2 2005/01/05 21:58:49 imp Exp $ * */ diff --git a/sys/arm/xscale/i80321/iq31244_7seg.c b/sys/arm/xscale/i80321/iq31244_7seg.c index 7cd1bc30da37..7406e8651b21 100644 --- a/sys/arm/xscale/i80321/iq31244_7seg.c +++ b/sys/arm/xscale/i80321/iq31244_7seg.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/iq31244_7seg.c,v 1.3 2005/05/25 13:44:55 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/iq31244_machdep.c b/sys/arm/xscale/i80321/iq31244_machdep.c index 483114987e50..6b961fea93f2 100644 --- a/sys/arm/xscale/i80321/iq31244_machdep.c +++ b/sys/arm/xscale/i80321/iq31244_machdep.c @@ -48,7 +48,7 @@ #include "opt_msgbuf.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/iq31244_machdep.c,v 1.13 2005/06/23 11:40:45 cognet Exp $"); #define _ARM32_BUS_DMA_PRIVATE #include <sys/param.h> diff --git a/sys/arm/xscale/i80321/iq80321.c b/sys/arm/xscale/i80321/iq80321.c index 32924063d91c..9587e9c8c7bf 100644 --- a/sys/arm/xscale/i80321/iq80321.c +++ b/sys/arm/xscale/i80321/iq80321.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/iq80321.c,v 1.8 2005/06/09 12:26:20 cognet Exp $"); #define _ARM32_BUS_DMA_PRIVATE #include <sys/param.h> diff --git a/sys/arm/xscale/i80321/iq80321reg.h b/sys/arm/xscale/i80321/iq80321reg.h index 1e518eb096ac..9bc58d427d81 100644 --- a/sys/arm/xscale/i80321/iq80321reg.h +++ b/sys/arm/xscale/i80321/iq80321reg.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/arm/xscale/i80321/iq80321reg.h,v 1.2 2005/01/05 21:58:49 imp Exp $ * */ diff --git a/sys/arm/xscale/i80321/iq80321var.h b/sys/arm/xscale/i80321/iq80321var.h index 4a035001bdf5..e5027d22da06 100644 --- a/sys/arm/xscale/i80321/iq80321var.h +++ b/sys/arm/xscale/i80321/iq80321var.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/arm/xscale/i80321/iq80321var.h,v 1.2 2005/01/05 21:58:49 imp Exp $ * */ diff --git a/sys/arm/xscale/i80321/obio.c b/sys/arm/xscale/i80321/obio.c index 523f14e451f8..87af59352bae 100644 --- a/sys/arm/xscale/i80321/obio.c +++ b/sys/arm/xscale/i80321/obio.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/obio.c,v 1.2 2005/01/05 21:58:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/obio_space.c b/sys/arm/xscale/i80321/obio_space.c index 74e00dc928ff..727d0be12254 100644 --- a/sys/arm/xscale/i80321/obio_space.c +++ b/sys/arm/xscale/i80321/obio_space.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/obio_space.c,v 1.3 2005/04/07 22:03:34 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/obiovar.h b/sys/arm/xscale/i80321/obiovar.h index 8d8c5c577183..9a5f2e12dca7 100644 --- a/sys/arm/xscale/i80321/obiovar.h +++ b/sys/arm/xscale/i80321/obiovar.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/arm/xscale/i80321/obiovar.h,v 1.2 2005/01/05 21:58:49 imp Exp $ * */ diff --git a/sys/arm/xscale/i80321/std.i80321 b/sys/arm/xscale/i80321/std.i80321 index 3d8b8f960016..dfa4f3560345 100644 --- a/sys/arm/xscale/i80321/std.i80321 +++ b/sys/arm/xscale/i80321/std.i80321 @@ -1,5 +1,5 @@ #XScale i80321 generic configuration -#$FreeBSD$ +#$FreeBSD: src/sys/arm/xscale/i80321/std.i80321,v 1.3 2005/02/26 18:59:01 cognet Exp $ files "../xscale/i80321/files.i80321" include "../xscale/std.xscale" cpu CPU_XSCALE_80321 diff --git a/sys/arm/xscale/i80321/std.iq31244 b/sys/arm/xscale/i80321/std.iq31244 index 5994c6a8e360..a882a2a1239d 100644 --- a/sys/arm/xscale/i80321/std.iq31244 +++ b/sys/arm/xscale/i80321/std.iq31244 @@ -1,5 +1,5 @@ #IQ31244 board configuration -#$FreeBSD$ +#$FreeBSD: src/sys/arm/xscale/i80321/std.iq31244,v 1.2 2004/11/18 00:05:09 cognet Exp $ include "../xscale/i80321/std.i80321" files "../xscale/i80321/files.iq31244" makeoptions KERNPHYSADDR=0xa0200000 diff --git a/sys/arm/xscale/i80321/uart_bus_i80321.c b/sys/arm/xscale/i80321/uart_bus_i80321.c index 5bb903df64cd..30913803ac4b 100644 --- a/sys/arm/xscale/i80321/uart_bus_i80321.c +++ b/sys/arm/xscale/i80321/uart_bus_i80321.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/uart_bus_i80321.c,v 1.3 2005/01/05 21:58:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/i80321/uart_cpu_i80321.c b/sys/arm/xscale/i80321/uart_cpu_i80321.c index 987422ee24d0..330c569f3395 100644 --- a/sys/arm/xscale/i80321/uart_cpu_i80321.c +++ b/sys/arm/xscale/i80321/uart_cpu_i80321.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/arm/xscale/i80321/uart_cpu_i80321.c,v 1.4 2005/01/20 22:23:26 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/arm/xscale/std.xscale b/sys/arm/xscale/std.xscale index 48c588f8833f..a9b26e347d23 100644 --- a/sys/arm/xscale/std.xscale +++ b/sys/arm/xscale/std.xscale @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/arm/xscale/std.xscale,v 1.1 2005/02/26 18:59:01 cognet Exp $ options ARM_CACHE_LOCK_ENABLE diff --git a/sys/arm/xscale/xscalereg.h b/sys/arm/xscale/xscalereg.h index 85e64d194cdc..8e1480de0626 100644 --- a/sys/arm/xscale/xscalereg.h +++ b/sys/arm/xscale/xscalereg.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/arm/xscale/xscalereg.h,v 1.2 2005/01/05 21:58:49 imp Exp $ */ #ifndef _ARM_XSCALE_XSCALEREG_H_ diff --git a/sys/arm/xscale/xscalevar.h b/sys/arm/xscale/xscalevar.h index 32a510ff458f..e1c03b728ffa 100644 --- a/sys/arm/xscale/xscalevar.h +++ b/sys/arm/xscale/xscalevar.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/arm/xscale/xscalevar.h,v 1.2 2005/01/05 21:58:49 imp Exp $ * */ diff --git a/sys/boot/Makefile b/sys/boot/Makefile index d9b9e502ee7f..8b2911e6c5d8 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/Makefile,v 1.26 2004/12/21 12:32:13 ru Exp $ .if !defined(NO_FORTH) # Build the add-in FORTH interpreter. diff --git a/sys/boot/README b/sys/boot/README index 22faea26b80c..95ae40c23c10 100644 --- a/sys/boot/README +++ b/sys/boot/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/README,v 1.4 2005/01/05 22:16:10 imp Exp $ README file, for the boot config file setup. This is meant to explain how to manage the loader configuration process. diff --git a/sys/boot/alpha/Makefile b/sys/boot/alpha/Makefile index e97c8e897415..6996e7ff57aa 100644 --- a/sys/boot/alpha/Makefile +++ b/sys/boot/alpha/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/alpha/Makefile,v 1.6 1999/11/03 20:19:30 dfr Exp $ SUBDIR= libalpha SUBDIR+= boot1 loader cdboot netboot diff --git a/sys/boot/alpha/Makefile.inc b/sys/boot/alpha/Makefile.inc index 17d17b96ab15..06fb2ee02ef4 100644 --- a/sys/boot/alpha/Makefile.inc +++ b/sys/boot/alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/alpha/Makefile.inc,v 1.11 2004/08/23 16:25:07 obrien Exp $ # Options used when building app-specific libalpha components BINDIR?= /boot diff --git a/sys/boot/alpha/boot1/Makefile b/sys/boot/alpha/boot1/Makefile index 666fd143edec..0002c90fe705 100644 --- a/sys/boot/alpha/boot1/Makefile +++ b/sys/boot/alpha/boot1/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.15 1998/03/28 00:21:35 thorpej Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/alpha/boot1/Makefile,v 1.18 2004/12/21 08:47:11 ru Exp $ PROG= boot1.sym INTERNALPROG= diff --git a/sys/boot/alpha/boot1/boot1.c b/sys/boot/alpha/boot1/boot1.c index 94540114b99d..d8997afc7f20 100644 --- a/sys/boot/alpha/boot1/boot1.c +++ b/sys/boot/alpha/boot1/boot1.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/alpha/boot1/boot1.c,v 1.13 2003/04/16 21:09:41 phk Exp $ * From $NetBSD: bootxx.c,v 1.4 1997/09/06 14:08:29 drochner Exp $ */ diff --git a/sys/boot/alpha/cdboot/Makefile b/sys/boot/alpha/cdboot/Makefile index 632f8e5a8038..f83daba81b28 100644 --- a/sys/boot/alpha/cdboot/Makefile +++ b/sys/boot/alpha/cdboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/alpha/cdboot/Makefile,v 1.9 2004/12/21 08:47:12 ru Exp $ BOOT= cdboot NO_MAN= diff --git a/sys/boot/alpha/cdboot/version b/sys/boot/alpha/cdboot/version index 028be8b5295c..5ae71c0d4aa0 100644 --- a/sys/boot/alpha/cdboot/version +++ b/sys/boot/alpha/cdboot/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/alpha/cdboot/version,v 1.5 2001/12/11 00:49:33 jhb Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/alpha/common/Makefile.common b/sys/boot/alpha/common/Makefile.common index bbe9099f7419..28d244e5c266 100644 --- a/sys/boot/alpha/common/Makefile.common +++ b/sys/boot/alpha/common/Makefile.common @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/alpha/common/Makefile.common,v 1.20 2004/12/21 12:32:13 ru Exp $ # # Common Alpha loader build rules diff --git a/sys/boot/alpha/common/conf.c b/sys/boot/alpha/common/conf.c index 71562b34c158..7c2f3c54497f 100644 --- a/sys/boot/alpha/common/conf.c +++ b/sys/boot/alpha/common/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/common/conf.c,v 1.6 2004/03/25 20:36:57 jhb Exp $"); #include <stand.h> #include "libalpha/libalpha.h" diff --git a/sys/boot/alpha/common/help.alpha b/sys/boot/alpha/common/help.alpha index ce30524bd6e6..e2915c3ffb0a 100644 --- a/sys/boot/alpha/common/help.alpha +++ b/sys/boot/alpha/common/help.alpha @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/alpha/common/help.alpha,v 1.2 2004/10/01 19:44:42 ru Exp $ ################################################################################ # Treboot DReboot the system diff --git a/sys/boot/alpha/common/ldscript b/sys/boot/alpha/common/ldscript index 30f7dbb6fc91..55fd5f8e655c 100644 --- a/sys/boot/alpha/common/ldscript +++ b/sys/boot/alpha/common/ldscript @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/alpha/common/ldscript,v 1.1 2004/08/22 00:26:01 marcel Exp $ */ /* Script for -N: mix text and data on same page; don't align data */ OUTPUT_FORMAT("elf64-alpha-freebsd", "elf64-alpha-freebsd", "elf64-alpha-freebsd") diff --git a/sys/boot/alpha/common/main.c b/sys/boot/alpha/common/main.c index f0fac9d7f241..43b9cd2ce303 100644 --- a/sys/boot/alpha/common/main.c +++ b/sys/boot/alpha/common/main.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/common/main.c,v 1.15 2005/05/31 21:22:01 jhb Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/alpha/libalpha/Makefile b/sys/boot/alpha/libalpha/Makefile index 596611678631..3b62e94ef100 100644 --- a/sys/boot/alpha/libalpha/Makefile +++ b/sys/boot/alpha/libalpha/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/alpha/libalpha/Makefile,v 1.15 2004/10/24 15:32:49 ru Exp $ LIB= alpha INTERNALLIB= diff --git a/sys/boot/alpha/libalpha/OSFpal.c b/sys/boot/alpha/libalpha/OSFpal.c index 1c61f800b4c7..0e5fce70e13d 100644 --- a/sys/boot/alpha/libalpha/OSFpal.c +++ b/sys/boot/alpha/libalpha/OSFpal.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/OSFpal.c,v 1.4 2004/01/04 23:21:01 obrien Exp $"); #include <sys/types.h> #include <stand.h> diff --git a/sys/boot/alpha/libalpha/alpha_copy.c b/sys/boot/alpha/libalpha/alpha_copy.c index 6c8c683d7ec9..fbb8f6d2cdaf 100644 --- a/sys/boot/alpha/libalpha/alpha_copy.c +++ b/sys/boot/alpha/libalpha/alpha_copy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/alpha_copy.c,v 1.6 2004/01/04 23:21:01 obrien Exp $"); /* * MD primitives supporting placement of module data diff --git a/sys/boot/alpha/libalpha/alpha_module.c b/sys/boot/alpha/libalpha/alpha_module.c index 804d4849d931..609211414a22 100644 --- a/sys/boot/alpha/libalpha/alpha_module.c +++ b/sys/boot/alpha/libalpha/alpha_module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/alpha_module.c,v 1.4 2004/01/04 23:21:01 obrien Exp $"); /* * alpha-specific module functionality. diff --git a/sys/boot/alpha/libalpha/bbinfo.h b/sys/boot/alpha/libalpha/bbinfo.h index 94aa4bbff07f..6d3600113143 100644 --- a/sys/boot/alpha/libalpha/bbinfo.h +++ b/sys/boot/alpha/libalpha/bbinfo.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/alpha/libalpha/bbinfo.h,v 1.2 1999/08/28 00:39:26 peter Exp $ * From $NetBSD: bbinfo.h,v 1.2 1997/04/06 08:40:57 cgd Exp $ */ diff --git a/sys/boot/alpha/libalpha/bootinfo.c b/sys/boot/alpha/libalpha/bootinfo.c index 106ad4527adf..631b3a681319 100644 --- a/sys/boot/alpha/libalpha/bootinfo.c +++ b/sys/boot/alpha/libalpha/bootinfo.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/bootinfo.c,v 1.14 2004/01/04 23:21:01 obrien Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/alpha/libalpha/common.h b/sys/boot/alpha/libalpha/common.h index 7ae583099600..525f8e2bbcb7 100644 --- a/sys/boot/alpha/libalpha/common.h +++ b/sys/boot/alpha/libalpha/common.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/alpha/libalpha/common.h,v 1.3 2002/06/29 02:32:32 peter Exp $ * From: $NetBSD: common.h,v 1.2 1998/01/05 07:02:48 perry Exp $ */ diff --git a/sys/boot/alpha/libalpha/delay.c b/sys/boot/alpha/libalpha/delay.c index 5a81c78531d5..08275a343c4b 100644 --- a/sys/boot/alpha/libalpha/delay.c +++ b/sys/boot/alpha/libalpha/delay.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/delay.c,v 1.4 2005/06/04 21:50:44 marcel Exp $"); #include <stand.h> #include <machine/rpb.h> diff --git a/sys/boot/alpha/libalpha/devicename.c b/sys/boot/alpha/libalpha/devicename.c index bceeb37afac4..a08eab6519d8 100644 --- a/sys/boot/alpha/libalpha/devicename.c +++ b/sys/boot/alpha/libalpha/devicename.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/devicename.c,v 1.6 2005/05/31 21:23:43 jhb Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/alpha/libalpha/elf_freebsd.c b/sys/boot/alpha/libalpha/elf_freebsd.c index bc5ce6aab8de..9f94833a62f8 100644 --- a/sys/boot/alpha/libalpha/elf_freebsd.c +++ b/sys/boot/alpha/libalpha/elf_freebsd.c @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/elf_freebsd.c,v 1.14 2004/04/05 23:41:28 imp Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/alpha/libalpha/getsecs.c b/sys/boot/alpha/libalpha/getsecs.c index e4e175c49331..9a5e23e71841 100644 --- a/sys/boot/alpha/libalpha/getsecs.c +++ b/sys/boot/alpha/libalpha/getsecs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/getsecs.c,v 1.4 2005/06/04 21:55:51 marcel Exp $"); #include <sys/param.h> #include <machine/prom.h> diff --git a/sys/boot/alpha/libalpha/libalpha.h b/sys/boot/alpha/libalpha/libalpha.h index 2ccd4dcbf957..c8fae3c61bee 100644 --- a/sys/boot/alpha/libalpha/libalpha.h +++ b/sys/boot/alpha/libalpha/libalpha.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/alpha/libalpha/libalpha.h,v 1.7 2005/05/31 21:23:43 jhb Exp $ */ /* * Copyright (c) 1996 diff --git a/sys/boot/alpha/libalpha/pal.S b/sys/boot/alpha/libalpha/pal.S index 79f9306aa5da..fb17d28ba6d2 100644 --- a/sys/boot/alpha/libalpha/pal.S +++ b/sys/boot/alpha/libalpha/pal.S @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/alpha/libalpha/pal.S,v 1.3 2001/05/28 09:52:21 obrien Exp $ * From: $NetBSD: pal.s,v 1.12 1998/02/27 03:44:53 thorpej Exp $ */ diff --git a/sys/boot/alpha/libalpha/prom.c b/sys/boot/alpha/libalpha/prom.c index 0ee3b6df1dd3..cd9e4a6c784a 100644 --- a/sys/boot/alpha/libalpha/prom.c +++ b/sys/boot/alpha/libalpha/prom.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/prom.c,v 1.4 2004/01/04 23:21:01 obrien Exp $"); #include <sys/types.h> diff --git a/sys/boot/alpha/libalpha/prom_disp.S b/sys/boot/alpha/libalpha/prom_disp.S index 184f1d3c9f00..05a8730de1f4 100644 --- a/sys/boot/alpha/libalpha/prom_disp.S +++ b/sys/boot/alpha/libalpha/prom_disp.S @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/alpha/libalpha/prom_disp.S,v 1.2 1999/08/28 00:39:28 peter Exp $ * From: $NetBSD: prom_disp.S,v 1.2 1997/04/06 08:41:00 cgd Exp $ */ diff --git a/sys/boot/alpha/libalpha/prom_swpal.S b/sys/boot/alpha/libalpha/prom_swpal.S index be57632ddd9b..f75f77d96357 100644 --- a/sys/boot/alpha/libalpha/prom_swpal.S +++ b/sys/boot/alpha/libalpha/prom_swpal.S @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/alpha/libalpha/prom_swpal.S,v 1.2 1999/08/28 00:39:29 peter Exp $ * From: $NetBSD: prom_swpal.S,v 1.2 1997/04/06 08:41:01 cgd Exp $ */ diff --git a/sys/boot/alpha/libalpha/reboot.c b/sys/boot/alpha/libalpha/reboot.c index f8de5614ad3a..dbf1900b654e 100644 --- a/sys/boot/alpha/libalpha/reboot.c +++ b/sys/boot/alpha/libalpha/reboot.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/reboot.c,v 1.3 2004/01/04 23:21:01 obrien Exp $"); #include <stand.h> #include <machine/rpb.h> diff --git a/sys/boot/alpha/libalpha/srmdisk.c b/sys/boot/alpha/libalpha/srmdisk.c index 8b46b89b21a2..3715e170c1a5 100644 --- a/sys/boot/alpha/libalpha/srmdisk.c +++ b/sys/boot/alpha/libalpha/srmdisk.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/srmdisk.c,v 1.14 2005/05/31 21:23:21 jhb Exp $"); /* * SRM disk device handling. diff --git a/sys/boot/alpha/libalpha/srmnet.c b/sys/boot/alpha/libalpha/srmnet.c index 7a76284900ac..0f443319a3b5 100644 --- a/sys/boot/alpha/libalpha/srmnet.c +++ b/sys/boot/alpha/libalpha/srmnet.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/srmnet.c,v 1.5 2004/01/04 23:21:01 obrien Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/boot/alpha/libalpha/start.S b/sys/boot/alpha/libalpha/start.S index f7a46e12760b..adeb04378a1d 100644 --- a/sys/boot/alpha/libalpha/start.S +++ b/sys/boot/alpha/libalpha/start.S @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/alpha/libalpha/start.S,v 1.9 2001/03/04 04:38:14 obrien Exp $ * From: $NetBSD: start.S,v 1.4 1998/03/28 00:54:15 cgd Exp $ */ diff --git a/sys/boot/alpha/libalpha/time.c b/sys/boot/alpha/libalpha/time.c index 73987c80ee1e..65ce05301995 100644 --- a/sys/boot/alpha/libalpha/time.c +++ b/sys/boot/alpha/libalpha/time.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/alpha/libalpha/time.c,v 1.3 2004/01/04 23:21:01 obrien Exp $"); #include <stand.h> diff --git a/sys/boot/alpha/loader/Makefile b/sys/boot/alpha/loader/Makefile index 12eec01b29c2..7caac3548fd3 100644 --- a/sys/boot/alpha/loader/Makefile +++ b/sys/boot/alpha/loader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/alpha/loader/Makefile,v 1.8 2004/02/11 22:01:17 ru Exp $ BOOT= loader NEWVERSWHAT= "SRM disk boot" alpha diff --git a/sys/boot/alpha/loader/version b/sys/boot/alpha/loader/version index d16c21538a7a..25fa5683c9b4 100644 --- a/sys/boot/alpha/loader/version +++ b/sys/boot/alpha/loader/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/alpha/loader/version,v 1.6 2001/12/11 00:49:33 jhb Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/alpha/netboot/Makefile b/sys/boot/alpha/netboot/Makefile index f3d7d67afbd9..17210297911f 100644 --- a/sys/boot/alpha/netboot/Makefile +++ b/sys/boot/alpha/netboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/alpha/netboot/Makefile,v 1.12 2004/12/21 08:47:12 ru Exp $ # $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $ BOOT= netboot diff --git a/sys/boot/alpha/netboot/version b/sys/boot/alpha/netboot/version index d16c21538a7a..c441f7c4a012 100644 --- a/sys/boot/alpha/netboot/version +++ b/sys/boot/alpha/netboot/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/alpha/netboot/version,v 1.3 2002/01/11 00:09:59 jhb Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/arc/Makefile b/sys/boot/arc/Makefile index 82043c438af8..886a1ad08bbb 100644 --- a/sys/boot/arc/Makefile +++ b/sys/boot/arc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arc/Makefile,v 1.2 1999/08/28 00:39:33 peter Exp $ SUBDIR= lib SUBDIR+= loader diff --git a/sys/boot/arc/Makefile.inc b/sys/boot/arc/Makefile.inc index e3a86c463a81..737144818b15 100644 --- a/sys/boot/arc/Makefile.inc +++ b/sys/boot/arc/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arc/Makefile.inc,v 1.2 2000/05/01 20:26:21 peter Exp $ # Options used when building app-specific libalpha components LOAD_ADDRESS= 0xffffffff80900000 DPADD+= ${DESTDIR}/${LIBDIR}/libstand.a diff --git a/sys/boot/arc/include/arcfuncs.h b/sys/boot/arc/include/arcfuncs.h index 13e4792961f0..42071379980f 100644 --- a/sys/boot/arc/include/arcfuncs.h +++ b/sys/boot/arc/include/arcfuncs.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/boot/arc/include/arcfuncs.h,v 1.4 2005/03/02 21:33:22 joerg Exp $ * */ diff --git a/sys/boot/arc/include/arctypes.h b/sys/boot/arc/include/arctypes.h index b823e49babad..7df853ef2e07 100644 --- a/sys/boot/arc/include/arctypes.h +++ b/sys/boot/arc/include/arctypes.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/boot/arc/include/arctypes.h,v 1.2 1999/08/28 00:39:34 peter Exp $ * */ diff --git a/sys/boot/arc/include/libarc.h b/sys/boot/arc/include/libarc.h index 085d6bbc8eed..cd2800ea2b6b 100644 --- a/sys/boot/arc/include/libarc.h +++ b/sys/boot/arc/include/libarc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/arc/include/libarc.h,v 1.2 1999/08/28 00:39:34 peter Exp $ */ /* * Copyright (c) 1996 diff --git a/sys/boot/arc/lib/Makefile b/sys/boot/arc/lib/Makefile index 26336c4f81bf..598c0123cb6e 100644 --- a/sys/boot/arc/lib/Makefile +++ b/sys/boot/arc/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arc/lib/Makefile,v 1.10 2004/10/24 15:32:49 ru Exp $ LIB= arc INTERNALLIB= diff --git a/sys/boot/arc/lib/abort.c b/sys/boot/arc/lib/abort.c index 21839ab18087..420b848885b4 100644 --- a/sys/boot/arc/lib/abort.c +++ b/sys/boot/arc/lib/abort.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/abort.c,v 1.3 2004/01/04 23:28:01 obrien Exp $"); #include <errno.h> #include <sys/types.h> diff --git a/sys/boot/arc/lib/arcconsole.c b/sys/boot/arc/lib/arcconsole.c index f1e869ba702a..fbdc0329007d 100644 --- a/sys/boot/arc/lib/arcconsole.c +++ b/sys/boot/arc/lib/arcconsole.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/arcconsole.c,v 1.3 2004/01/04 23:28:01 obrien Exp $"); #include <sys/types.h> diff --git a/sys/boot/arc/lib/arcdisk.c b/sys/boot/arc/lib/arcdisk.c index c5fb83995e43..75ebdb106d6f 100644 --- a/sys/boot/arc/lib/arcdisk.c +++ b/sys/boot/arc/lib/arcdisk.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/arcdisk.c,v 1.7 2004/01/04 23:28:01 obrien Exp $"); /* * ARC disk device handling. diff --git a/sys/boot/arc/lib/arch/alpha/copy.c b/sys/boot/arc/lib/arch/alpha/copy.c index 2847812fed05..36f9b113e2ad 100644 --- a/sys/boot/arc/lib/arch/alpha/copy.c +++ b/sys/boot/arc/lib/arch/alpha/copy.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/boot/arc/lib/arch/alpha/copy.c,v 1.2 1999/08/28 00:39:40 peter Exp $ */ /* * MD primitives supporting placement of module data diff --git a/sys/boot/arc/lib/arch/alpha/rpb.c b/sys/boot/arc/lib/arch/alpha/rpb.c index 492346155751..852a2ff2cd09 100644 --- a/sys/boot/arc/lib/arch/alpha/rpb.c +++ b/sys/boot/arc/lib/arch/alpha/rpb.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/boot/arc/lib/arch/alpha/rpb.c,v 1.2 1999/08/28 00:39:40 peter Exp $ */ #include <stand.h> diff --git a/sys/boot/arc/lib/arch/alpha/setjmp.S b/sys/boot/arc/lib/arch/alpha/setjmp.S index 8e153f7ddd77..dfefc003fdc5 100644 --- a/sys/boot/arc/lib/arch/alpha/setjmp.S +++ b/sys/boot/arc/lib/arch/alpha/setjmp.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/arc/lib/arch/alpha/setjmp.S,v 1.2 1999/08/28 00:39:40 peter Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. diff --git a/sys/boot/arc/lib/arch/alpha/start.S b/sys/boot/arc/lib/arch/alpha/start.S index 1b4fc598d6ae..d77f08b2bee7 100644 --- a/sys/boot/arc/lib/arch/alpha/start.S +++ b/sys/boot/arc/lib/arch/alpha/start.S @@ -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/boot/arc/lib/arch/alpha/start.S,v 1.2 1999/08/28 00:39:41 peter Exp $ * */ diff --git a/sys/boot/arc/lib/bootinfo.c b/sys/boot/arc/lib/bootinfo.c index 4304b7945e27..6ac7c83cf887 100644 --- a/sys/boot/arc/lib/bootinfo.c +++ b/sys/boot/arc/lib/bootinfo.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/bootinfo.c,v 1.6 2004/01/04 23:28:01 obrien Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/arc/lib/delay.c b/sys/boot/arc/lib/delay.c index 2236978cab94..6569ce03b4af 100644 --- a/sys/boot/arc/lib/delay.c +++ b/sys/boot/arc/lib/delay.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/delay.c,v 1.3 2004/01/04 23:28:01 obrien Exp $"); #include <errno.h> #include <sys/types.h> diff --git a/sys/boot/arc/lib/devicename.c b/sys/boot/arc/lib/devicename.c index a3db40d0cbc0..cb9e450b16aa 100644 --- a/sys/boot/arc/lib/devicename.c +++ b/sys/boot/arc/lib/devicename.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/devicename.c,v 1.4 2004/01/04 23:28:01 obrien Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/arc/lib/elf_freebsd.c b/sys/boot/arc/lib/elf_freebsd.c index 8cebb6897c03..319112923416 100644 --- a/sys/boot/arc/lib/elf_freebsd.c +++ b/sys/boot/arc/lib/elf_freebsd.c @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/elf_freebsd.c,v 1.6 2004/04/07 20:45:55 imp Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/arc/lib/module.c b/sys/boot/arc/lib/module.c index 0ad48f60272b..60cc04954882 100644 --- a/sys/boot/arc/lib/module.c +++ b/sys/boot/arc/lib/module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/module.c,v 1.3 2004/01/04 23:28:01 obrien Exp $"); /* * alpha-specific module functionality. diff --git a/sys/boot/arc/lib/prom.c b/sys/boot/arc/lib/prom.c index 8246d4a38958..46bc9923077e 100644 --- a/sys/boot/arc/lib/prom.c +++ b/sys/boot/arc/lib/prom.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/prom.c,v 1.3 2004/01/04 23:28:01 obrien Exp $"); #define PROM_E_BOOTED_DEV "XXX1" #define PROM_E_BOOTED_FILE "XXX2" diff --git a/sys/boot/arc/lib/setjmperr.c b/sys/boot/arc/lib/setjmperr.c index 8938a33f568f..67d19c36eb4e 100644 --- a/sys/boot/arc/lib/setjmperr.c +++ b/sys/boot/arc/lib/setjmperr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/setjmperr.c,v 1.3 2004/01/04 23:28:01 obrien Exp $"); #include <errno.h> #include <sys/types.h> diff --git a/sys/boot/arc/lib/time.c b/sys/boot/arc/lib/time.c index 059853401791..2773d434a5b0 100644 --- a/sys/boot/arc/lib/time.c +++ b/sys/boot/arc/lib/time.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/lib/time.c,v 1.3 2004/01/04 23:28:01 obrien Exp $"); #include <errno.h> #include <sys/types.h> diff --git a/sys/boot/arc/loader/Makefile b/sys/boot/arc/loader/Makefile index b9a7e75202a1..9ccd1306f651 100644 --- a/sys/boot/arc/loader/Makefile +++ b/sys/boot/arc/loader/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arc/loader/Makefile,v 1.8 2004/12/21 08:47:12 ru Exp $ BASE= loader PROG= ${BASE}.exe diff --git a/sys/boot/arc/loader/conf.c b/sys/boot/arc/loader/conf.c index 3b07b7b69068..8e8b6652f26d 100644 --- a/sys/boot/arc/loader/conf.c +++ b/sys/boot/arc/loader/conf.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/loader/conf.c,v 1.5 2004/01/04 23:28:01 obrien Exp $"); #include <stand.h> #include "libarc.h" diff --git a/sys/boot/arc/loader/main.c b/sys/boot/arc/loader/main.c index 0a0faf53ff13..8b4739b857eb 100644 --- a/sys/boot/arc/loader/main.c +++ b/sys/boot/arc/loader/main.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arc/loader/main.c,v 1.4 2004/01/04 23:28:01 obrien Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/arc/loader/version b/sys/boot/arc/loader/version index bc9aa00ed9ab..f7c5a7361052 100644 --- a/sys/boot/arc/loader/version +++ b/sys/boot/arc/loader/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/arc/loader/version,v 1.2 1999/08/28 00:39:43 peter Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/arm/Makefile b/sys/boot/arm/Makefile index 4dfb082ac351..284248f60217 100644 --- a/sys/boot/arm/Makefile +++ b/sys/boot/arm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/Makefile,v 1.1.2.1 2006/08/17 22:57:06 imp Exp $ SUBDIR= diff --git a/sys/boot/arm/at91/Makefile b/sys/boot/arm/at91/Makefile index e57e5939eb2d..0601bcd7acb7 100644 --- a/sys/boot/arm/at91/Makefile +++ b/sys/boot/arm/at91/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/Makefile,v 1.2.2.1 2006/08/17 22:57:07 imp Exp $ SUBDIR= libat91 boot0 boot0iic boot0spi bootiic bootspi diff --git a/sys/boot/arm/at91/Makefile.inc b/sys/boot/arm/at91/Makefile.inc index 2a0cb3ba29b9..69b85c0bb865 100644 --- a/sys/boot/arm/at91/Makefile.inc +++ b/sys/boot/arm/at91/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/Makefile.inc,v 1.3.2.1 2006/08/17 22:57:07 imp Exp $ .if !target(__at91_boot_Makefile.inc__) .PATH: ${.CURDIR}/../../../../libkern ${.CURDIR}/../../../../libkern/arm diff --git a/sys/boot/arm/at91/boot0/Makefile b/sys/boot/arm/at91/boot0/Makefile index cb586a24c3d0..646704d90c6e 100644 --- a/sys/boot/arm/at91/boot0/Makefile +++ b/sys/boot/arm/at91/boot0/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/boot0/Makefile,v 1.3.2.1 2006/08/17 22:57:07 imp Exp $ P=boot0 FILES=${P} diff --git a/sys/boot/arm/at91/boot0/README b/sys/boot/arm/at91/boot0/README index 1d617d6fd812..d0a62dc95308 100644 --- a/sys/boot/arm/at91/boot0/README +++ b/sys/boot/arm/at91/boot0/README @@ -4,4 +4,4 @@ of the booting process (or the recovery program) and jump to it. It loads the program at a 1MB offset into SDRAM. Programs are expected to be smaller than this and copy themselves to the right location. -$FreeBSD$ +$FreeBSD: src/sys/boot/arm/at91/boot0/README,v 1.1.2.1 2006/08/17 22:57:07 imp Exp $ diff --git a/sys/boot/arm/at91/boot0/arm_init.s b/sys/boot/arm/at91/boot0/arm_init.s index 58c9099b5e10..bc7358dded59 100644 --- a/sys/boot/arm/at91/boot0/arm_init.s +++ b/sys/boot/arm/at91/boot0/arm_init.s @@ -34,7 +34,7 @@ * owners. This software is not copyrighted and is intended for reference * only. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/boot0/arm_init.s,v 1.1.2.1 2006/08/17 22:57:07 imp Exp $ */ .equ ARM_MODE_USER, 0x10 diff --git a/sys/boot/arm/at91/boot0/linker.cfg b/sys/boot/arm/at91/boot0/linker.cfg index 8e2c96be1a81..40ef2465374b 100644 --- a/sys/boot/arm/at91/boot0/linker.cfg +++ b/sys/boot/arm/at91/boot0/linker.cfg @@ -18,7 +18,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/boot0/linker.cfg,v 1.1.2.1 2006/08/17 22:57:07 imp Exp $ ******************************************************************************/ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") diff --git a/sys/boot/arm/at91/boot0/main.c b/sys/boot/arm/at91/boot0/main.c index 4bc7fc6ea90a..f2705da248e9 100644 --- a/sys/boot/arm/at91/boot0/main.c +++ b/sys/boot/arm/at91/boot0/main.c @@ -21,7 +21,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/boot/arm/at91/boot0/main.c,v 1.4.2.1 2006/08/17 22:57:07 imp Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/boot0iic/Makefile b/sys/boot/arm/at91/boot0iic/Makefile index 503c98cfe73b..e07b76f393b5 100644 --- a/sys/boot/arm/at91/boot0iic/Makefile +++ b/sys/boot/arm/at91/boot0iic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/boot0iic/Makefile,v 1.2.2.1 2006/08/17 22:57:07 imp Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/arm/at91/boot0iic/main.c b/sys/boot/arm/at91/boot0iic/main.c index 2faeaf226d00..bf196208d0ad 100644 --- a/sys/boot/arm/at91/boot0iic/main.c +++ b/sys/boot/arm/at91/boot0iic/main.c @@ -21,7 +21,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/boot/arm/at91/boot0iic/main.c,v 1.2.2.1 2006/08/17 22:57:07 imp Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/boot0spi/Makefile b/sys/boot/arm/at91/boot0spi/Makefile index 0e196cfc884c..8b1436c5146a 100644 --- a/sys/boot/arm/at91/boot0spi/Makefile +++ b/sys/boot/arm/at91/boot0spi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/boot0spi/Makefile,v 1.2.2.1 2006/08/17 22:57:07 imp Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/arm/at91/boot0spi/main.c b/sys/boot/arm/at91/boot0spi/main.c index 5404773b5fd9..27688244413e 100644 --- a/sys/boot/arm/at91/boot0spi/main.c +++ b/sys/boot/arm/at91/boot0spi/main.c @@ -21,7 +21,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/boot/arm/at91/boot0spi/main.c,v 1.2.2.1 2006/08/17 22:57:07 imp Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/bootiic/Makefile b/sys/boot/arm/at91/bootiic/Makefile index c9da664ae20e..64bf4aa3f9ba 100644 --- a/sys/boot/arm/at91/bootiic/Makefile +++ b/sys/boot/arm/at91/bootiic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/bootiic/Makefile,v 1.3.2.1 2006/08/17 22:57:07 imp Exp $ P=bootiic FILES=${P} diff --git a/sys/boot/arm/at91/bootiic/README b/sys/boot/arm/at91/bootiic/README index 1489d7c09c94..f4648eb49d14 100644 --- a/sys/boot/arm/at91/bootiic/README +++ b/sys/boot/arm/at91/bootiic/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/arm/at91/bootiic/README,v 1.1.2.1 2006/08/17 22:57:07 imp Exp $ This image is intended to be programmed into boot EEPROM. The image is nearly 0x4000 so it will not fit in KB9200's 0x2000. It is intended for KB9201 or diff --git a/sys/boot/arm/at91/bootiic/arm_init.S b/sys/boot/arm/at91/bootiic/arm_init.S index 90e5c5cb2b07..e1b51781c218 100644 --- a/sys/boot/arm/at91/bootiic/arm_init.S +++ b/sys/boot/arm/at91/bootiic/arm_init.S @@ -20,7 +20,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootiic/arm_init.S,v 1.2.2.1 2006/08/17 22:57:07 imp Exp $ ******************************************************************************/ .equ TWI_EEPROM_SIZE, 0x2000 diff --git a/sys/boot/arm/at91/bootiic/env_vars.c b/sys/boot/arm/at91/bootiic/env_vars.c index 78afae9c1df9..11784fd1d81b 100644 --- a/sys/boot/arm/at91/bootiic/env_vars.c +++ b/sys/boot/arm/at91/bootiic/env_vars.c @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootiic/env_vars.c,v 1.1.2.1 2006/08/17 22:57:07 imp Exp $ *****************************************************************************/ #include "env_vars.h" diff --git a/sys/boot/arm/at91/bootiic/env_vars.h b/sys/boot/arm/at91/bootiic/env_vars.h index c6e46b4e4332..c4a5462b8581 100644 --- a/sys/boot/arm/at91/bootiic/env_vars.h +++ b/sys/boot/arm/at91/bootiic/env_vars.h @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootiic/env_vars.h,v 1.1.2.1 2006/08/17 22:57:07 imp Exp $ *****************************************************************************/ #ifndef _ENV_VARS_H_ diff --git a/sys/boot/arm/at91/bootiic/loader_prompt.c b/sys/boot/arm/at91/bootiic/loader_prompt.c index 94e30d94b782..fdf9a35b8694 100644 --- a/sys/boot/arm/at91/bootiic/loader_prompt.c +++ b/sys/boot/arm/at91/bootiic/loader_prompt.c @@ -19,7 +19,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootiic/loader_prompt.c,v 1.2.2.1 2006/08/17 22:57:07 imp Exp $ *****************************************************************************/ #include "at91rm9200_lowlevel.h" diff --git a/sys/boot/arm/at91/bootiic/loader_prompt.h b/sys/boot/arm/at91/bootiic/loader_prompt.h index 02233405f96a..cf08ea3b3b8e 100644 --- a/sys/boot/arm/at91/bootiic/loader_prompt.h +++ b/sys/boot/arm/at91/bootiic/loader_prompt.h @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootiic/loader_prompt.h,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ #ifndef _LOADER_PROMPT_H_ diff --git a/sys/boot/arm/at91/bootiic/main.c b/sys/boot/arm/at91/bootiic/main.c index b2b6e39041e5..7a8bb2f00b42 100644 --- a/sys/boot/arm/at91/bootiic/main.c +++ b/sys/boot/arm/at91/bootiic/main.c @@ -19,7 +19,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootiic/main.c,v 1.3.2.1 2006/08/17 22:57:08 imp Exp $ ******************************************************************************/ #include "env_vars.h" diff --git a/sys/boot/arm/at91/bootspi/Makefile b/sys/boot/arm/at91/bootspi/Makefile index 9205e294c736..c333edc51ceb 100644 --- a/sys/boot/arm/at91/bootspi/Makefile +++ b/sys/boot/arm/at91/bootspi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/bootspi/Makefile,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ P=bootspi FILES=${P} diff --git a/sys/boot/arm/at91/bootspi/README b/sys/boot/arm/at91/bootspi/README index 9a4ffa882440..43999fcc71d9 100644 --- a/sys/boot/arm/at91/bootspi/README +++ b/sys/boot/arm/at91/bootspi/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/arm/at91/bootspi/README,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ This image is intended to be programmed into boot EEPROM. The image is nearly 0x4000 so it will not fit in KB9200's 0x2000. It is intended for KB9201 or diff --git a/sys/boot/arm/at91/bootspi/arm_init.S b/sys/boot/arm/at91/bootspi/arm_init.S index 499bd8bcee00..f9bb7403a76b 100644 --- a/sys/boot/arm/at91/bootspi/arm_init.S +++ b/sys/boot/arm/at91/bootspi/arm_init.S @@ -20,7 +20,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootspi/arm_init.S,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ ******************************************************************************/ .equ ARM_MODE_USER, 0x10 diff --git a/sys/boot/arm/at91/bootspi/env_vars.c b/sys/boot/arm/at91/bootspi/env_vars.c index 94b1fbd33f92..7eec6aa59199 100644 --- a/sys/boot/arm/at91/bootspi/env_vars.c +++ b/sys/boot/arm/at91/bootspi/env_vars.c @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootspi/env_vars.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ #include "env_vars.h" diff --git a/sys/boot/arm/at91/bootspi/env_vars.h b/sys/boot/arm/at91/bootspi/env_vars.h index c6e46b4e4332..836aa56a3122 100644 --- a/sys/boot/arm/at91/bootspi/env_vars.h +++ b/sys/boot/arm/at91/bootspi/env_vars.h @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootspi/env_vars.h,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ #ifndef _ENV_VARS_H_ diff --git a/sys/boot/arm/at91/bootspi/loader_prompt.c b/sys/boot/arm/at91/bootspi/loader_prompt.c index a9472619f83c..7c02139184f2 100644 --- a/sys/boot/arm/at91/bootspi/loader_prompt.c +++ b/sys/boot/arm/at91/bootspi/loader_prompt.c @@ -19,7 +19,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootspi/loader_prompt.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ #include "at91rm9200_lowlevel.h" diff --git a/sys/boot/arm/at91/bootspi/loader_prompt.h b/sys/boot/arm/at91/bootspi/loader_prompt.h index 70d7514391e5..91196cd6da32 100644 --- a/sys/boot/arm/at91/bootspi/loader_prompt.h +++ b/sys/boot/arm/at91/bootspi/loader_prompt.h @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootspi/loader_prompt.h,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ #ifndef _LOADER_PROMPT_H_ diff --git a/sys/boot/arm/at91/bootspi/main.c b/sys/boot/arm/at91/bootspi/main.c index 1a39f72ac97d..cfe1b5a2bb78 100644 --- a/sys/boot/arm/at91/bootspi/main.c +++ b/sys/boot/arm/at91/bootspi/main.c @@ -31,7 +31,7 @@ * owners. This software is not copyrighted and is intended for reference * only. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootspi/main.c,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ */ #include "env_vars.h" diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile index b0160659acaa..18dd02ecba8a 100644 --- a/sys/boot/arm/at91/libat91/Makefile +++ b/sys/boot/arm/at91/libat91/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/libat91/Makefile,v 1.4.2.1 2006/08/17 22:57:08 imp Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/sys/boot/arm/at91/libat91/at91rm9200.h b/sys/boot/arm/at91/libat91/at91rm9200.h index 2b7dde4c2774..38dd9f84bfac 100644 --- a/sys/boot/arm/at91/libat91/at91rm9200.h +++ b/sys/boot/arm/at91/libat91/at91rm9200.h @@ -7,7 +7,7 @@ // fitness for any particular purpose, or against the infringements of // intellectual property rights of others. // ---------------------------------------------------------------------------- -// $FreeBSD$ +// $FreeBSD: src/sys/boot/arm/at91/libat91/at91rm9200.h,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ // // File Name : AT91RM9200.h // Object : AT91RM9200 definitions diff --git a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c index 9e196d5e02f5..79ae1e13c26c 100644 --- a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c +++ b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c @@ -24,7 +24,7 @@ * This software is derived from software provide by Kwikbyte who specifically * disclaimed copyright on the code. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.c,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h index 7be7228f0d5b..ed2a949e27bb 100644 --- a/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h +++ b/sys/boot/arm/at91/libat91/at91rm9200_lowlevel.h @@ -21,7 +21,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/boot/arm/at91/libat91/at91rm9200_lowlevel.h,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ */ #ifndef _AT91RM9200_LOWLEVEL_H_ diff --git a/sys/boot/arm/at91/libat91/delay.c b/sys/boot/arm/at91/libat91/delay.c index 390e06790c3c..fa2aafa17694 100644 --- a/sys/boot/arm/at91/libat91/delay.c +++ b/sys/boot/arm/at91/libat91/delay.c @@ -24,7 +24,7 @@ * This software is derived from software provide by Kwikbyte who specifically * disclaimed copyright on the code. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/delay.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/eeprom.c b/sys/boot/arm/at91/libat91/eeprom.c index 5f5fafd0317c..52598c52630f 100644 --- a/sys/boot/arm/at91/libat91/eeprom.c +++ b/sys/boot/arm/at91/libat91/eeprom.c @@ -18,7 +18,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/eeprom.c,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ #include "at91rm9200_lowlevel.h" diff --git a/sys/boot/arm/at91/libat91/emac.c b/sys/boot/arm/at91/libat91/emac.c index 037e6b4a692e..bdc8db050c92 100644 --- a/sys/boot/arm/at91/libat91/emac.c +++ b/sys/boot/arm/at91/libat91/emac.c @@ -19,7 +19,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/emac.c,v 1.3.2.1 2006/08/17 22:57:08 imp Exp $ ******************************************************************************/ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/emac.h b/sys/boot/arm/at91/libat91/emac.h index b8521fab886d..57d5af70844d 100644 --- a/sys/boot/arm/at91/libat91/emac.h +++ b/sys/boot/arm/at91/libat91/emac.h @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/emac.h,v 1.3.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ diff --git a/sys/boot/arm/at91/libat91/emac_init.c b/sys/boot/arm/at91/libat91/emac_init.c index 37844f9caae3..8a4e425baab3 100644 --- a/sys/boot/arm/at91/libat91/emac_init.c +++ b/sys/boot/arm/at91/libat91/emac_init.c @@ -24,7 +24,7 @@ * This software is derived from software provide by Kwikbyte who specifically * disclaimed copyright on the code. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/emac_init.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ /****************************************************************************** diff --git a/sys/boot/arm/at91/libat91/getc.c b/sys/boot/arm/at91/libat91/getc.c index e0a43b9b9a65..faad470b08ac 100644 --- a/sys/boot/arm/at91/libat91/getc.c +++ b/sys/boot/arm/at91/libat91/getc.c @@ -31,7 +31,7 @@ * owners. This software is not copyrighted and is intended for reference * only. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/getc.c,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/lib.h b/sys/boot/arm/at91/libat91/lib.h index 8e3b25b98584..11027a91c6bc 100644 --- a/sys/boot/arm/at91/libat91/lib.h +++ b/sys/boot/arm/at91/libat91/lib.h @@ -21,7 +21,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/boot/arm/at91/libat91/lib.h,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ */ #ifndef ARM_BOOT_LIB_H diff --git a/sys/boot/arm/at91/libat91/lib_AT91RM9200.h b/sys/boot/arm/at91/libat91/lib_AT91RM9200.h index d1bf4889caa7..ba7cec2c67fe 100644 --- a/sys/boot/arm/at91/libat91/lib_AT91RM9200.h +++ b/sys/boot/arm/at91/libat91/lib_AT91RM9200.h @@ -24,7 +24,7 @@ * This software is derived from software provide by Kwikbyte who specifically * disclaimed copyright on the code. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/lib_AT91RM9200.h,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ #ifndef __LIBAT91RM9200_H diff --git a/sys/boot/arm/at91/libat91/mci_device.c b/sys/boot/arm/at91/libat91/mci_device.c index f6dae8d53cf6..a3833e05adcf 100644 --- a/sys/boot/arm/at91/libat91/mci_device.c +++ b/sys/boot/arm/at91/libat91/mci_device.c @@ -24,7 +24,7 @@ * This software is derived from software provide by Kwikbyte who specifically * disclaimed copyright on the code. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/mci_device.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ //*---------------------------------------------------------------------------- diff --git a/sys/boot/arm/at91/libat91/mci_device.h b/sys/boot/arm/at91/libat91/mci_device.h index 197004bec28e..07d48d3adfb0 100644 --- a/sys/boot/arm/at91/libat91/mci_device.h +++ b/sys/boot/arm/at91/libat91/mci_device.h @@ -24,7 +24,7 @@ * This software is derived from software provide by Kwikbyte who specifically * disclaimed copyright on the code. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/mci_device.h,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ //*--------------------------------------------------------------------------- diff --git a/sys/boot/arm/at91/libat91/p_string.c b/sys/boot/arm/at91/libat91/p_string.c index 6d38e4f9b5e8..480c5e134097 100644 --- a/sys/boot/arm/at91/libat91/p_string.c +++ b/sys/boot/arm/at91/libat91/p_string.c @@ -20,7 +20,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/p_string.c,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ #include "lib.h" diff --git a/sys/boot/arm/at91/libat91/printf.c b/sys/boot/arm/at91/libat91/printf.c index 81b48c5208c2..bb0e956e5688 100644 --- a/sys/boot/arm/at91/libat91/printf.c +++ b/sys/boot/arm/at91/libat91/printf.c @@ -14,7 +14,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/printf.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ #include <stdarg.h> diff --git a/sys/boot/arm/at91/libat91/putchar.c b/sys/boot/arm/at91/libat91/putchar.c index 137c2e3cb109..7df81b017514 100644 --- a/sys/boot/arm/at91/libat91/putchar.c +++ b/sys/boot/arm/at91/libat91/putchar.c @@ -31,7 +31,7 @@ * owners. This software is not copyrighted and is intended for reference * only. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/putchar.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/reset.c b/sys/boot/arm/at91/libat91/reset.c index b1f083a6e72c..353aba0dc563 100644 --- a/sys/boot/arm/at91/libat91/reset.c +++ b/sys/boot/arm/at91/libat91/reset.c @@ -21,7 +21,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/boot/arm/at91/libat91/reset.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/sd-card.c b/sys/boot/arm/at91/libat91/sd-card.c index ae1f01f06628..0a7473f985aa 100644 --- a/sys/boot/arm/at91/libat91/sd-card.c +++ b/sys/boot/arm/at91/libat91/sd-card.c @@ -24,7 +24,7 @@ * This software is derived from software provide by Kwikbyte who specifically * disclaimed copyright on the code. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/sd-card.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ //*---------------------------------------------------------------------------- diff --git a/sys/boot/arm/at91/libat91/sd-card.h b/sys/boot/arm/at91/libat91/sd-card.h index 0a3ce696925b..59c02ff0a280 100644 --- a/sys/boot/arm/at91/libat91/sd-card.h +++ b/sys/boot/arm/at91/libat91/sd-card.h @@ -24,7 +24,7 @@ * This software is derived from software provide by Kwikbyte who specifically * disclaimed copyright on the code. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/sd-card.h,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ */ #ifndef __SD_CARD_H diff --git a/sys/boot/arm/at91/libat91/spi_flash.c b/sys/boot/arm/at91/libat91/spi_flash.c index 3df2e913c735..762f25ccec33 100644 --- a/sys/boot/arm/at91/libat91/spi_flash.c +++ b/sys/boot/arm/at91/libat91/spi_flash.c @@ -19,7 +19,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/spi_flash.c,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/spi_flash.h b/sys/boot/arm/at91/libat91/spi_flash.h index e3df2e0c28ef..0c8e20f8f084 100644 --- a/sys/boot/arm/at91/libat91/spi_flash.h +++ b/sys/boot/arm/at91/libat91/spi_flash.h @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/spi_flash.h,v 1.1.2.1 2006/08/17 22:57:08 imp Exp $ ******************************************************************************/ #ifndef _SPI_FLASH_H_ diff --git a/sys/boot/arm/at91/libat91/tag_list.c b/sys/boot/arm/at91/libat91/tag_list.c index c6a9bba82377..6c30d667bc83 100644 --- a/sys/boot/arm/at91/libat91/tag_list.c +++ b/sys/boot/arm/at91/libat91/tag_list.c @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/tag_list.c,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ *****************************************************************************/ /******************************* GLOBALS *************************************/ diff --git a/sys/boot/arm/at91/libat91/tag_list.h b/sys/boot/arm/at91/libat91/tag_list.h index f98016510d5e..da4e2bce2184 100644 --- a/sys/boot/arm/at91/libat91/tag_list.h +++ b/sys/boot/arm/at91/libat91/tag_list.h @@ -17,7 +17,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/tag_list.h,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ ****************************************************************************/ #ifndef _TAG_LIST_H_ diff --git a/sys/boot/arm/at91/libat91/xmodem.c b/sys/boot/arm/at91/libat91/xmodem.c index 0c4b1387dcb2..dfc3d6004d3f 100644 --- a/sys/boot/arm/at91/libat91/xmodem.c +++ b/sys/boot/arm/at91/libat91/xmodem.c @@ -25,7 +25,7 @@ * disclaimed copyright on the code. This version of xmodem has been nearly * completely rewritten, but the CRC is from the original. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/xmodem.c,v 1.2.2.1 2006/08/17 22:57:08 imp Exp $ */ #include "lib.h" diff --git a/sys/boot/arm/at91/linker.cfg b/sys/boot/arm/at91/linker.cfg index 40ae7bf270af..1cc8e0d570c4 100644 --- a/sys/boot/arm/at91/linker.cfg +++ b/sys/boot/arm/at91/linker.cfg @@ -18,7 +18,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/linker.cfg,v 1.1.2.1 2006/08/17 22:57:07 imp Exp $ ******************************************************************************/ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc index 9f12af2ab716..948009f761b9 100644 --- a/sys/boot/common/Makefile.inc +++ b/sys/boot/common/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/common/Makefile.inc,v 1.21 2004/10/24 12:32:41 ru Exp $ SRCS+= bcache.c boot.c commands.c console.c devopen.c interp.c SRCS+= interp_backslash.c interp_parse.c ls.c misc.c diff --git a/sys/boot/common/bcache.c b/sys/boot/common/bcache.c index c88adca6230f..654fe91f69ad 100644 --- a/sys/boot/common/bcache.c +++ b/sys/boot/common/bcache.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/bcache.c,v 1.13 2004/10/03 16:34:01 stefanf Exp $"); /* * Simple LRU block cache diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c index 515d0fa1f4a0..ec60f8db4773 100644 --- a/sys/boot/common/boot.c +++ b/sys/boot/common/boot.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/boot.c,v 1.31 2005/05/19 23:03:01 sobomax Exp $"); /* * Loading modules, booting the system diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index d309c2b15e52..ead406670f53 100644 --- a/sys/boot/common/bootstrap.h +++ b/sys/boot/common/bootstrap.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/boot/common/bootstrap.h,v 1.41.2.1 2005/12/30 22:13:58 marcel Exp $ */ #include <sys/types.h> diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c index 0559d1558c4d..997aec1b917a 100644 --- a/sys/boot/common/commands.c +++ b/sys/boot/common/commands.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/commands.c,v 1.22 2004/11/13 17:04:55 ru Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/console.c b/sys/boot/common/console.c index d140a96b570b..1f1b7585f43d 100644 --- a/sys/boot/common/console.c +++ b/sys/boot/common/console.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/console.c,v 1.7.2.1 2005/08/05 00:36:59 brian Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/dev_net.c b/sys/boot/common/dev_net.c index b7ccbca72ea7..5f13ef53acaa 100644 --- a/sys/boot/common/dev_net.c +++ b/sys/boot/common/dev_net.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/dev_net.c,v 1.15 2004/07/08 22:35:33 brian Exp $"); /*- * This module implements a "raw device" interface suitable for diff --git a/sys/boot/common/dev_net.h b/sys/boot/common/dev_net.h index 3b3d10728a3d..af3329735519 100644 --- a/sys/boot/common/dev_net.h +++ b/sys/boot/common/dev_net.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/boot/common/dev_net.h,v 1.2 1999/08/28 00:39:46 peter Exp $ */ extern struct devsw netdev; diff --git a/sys/boot/common/devopen.c b/sys/boot/common/devopen.c index 28a2fab26230..4b3b33363710 100644 --- a/sys/boot/common/devopen.c +++ b/sys/boot/common/devopen.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/devopen.c,v 1.4 2003/08/25 23:30:41 obrien Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/interp.c b/sys/boot/common/interp.c index 33f48e65e0f5..82888cdfe07a 100644 --- a/sys/boot/common/interp.c +++ b/sys/boot/common/interp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/interp.c,v 1.29 2003/08/25 23:30:41 obrien Exp $"); /* * Simple commandline interpreter, toplevel and misc. diff --git a/sys/boot/common/interp_backslash.c b/sys/boot/common/interp_backslash.c index 3cbdd5b105ea..6847b414aba2 100644 --- a/sys/boot/common/interp_backslash.c +++ b/sys/boot/common/interp_backslash.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/interp_backslash.c,v 1.6 2003/08/25 23:30:41 obrien Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/interp_forth.c b/sys/boot/common/interp_forth.c index cc66c4d26e49..b9595163a78f 100644 --- a/sys/boot/common/interp_forth.c +++ b/sys/boot/common/interp_forth.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/interp_forth.c,v 1.23 2003/08/25 23:30:41 obrien Exp $"); #include <sys/param.h> /* to pick up __FreeBSD_version */ #include <string.h> diff --git a/sys/boot/common/interp_parse.c b/sys/boot/common/interp_parse.c index 32b01c8c7aec..2ae6d45f46f9 100644 --- a/sys/boot/common/interp_parse.c +++ b/sys/boot/common/interp_parse.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/interp_parse.c,v 1.10 2003/08/25 23:30:41 obrien Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/isapnp.c b/sys/boot/common/isapnp.c index a8efb28c7e1b..c98f17654edf 100644 --- a/sys/boot/common/isapnp.c +++ b/sys/boot/common/isapnp.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/isapnp.c,v 1.7 2003/08/25 23:30:41 obrien Exp $"); /* * Machine-independant ISA PnP enumerator implementing a subset of the diff --git a/sys/boot/common/isapnp.h b/sys/boot/common/isapnp.h index 0f9956c4f183..923acb744c13 100644 --- a/sys/boot/common/isapnp.h +++ b/sys/boot/common/isapnp.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/common/isapnp.h,v 1.7 2002/03/20 07:59:37 alfred Exp $ */ #ifndef _I386_ISA_PNP_H_ diff --git a/sys/boot/common/load.c b/sys/boot/common/load.c index a4c665d72ff4..9e912562aa64 100644 --- a/sys/boot/common/load.c +++ b/sys/boot/common/load.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/load.c,v 1.5 2004/08/22 08:57:05 maxim Exp $"); #include <stand.h> diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index 2235ea82220a..57e72754dd90 100644 --- a/sys/boot/common/load_elf.c +++ b/sys/boot/common/load_elf.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/load_elf.c,v 1.32.2.1 2005/12/30 22:13:58 marcel Exp $"); #include <sys/param.h> #include <sys/exec.h> diff --git a/sys/boot/common/load_elf32.c b/sys/boot/common/load_elf32.c index 1de5dc1fb694..c55b9fff643b 100644 --- a/sys/boot/common/load_elf32.c +++ b/sys/boot/common/load_elf32.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/load_elf32.c,v 1.2 2003/08/25 23:30:41 obrien Exp $"); #define __ELF_WORD_SIZE 32 diff --git a/sys/boot/common/load_elf32_obj.c b/sys/boot/common/load_elf32_obj.c index fed25efafc9f..120f9f33a825 100644 --- a/sys/boot/common/load_elf32_obj.c +++ b/sys/boot/common/load_elf32_obj.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/load_elf32_obj.c,v 1.1 2004/08/29 00:48:41 iedowse Exp $"); #define __ELF_WORD_SIZE 32 diff --git a/sys/boot/common/load_elf64.c b/sys/boot/common/load_elf64.c index c29e8e3596a7..dbf28fbadbf3 100644 --- a/sys/boot/common/load_elf64.c +++ b/sys/boot/common/load_elf64.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/load_elf64.c,v 1.2 2003/08/25 23:30:41 obrien Exp $"); #define __ELF_WORD_SIZE 64 diff --git a/sys/boot/common/load_elf64_obj.c b/sys/boot/common/load_elf64_obj.c index 3c9371ba0130..72b7bb90a6f8 100644 --- a/sys/boot/common/load_elf64_obj.c +++ b/sys/boot/common/load_elf64_obj.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/load_elf64_obj.c,v 1.1 2004/08/29 00:48:41 iedowse Exp $"); #define __ELF_WORD_SIZE 64 diff --git a/sys/boot/common/load_elf_obj.c b/sys/boot/common/load_elf_obj.c index 4b3aaeae7865..60d529c34a66 100644 --- a/sys/boot/common/load_elf_obj.c +++ b/sys/boot/common/load_elf_obj.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/load_elf_obj.c,v 1.1.4.1 2005/12/30 22:13:58 marcel Exp $"); #include <sys/param.h> #include <sys/exec.h> diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 5b87936118ab..9bfe8899cddd 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/boot/common/loader.8,v 1.82.2.5.2.1 2006/12/21 12:43:02 yar Exp $ .\" .Dd November 29, 2006 .Dt LOADER 8 diff --git a/sys/boot/common/ls.c b/sys/boot/common/ls.c index 86f83c39a9d8..3f0c4f4c3fe2 100644 --- a/sys/boot/common/ls.c +++ b/sys/boot/common/ls.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/ls.c,v 1.11 2003/08/25 23:30:41 obrien Exp $"); #include <sys/param.h> #include <ufs/ufs/dinode.h> diff --git a/sys/boot/common/merge_help.awk b/sys/boot/common/merge_help.awk index 1070f73f1fe9..58880193b2af 100644 --- a/sys/boot/common/merge_help.awk +++ b/sys/boot/common/merge_help.awk @@ -1,6 +1,6 @@ #!/usr/bin/awk -f # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/common/merge_help.awk,v 1.5.14.1 2006/10/19 14:47:21 jhb Exp $ # # Merge two boot loader help files for FreeBSD 3.0 # Joe Abley <jabley@patho.gen.nz> diff --git a/sys/boot/common/misc.c b/sys/boot/common/misc.c index f1a049194cef..50ec67e89c78 100644 --- a/sys/boot/common/misc.c +++ b/sys/boot/common/misc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/misc.c,v 1.9 2004/08/28 14:57:34 iedowse Exp $"); #include <string.h> #include <stand.h> diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index adeb1b8ca811..218ab5008c8a 100644 --- a/sys/boot/common/module.c +++ b/sys/boot/common/module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/module.c,v 1.25.10.1 2006/01/23 14:33:53 marius Exp $"); /* * file/module function dispatcher, support, etc. diff --git a/sys/boot/common/newvers.sh b/sys/boot/common/newvers.sh index fd7b0b1685c4..e2b05e4aa9fd 100755 --- a/sys/boot/common/newvers.sh +++ b/sys/boot/common/newvers.sh @@ -1,6 +1,6 @@ #!/bin/sh - # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/common/newvers.sh,v 1.5 2004/07/01 06:40:12 ps Exp $ # $NetBSD: newvers.sh,v 1.1 1997/07/26 01:50:38 thorpej Exp $ # # Copyright (c) 1984, 1986, 1990, 1993 diff --git a/sys/boot/common/panic.c b/sys/boot/common/panic.c index 181c4c715070..c9bad95a213a 100644 --- a/sys/boot/common/panic.c +++ b/sys/boot/common/panic.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/panic.c,v 1.7 2003/08/25 23:30:41 obrien Exp $"); #include <stand.h> #include <machine/stdarg.h> diff --git a/sys/boot/common/pnp.c b/sys/boot/common/pnp.c index 05cce99f9d2a..bca39cc652f9 100644 --- a/sys/boot/common/pnp.c +++ b/sys/boot/common/pnp.c @@ -4,7 +4,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/pnp.c,v 1.16 2003/08/25 23:30:41 obrien Exp $"); /* * "Plug and Play" functionality. diff --git a/sys/boot/common/pnpdata b/sys/boot/common/pnpdata index f2e262070d96..cd15bb87084e 100644 --- a/sys/boot/common/pnpdata +++ b/sys/boot/common/pnpdata @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/common/pnpdata,v 1.2 1999/08/28 00:39:51 peter Exp $ # # This file contains the system default Plug-and-Play data. It is # derived from a number of sources, including: diff --git a/sys/boot/common/reloc_elf.c b/sys/boot/common/reloc_elf.c index 43b7cbfd51bd..670d25cde4b5 100644 --- a/sys/boot/common/reloc_elf.c +++ b/sys/boot/common/reloc_elf.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/reloc_elf.c,v 1.1.4.1 2005/12/30 22:13:58 marcel Exp $"); #include <sys/types.h> #include <machine/elf.h> diff --git a/sys/boot/common/reloc_elf32.c b/sys/boot/common/reloc_elf32.c index 03d9d73bab7f..b5a35d669df6 100644 --- a/sys/boot/common/reloc_elf32.c +++ b/sys/boot/common/reloc_elf32.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/reloc_elf32.c,v 1.1 2004/08/28 23:03:05 iedowse Exp $"); #define __ELF_WORD_SIZE 32 diff --git a/sys/boot/common/reloc_elf64.c b/sys/boot/common/reloc_elf64.c index c8dcf2a36b0d..df7696ebc6c6 100644 --- a/sys/boot/common/reloc_elf64.c +++ b/sys/boot/common/reloc_elf64.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/reloc_elf64.c,v 1.1 2004/08/28 23:03:05 iedowse Exp $"); #define __ELF_WORD_SIZE 64 diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index ae0b356a5a57..38c0f124b975 100644 --- a/sys/boot/common/ufsread.c +++ b/sys/boot/common/ufsread.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/ufsread.c,v 1.14 2005/01/30 14:58:00 rwatson Exp $"); #include <ufs/ufs/dinode.h> #include <ufs/ffs/fs.h> diff --git a/sys/boot/efi/Makefile b/sys/boot/efi/Makefile index ce5211393c22..c27ee3d1eb13 100644 --- a/sys/boot/efi/Makefile +++ b/sys/boot/efi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/efi/Makefile,v 1.2 2004/11/23 06:04:51 marcel Exp $ SUBDIR= libefi diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 2668708befb5..9617bf498cb3 100644 --- a/sys/boot/efi/Makefile.inc +++ b/sys/boot/efi/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/efi/Makefile.inc,v 1.7 2004/02/12 08:10:33 ru Exp $ BINDIR?= /boot diff --git a/sys/boot/efi/include/README b/sys/boot/efi/include/README index bf821fae7e60..353a41924090 100644 --- a/sys/boot/efi/include/README +++ b/sys/boot/efi/include/README @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/README,v 1.2 2005/01/05 22:16:57 imp Exp $ */ /*- Files in this directory and subdirectories are subject to the following diff --git a/sys/boot/efi/include/efi.h b/sys/boot/efi/include/efi.h index f476a25daa35..bbcef56cffcd 100644 --- a/sys/boot/efi/include/efi.h +++ b/sys/boot/efi/include/efi.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efi.h,v 1.3 2002/05/19 03:17:20 marcel Exp $ */ /*++ Copyright (c) 1998 Intel Corporation diff --git a/sys/boot/efi/include/efi_nii.h b/sys/boot/efi/include/efi_nii.h index 6a9c05d5a889..748c352b5f8a 100644 --- a/sys/boot/efi/include/efi_nii.h +++ b/sys/boot/efi/include/efi_nii.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efi_nii.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFI_NII_H #define _EFI_NII_H diff --git a/sys/boot/efi/include/efiapi.h b/sys/boot/efi/include/efiapi.h index 93c6995ec67a..d92800ec2885 100644 --- a/sys/boot/efi/include/efiapi.h +++ b/sys/boot/efi/include/efiapi.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efiapi.h,v 1.6 2003/12/10 19:08:09 jhb Exp $ */ #ifndef _EFI_API_H #define _EFI_API_H diff --git a/sys/boot/efi/include/eficon.h b/sys/boot/efi/include/eficon.h index a2885713baad..906cf82b3e66 100644 --- a/sys/boot/efi/include/eficon.h +++ b/sys/boot/efi/include/eficon.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/eficon.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFI_CON_H #define _EFI_CON_H diff --git a/sys/boot/efi/include/efidebug.h b/sys/boot/efi/include/efidebug.h index 5214737bb0a3..2ed7a5e9831b 100644 --- a/sys/boot/efi/include/efidebug.h +++ b/sys/boot/efi/include/efidebug.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efidebug.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFI_DEBUG_H #define _EFI_DEBUG_H diff --git a/sys/boot/efi/include/efidef.h b/sys/boot/efi/include/efidef.h index 2bd7f9b4eae3..44ce45920f1a 100644 --- a/sys/boot/efi/include/efidef.h +++ b/sys/boot/efi/include/efidef.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efidef.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFI_DEF_H #define _EFI_DEF_H diff --git a/sys/boot/efi/include/efidevp.h b/sys/boot/efi/include/efidevp.h index ebd6b3b93c1d..863e11c24004 100644 --- a/sys/boot/efi/include/efidevp.h +++ b/sys/boot/efi/include/efidevp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efidevp.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _DEVPATH_H #define _DEVPATH_H diff --git a/sys/boot/efi/include/efierr.h b/sys/boot/efi/include/efierr.h index a6db90c35724..308c8f298aec 100644 --- a/sys/boot/efi/include/efierr.h +++ b/sys/boot/efi/include/efierr.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efierr.h,v 1.1 2001/06/09 16:49:49 dfr Exp $ */ #ifndef _EFI_ERR_H #define _EFI_ERR_H diff --git a/sys/boot/efi/include/efifpswa.h b/sys/boot/efi/include/efifpswa.h index 3e039ef6a26d..5280be5264ee 100644 --- a/sys/boot/efi/include/efifpswa.h +++ b/sys/boot/efi/include/efifpswa.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efifpswa.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFI_FPSWA_H #define _EFI_FPSWA_H diff --git a/sys/boot/efi/include/efifs.h b/sys/boot/efi/include/efifs.h index 8ef361549a6f..102a7c677f89 100644 --- a/sys/boot/efi/include/efifs.h +++ b/sys/boot/efi/include/efifs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efifs.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFI_FS_H #define _EFI_FS_H diff --git a/sys/boot/efi/include/efilib.h b/sys/boot/efi/include/efilib.h index abd3e507c707..dc13b50ba20f 100644 --- a/sys/boot/efi/include/efilib.h +++ b/sys/boot/efi/include/efilib.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/boot/efi/include/efilib.h,v 1.4 2004/11/28 00:30:22 marcel Exp $ */ extern EFI_HANDLE IH; diff --git a/sys/boot/efi/include/efinet.h b/sys/boot/efi/include/efinet.h index c137ef8c8ab1..792b1edba0b2 100644 --- a/sys/boot/efi/include/efinet.h +++ b/sys/boot/efi/include/efinet.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efinet.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFINET_H #define _EFINET_H diff --git a/sys/boot/efi/include/efipart.h b/sys/boot/efi/include/efipart.h index b504bd9c8bfe..abb81a82677b 100644 --- a/sys/boot/efi/include/efipart.h +++ b/sys/boot/efi/include/efipart.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efipart.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFI_PART_H #define _EFI_PART_H diff --git a/sys/boot/efi/include/efiprot.h b/sys/boot/efi/include/efiprot.h index d81d6051e1e6..f271d0149f02 100644 --- a/sys/boot/efi/include/efiprot.h +++ b/sys/boot/efi/include/efiprot.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efiprot.h,v 1.3 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFI_PROT_H #define _EFI_PROT_H diff --git a/sys/boot/efi/include/efipxebc.h b/sys/boot/efi/include/efipxebc.h index 7a6df76b2b4e..0d3ff1ec8b62 100644 --- a/sys/boot/efi/include/efipxebc.h +++ b/sys/boot/efi/include/efipxebc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efipxebc.h,v 1.2 2002/05/19 03:17:20 marcel Exp $ */ #ifndef _EFIPXEBC_H #define _EFIPXEBC_H diff --git a/sys/boot/efi/include/efiser.h b/sys/boot/efi/include/efiser.h index e2d63bd938b5..d1b4dfd7f19e 100644 --- a/sys/boot/efi/include/efiser.h +++ b/sys/boot/efi/include/efiser.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efiser.h,v 1.2 2002/05/19 03:17:21 marcel Exp $ */ #ifndef _EFI_SER_H #define _EFI_SER_H diff --git a/sys/boot/efi/include/efistdarg.h b/sys/boot/efi/include/efistdarg.h index 68c222127724..ee2f4cadd7b9 100644 --- a/sys/boot/efi/include/efistdarg.h +++ b/sys/boot/efi/include/efistdarg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/efistdarg.h,v 1.1 2001/06/09 16:49:49 dfr Exp $ */ #ifndef _EFISTDARG_H_ #define _EFISTDARG_H_ diff --git a/sys/boot/efi/include/i386/efibind.h b/sys/boot/efi/include/i386/efibind.h index 1c62eb61a58e..1863b7e3499f 100644 --- a/sys/boot/efi/include/i386/efibind.h +++ b/sys/boot/efi/include/i386/efibind.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/i386/efibind.h,v 1.3 2005/03/07 15:38:37 stefanf Exp $ */ /*++ Copyright (c) 1998 Intel Corporation diff --git a/sys/boot/efi/include/i386/pe.h b/sys/boot/efi/include/i386/pe.h index 11204647697d..ebb5615bff9c 100644 --- a/sys/boot/efi/include/i386/pe.h +++ b/sys/boot/efi/include/i386/pe.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/i386/pe.h,v 1.1 2001/06/09 16:49:50 dfr Exp $ */ /* PE32+ header file */ diff --git a/sys/boot/efi/include/ia64/efibind.h b/sys/boot/efi/include/ia64/efibind.h index 0c77dca8f559..a7e63cbdfee0 100644 --- a/sys/boot/efi/include/ia64/efibind.h +++ b/sys/boot/efi/include/ia64/efibind.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/ia64/efibind.h,v 1.6 2005/03/07 15:38:37 stefanf Exp $ */ /*++ Copyright (c) 1998 Intel Corporation diff --git a/sys/boot/efi/include/ia64/pe.h b/sys/boot/efi/include/ia64/pe.h index 59839d28c8b0..818a7be2897c 100644 --- a/sys/boot/efi/include/ia64/pe.h +++ b/sys/boot/efi/include/ia64/pe.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/efi/include/ia64/pe.h,v 1.1 2001/06/09 16:49:50 dfr Exp $ */ /* PE32+ header file */ diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index c52ffc9f27d0..6d3ff06fd875 100644 --- a/sys/boot/efi/libefi/Makefile +++ b/sys/boot/efi/libefi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/efi/libefi/Makefile,v 1.16 2004/11/28 00:30:22 marcel Exp $ .PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH} diff --git a/sys/boot/efi/libefi/bootinfo.c b/sys/boot/efi/libefi/bootinfo.c index 964596887428..f5aaa3fc3ca7 100644 --- a/sys/boot/efi/libefi/bootinfo.c +++ b/sys/boot/efi/libefi/bootinfo.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/bootinfo.c,v 1.11.2.1 2006/02/14 06:20:15 ru Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/efi/libefi/copy.c b/sys/boot/efi/libefi/copy.c index 4b4b9bd1385e..10fa406e4ffc 100644 --- a/sys/boot/efi/libefi/copy.c +++ b/sys/boot/efi/libefi/copy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/copy.c,v 1.6 2004/11/28 00:30:22 marcel Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/delay.c b/sys/boot/efi/libefi/delay.c index 723f681c5286..5674760dd028 100644 --- a/sys/boot/efi/libefi/delay.c +++ b/sys/boot/efi/libefi/delay.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/delay.c,v 1.3 2003/04/03 21:36:29 obrien Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/devicename.c b/sys/boot/efi/libefi/devicename.c index d9f5275a4197..57cc7ee78dea 100644 --- a/sys/boot/efi/libefi/devicename.c +++ b/sys/boot/efi/libefi/devicename.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/devicename.c,v 1.3 2004/01/04 23:28:16 obrien Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/efi/libefi/efi_console.c b/sys/boot/efi/libefi/efi_console.c index 3538994ac104..4e9da226441b 100644 --- a/sys/boot/efi/libefi/efi_console.c +++ b/sys/boot/efi/libefi/efi_console.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efi_console.c,v 1.5 2004/03/09 04:00:33 marcel Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/efiboot.h b/sys/boot/efi/libefi/efiboot.h index d93213b77885..6a7db43b7936 100644 --- a/sys/boot/efi/libefi/efiboot.h +++ b/sys/boot/efi/libefi/efiboot.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/boot/efi/libefi/efiboot.h,v 1.9 2005/01/05 22:16:57 imp Exp $ */ /* diff --git a/sys/boot/efi/libefi/efifpswa.c b/sys/boot/efi/libefi/efifpswa.c index f7d514713947..6079869fccdf 100644 --- a/sys/boot/efi/libefi/efifpswa.c +++ b/sys/boot/efi/libefi/efifpswa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efifpswa.c,v 1.2 2004/01/04 23:28:16 obrien Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/boot/efi/libefi/efifs.c b/sys/boot/efi/libefi/efifs.c index cf89a9d44884..e0743f646b35 100644 --- a/sys/boot/efi/libefi/efifs.c +++ b/sys/boot/efi/libefi/efifs.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/boot/efi/libefi/efifs.c,v 1.8 2003/08/02 08:22:03 marcel Exp $ */ #include <sys/param.h> diff --git a/sys/boot/efi/libefi/efinet.c b/sys/boot/efi/libefi/efinet.c index c6fc5231a01b..a05f83d182e2 100644 --- a/sys/boot/efi/libefi/efinet.c +++ b/sys/boot/efi/libefi/efinet.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efinet.c,v 1.6 2004/01/04 23:28:16 obrien Exp $"); #include <sys/param.h> #include <netinet/in.h> diff --git a/sys/boot/efi/libefi/elf_freebsd.c b/sys/boot/efi/libefi/elf_freebsd.c index 93cfdbde2e3b..c9c321e23cf9 100644 --- a/sys/boot/efi/libefi/elf_freebsd.c +++ b/sys/boot/efi/libefi/elf_freebsd.c @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/elf_freebsd.c,v 1.14 2004/09/23 18:37:36 marcel Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/efi/libefi/libefi.c b/sys/boot/efi/libefi/libefi.c index 563b533ab232..f06f40ed5027 100644 --- a/sys/boot/efi/libefi/libefi.c +++ b/sys/boot/efi/libefi/libefi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/libefi.c,v 1.6 2003/04/03 21:36:29 obrien Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/module.c b/sys/boot/efi/libefi/module.c index 7a3f4b2f1719..be076472235c 100644 --- a/sys/boot/efi/libefi/module.c +++ b/sys/boot/efi/libefi/module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/module.c,v 1.3 2003/04/03 21:36:29 obrien Exp $"); #include <stand.h> diff --git a/sys/boot/efi/libefi/time.c b/sys/boot/efi/libefi/time.c index 4cdba6be81b4..e8aabb94006e 100644 --- a/sys/boot/efi/libefi/time.c +++ b/sys/boot/efi/libefi/time.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/time.c,v 1.5 2005/01/05 22:16:57 imp Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index 13b678991474..11a33633eb35 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ficl/Makefile,v 1.41.2.1 2006/10/25 15:03:29 jhb Exp $ # .PATH: ${.CURDIR}/${MACHINE_ARCH:S/amd64/i386/} BASE_SRCS= dict.c ficl.c fileaccess.c float.c loader.c math64.c \ diff --git a/sys/boot/ficl/alpha/sysdep.c b/sys/boot/ficl/alpha/sysdep.c index 00b0d4acf0e3..e484c7663192 100644 --- a/sys/boot/ficl/alpha/sysdep.c +++ b/sys/boot/ficl/alpha/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/alpha/sysdep.c,v 1.8 2000/06/02 20:07:55 dcs Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/alpha/sysdep.h b/sys/boot/ficl/alpha/sysdep.h index c8f892ed2909..ef50ea1c842b 100644 --- a/sys/boot/ficl/alpha/sysdep.h +++ b/sys/boot/ficl/alpha/sysdep.h @@ -46,7 +46,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/alpha/sysdep.h,v 1.9 2002/05/16 21:21:50 trhodes Exp $ */ #if !defined (__SYSDEP_H__) #define __SYSDEP_H__ diff --git a/sys/boot/ficl/dict.c b/sys/boot/ficl/dict.c index b76d92559f8f..56937c7316ab 100644 --- a/sys/boot/ficl/dict.c +++ b/sys/boot/ficl/dict.c @@ -51,7 +51,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/dict.c,v 1.13 2002/04/09 17:45:11 dcs Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/ficl.c b/sys/boot/ficl/ficl.c index d4370eb1a48a..9f8b3472ae73 100644 --- a/sys/boot/ficl/ficl.c +++ b/sys/boot/ficl/ficl.c @@ -55,7 +55,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/ficl.c,v 1.18 2002/04/09 17:45:11 dcs Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/ficl.h b/sys/boot/ficl/ficl.h index d10c850a9b7f..aaf452a79472 100644 --- a/sys/boot/ficl/ficl.h +++ b/sys/boot/ficl/ficl.h @@ -41,7 +41,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/ficl.h,v 1.21 2004/11/30 11:35:30 scottl Exp $ */ #if !defined (__FICL_H__) #define __FICL_H__ diff --git a/sys/boot/ficl/fileaccess.c b/sys/boot/ficl/fileaccess.c index 686c72153e02..7712c737bad8 100644 --- a/sys/boot/ficl/fileaccess.c +++ b/sys/boot/ficl/fileaccess.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/fileaccess.c,v 1.1 2002/04/09 17:45:11 dcs Exp $ */ #include <errno.h> #include <stdlib.h> diff --git a/sys/boot/ficl/float.c b/sys/boot/ficl/float.c index 3fe858147c8f..86affa2eaec8 100644 --- a/sys/boot/ficl/float.c +++ b/sys/boot/ficl/float.c @@ -41,7 +41,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/float.c,v 1.1 2002/04/09 17:45:11 dcs Exp $ */ #include <stdlib.h> #include <stdio.h> diff --git a/sys/boot/ficl/i386/sysdep.c b/sys/boot/ficl/i386/sysdep.c index 2a5346aa7b43..a7523604eacb 100644 --- a/sys/boot/ficl/i386/sysdep.c +++ b/sys/boot/ficl/i386/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/i386/sysdep.c,v 1.7 1999/09/29 04:43:07 dcs Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/i386/sysdep.h b/sys/boot/ficl/i386/sysdep.h index e1900e2a4659..01b959e0935c 100644 --- a/sys/boot/ficl/i386/sysdep.h +++ b/sys/boot/ficl/i386/sysdep.h @@ -46,7 +46,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/i386/sysdep.h,v 1.8 2002/05/16 21:21:52 trhodes Exp $ */ #if !defined (__SYSDEP_H__) #define __SYSDEP_H__ diff --git a/sys/boot/ficl/ia64/sysdep.c b/sys/boot/ficl/ia64/sysdep.c index 00b0d4acf0e3..b018a0bbc68b 100644 --- a/sys/boot/ficl/ia64/sysdep.c +++ b/sys/boot/ficl/ia64/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/ia64/sysdep.c,v 1.1 2001/09/04 08:50:23 dfr Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/ia64/sysdep.h b/sys/boot/ficl/ia64/sysdep.h index 08bc0e1f4d0b..5ce8074db580 100644 --- a/sys/boot/ficl/ia64/sysdep.h +++ b/sys/boot/ficl/ia64/sysdep.h @@ -48,7 +48,7 @@ ** $Id: sysdep.h,v 1.6 2001-04-26 21:41:55-07 jsadler Exp jsadler $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/ia64/sysdep.h,v 1.3 2002/05/16 21:21:57 trhodes Exp $ */ #if !defined (__SYSDEP_H__) #define __SYSDEP_H__ diff --git a/sys/boot/ficl/loader.c b/sys/boot/ficl/loader.c index d723b1ed6712..f95a56624c72 100644 --- a/sys/boot/ficl/loader.c +++ b/sys/boot/ficl/loader.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/boot/ficl/loader.c,v 1.11 2004/11/30 11:35:30 scottl Exp $ */ /******************************************************************* diff --git a/sys/boot/ficl/math64.c b/sys/boot/ficl/math64.c index 6e50458151bc..1fd6b757c8cb 100644 --- a/sys/boot/ficl/math64.c +++ b/sys/boot/ficl/math64.c @@ -42,7 +42,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/math64.c,v 1.4 2002/04/09 17:45:11 dcs Exp $ */ #include "ficl.h" #include "math64.h" diff --git a/sys/boot/ficl/math64.h b/sys/boot/ficl/math64.h index a4e56369564f..febc5bf13635 100644 --- a/sys/boot/ficl/math64.h +++ b/sys/boot/ficl/math64.h @@ -40,7 +40,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/math64.h,v 1.4 2002/04/09 17:45:11 dcs Exp $ */ #if !defined (__MATH64_H__) #define __MATH64_H__ diff --git a/sys/boot/ficl/powerpc/sysdep.c b/sys/boot/ficl/powerpc/sysdep.c index 00b0d4acf0e3..b8732f5784d8 100644 --- a/sys/boot/ficl/powerpc/sysdep.c +++ b/sys/boot/ficl/powerpc/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/powerpc/sysdep.c,v 1.1 2003/12/10 09:05:08 grehan Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/powerpc/sysdep.h b/sys/boot/ficl/powerpc/sysdep.h index 3ae748e259c7..4c00bc50df6b 100644 --- a/sys/boot/ficl/powerpc/sysdep.h +++ b/sys/boot/ficl/powerpc/sysdep.h @@ -46,7 +46,7 @@ ** contact me by email at the address above. ** ** $Id: sysdep.h,v 1.6 2001-04-26 21:41:55-07 jsadler Exp jsadler $ -** $FreeBSD$ +** $FreeBSD: src/sys/boot/ficl/powerpc/sysdep.h,v 1.1 2003/12/10 09:05:08 grehan Exp $ */ #if !defined (__SYSDEP_H__) diff --git a/sys/boot/ficl/prefix.c b/sys/boot/ficl/prefix.c index a34fc6c78240..2e83d16d6dd3 100644 --- a/sys/boot/ficl/prefix.c +++ b/sys/boot/ficl/prefix.c @@ -41,7 +41,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/prefix.c,v 1.3 2002/08/31 01:04:53 scottl Exp $ */ #include <string.h> #include <ctype.h> diff --git a/sys/boot/ficl/search.c b/sys/boot/ficl/search.c index d445cb32d93a..2f5cf98b8061 100644 --- a/sys/boot/ficl/search.c +++ b/sys/boot/ficl/search.c @@ -41,7 +41,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/search.c,v 1.2 2002/04/09 17:45:11 dcs Exp $ */ #include <string.h> #include "ficl.h" diff --git a/sys/boot/ficl/softwords/classes.fr b/sys/boot/ficl/softwords/classes.fr index b56da378e970..0b3d34446d23 100644 --- a/sys/boot/ficl/softwords/classes.fr +++ b/sys/boot/ficl/softwords/classes.fr @@ -4,7 +4,7 @@ \ john sadler 1 sep 98 \ Needs oop.fr \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/classes.fr,v 1.4 2001/04/29 02:36:35 dcs Exp $ also oop definitions diff --git a/sys/boot/ficl/softwords/ficlclass.fr b/sys/boot/ficl/softwords/ficlclass.fr index 6d75efb0d3c5..7b8fbf705fef 100644 --- a/sys/boot/ficl/softwords/ficlclass.fr +++ b/sys/boot/ficl/softwords/ficlclass.fr @@ -7,7 +7,7 @@ \ ** C - W O R D \ Models a FICL_WORD \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/ficlclass.fr,v 1.1 2002/04/09 17:45:27 dcs Exp $ object subclass c-word c-word ref: .link diff --git a/sys/boot/ficl/softwords/ficllocal.fr b/sys/boot/ficl/softwords/ficllocal.fr index c916089696c1..4023076228bd 100644 --- a/sys/boot/ficl/softwords/ficllocal.fr +++ b/sys/boot/ficl/softwords/ficllocal.fr @@ -7,7 +7,7 @@ \ locstate: 0 = looking for -- or }} \ 1 = found -- \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/ficllocal.fr,v 1.1 1999/09/29 04:43:15 dcs Exp $ hide 0 constant zero diff --git a/sys/boot/ficl/softwords/fileaccess.fr b/sys/boot/ficl/softwords/fileaccess.fr index 10ec5bd72486..b3ce08e7c87b 100644 --- a/sys/boot/ficl/softwords/fileaccess.fr +++ b/sys/boot/ficl/softwords/fileaccess.fr @@ -4,7 +4,7 @@ \ ** submitted by Larry Hastings, larry@hastings.org \ ** \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/fileaccess.fr,v 1.1 2002/04/09 17:45:27 dcs Exp $ : r/o 1 ; : r/w 3 ; diff --git a/sys/boot/ficl/softwords/forml.fr b/sys/boot/ficl/softwords/forml.fr index 1144ef536792..3068ed39f6cb 100644 --- a/sys/boot/ficl/softwords/forml.fr +++ b/sys/boot/ficl/softwords/forml.fr @@ -1,7 +1,7 @@ \ examples from FORML conference paper Nov 98 \ sadler \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/forml.fr,v 1.1 2002/04/09 17:45:27 dcs Exp $ .( loading FORML examples ) cr object --> sub c-example diff --git a/sys/boot/ficl/softwords/freebsd.fr b/sys/boot/ficl/softwords/freebsd.fr index 96205c0808dd..6bb7ededfb5b 100644 --- a/sys/boot/ficl/softwords/freebsd.fr +++ b/sys/boot/ficl/softwords/freebsd.fr @@ -22,7 +22,7 @@ \ ** OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF \ ** SUCH DAMAGE. \ ** -\ ** $FreeBSD$ +\ ** $FreeBSD: src/sys/boot/ficl/softwords/freebsd.fr,v 1.4 1999/08/28 00:39:55 peter Exp $ \ Words for use in scripts: \ % ignore errors here diff --git a/sys/boot/ficl/softwords/ifbrack.fr b/sys/boot/ficl/softwords/ifbrack.fr index a8c60626c4f8..aac9ea3467ce 100644 --- a/sys/boot/ficl/softwords/ifbrack.fr +++ b/sys/boot/ficl/softwords/ifbrack.fr @@ -2,7 +2,7 @@ \ ** ANS conditional compile directives [if] [else] [then] \ ** Requires ficl 2.0 or greater... \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/ifbrack.fr,v 1.3 2002/04/09 17:45:27 dcs Exp $ hide diff --git a/sys/boot/ficl/softwords/jhlocal.fr b/sys/boot/ficl/softwords/jhlocal.fr index b6e84674c9fa..051f4982d37b 100644 --- a/sys/boot/ficl/softwords/jhlocal.fr +++ b/sys/boot/ficl/softwords/jhlocal.fr @@ -14,7 +14,7 @@ \ \ revised 2 June 2000 - { | a -- } now works correctly \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/jhlocal.fr,v 1.4 2001/04/29 02:36:36 dcs Exp $ hide 0 constant zero diff --git a/sys/boot/ficl/softwords/marker.fr b/sys/boot/ficl/softwords/marker.fr index ee3c9bdf2f64..714324602cb1 100644 --- a/sys/boot/ficl/softwords/marker.fr +++ b/sys/boot/ficl/softwords/marker.fr @@ -3,7 +3,7 @@ \ John Sadler, 4 Oct 98 \ Requires ficl 2.02 FORGET-WID !! \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/marker.fr,v 1.2 2002/04/09 17:45:27 dcs Exp $ : marker ( "name" -- ) create diff --git a/sys/boot/ficl/softwords/oo.fr b/sys/boot/ficl/softwords/oo.fr index 9e6a04ea24df..4b1282d8ee89 100644 --- a/sys/boot/ficl/softwords/oo.fr +++ b/sys/boot/ficl/softwords/oo.fr @@ -3,7 +3,7 @@ \ ** F I C L O - O E X T E N S I O N S \ ** john sadler aug 1998 \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/oo.fr,v 1.4 2002/04/09 17:45:28 dcs Exp $ 17 ficl-vocabulary oop also oop definitions diff --git a/sys/boot/ficl/softwords/prefix.fr b/sys/boot/ficl/softwords/prefix.fr index 53a1d540043d..a338adb8e306 100644 --- a/sys/boot/ficl/softwords/prefix.fr +++ b/sys/boot/ficl/softwords/prefix.fr @@ -5,7 +5,7 @@ \ (jws) To make a prefix, simply create a new definition in the <prefixes> \ wordlist. start-prefixes and end-prefixes handle the bookkeeping \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/prefix.fr,v 1.2 2002/04/09 17:45:28 dcs Exp $ variable save-current diff --git a/sys/boot/ficl/softwords/softcore.awk b/sys/boot/ficl/softwords/softcore.awk index c41996aebeaa..f258572c6ffe 100644 --- a/sys/boot/ficl/softwords/softcore.awk +++ b/sys/boot/ficl/softwords/softcore.awk @@ -10,7 +10,7 @@ # Note! This script uses strftime() which is a gawk-ism, and the # POSIX [[:space:]] character class. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ficl/softwords/softcore.awk,v 1.8 2001/11/03 01:33:12 obrien Exp $ BEGIN \ { diff --git a/sys/boot/ficl/softwords/softcore.fr b/sys/boot/ficl/softwords/softcore.fr index a70ebaa634ef..434c03da9c5e 100644 --- a/sys/boot/ficl/softwords/softcore.fr +++ b/sys/boot/ficl/softwords/softcore.fr @@ -3,7 +3,7 @@ \ ** John Sadler (john_sadler@alum.mit.edu) \ ** September, 1998 \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/softcore.fr,v 1.12 2002/04/09 17:45:28 dcs Exp $ \ ** Ficl USER variables \ ** See words.c for primitive def'n of USER diff --git a/sys/boot/ficl/softwords/string.fr b/sys/boot/ficl/softwords/string.fr index dabb3900892f..716fff8c8dd5 100644 --- a/sys/boot/ficl/softwords/string.fr +++ b/sys/boot/ficl/softwords/string.fr @@ -11,7 +11,7 @@ \ s" woof woof woof " str --> cat \ str --> type cr \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/ficl/softwords/string.fr,v 1.2 2001/04/29 02:36:36 dcs Exp $ also oop definitions diff --git a/sys/boot/ficl/sparc64/sysdep.c b/sys/boot/ficl/sparc64/sysdep.c index 00b0d4acf0e3..8f2cebc6fd9d 100644 --- a/sys/boot/ficl/sparc64/sysdep.c +++ b/sys/boot/ficl/sparc64/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/sparc64/sysdep.c,v 1.1 2002/05/19 23:20:56 jake Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/sparc64/sysdep.h b/sys/boot/ficl/sparc64/sysdep.h index 0a6ca33363dd..152823beba1d 100644 --- a/sys/boot/ficl/sparc64/sysdep.h +++ b/sys/boot/ficl/sparc64/sysdep.h @@ -48,7 +48,7 @@ ** $Id: sysdep.h,v 1.6 2001-04-26 21:41:55-07 jsadler Exp jsadler $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/sparc64/sysdep.h,v 1.1 2002/05/19 23:20:56 jake Exp $ */ #if !defined (__SYSDEP_H__) #define __SYSDEP_H__ diff --git a/sys/boot/ficl/stack.c b/sys/boot/ficl/stack.c index f98a3b61db7d..7a3f5b2bc32d 100644 --- a/sys/boot/ficl/stack.c +++ b/sys/boot/ficl/stack.c @@ -40,7 +40,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/stack.c,v 1.5 2002/04/09 17:45:11 dcs Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/testmain.c b/sys/boot/ficl/testmain.c index 7167f30a2561..cdd0f454cfde 100644 --- a/sys/boot/ficl/testmain.c +++ b/sys/boot/ficl/testmain.c @@ -37,7 +37,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/testmain.c,v 1.8 2002/04/09 17:45:11 dcs Exp $ */ #include <stdlib.h> #include <stdio.h> diff --git a/sys/boot/ficl/tools.c b/sys/boot/ficl/tools.c index dc321f8cf2e3..bcca00e890a4 100644 --- a/sys/boot/ficl/tools.c +++ b/sys/boot/ficl/tools.c @@ -54,7 +54,7 @@ ** Specify breakpoint default action */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/tools.c,v 1.2 2002/04/09 17:45:11 dcs Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/unix.c b/sys/boot/ficl/unix.c index 4400752f4f48..89809648a8ad 100644 --- a/sys/boot/ficl/unix.c +++ b/sys/boot/ficl/unix.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/unix.c,v 1.1 2001/04/29 02:36:34 dcs Exp $ */ #include <string.h> #include <netinet/in.h> diff --git a/sys/boot/ficl/vm.c b/sys/boot/ficl/vm.c index 7bcb19a601f9..6d08de98c46e 100644 --- a/sys/boot/ficl/vm.c +++ b/sys/boot/ficl/vm.c @@ -47,7 +47,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/vm.c,v 1.9 2002/04/09 17:45:11 dcs Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c index 341993885baa..ae8f755d5623 100644 --- a/sys/boot/ficl/words.c +++ b/sys/boot/ficl/words.c @@ -41,7 +41,7 @@ ** SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/words.c,v 1.39 2002/12/30 21:18:06 schweikh Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th index c726875907fa..cf270354d5e1 100644 --- a/sys/boot/forth/beastie.4th +++ b/sys/boot/forth/beastie.4th @@ -23,7 +23,7 @@ \ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF \ SUCH DAMAGE. \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/forth/beastie.4th,v 1.10.2.2 2006/04/04 17:03:44 emax Exp $ marker task-beastie.4th diff --git a/sys/boot/forth/frames.4th b/sys/boot/forth/frames.4th index 3b1f4046891f..b10bd2983e4d 100644 --- a/sys/boot/forth/frames.4th +++ b/sys/boot/forth/frames.4th @@ -1,6 +1,6 @@ \ Words implementing frame drawing \ XXX Filled boxes are left as an exercise for the reader... ;-/ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/forth/frames.4th,v 1.2 2004/01/18 04:13:27 nyan Exp $ marker task-frames.4th diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index 8ffb02dd81ff..dac9ff4c72a4 100644 --- a/sys/boot/forth/loader.4th +++ b/sys/boot/forth/loader.4th @@ -22,7 +22,7 @@ \ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF \ SUCH DAMAGE. \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/forth/loader.4th,v 1.24 2002/05/24 02:28:58 gordon Exp $ s" arch-alpha" environment? [if] [if] s" loader_version" environment? [if] diff --git a/sys/boot/forth/loader.4th.8 b/sys/boot/forth/loader.4th.8 index 568aa847a355..ff60aba6efd5 100644 --- a/sys/boot/forth/loader.4th.8 +++ b/sys/boot/forth/loader.4th.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/boot/forth/loader.4th.8,v 1.16 2005/02/13 22:25:20 ru Exp $ .\" .Dd September 30, 2004 .Dt LOADER.4TH 8 diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 7b2e53c1ac13..441762554c67 100644 --- a/sys/boot/forth/loader.conf +++ b/sys/boot/forth/loader.conf @@ -6,7 +6,7 @@ # # All arguments must be in double quotes. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/forth/loader.conf,v 1.95.2.10 2006/11/05 08:50:38 hrs Exp $ ############################################################## ### Basic configuration options ############################ diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index 15583a37f0f7..e353ede6826a 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/boot/forth/loader.conf.5,v 1.23.2.3 2006/02/14 06:20:15 ru Exp $ .Dd November 15, 2005 .Dt LOADER.CONF 5 .Os diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc index 0f9d37eff018..d293577486d6 100644 --- a/sys/boot/forth/loader.rc +++ b/sys/boot/forth/loader.rc @@ -1,5 +1,5 @@ \ Loader.rc -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/forth/loader.rc,v 1.3 2004/12/06 05:30:31 imp Exp $ \ \ Includes additional commands include /boot/loader.4th diff --git a/sys/boot/forth/pnp.4th b/sys/boot/forth/pnp.4th index 395164deadfc..ced199ff918f 100644 --- a/sys/boot/forth/pnp.4th +++ b/sys/boot/forth/pnp.4th @@ -22,7 +22,7 @@ \ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF \ SUCH DAMAGE. \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/forth/pnp.4th,v 1.2 2001/12/11 00:49:34 jhb Exp $ pnpdevices drop diff --git a/sys/boot/forth/screen.4th b/sys/boot/forth/screen.4th index 3ea79e453d80..f7f3624677ae 100644 --- a/sys/boot/forth/screen.4th +++ b/sys/boot/forth/screen.4th @@ -1,5 +1,5 @@ \ Screen manipulation related words. -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/forth/screen.4th,v 1.1 2003/05/30 09:29:23 scottl Exp $ marker task-screen.4th diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th index a092bcfe89e3..66baf13ecb0a 100644 --- a/sys/boot/forth/support.4th +++ b/sys/boot/forth/support.4th @@ -22,7 +22,7 @@ \ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF \ SUCH DAMAGE. \ -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/forth/support.4th,v 1.15.14.1 2006/10/16 12:32:38 ru Exp $ \ Loader.rc support functions: \ diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index aac1821a8857..c142050e89fa 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/Makefile,v 1.20 2003/12/08 19:02:06 obrien Exp $ SUBDIR= mbr boot0 boot0sio btx boot2 cdboot kgzldr libi386 loader diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc index 70365e0d8c28..8270f92af1a9 100644 --- a/sys/boot/i386/Makefile.inc +++ b/sys/boot/i386/Makefile.inc @@ -1,6 +1,6 @@ # Common defines for all of /sys/boot/i386/ # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/Makefile.inc,v 1.10.2.1 2006/10/25 15:03:29 jhb Exp $ BINDIR?= /boot diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index e02b10286206..36c9da6585dc 100644 --- a/sys/boot/i386/boot0/Makefile +++ b/sys/boot/i386/boot0/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/boot0/Makefile,v 1.32 2005/04/25 17:41:35 ru Exp $ PROG?= boot0 STRIP= diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S index 0f1918732a5d..2a6f25bbd9b8 100644 --- a/sys/boot/i386/boot0/boot0.S +++ b/sys/boot/i386/boot0/boot0.S @@ -13,7 +13,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot0/boot0.S,v 1.14.2.1 2006/05/31 21:32:24 jhb Exp $ */ /* A 512-byte boot manager. */ diff --git a/sys/boot/i386/boot0/boot0ext.S b/sys/boot/i386/boot0/boot0ext.S index a63de2532109..de1c7e2ce62c 100644 --- a/sys/boot/i386/boot0/boot0ext.S +++ b/sys/boot/i386/boot0/boot0ext.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot0/boot0ext.S,v 1.7 2004/04/29 18:58:38 ru Exp $ */ /* A 1024-byte boot manager. */ diff --git a/sys/boot/i386/boot0ext/Makefile b/sys/boot/i386/boot0ext/Makefile index e68e237a0c61..d45934577943 100644 --- a/sys/boot/i386/boot0ext/Makefile +++ b/sys/boot/i386/boot0ext/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/boot0ext/Makefile,v 1.2 2004/04/28 21:31:20 ru Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/i386/boot0sio/Makefile b/sys/boot/i386/boot0sio/Makefile index 1321dd330c4d..cf359af79e2f 100644 --- a/sys/boot/i386/boot0sio/Makefile +++ b/sys/boot/i386/boot0sio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/boot0sio/Makefile,v 1.4 2004/04/28 21:31:20 ru Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index ed0ae9356112..6a9cf2adb5a5 100644 --- a/sys/boot/i386/boot2/Makefile +++ b/sys/boot/i386/boot2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/boot2/Makefile,v 1.58 2005/03/15 18:43:36 obrien Exp $ FILES= boot boot1 boot2 diff --git a/sys/boot/i386/boot2/boot1.S b/sys/boot/i386/boot2/boot1.S index cd397302b9e1..23e5e5dc0ffc 100644 --- a/sys/boot/i386/boot2/boot1.S +++ b/sys/boot/i386/boot2/boot1.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot2/boot1.S,v 1.30.2.1 2006/10/01 12:07:07 ru Exp $ */ /* Memory Locations */ diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index bb6d1710228b..e5455ff3bf00 100644 --- a/sys/boot/i386/boot2/boot2.c +++ b/sys/boot/i386/boot2/boot2.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/boot2/boot2.c,v 1.72.2.4 2006/02/15 15:08:51 ru Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sys/boot/i386/boot2/lib.h b/sys/boot/i386/boot2/lib.h index 0459bc20e2f8..9178514bc5fb 100644 --- a/sys/boot/i386/boot2/lib.h +++ b/sys/boot/i386/boot2/lib.h @@ -14,7 +14,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot2/lib.h,v 1.2.34.1 2006/02/15 15:08:51 ru Exp $ */ void sio_init(int); diff --git a/sys/boot/i386/boot2/sio.S b/sys/boot/i386/boot2/sio.S index 7b8e9eb13b05..c982da66bf24 100644 --- a/sys/boot/i386/boot2/sio.S +++ b/sys/boot/i386/boot2/sio.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot2/sio.S,v 1.9.8.1 2006/02/15 15:08:51 ru Exp $ */ .set SIO_PRT,SIOPRT # Base port diff --git a/sys/boot/i386/btx/Makefile b/sys/boot/i386/btx/Makefile index 39f78ed639b9..9a65f19def45 100644 --- a/sys/boot/i386/btx/Makefile +++ b/sys/boot/i386/btx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/Makefile,v 1.6 1999/08/28 00:40:03 peter Exp $ SUBDIR= btx btxldr lib diff --git a/sys/boot/i386/btx/Makefile.inc b/sys/boot/i386/btx/Makefile.inc index 265f86d1ed55..23b27439117d 100644 --- a/sys/boot/i386/btx/Makefile.inc +++ b/sys/boot/i386/btx/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/Makefile.inc,v 1.2 2004/02/06 21:58:31 ru Exp $ .include "../Makefile.inc" diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile index bac945b3da27..8e5a9127cd81 100644 --- a/sys/boot/i386/btx/btx/Makefile +++ b/sys/boot/i386/btx/btx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/btx/Makefile,v 1.19 2004/12/21 08:47:13 ru Exp $ PROG= btx INTERNALPROG= diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S index 8838ca13aeaa..3b6736bd42a3 100644 --- a/sys/boot/i386/btx/btx/btx.S +++ b/sys/boot/i386/btx/btx/btx.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/btx/btx/btx.S,v 1.38.2.1.2.1 2006/12/07 22:30:22 jhb Exp $ */ /* diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile index ba7a9938a82c..18efa77ab410 100644 --- a/sys/boot/i386/btx/btxldr/Makefile +++ b/sys/boot/i386/btx/btxldr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/btxldr/Makefile,v 1.18 2004/12/21 08:47:13 ru Exp $ PROG= btxldr INTERNALPROG= diff --git a/sys/boot/i386/btx/btxldr/btxldr.S b/sys/boot/i386/btx/btxldr/btxldr.S index aa531b889429..3a0349534c35 100644 --- a/sys/boot/i386/btx/btxldr/btxldr.S +++ b/sys/boot/i386/btx/btxldr/btxldr.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/btx/btxldr/btxldr.S,v 1.17 2004/05/14 20:29:30 ru Exp $ */ /* diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 8fab66a541af..29b789179ab9 100644 --- a/sys/boot/i386/btx/lib/Makefile +++ b/sys/boot/i386/btx/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/lib/Makefile,v 1.13 2004/12/21 08:47:14 ru Exp $ PROG= crt0.o INTERNALPROG= diff --git a/sys/boot/i386/btx/lib/btxcsu.s b/sys/boot/i386/btx/lib/btxcsu.s index 6a006596295f..5318a9bdd917 100644 --- a/sys/boot/i386/btx/lib/btxcsu.s +++ b/sys/boot/i386/btx/lib/btxcsu.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/lib/btxcsu.s,v 1.4 2004/08/05 06:00:05 kan Exp $ # # BTX C startup code (ELF). diff --git a/sys/boot/i386/btx/lib/btxsys.s b/sys/boot/i386/btx/lib/btxsys.s index 9c77b4295e7c..6bca7400e3ab 100644 --- a/sys/boot/i386/btx/lib/btxsys.s +++ b/sys/boot/i386/btx/lib/btxsys.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/lib/btxsys.s,v 1.2 1999/08/28 00:40:07 peter Exp $ # # BTX system calls. diff --git a/sys/boot/i386/btx/lib/btxv86.h b/sys/boot/i386/btx/lib/btxv86.h index 1152f8b1d963..1ef0712a3a13 100644 --- a/sys/boot/i386/btx/lib/btxv86.h +++ b/sys/boot/i386/btx/lib/btxv86.h @@ -14,7 +14,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/btx/lib/btxv86.h,v 1.5 1999/08/28 00:40:08 peter Exp $ */ #ifndef _BTXV86_H_ diff --git a/sys/boot/i386/btx/lib/btxv86.s b/sys/boot/i386/btx/lib/btxv86.s index 0d7d1116322d..6d6af1929696 100644 --- a/sys/boot/i386/btx/lib/btxv86.s +++ b/sys/boot/i386/btx/lib/btxv86.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/btx/lib/btxv86.s,v 1.3 1999/08/28 00:40:08 peter Exp $ # # BTX V86 interface. diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile index 77c4b8e99306..de3b6a8a5f40 100644 --- a/sys/boot/i386/cdboot/Makefile +++ b/sys/boot/i386/cdboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/cdboot/Makefile,v 1.13 2004/12/21 08:47:14 ru Exp $ PROG= cdboot STRIP= diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s index cd16966f931a..acc2b69aa817 100644 --- a/sys/boot/i386/cdboot/cdboot.s +++ b/sys/boot/i386/cdboot/cdboot.s @@ -27,7 +27,7 @@ # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/cdboot/cdboot.s,v 1.13.8.3 2006/09/13 15:17:41 jhb Exp $ # # This program is a freestanding boot program to load an a.out binary diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index a124474da4e5..a5a3af4204e8 100644 --- a/sys/boot/i386/kgzldr/Makefile +++ b/sys/boot/i386/kgzldr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/kgzldr/Makefile,v 1.22 2004/12/21 09:59:44 ru Exp $ PROG= kgzldr.o STRIP= diff --git a/sys/boot/i386/kgzldr/boot.c b/sys/boot/i386/kgzldr/boot.c index 45ed2ee62e16..6b12e3632c00 100644 --- a/sys/boot/i386/kgzldr/boot.c +++ b/sys/boot/i386/kgzldr/boot.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/kgzldr/boot.c,v 1.3 2003/08/25 23:28:31 obrien Exp $"); #include <sys/types.h> #include <sys/reboot.h> diff --git a/sys/boot/i386/kgzldr/crt.s b/sys/boot/i386/kgzldr/crt.s index cfb479fd2d84..5e2162abc168 100644 --- a/sys/boot/i386/kgzldr/crt.s +++ b/sys/boot/i386/kgzldr/crt.s @@ -24,7 +24,7 @@ # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # From: btx.s 1.10 1999/02/25 16:27:41 rnordier -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/kgzldr/crt.s,v 1.4 2002/09/17 01:48:55 peter Exp $ # # Screen defaults and assumptions. diff --git a/sys/boot/i386/kgzldr/kgzldr.h b/sys/boot/i386/kgzldr/kgzldr.h index 5cd5b44b6005..c8ed8cac32d5 100644 --- a/sys/boot/i386/kgzldr/kgzldr.h +++ b/sys/boot/i386/kgzldr/kgzldr.h @@ -23,7 +23,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/kgzldr/kgzldr.h,v 1.2 1999/08/28 00:40:10 peter Exp $ */ #define KGZ_CRT 0x1 /* Video console */ diff --git a/sys/boot/i386/kgzldr/lib.c b/sys/boot/i386/kgzldr/lib.c index 538875b510e5..bece56b848a6 100644 --- a/sys/boot/i386/kgzldr/lib.c +++ b/sys/boot/i386/kgzldr/lib.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/kgzldr/lib.c,v 1.3 2003/08/25 23:28:31 obrien Exp $"); #include <sys/types.h> #include <stddef.h> diff --git a/sys/boot/i386/kgzldr/sio.s b/sys/boot/i386/kgzldr/sio.s index ff174eb0b71b..bc9489d29d92 100644 --- a/sys/boot/i386/kgzldr/sio.s +++ b/sys/boot/i386/kgzldr/sio.s @@ -24,7 +24,7 @@ # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # From: sio.s 1.3 1999/01/10 14:48:03 rnordier -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/kgzldr/sio.s,v 1.5 2002/09/30 20:37:57 peter Exp $ # .globl sio_putchr diff --git a/sys/boot/i386/kgzldr/start.s b/sys/boot/i386/kgzldr/start.s index 550fa526d946..5f693582b0f0 100644 --- a/sys/boot/i386/kgzldr/start.s +++ b/sys/boot/i386/kgzldr/start.s @@ -23,7 +23,7 @@ # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/kgzldr/start.s,v 1.4 2002/09/17 01:48:55 peter Exp $ # .set entry,0x10 # kgz.entry diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile index 4de6d0292618..80f37211f26b 100644 --- a/sys/boot/i386/libi386/Makefile +++ b/sys/boot/i386/libi386/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/libi386/Makefile,v 1.37.2.2 2006/10/01 12:07:07 ru Exp $ # LIB= i386 INTERNALLIB= diff --git a/sys/boot/i386/libi386/amd64_tramp.S b/sys/boot/i386/libi386/amd64_tramp.S index ff12c661d94d..2e95bd3dc0ce 100644 --- a/sys/boot/i386/libi386/amd64_tramp.S +++ b/sys/boot/i386/libi386/amd64_tramp.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/boot/i386/libi386/amd64_tramp.S,v 1.4 2004/05/14 20:29:30 ru Exp $ */ /* diff --git a/sys/boot/i386/libi386/biosacpi.c b/sys/boot/i386/libi386/biosacpi.c index ccdd0be5547f..6f3b918a70bb 100644 --- a/sys/boot/i386/libi386/biosacpi.c +++ b/sys/boot/i386/libi386/biosacpi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biosacpi.c,v 1.10.2.1 2006/10/01 12:07:07 ru Exp $"); #include <stand.h> #include <machine/stdarg.h> diff --git a/sys/boot/i386/libi386/bioscd.c b/sys/boot/i386/libi386/bioscd.c index 5ffcada26192..00e07376c7cb 100644 --- a/sys/boot/i386/libi386/bioscd.c +++ b/sys/boot/i386/libi386/bioscd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/bioscd.c,v 1.8 2005/05/20 13:14:18 charnier Exp $"); /* * BIOS CD device handling for CD's that have been booted off of via no diff --git a/sys/boot/i386/libi386/biosdisk.c b/sys/boot/i386/libi386/biosdisk.c index 8a1b402433ee..678e47468b57 100644 --- a/sys/boot/i386/libi386/biosdisk.c +++ b/sys/boot/i386/libi386/biosdisk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biosdisk.c,v 1.45.2.2 2006/10/01 12:07:07 ru Exp $"); /* * BIOS disk device handling. diff --git a/sys/boot/i386/libi386/biosmem.c b/sys/boot/i386/libi386/biosmem.c index 6d4f96602e95..94a36de1f1dc 100644 --- a/sys/boot/i386/libi386/biosmem.c +++ b/sys/boot/i386/libi386/biosmem.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biosmem.c,v 1.7.10.1 2006/10/01 12:07:07 ru Exp $"); /* * Obtain memory configuration information from the BIOS diff --git a/sys/boot/i386/libi386/biospci.c b/sys/boot/i386/libi386/biospci.c index d844b7ead649..d0434eb7b005 100644 --- a/sys/boot/i386/libi386/biospci.c +++ b/sys/boot/i386/libi386/biospci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biospci.c,v 1.5 2004/10/22 14:56:23 simokawa Exp $"); /* * PnP enumerator using the PCI BIOS. diff --git a/sys/boot/i386/libi386/biospnp.c b/sys/boot/i386/libi386/biospnp.c index 1dbcf2076685..75db87a15d3f 100644 --- a/sys/boot/i386/libi386/biospnp.c +++ b/sys/boot/i386/libi386/biospnp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biospnp.c,v 1.9.10.1 2006/10/01 12:07:07 ru Exp $"); /* * PnP BIOS enumerator. diff --git a/sys/boot/i386/libi386/biossmap.c b/sys/boot/i386/libi386/biossmap.c index 6f75b27a68ea..c2815cfde9fe 100644 --- a/sys/boot/i386/libi386/biossmap.c +++ b/sys/boot/i386/libi386/biossmap.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/biossmap.c,v 1.3.2.2 2006/10/19 14:47:21 jhb Exp $"); /* * Obtain memory configuration information from the BIOS diff --git a/sys/boot/i386/libi386/bootinfo.c b/sys/boot/i386/libi386/bootinfo.c index 8a67e39409ad..f61453cd01fd 100644 --- a/sys/boot/i386/libi386/bootinfo.c +++ b/sys/boot/i386/libi386/bootinfo.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/bootinfo.c,v 1.37.2.1 2006/02/14 06:20:15 ru Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/i386/libi386/bootinfo32.c b/sys/boot/i386/libi386/bootinfo32.c index ceb254c5c914..efdeb564e181 100644 --- a/sys/boot/i386/libi386/bootinfo32.c +++ b/sys/boot/i386/libi386/bootinfo32.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/bootinfo32.c,v 1.36 2003/08/25 23:28:31 obrien Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/i386/libi386/bootinfo64.c b/sys/boot/i386/libi386/bootinfo64.c index 58b4e3c6b169..961500bebb69 100644 --- a/sys/boot/i386/libi386/bootinfo64.c +++ b/sys/boot/i386/libi386/bootinfo64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/bootinfo64.c,v 1.36 2003/08/25 23:28:31 obrien Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/i386/libi386/comconsole.c b/sys/boot/i386/libi386/comconsole.c index fa2b1b5074d6..d48f8b7d7f69 100644 --- a/sys/boot/i386/libi386/comconsole.c +++ b/sys/boot/i386/libi386/comconsole.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/comconsole.c,v 1.10.10.1 2006/01/27 01:36:24 emaste Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libi386/devicename.c b/sys/boot/i386/libi386/devicename.c index fac0b8329df3..76a7167c1a2e 100644 --- a/sys/boot/i386/libi386/devicename.c +++ b/sys/boot/i386/libi386/devicename.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/devicename.c,v 1.7 2005/05/27 19:28:04 jhb Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/i386/libi386/elf32_freebsd.c b/sys/boot/i386/libi386/elf32_freebsd.c index 5d8592797b59..0c280e346498 100644 --- a/sys/boot/i386/libi386/elf32_freebsd.c +++ b/sys/boot/i386/libi386/elf32_freebsd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/elf32_freebsd.c,v 1.14 2004/08/29 00:48:41 iedowse Exp $"); #include <sys/param.h> #include <sys/exec.h> diff --git a/sys/boot/i386/libi386/elf64_freebsd.c b/sys/boot/i386/libi386/elf64_freebsd.c index 1a5b0b247151..b2086f16aa80 100644 --- a/sys/boot/i386/libi386/elf64_freebsd.c +++ b/sys/boot/i386/libi386/elf64_freebsd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/elf64_freebsd.c,v 1.15 2004/08/29 00:48:41 iedowse Exp $"); #define __ELF_WORD_SIZE 64 #include <sys/param.h> diff --git a/sys/boot/i386/libi386/i386_copy.c b/sys/boot/i386/libi386/i386_copy.c index 3c05241985c8..d0ee1b3f6a04 100644 --- a/sys/boot/i386/libi386/i386_copy.c +++ b/sys/boot/i386/libi386/i386_copy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/i386_copy.c,v 1.10.10.1 2006/10/01 12:07:07 ru Exp $"); /* * MD primitives supporting placement of module data diff --git a/sys/boot/i386/libi386/i386_module.c b/sys/boot/i386/libi386/i386_module.c index 91993df96d76..d5daad73915a 100644 --- a/sys/boot/i386/libi386/i386_module.c +++ b/sys/boot/i386/libi386/i386_module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/i386_module.c,v 1.12 2003/08/25 23:28:31 obrien Exp $"); /* * i386-specific module functionality. diff --git a/sys/boot/i386/libi386/libi386.h b/sys/boot/i386/libi386/libi386.h index 699ea7469716..fa28e5b5a24d 100644 --- a/sys/boot/i386/libi386/libi386.h +++ b/sys/boot/i386/libi386/libi386.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/boot/i386/libi386/libi386.h,v 1.20.2.3 2006/10/01 12:07:07 ru Exp $ */ diff --git a/sys/boot/i386/libi386/nullconsole.c b/sys/boot/i386/libi386/nullconsole.c index ebb1e7edd2b6..d99e8d043fab 100644 --- a/sys/boot/i386/libi386/nullconsole.c +++ b/sys/boot/i386/libi386/nullconsole.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/nullconsole.c,v 1.2 2003/08/25 23:28:31 obrien Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libi386/pread.c b/sys/boot/i386/libi386/pread.c index 870e2540150f..26c077116b94 100644 --- a/sys/boot/i386/libi386/pread.c +++ b/sys/boot/i386/libi386/pread.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/pread.c,v 1.3 2003/08/25 23:28:31 obrien Exp $"); /* read into destination in flat addr space */ diff --git a/sys/boot/i386/libi386/pxe.c b/sys/boot/i386/libi386/pxe.c index cd5af3715f0b..340db7a59748 100644 --- a/sys/boot/i386/libi386/pxe.c +++ b/sys/boot/i386/libi386/pxe.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/pxe.c,v 1.22 2005/04/17 21:38:22 wollman Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/i386/libi386/pxe.h b/sys/boot/i386/libi386/pxe.h index f1f22aac712f..203979b34d8c 100644 --- a/sys/boot/i386/libi386/pxe.h +++ b/sys/boot/i386/libi386/pxe.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/boot/i386/libi386/pxe.h,v 1.6 2002/09/23 18:54:26 alfred Exp $ */ /* diff --git a/sys/boot/i386/libi386/pxetramp.s b/sys/boot/i386/libi386/pxetramp.s index dcf1441aeb24..644e061e5bb4 100644 --- a/sys/boot/i386/libi386/pxetramp.s +++ b/sys/boot/i386/libi386/pxetramp.s @@ -12,7 +12,7 @@ # warranties of merchantability and fitness for a particular # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/libi386/pxetramp.s,v 1.3 2001/10/04 10:18:00 jhb Exp $ # ph33r this diff --git a/sys/boot/i386/libi386/smbios.c b/sys/boot/i386/libi386/smbios.c index a2fb70d5de15..b5cdfc38f952 100644 --- a/sys/boot/i386/libi386/smbios.c +++ b/sys/boot/i386/libi386/smbios.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/smbios.c,v 1.6.2.1 2006/05/22 23:31:30 jkim Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libi386/time.c b/sys/boot/i386/libi386/time.c index 1db9a4a60688..9f72ed821119 100644 --- a/sys/boot/i386/libi386/time.c +++ b/sys/boot/i386/libi386/time.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/time.c,v 1.5 2003/08/25 23:28:31 obrien Exp $"); #include <stand.h> #include <btxv86.h> diff --git a/sys/boot/i386/libi386/vidconsole.c b/sys/boot/i386/libi386/vidconsole.c index 1f411006e0a9..c66bcca89743 100644 --- a/sys/boot/i386/libi386/vidconsole.c +++ b/sys/boot/i386/libi386/vidconsole.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libi386/vidconsole.c,v 1.20 2005/04/09 14:07:13 stefanf Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index ad2339756230..169d366fa4fa 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/loader/Makefile,v 1.81.2.1 2005/10/30 14:37:02 scottl Exp $ PROG= loader.sym INTERNALPROG= diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index 1d8bd047f9e0..37a83de6802c 100644 --- a/sys/boot/i386/loader/conf.c +++ b/sys/boot/i386/loader/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/loader/conf.c,v 1.25 2004/08/29 00:48:42 iedowse Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/loader/loader.rc b/sys/boot/i386/loader/loader.rc index 6443f3fd79bc..2cc00033269d 100644 --- a/sys/boot/i386/loader/loader.rc +++ b/sys/boot/i386/loader/loader.rc @@ -1,5 +1,5 @@ \ Loader.rc -\ $FreeBSD$ +\ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.4.2.1 2005/10/30 14:37:02 scottl Exp $ \ \ Includes additional commands include /boot/loader.4th diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index 9dd4a0504056..2d9c9a58c391 100644 --- a/sys/boot/i386/loader/main.c +++ b/sys/boot/i386/loader/main.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/loader/main.c,v 1.31.2.3 2006/10/01 12:07:07 ru Exp $"); /* * MD bootstrap main() and assorted miscellaneous diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version index 7a2acaf1859a..03a6ab38241d 100644 --- a/sys/boot/i386/loader/version +++ b/sys/boot/i386/loader/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/i386/loader/version,v 1.8 2001/12/11 00:49:33 jhb Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/i386/mbr/Makefile b/sys/boot/i386/mbr/Makefile index 7acda10a55bc..fd44ce779ec6 100644 --- a/sys/boot/i386/mbr/Makefile +++ b/sys/boot/i386/mbr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/mbr/Makefile,v 1.15 2004/12/21 08:47:15 ru Exp $ PROG= mbr STRIP= diff --git a/sys/boot/i386/mbr/mbr.s b/sys/boot/i386/mbr/mbr.s index 3cfc20dd58e1..9912d676f904 100644 --- a/sys/boot/i386/mbr/mbr.s +++ b/sys/boot/i386/mbr/mbr.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/mbr/mbr.s,v 1.7 2004/08/28 08:39:35 yar Exp $ # A 512 byte MBR boot manager that simply boots the active partition. diff --git a/sys/boot/i386/pxeldr/Makefile b/sys/boot/i386/pxeldr/Makefile index cc8902f165e0..d05807508454 100644 --- a/sys/boot/i386/pxeldr/Makefile +++ b/sys/boot/i386/pxeldr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/pxeldr/Makefile,v 1.16 2004/04/27 19:45:16 ru Exp $ # Pick up ../Makefile.inc early. .include <bsd.init.mk> diff --git a/sys/boot/i386/pxeldr/pxeboot.8 b/sys/boot/i386/pxeldr/pxeboot.8 index f8ea8a94191e..27fde369d45c 100644 --- a/sys/boot/i386/pxeldr/pxeboot.8 +++ b/sys/boot/i386/pxeldr/pxeboot.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/boot/i386/pxeldr/pxeboot.8,v 1.7 2002/12/12 17:25:59 ru Exp $ .\" .\" Note: The date here should be updated whenever a non-trivial .\" change is made to the manual page. diff --git a/sys/boot/i386/pxeldr/pxeldr.S b/sys/boot/i386/pxeldr/pxeldr.S index 897e8383b72b..d3dd59091cf1 100644 --- a/sys/boot/i386/pxeldr/pxeldr.S +++ b/sys/boot/i386/pxeldr/pxeldr.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/pxeldr/pxeldr.S,v 1.13.8.2 2006/09/08 15:33:26 ru Exp $ */ /* diff --git a/sys/boot/ia64/Makefile b/sys/boot/ia64/Makefile index 7d198697cf15..c4ea232d0bbf 100644 --- a/sys/boot/ia64/Makefile +++ b/sys/boot/ia64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ia64/Makefile,v 1.4 2004/11/23 06:03:03 marcel Exp $ SUBDIR= efi ski diff --git a/sys/boot/ia64/Makefile.inc b/sys/boot/ia64/Makefile.inc index 2e9a113df387..1dbdc9d04f2b 100644 --- a/sys/boot/ia64/Makefile.inc +++ b/sys/boot/ia64/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ia64/Makefile.inc,v 1.3 2004/02/12 08:10:33 ru Exp $ BINDIR?= /boot diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile index 652499258763..444148ab1d04 100644 --- a/sys/boot/ia64/efi/Makefile +++ b/sys/boot/ia64/efi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ia64/efi/Makefile,v 1.26 2004/12/21 12:32:14 ru Exp $ PROG= loader.sym INTERNALPROG= diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c index 8a250e6e8c69..29386bbbf3a7 100644 --- a/sys/boot/ia64/efi/conf.c +++ b/sys/boot/ia64/efi/conf.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/efi/conf.c,v 1.11 2005/01/05 22:16:57 imp Exp $"); #include <stand.h> #include <efi.h> diff --git a/sys/boot/ia64/efi/efimd.c b/sys/boot/ia64/efi/efimd.c index accf6c227bf8..5c35dd03d236 100644 --- a/sys/boot/ia64/efi/efimd.c +++ b/sys/boot/ia64/efi/efimd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/efi/efimd.c,v 1.2 2005/01/05 22:16:57 imp Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/ia64/efi/ldscript.ia64 b/sys/boot/ia64/efi/ldscript.ia64 index 0f79b670e027..b08e18ff00e3 100644 --- a/sys/boot/ia64/efi/ldscript.ia64 +++ b/sys/boot/ia64/efi/ldscript.ia64 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ia64/efi/ldscript.ia64,v 1.9 2004/11/23 05:38:30 marcel Exp $ */ OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little", "elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(_start_plabel) diff --git a/sys/boot/ia64/efi/main.c b/sys/boot/ia64/efi/main.c index 69b6387f4cfe..2d1d4605c4ed 100644 --- a/sys/boot/ia64/efi/main.c +++ b/sys/boot/ia64/efi/main.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/efi/main.c,v 1.24 2004/11/23 05:37:47 marcel Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/ia64/efi/start.S b/sys/boot/ia64/efi/start.S index 9d28a968993c..1ee66f48c086 100644 --- a/sys/boot/ia64/efi/start.S +++ b/sys/boot/ia64/efi/start.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/boot/ia64/efi/start.S,v 1.8.2.1 2006/01/28 18:40:55 marcel Exp $ */ .text diff --git a/sys/boot/ia64/efi/version b/sys/boot/ia64/efi/version index 71f9400f68b0..de7d61410ceb 100644 --- a/sys/boot/ia64/efi/version +++ b/sys/boot/ia64/efi/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/ia64/efi/version,v 1.6 2004/11/23 05:37:47 marcel Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile index c6b8a170d5b3..d5a09f26a091 100644 --- a/sys/boot/ia64/ski/Makefile +++ b/sys/boot/ia64/ski/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ia64/ski/Makefile,v 1.18 2004/12/21 12:32:14 ru Exp $ PROG= skiload NO_MAN= diff --git a/sys/boot/ia64/ski/acpi_stub.c b/sys/boot/ia64/ski/acpi_stub.c index caebc7b8d9f9..f0b678be7fd6 100644 --- a/sys/boot/ia64/ski/acpi_stub.c +++ b/sys/boot/ia64/ski/acpi_stub.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/acpi_stub.c,v 1.6 2005/01/05 22:16:58 imp Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/boot/ia64/ski/bootinfo.c b/sys/boot/ia64/ski/bootinfo.c index a003d989757f..292a167b3a15 100644 --- a/sys/boot/ia64/ski/bootinfo.c +++ b/sys/boot/ia64/ski/bootinfo.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/bootinfo.c,v 1.12.2.1 2006/02/14 06:20:16 ru Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c index 8075371dd4bc..ddb94bb381b3 100644 --- a/sys/boot/ia64/ski/conf.c +++ b/sys/boot/ia64/ski/conf.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/conf.c,v 1.6 2005/01/05 22:16:58 imp Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/ski/copy.c b/sys/boot/ia64/ski/copy.c index d86537a14099..7041d1c2668d 100644 --- a/sys/boot/ia64/ski/copy.c +++ b/sys/boot/ia64/ski/copy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/copy.c,v 1.4 2004/09/24 03:53:50 marcel Exp $"); /* * MD primitives supporting placement of module data diff --git a/sys/boot/ia64/ski/delay.c b/sys/boot/ia64/ski/delay.c index 2389603edb4a..1600dfc60559 100644 --- a/sys/boot/ia64/ski/delay.c +++ b/sys/boot/ia64/ski/delay.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/delay.c,v 1.3 2004/09/24 03:53:50 marcel Exp $"); void delay(int usecs) diff --git a/sys/boot/ia64/ski/devicename.c b/sys/boot/ia64/ski/devicename.c index b01bf1830250..ad1ef2837802 100644 --- a/sys/boot/ia64/ski/devicename.c +++ b/sys/boot/ia64/ski/devicename.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/devicename.c,v 1.3 2004/09/24 03:53:50 marcel Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/ia64/ski/efi_stub.c b/sys/boot/ia64/ski/efi_stub.c index 20a20b47fb9a..0119f469369c 100644 --- a/sys/boot/ia64/ski/efi_stub.c +++ b/sys/boot/ia64/ski/efi_stub.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/efi_stub.c,v 1.5 2005/01/05 22:16:58 imp Exp $"); #include <sys/types.h> #include <machine/bootinfo.h> diff --git a/sys/boot/ia64/ski/elf_freebsd.c b/sys/boot/ia64/ski/elf_freebsd.c index 42481d678076..c0be5b3276d4 100644 --- a/sys/boot/ia64/ski/elf_freebsd.c +++ b/sys/boot/ia64/ski/elf_freebsd.c @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/elf_freebsd.c,v 1.12 2005/01/05 22:16:58 imp Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/ia64/ski/exit.c b/sys/boot/ia64/ski/exit.c index aeac67c49341..de5377b26594 100644 --- a/sys/boot/ia64/ski/exit.c +++ b/sys/boot/ia64/ski/exit.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/exit.c,v 1.3 2004/09/24 03:53:50 marcel Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/boot/ia64/ski/ldscript.ia64 b/sys/boot/ia64/ski/ldscript.ia64 index e4e1dad0bd91..253dcd0bfd76 100644 --- a/sys/boot/ia64/ski/ldscript.ia64 +++ b/sys/boot/ia64/ski/ldscript.ia64 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ia64/ski/ldscript.ia64,v 1.3 2004/09/24 03:51:06 marcel Exp $ */ OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little", "elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(_start) diff --git a/sys/boot/ia64/ski/libski.h b/sys/boot/ia64/ski/libski.h index 6fe8034cefd4..6ee3866d9d47 100644 --- a/sys/boot/ia64/ski/libski.h +++ b/sys/boot/ia64/ski/libski.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/boot/ia64/ski/libski.h,v 1.6 2004/09/24 04:06:22 marcel Exp $ */ /* diff --git a/sys/boot/ia64/ski/main.c b/sys/boot/ia64/ski/main.c index 8660518f121f..cb94b57ca690 100644 --- a/sys/boot/ia64/ski/main.c +++ b/sys/boot/ia64/ski/main.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/main.c,v 1.6 2004/09/24 04:06:22 marcel Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/ia64/ski/pal_stub.S b/sys/boot/ia64/ski/pal_stub.S index 81fbd080e3f4..e33572cbb2db 100644 --- a/sys/boot/ia64/ski/pal_stub.S +++ b/sys/boot/ia64/ski/pal_stub.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/boot/ia64/ski/pal_stub.S,v 1.5 2005/01/05 22:16:58 imp Exp $ */ #include <machine/asm.h> diff --git a/sys/boot/ia64/ski/sal_stub.c b/sys/boot/ia64/ski/sal_stub.c index 1ebbb4cc24bd..7ede2907c673 100644 --- a/sys/boot/ia64/ski/sal_stub.c +++ b/sys/boot/ia64/ski/sal_stub.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/sal_stub.c,v 1.4 2005/01/05 22:16:58 imp Exp $"); #include <sys/types.h> #include <machine/md_var.h> diff --git a/sys/boot/ia64/ski/skiconsole.c b/sys/boot/ia64/ski/skiconsole.c index e5cea3dc9936..1356e681ca60 100644 --- a/sys/boot/ia64/ski/skiconsole.c +++ b/sys/boot/ia64/ski/skiconsole.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/skiconsole.c,v 1.3 2004/09/24 03:53:50 marcel Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/ski/skifs.c b/sys/boot/ia64/ski/skifs.c index 5a272c74563a..86b0f56e79da 100644 --- a/sys/boot/ia64/ski/skifs.c +++ b/sys/boot/ia64/ski/skifs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/skifs.c,v 1.3 2004/09/24 03:53:50 marcel Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/boot/ia64/ski/skiload.cmd b/sys/boot/ia64/ski/skiload.cmd index 48b77e1e40ba..754e98f616e3 100644 --- a/sys/boot/ia64/ski/skiload.cmd +++ b/sys/boot/ia64/ski/skiload.cmd @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ia64/ski/skiload.cmd,v 1.2 2004/09/24 03:51:06 marcel Exp $ iar fr pa diff --git a/sys/boot/ia64/ski/ssc.c b/sys/boot/ia64/ski/ssc.c index e1f871c4d5c5..a533d3ee3dbc 100644 --- a/sys/boot/ia64/ski/ssc.c +++ b/sys/boot/ia64/ski/ssc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/ssc.c,v 1.5 2004/09/24 03:53:50 marcel Exp $"); #include <stand.h> #include "libski.h" diff --git a/sys/boot/ia64/ski/start.S b/sys/boot/ia64/ski/start.S index 0bd10e928d04..93e5b23de162 100644 --- a/sys/boot/ia64/ski/start.S +++ b/sys/boot/ia64/ski/start.S @@ -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/boot/ia64/ski/start.S,v 1.4 2005/01/05 22:16:58 imp Exp $ */ #define STACKSIZE 16384 diff --git a/sys/boot/ia64/ski/time.c b/sys/boot/ia64/ski/time.c index 7aa71202d10a..1cb1123dd6a6 100644 --- a/sys/boot/ia64/ski/time.c +++ b/sys/boot/ia64/ski/time.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/time.c,v 1.6 2005/01/05 22:16:58 imp Exp $"); #include <time.h> #include <sys/time.h> diff --git a/sys/boot/ia64/ski/version b/sys/boot/ia64/ski/version index 6f4fc3c28a46..3f472882feff 100644 --- a/sys/boot/ia64/ski/version +++ b/sys/boot/ia64/ski/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/ia64/ski/version,v 1.3 2004/09/24 03:51:06 marcel Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/ofw/Makefile b/sys/boot/ofw/Makefile index 3b881b780e87..5332c2ed4f35 100644 --- a/sys/boot/ofw/Makefile +++ b/sys/boot/ofw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ofw/Makefile,v 1.1 2000/10/16 10:46:19 obrien Exp $ SUBDIR= libofw diff --git a/sys/boot/ofw/common/Makefile.inc b/sys/boot/ofw/common/Makefile.inc index 5d20372631e6..a1870f185762 100644 --- a/sys/boot/ofw/common/Makefile.inc +++ b/sys/boot/ofw/common/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ofw/common/Makefile.inc,v 1.1 2000/11/10 06:39:49 benno Exp $ SRCS+= main.c diff --git a/sys/boot/ofw/common/main.c b/sys/boot/ofw/common/main.c index 2fdd2934d519..dc2048871a36 100644 --- a/sys/boot/ofw/common/main.c +++ b/sys/boot/ofw/common/main.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/common/main.c,v 1.7 2004/08/16 15:45:24 marius Exp $"); #include <stand.h> #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/Makefile b/sys/boot/ofw/libofw/Makefile index 8a56a778f76f..950329c18b80 100644 --- a/sys/boot/ofw/libofw/Makefile +++ b/sys/boot/ofw/libofw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ofw/libofw/Makefile,v 1.9 2004/10/24 15:32:50 ru Exp $ LIB= ofw INTERNALLIB= diff --git a/sys/boot/ofw/libofw/devicename.c b/sys/boot/ofw/libofw/devicename.c index 3cae23ce2024..dc32f7e344e8 100644 --- a/sys/boot/ofw/libofw/devicename.c +++ b/sys/boot/ofw/libofw/devicename.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/devicename.c,v 1.15.8.1 2005/11/30 13:24:53 marius Exp $"); #include <stand.h> #include "libofw.h" diff --git a/sys/boot/ofw/libofw/elf_freebsd.c b/sys/boot/ofw/libofw/elf_freebsd.c index 50fd8a66c58a..3a29e8242782 100644 --- a/sys/boot/ofw/libofw/elf_freebsd.c +++ b/sys/boot/ofw/libofw/elf_freebsd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/elf_freebsd.c,v 1.9.2.1 2005/11/30 13:13:53 marius Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sys/boot/ofw/libofw/libofw.h b/sys/boot/ofw/libofw/libofw.h index 71a2462161b2..2c88951ededc 100644 --- a/sys/boot/ofw/libofw/libofw.h +++ b/sys/boot/ofw/libofw/libofw.h @@ -22,7 +22,7 @@ * 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/boot/ofw/libofw/libofw.h,v 1.10.2.1 2005/11/30 13:19:03 marius Exp $ */ #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/ofw_console.c b/sys/boot/ofw/libofw/ofw_console.c index 6cb8b03e565d..76f5c1c6681c 100644 --- a/sys/boot/ofw/libofw/ofw_console.c +++ b/sys/boot/ofw/libofw/ofw_console.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/ofw_console.c,v 1.10.2.1 2005/11/30 13:13:53 marius Exp $"); #include <sys/types.h> diff --git a/sys/boot/ofw/libofw/ofw_copy.c b/sys/boot/ofw/libofw/ofw_copy.c index 2196c67cd884..6eacaee5608a 100644 --- a/sys/boot/ofw/libofw/ofw_copy.c +++ b/sys/boot/ofw/libofw/ofw_copy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/ofw_copy.c,v 1.15 2005/05/19 07:21:46 grehan Exp $"); /* * MD primitives supporting placement of module data diff --git a/sys/boot/ofw/libofw/ofw_disk.c b/sys/boot/ofw/libofw/ofw_disk.c index e859c8fe09b0..e4c2201f0472 100644 --- a/sys/boot/ofw/libofw/ofw_disk.c +++ b/sys/boot/ofw/libofw/ofw_disk.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/ofw_disk.c,v 1.12.2.1 2005/11/30 13:37:22 marius Exp $"); /* * Disk I/O routines using Open Firmware diff --git a/sys/boot/ofw/libofw/ofw_memory.c b/sys/boot/ofw/libofw/ofw_memory.c index ebf01affaada..daab8cac5539 100644 --- a/sys/boot/ofw/libofw/ofw_memory.c +++ b/sys/boot/ofw/libofw/ofw_memory.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/ofw_memory.c,v 1.6.2.1 2005/11/30 13:13:53 marius Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/boot/ofw/libofw/ofw_module.c b/sys/boot/ofw/libofw/ofw_module.c index d39a34344556..b37dd40a7e52 100644 --- a/sys/boot/ofw/libofw/ofw_module.c +++ b/sys/boot/ofw/libofw/ofw_module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/ofw_module.c,v 1.7 2004/01/04 23:27:31 obrien Exp $"); /* * ofw-specific module functionality. diff --git a/sys/boot/ofw/libofw/ofw_net.c b/sys/boot/ofw/libofw/ofw_net.c index 5149df9fffc1..4b374e691bb2 100644 --- a/sys/boot/ofw/libofw/ofw_net.c +++ b/sys/boot/ofw/libofw/ofw_net.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/ofw_net.c,v 1.10 2005/03/02 20:12:27 marius Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/boot/ofw/libofw/ofw_reboot.c b/sys/boot/ofw/libofw/ofw_reboot.c index bbb420ac1767..4971b7ab0039 100644 --- a/sys/boot/ofw/libofw/ofw_reboot.c +++ b/sys/boot/ofw/libofw/ofw_reboot.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/ofw_reboot.c,v 1.3 2005/01/05 22:16:58 imp Exp $"); #include <stand.h> #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/ofw_time.c b/sys/boot/ofw/libofw/ofw_time.c index f53997dc059f..1f4288dd0398 100644 --- a/sys/boot/ofw/libofw/ofw_time.c +++ b/sys/boot/ofw/libofw/ofw_time.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/ofw_time.c,v 1.5 2005/01/05 22:16:58 imp Exp $"); #include <stand.h> #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/openfirm.c b/sys/boot/ofw/libofw/openfirm.c index cfb9d1fa877e..2440c3440079 100644 --- a/sys/boot/ofw/libofw/openfirm.c +++ b/sys/boot/ofw/libofw/openfirm.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ofw/libofw/openfirm.c,v 1.11.2.1 2005/11/30 13:13:53 marius Exp $"); #include <machine/stdarg.h> diff --git a/sys/boot/ofw/libofw/openfirm.h b/sys/boot/ofw/libofw/openfirm.h index a0e9c65ccad1..e78741b0618b 100644 --- a/sys/boot/ofw/libofw/openfirm.h +++ b/sys/boot/ofw/libofw/openfirm.h @@ -54,7 +54,7 @@ * 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/boot/ofw/libofw/openfirm.h,v 1.10 2005/01/05 22:16:58 imp Exp $ */ #ifndef _OPENFIRM_H_ #define _OPENFIRM_H_ diff --git a/sys/boot/pc98/Makefile b/sys/boot/pc98/Makefile index ca89dbc242de..caa1162f7864 100644 --- a/sys/boot/pc98/Makefile +++ b/sys/boot/pc98/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/Makefile,v 1.8.14.1 2006/06/16 13:14:15 nyan Exp $ SUBDIR= btx boot0 boot0.5 boot2 cdboot kgzldr libpc98 loader diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc index 379dae33f4c8..05e13b788433 100644 --- a/sys/boot/pc98/Makefile.inc +++ b/sys/boot/pc98/Makefile.inc @@ -1,6 +1,6 @@ # Common defines for all of /sys/boot/pc98/ # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/Makefile.inc,v 1.5.8.1 2005/11/06 04:40:57 nyan Exp $ BINDIR?= /boot diff --git a/sys/boot/pc98/boot0.5/Makefile b/sys/boot/pc98/boot0.5/Makefile index 6b54dd0a8108..3b32358d81bd 100644 --- a/sys/boot/pc98/boot0.5/Makefile +++ b/sys/boot/pc98/boot0.5/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/boot0.5/Makefile,v 1.4 2004/12/21 08:47:16 ru Exp $ PROG= ${BOOT}.out INTERNALPROG= diff --git a/sys/boot/pc98/boot0.5/boot.s b/sys/boot/pc98/boot0.5/boot.s index 1a3bfc7c8790..c5be97ae9ea4 100644 --- a/sys/boot/pc98/boot0.5/boot.s +++ b/sys/boot/pc98/boot0.5/boot.s @@ -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/boot/pc98/boot0.5/boot.s,v 1.2 2000/08/03 13:01:45 kato Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/boot0.5.s b/sys/boot/pc98/boot0.5/boot0.5.s index 80dbe2abd498..27cad9c114c8 100644 --- a/sys/boot/pc98/boot0.5/boot0.5.s +++ b/sys/boot/pc98/boot0.5/boot0.5.s @@ -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/boot/pc98/boot0.5/boot0.5.s,v 1.2 2000/08/06 14:35:37 kato Exp $ # .global main .code16 diff --git a/sys/boot/pc98/boot0.5/disk.s b/sys/boot/pc98/boot0.5/disk.s index 9d0db21d925a..4e3adf3a3127 100644 --- a/sys/boot/pc98/boot0.5/disk.s +++ b/sys/boot/pc98/boot0.5/disk.s @@ -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/boot/pc98/boot0.5/disk.s,v 1.4 2000/08/31 10:24:06 kato Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/selector.s b/sys/boot/pc98/boot0.5/selector.s index 18da4881f6db..2689ca6d6e95 100644 --- a/sys/boot/pc98/boot0.5/selector.s +++ b/sys/boot/pc98/boot0.5/selector.s @@ -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/boot/pc98/boot0.5/selector.s,v 1.2 2000/08/06 14:35:37 kato Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/start.s b/sys/boot/pc98/boot0.5/start.s index 211de141110a..8efadc9e3bdf 100644 --- a/sys/boot/pc98/boot0.5/start.s +++ b/sys/boot/pc98/boot0.5/start.s @@ -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/boot/pc98/boot0.5/start.s,v 1.2 2003/05/02 09:33:12 kato Exp $ # .global start .code16 diff --git a/sys/boot/pc98/boot0.5/support.s b/sys/boot/pc98/boot0.5/support.s index 65f5a9a63209..5af88e418a0d 100644 --- a/sys/boot/pc98/boot0.5/support.s +++ b/sys/boot/pc98/boot0.5/support.s @@ -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/boot/pc98/boot0.5/support.s,v 1.1 2000/08/02 08:46:08 kato Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/syscons.s b/sys/boot/pc98/boot0.5/syscons.s index 150b835f795d..11f4dd3e76e0 100644 --- a/sys/boot/pc98/boot0.5/syscons.s +++ b/sys/boot/pc98/boot0.5/syscons.s @@ -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/boot/pc98/boot0.5/syscons.s,v 1.1 2000/08/02 08:46:08 kato Exp $ # .code16 diff --git a/sys/boot/pc98/boot0/Makefile b/sys/boot/pc98/boot0/Makefile index be4577c61ac9..4ae2c05ab3c6 100644 --- a/sys/boot/pc98/boot0/Makefile +++ b/sys/boot/pc98/boot0/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/boot0/Makefile,v 1.4 2004/12/21 08:47:16 ru Exp $ PROG= ${BOOT}.out INTERNALPROG= diff --git a/sys/boot/pc98/boot0/boot0.s b/sys/boot/pc98/boot0/boot0.s index 508e2521157a..177817b0a079 100644 --- a/sys/boot/pc98/boot0/boot0.s +++ b/sys/boot/pc98/boot0/boot0.s @@ -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/boot/pc98/boot0/boot0.s,v 1.1 2000/08/02 08:46:08 kato Exp $ .globl start .code16 diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile index 2bac1e495d0e..6fe054cb5b28 100644 --- a/sys/boot/pc98/boot2/Makefile +++ b/sys/boot/pc98/boot2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/boot2/Makefile,v 1.23 2005/05/08 14:17:27 nyan Exp $ # PROG= boot diff --git a/sys/boot/pc98/boot2/README.serial.98 b/sys/boot/pc98/boot2/README.serial.98 index 97a4b32f5e6d..4682e97e38e6 100644 --- a/sys/boot/pc98/boot2/README.serial.98 +++ b/sys/boot/pc98/boot2/README.serial.98 @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/pc98/boot2/README.serial.98,v 1.2 2000/05/01 20:26:24 peter Exp $ README.srieal.98 ¥·¥ê¥¢¥ë¥³¥ó¥½¡¼¥ë¤Ë¤Ä¤¤¤Æ diff --git a/sys/boot/pc98/boot2/asm.S b/sys/boot/pc98/boot2/asm.S index de51618f162e..dba29892d42d 100644 --- a/sys/boot/pc98/boot2/asm.S +++ b/sys/boot/pc98/boot2/asm.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:13 rpd - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/asm.S,v 1.3 2001/05/24 11:18:32 nyan Exp $ */ diff --git a/sys/boot/pc98/boot2/asm.h b/sys/boot/pc98/boot2/asm.h index 914014dea7b8..fed5ced61ec0 100644 --- a/sys/boot/pc98/boot2/asm.h +++ b/sys/boot/pc98/boot2/asm.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.7 92/02/29 15:33:41 rpd - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/asm.h,v 1.5 2003/07/13 08:13:52 nyan Exp $ */ #define S_ARG0 4(%esp) diff --git a/sys/boot/pc98/boot2/bios.S b/sys/boot/pc98/boot2/bios.S index 8a884d6342dc..cedcc6e993b9 100644 --- a/sys/boot/pc98/boot2/bios.S +++ b/sys/boot/pc98/boot2/bios.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/bios.S,v 1.4 2003/01/06 13:43:13 nyan Exp $ */ /* diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c index feccc7ec0357..8a3736276a00 100644 --- a/sys/boot/pc98/boot2/boot.c +++ b/sys/boot/pc98/boot2/boot.c @@ -49,7 +49,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/boot2/boot.c,v 1.14 2005/05/27 19:26:11 jhb Exp $"); #include "boot.h" #include <a.out.h> diff --git a/sys/boot/pc98/boot2/boot.h b/sys/boot/pc98/boot2/boot.h index e39fee53d1e8..42c804560929 100644 --- a/sys/boot/pc98/boot2/boot.h +++ b/sys/boot/pc98/boot2/boot.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:35:03 rpd - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/boot.h,v 1.7 2005/05/08 14:17:27 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/boot/pc98/boot2/boot2.S b/sys/boot/pc98/boot2/boot2.S index be85030b0895..152f636e5fcc 100644 --- a/sys/boot/pc98/boot2/boot2.S +++ b/sys/boot/pc98/boot2/boot2.S @@ -25,7 +25,7 @@ * * from: Mach, Revision 2.2 92/04/04 11:35:26 rpd * boot2.S,v 1.6 1995/01/25 21:37:40 bde Exp - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/boot2.S,v 1.4 2005/05/08 14:17:27 nyan Exp $ */ /* * Ported to PC-9801 by Yoshio Kimura diff --git a/sys/boot/pc98/boot2/dinode.h b/sys/boot/pc98/boot2/dinode.h index 2a78f344d40c..2eb3de34f034 100644 --- a/sys/boot/pc98/boot2/dinode.h +++ b/sys/boot/pc98/boot2/dinode.h @@ -33,7 +33,7 @@ * * @(#)dinode.h 8.3 (Berkeley) 1/21/94 * %FreeBSD: src/sys/ufs/ufs/dinode.h,v 1.7 1999/08/28 00:52:27 peter Exp % - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/dinode.h,v 1.4 2004/06/16 18:21:22 phk Exp $ */ #ifndef _UFS_UFS_DINODE_H_ diff --git a/sys/boot/pc98/boot2/disk.c b/sys/boot/pc98/boot2/disk.c index f9706cad3e00..8eea7c75c692 100644 --- a/sys/boot/pc98/boot2/disk.c +++ b/sys/boot/pc98/boot2/disk.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/boot2/disk.c,v 1.13 2005/05/08 14:17:27 nyan Exp $"); #include "boot.h" #include <sys/disklabel.h> diff --git a/sys/boot/pc98/boot2/fs.h b/sys/boot/pc98/boot2/fs.h index 8ac77da6d099..b13fb0af57b5 100644 --- a/sys/boot/pc98/boot2/fs.h +++ b/sys/boot/pc98/boot2/fs.h @@ -28,7 +28,7 @@ * * @(#)fs.h 8.13 (Berkeley) 3/21/95 * %FreeBSD: src/sys/ufs/ffs/fs.h,v 1.14.2.3 2001/09/21 19:15:22 dillon Exp % - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/fs.h,v 1.2 2004/04/05 23:41:29 imp Exp $ */ #ifndef _UFS_FFS_FS_H_ diff --git a/sys/boot/pc98/boot2/inode.h b/sys/boot/pc98/boot2/inode.h index 9a59f99bc77b..bb37432b3cf0 100644 --- a/sys/boot/pc98/boot2/inode.h +++ b/sys/boot/pc98/boot2/inode.h @@ -33,7 +33,7 @@ * * @(#)inode.h 8.9 (Berkeley) 5/14/95 * %FreeBSD: src/sys/ufs/ufs/inode.h,v 1.28.2.2 2001/09/29 12:52:52 iedowse Exp % - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/inode.h,v 1.4 2004/06/16 18:21:22 phk Exp $ */ #ifndef _UFS_UFS_INODE_H_ diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c index a6b9bdce697b..32d43ba47600 100644 --- a/sys/boot/pc98/boot2/io.c +++ b/sys/boot/pc98/boot2/io.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/boot2/io.c,v 1.8.2.2 2006/05/21 11:20:27 nyan Exp $"); #include "boot.h" #include <machine/cpufunc.h> diff --git a/sys/boot/pc98/boot2/probe_keyboard.c b/sys/boot/pc98/boot2/probe_keyboard.c index f10329683a8c..0efda3ed8613 100644 --- a/sys/boot/pc98/boot2/probe_keyboard.c +++ b/sys/boot/pc98/boot2/probe_keyboard.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/boot2/probe_keyboard.c,v 1.3 2003/09/08 09:11:20 obrien Exp $"); #include "boot.h" diff --git a/sys/boot/pc98/boot2/quota.h b/sys/boot/pc98/boot2/quota.h index 324131acf561..9444f734ebbd 100644 --- a/sys/boot/pc98/boot2/quota.h +++ b/sys/boot/pc98/boot2/quota.h @@ -31,7 +31,7 @@ * * @(#)quota.h 8.3 (Berkeley) 8/19/94 * %FreeBSD: src/sys/ufs/ufs/quota.h,v 1.15 1999/12/29 04:55:05 peter Exp % - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/quota.h,v 1.2 2004/04/05 23:41:29 imp Exp $ */ #ifndef _UFS_UFS_QUOTA_H_ diff --git a/sys/boot/pc98/boot2/serial.S b/sys/boot/pc98/boot2/serial.S index ea7b98aac4e3..115559d98621 100644 --- a/sys/boot/pc98/boot2/serial.S +++ b/sys/boot/pc98/boot2/serial.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/serial.S,v 1.4 2000/03/30 09:25:02 kato Exp $ */ /* diff --git a/sys/boot/pc98/boot2/serial_16550.S b/sys/boot/pc98/boot2/serial_16550.S index 114a369c8c98..149dc2ca97d8 100644 --- a/sys/boot/pc98/boot2/serial_16550.S +++ b/sys/boot/pc98/boot2/serial_16550.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/serial_16550.S,v 1.7 2004/05/20 20:48:29 markm Exp $ */ /* diff --git a/sys/boot/pc98/boot2/serial_8251.S b/sys/boot/pc98/boot2/serial_8251.S index 217dbdb17698..21a4208e0a72 100644 --- a/sys/boot/pc98/boot2/serial_8251.S +++ b/sys/boot/pc98/boot2/serial_8251.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:34:26 rpd - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/serial_8251.S,v 1.4 2004/05/20 20:52:04 markm Exp $ */ /* diff --git a/sys/boot/pc98/boot2/start.S b/sys/boot/pc98/boot2/start.S index 2a9bcbb7a1b2..6b2ef35c4ad7 100644 --- a/sys/boot/pc98/boot2/start.S +++ b/sys/boot/pc98/boot2/start.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:29 rpd - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot2/start.S,v 1.5 2002/05/14 12:34:03 nyan Exp $ */ /* diff --git a/sys/boot/pc98/boot2/sys.c b/sys/boot/pc98/boot2/sys.c index 0ceb07e5aba3..664e39b9bd39 100644 --- a/sys/boot/pc98/boot2/sys.c +++ b/sys/boot/pc98/boot2/sys.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/boot2/sys.c,v 1.7 2005/05/08 14:17:27 nyan Exp $"); /* * Ported to PC-9801 by Yoshio Kimura diff --git a/sys/boot/pc98/boot2/table.c b/sys/boot/pc98/boot2/table.c index e8e6dea521b0..67f1871f3d4d 100644 --- a/sys/boot/pc98/boot2/table.c +++ b/sys/boot/pc98/boot2/table.c @@ -49,7 +49,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/boot2/table.c,v 1.5 2005/05/08 14:17:27 nyan Exp $"); #include "boot.h" diff --git a/sys/boot/pc98/btx/Makefile b/sys/boot/pc98/btx/Makefile index 39f78ed639b9..606b2c09525f 100644 --- a/sys/boot/pc98/btx/Makefile +++ b/sys/boot/pc98/btx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/btx/Makefile,v 1.3 1999/08/28 00:40:28 peter Exp $ SUBDIR= btx btxldr lib diff --git a/sys/boot/pc98/btx/Makefile.inc b/sys/boot/pc98/btx/Makefile.inc index 265f86d1ed55..6572d904a4ef 100644 --- a/sys/boot/pc98/btx/Makefile.inc +++ b/sys/boot/pc98/btx/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/btx/Makefile.inc,v 1.1 2004/02/07 12:19:43 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/boot/pc98/btx/btx/Makefile b/sys/boot/pc98/btx/btx/Makefile index ac9a64ebf662..dfe423a38896 100644 --- a/sys/boot/pc98/btx/btx/Makefile +++ b/sys/boot/pc98/btx/btx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/btx/btx/Makefile,v 1.12 2005/05/08 14:17:27 nyan Exp $ PROG= btx INTERNALPROG= diff --git a/sys/boot/pc98/btx/btx/btx.S b/sys/boot/pc98/btx/btx/btx.S index 337f19190f51..4c0a37484d69 100644 --- a/sys/boot/pc98/btx/btx/btx.S +++ b/sys/boot/pc98/btx/btx/btx.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/btx/btx/btx.S,v 1.21 2005/05/08 14:17:27 nyan Exp $ */ /* diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile index ba7a9938a82c..3a78809439b1 100644 --- a/sys/boot/pc98/btx/btxldr/Makefile +++ b/sys/boot/pc98/btx/btxldr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/btx/btxldr/Makefile,v 1.10 2005/05/08 14:17:27 nyan Exp $ PROG= btxldr INTERNALPROG= diff --git a/sys/boot/pc98/btx/btxldr/btxldr.S b/sys/boot/pc98/btx/btxldr/btxldr.S index 2104605b7436..2ba9586dcf96 100644 --- a/sys/boot/pc98/btx/btxldr/btxldr.S +++ b/sys/boot/pc98/btx/btxldr/btxldr.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/btx/btxldr/btxldr.S,v 1.12 2005/05/08 14:17:27 nyan Exp $ */ /* diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 8fab66a541af..fa7ed759c3da 100644 --- a/sys/boot/pc98/btx/lib/Makefile +++ b/sys/boot/pc98/btx/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/btx/lib/Makefile,v 1.10 2004/12/21 08:47:18 ru Exp $ PROG= crt0.o INTERNALPROG= diff --git a/sys/boot/pc98/btx/lib/btxcsu.s b/sys/boot/pc98/btx/lib/btxcsu.s index 6a006596295f..34cce304abce 100644 --- a/sys/boot/pc98/btx/lib/btxcsu.s +++ b/sys/boot/pc98/btx/lib/btxcsu.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/btx/lib/btxcsu.s,v 1.3 2004/10/24 12:16:18 nyan Exp $ # # BTX C startup code (ELF). diff --git a/sys/boot/pc98/btx/lib/btxsys.s b/sys/boot/pc98/btx/lib/btxsys.s index 9c77b4295e7c..e2d5477b26e8 100644 --- a/sys/boot/pc98/btx/lib/btxsys.s +++ b/sys/boot/pc98/btx/lib/btxsys.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/btx/lib/btxsys.s,v 1.2 1999/08/28 00:40:32 peter Exp $ # # BTX system calls. diff --git a/sys/boot/pc98/btx/lib/btxv86.h b/sys/boot/pc98/btx/lib/btxv86.h index 1152f8b1d963..3452c00356b0 100644 --- a/sys/boot/pc98/btx/lib/btxv86.h +++ b/sys/boot/pc98/btx/lib/btxv86.h @@ -14,7 +14,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/btx/lib/btxv86.h,v 1.2 1999/08/28 00:40:32 peter Exp $ */ #ifndef _BTXV86_H_ diff --git a/sys/boot/pc98/btx/lib/btxv86.s b/sys/boot/pc98/btx/lib/btxv86.s index 0d7d1116322d..2dac463a19e4 100644 --- a/sys/boot/pc98/btx/lib/btxv86.s +++ b/sys/boot/pc98/btx/lib/btxv86.s @@ -13,7 +13,7 @@ # purpose. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/btx/lib/btxv86.s,v 1.2 1999/08/28 00:40:33 peter Exp $ # # BTX V86 interface. diff --git a/sys/boot/pc98/cdboot/Makefile b/sys/boot/pc98/cdboot/Makefile index d9e3fb57914f..b08250c97436 100644 --- a/sys/boot/pc98/cdboot/Makefile +++ b/sys/boot/pc98/cdboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/cdboot/Makefile,v 1.1.2.1 2006/06/16 13:40:50 nyan Exp $ PROG= cdboot STRIP= diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s index c98cd21f896a..70ee4621e0ed 100644 --- a/sys/boot/pc98/cdboot/cdboot.s +++ b/sys/boot/pc98/cdboot/cdboot.s @@ -28,7 +28,7 @@ # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/cdboot/cdboot.s,v 1.1.2.1 2006/06/16 13:40:50 nyan Exp $ # # Basically, we first create a set of boot arguments to pass to the loaded diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile index 2303fd9663b4..7bca10d6a0f7 100644 --- a/sys/boot/pc98/kgzldr/Makefile +++ b/sys/boot/pc98/kgzldr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/kgzldr/Makefile,v 1.17 2005/05/08 14:17:28 nyan Exp $ PROG= kgzldr.o STRIP= diff --git a/sys/boot/pc98/kgzldr/crt.s b/sys/boot/pc98/kgzldr/crt.s index e028bc8e6722..a431915f72a6 100644 --- a/sys/boot/pc98/kgzldr/crt.s +++ b/sys/boot/pc98/kgzldr/crt.s @@ -24,7 +24,7 @@ # EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # From: btx.s 1.10 1999/02/25 16:27:41 rnordier -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/kgzldr/crt.s,v 1.5 2005/05/08 14:17:28 nyan Exp $ # # Screen defaults and assumptions. diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile index 6e61c9337083..36f7b99228f7 100644 --- a/sys/boot/pc98/libpc98/Makefile +++ b/sys/boot/pc98/libpc98/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/libpc98/Makefile,v 1.22.2.1 2006/10/01 12:07:07 ru Exp $ # LIB= pc98 INTERNALLIB= diff --git a/sys/boot/pc98/libpc98/bioscd.c b/sys/boot/pc98/libpc98/bioscd.c index 1b8d432c5103..d6e9851fb2b8 100644 --- a/sys/boot/pc98/libpc98/bioscd.c +++ b/sys/boot/pc98/libpc98/bioscd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/bioscd.c,v 1.1.2.1 2006/06/16 13:14:15 nyan Exp $"); /* * BIOS CD device handling for CD's that have been booted off of via no diff --git a/sys/boot/pc98/libpc98/biosdisk.c b/sys/boot/pc98/libpc98/biosdisk.c index 23c9680e91b1..3648be86798a 100644 --- a/sys/boot/pc98/libpc98/biosdisk.c +++ b/sys/boot/pc98/libpc98/biosdisk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/biosdisk.c,v 1.32.2.1 2006/10/01 12:07:07 ru Exp $"); /* * BIOS disk device handling. diff --git a/sys/boot/pc98/libpc98/biosmem.c b/sys/boot/pc98/libpc98/biosmem.c index b450922e3d2c..e39d6d10bfa7 100644 --- a/sys/boot/pc98/libpc98/biosmem.c +++ b/sys/boot/pc98/libpc98/biosmem.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/biosmem.c,v 1.7.2.1 2006/10/01 12:07:07 ru Exp $"); /* * Obtain memory configuration information from the BIOS diff --git a/sys/boot/pc98/libpc98/comconsole.c b/sys/boot/pc98/libpc98/comconsole.c index e2ba06735c0d..85e53f4c7e92 100644 --- a/sys/boot/pc98/libpc98/comconsole.c +++ b/sys/boot/pc98/libpc98/comconsole.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/comconsole.c,v 1.6.2.1 2006/01/28 07:55:19 nyan Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/pc98/libpc98/i386_module.c b/sys/boot/pc98/libpc98/i386_module.c index d988b27f0058..f04fb9c22282 100644 --- a/sys/boot/pc98/libpc98/i386_module.c +++ b/sys/boot/pc98/libpc98/i386_module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/i386_module.c,v 1.2 2003/09/08 09:11:20 obrien Exp $"); int i386_autoload(void) diff --git a/sys/boot/pc98/libpc98/time.c b/sys/boot/pc98/libpc98/time.c index b8dbe0227e7c..5c2fd13ffeee 100644 --- a/sys/boot/pc98/libpc98/time.c +++ b/sys/boot/pc98/libpc98/time.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/time.c,v 1.6 2005/05/08 14:17:28 nyan Exp $"); #include <stand.h> #include <btxv86.h> diff --git a/sys/boot/pc98/libpc98/vidconsole.c b/sys/boot/pc98/libpc98/vidconsole.c index 19fb981aaa1c..0d071674e3c1 100644 --- a/sys/boot/pc98/libpc98/vidconsole.c +++ b/sys/boot/pc98/libpc98/vidconsole.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/vidconsole.c,v 1.14 2005/05/08 14:17:28 nyan Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 9085690c0c96..391be4b0b6da 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/loader/Makefile,v 1.38.2.1 2005/10/30 16:34:37 nyan Exp $ PROG= loader.sym INTERNALPROG= diff --git a/sys/boot/pc98/loader/conf.c b/sys/boot/pc98/loader/conf.c index ce80cefd1aac..7bb635a821ba 100644 --- a/sys/boot/pc98/loader/conf.c +++ b/sys/boot/pc98/loader/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/loader/conf.c,v 1.3 2004/10/24 12:14:05 nyan Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c index 12fa7e7ccf72..a9bf8b34731c 100644 --- a/sys/boot/pc98/loader/main.c +++ b/sys/boot/pc98/loader/main.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/loader/main.c,v 1.20.2.2 2006/10/01 12:07:08 ru Exp $"); /* * MD bootstrap main() and assorted miscellaneous diff --git a/sys/boot/powerpc/Makefile b/sys/boot/powerpc/Makefile index f805d119eb2b..a371f749236b 100644 --- a/sys/boot/powerpc/Makefile +++ b/sys/boot/powerpc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/Makefile,v 1.1 2000/10/16 10:46:10 obrien Exp $ SUBDIR= loader diff --git a/sys/boot/powerpc/loader/Makefile b/sys/boot/powerpc/loader/Makefile index c409729a2850..fd8d1456965a 100644 --- a/sys/boot/powerpc/loader/Makefile +++ b/sys/boot/powerpc/loader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/loader/Makefile,v 1.18 2004/12/21 12:32:15 ru Exp $ PROG= loader NEWVERSWHAT= "bootstrap loader" "Open Firmware/PowerPC" diff --git a/sys/boot/powerpc/loader/conf.c b/sys/boot/powerpc/loader/conf.c index d214d1eb9f96..54c05e8d29a6 100644 --- a/sys/boot/powerpc/loader/conf.c +++ b/sys/boot/powerpc/loader/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/loader/conf.c,v 1.10 2004/01/04 23:21:18 obrien Exp $"); #include <stand.h> #include "bootstrap.h" diff --git a/sys/boot/powerpc/loader/help.ofw b/sys/boot/powerpc/loader/help.ofw index 5873eb0512d2..6b1f1c21b825 100644 --- a/sys/boot/powerpc/loader/help.ofw +++ b/sys/boot/powerpc/loader/help.ofw @@ -1 +1 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/loader/help.ofw,v 1.1 2000/10/16 10:46:16 obrien Exp $ diff --git a/sys/boot/powerpc/loader/ldscript.powerpc b/sys/boot/powerpc/loader/ldscript.powerpc index ecf8129455aa..10f484ba6d5b 100644 --- a/sys/boot/powerpc/loader/ldscript.powerpc +++ b/sys/boot/powerpc/loader/ldscript.powerpc @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/powerpc/loader/ldscript.powerpc,v 1.1 2004/07/08 12:52:35 grehan Exp $ */ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc") OUTPUT_ARCH(powerpc) diff --git a/sys/boot/powerpc/loader/metadata.c b/sys/boot/powerpc/loader/metadata.c index 37c2bb717000..624cbb5776b2 100644 --- a/sys/boot/powerpc/loader/metadata.c +++ b/sys/boot/powerpc/loader/metadata.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/loader/metadata.c,v 1.5.2.1 2006/02/14 06:20:16 ru Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/powerpc/loader/start.c b/sys/boot/powerpc/loader/start.c index ff3fcd88c5a2..04064deabee6 100644 --- a/sys/boot/powerpc/loader/start.c +++ b/sys/boot/powerpc/loader/start.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/loader/start.c,v 1.6 2005/01/05 22:16:58 imp Exp $"); #include <stand.h> #include "libofw.h" diff --git a/sys/boot/powerpc/loader/version b/sys/boot/powerpc/loader/version index cb0f6938f966..d115d531acf8 100644 --- a/sys/boot/powerpc/loader/version +++ b/sys/boot/powerpc/loader/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/loader/version,v 1.1 2000/10/16 10:46:16 obrien Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/boot/sparc64/Makefile b/sys/boot/sparc64/Makefile index fdc87fde92d5..71b7999d07ca 100644 --- a/sys/boot/sparc64/Makefile +++ b/sys/boot/sparc64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/sparc64/Makefile,v 1.2 2002/03/28 01:41:23 obrien Exp $ SUBDIR= boot1 loader diff --git a/sys/boot/sparc64/Makefile.inc b/sys/boot/sparc64/Makefile.inc index f2170c83a8a7..aa3ec51308e4 100644 --- a/sys/boot/sparc64/Makefile.inc +++ b/sys/boot/sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/sparc64/Makefile.inc,v 1.1 2004/02/09 14:17:02 ru Exp $ BINDIR?= /boot CFLAGS+= -ffreestanding diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile index 9670678c20eb..489cf4879b48 100644 --- a/sys/boot/sparc64/boot1/Makefile +++ b/sys/boot/sparc64/boot1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/sparc64/boot1/Makefile,v 1.11 2004/12/21 08:47:18 ru Exp $ PROG= boot1.elf INTERNALPROG= diff --git a/sys/boot/sparc64/boot1/_start.s b/sys/boot/sparc64/boot1/_start.s index 30f8019cc863..3fa176cf8838 100644 --- a/sys/boot/sparc64/boot1/_start.s +++ b/sys/boot/sparc64/boot1/_start.s @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/sparc64/boot1/_start.s,v 1.2 2004/02/11 21:17:04 ru Exp $ */ .text .globl _start diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c index 813da29f4ecf..33af6d8dc9d5 100644 --- a/sys/boot/sparc64/boot1/boot1.c +++ b/sys/boot/sparc64/boot1/boot1.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/sparc64/boot1/boot1.c,v 1.19 2005/01/05 22:16:58 imp Exp $"); #include <sys/param.h> #include <sys/dirent.h> diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile index c8a423de2ddb..773db8109ea6 100644 --- a/sys/boot/sparc64/loader/Makefile +++ b/sys/boot/sparc64/loader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/sparc64/loader/Makefile,v 1.19 2004/12/21 12:32:15 ru Exp $ PROG= loader NEWVERSWHAT= "bootstrap loader" sparc64 diff --git a/sys/boot/sparc64/loader/locore.S b/sys/boot/sparc64/loader/locore.S index 5eb69351815d..eab8375e9774 100644 --- a/sys/boot/sparc64/loader/locore.S +++ b/sys/boot/sparc64/loader/locore.S @@ -6,7 +6,7 @@ * As long as the above copyright statement and this notice remain * unchanged, you can do what ever you want with this file. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/sparc64/loader/locore.S,v 1.7 2005/01/05 22:16:58 imp Exp $ */ #define LOCORE diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index c93e61038898..31d3c901d87d 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/sparc64/loader/main.c,v 1.26 2005/01/05 22:16:58 imp Exp $"); /* * FreeBSD/sparc64 kernel loader - machine dependent part diff --git a/sys/boot/sparc64/loader/metadata.c b/sys/boot/sparc64/loader/metadata.c index 3f6af23abcaa..b1c0cbcc0b02 100644 --- a/sys/boot/sparc64/loader/metadata.c +++ b/sys/boot/sparc64/loader/metadata.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/sparc64/loader/metadata.c,v 1.13.2.2 2006/02/14 06:20:16 ru Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/sparc64/loader/version b/sys/boot/sparc64/loader/version index bef4091e58f6..4f5750d09dbe 100644 --- a/sys/boot/sparc64/loader/version +++ b/sys/boot/sparc64/loader/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/sparc64/loader/version,v 1.1 2002/07/07 18:23:10 jake Exp $ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. diff --git a/sys/bsm/audit.h b/sys/bsm/audit.h index 61686ef04134..284e5dbac512 100644 --- a/sys/bsm/audit.h +++ b/sys/bsm/audit.h @@ -31,7 +31,7 @@ * @APPLE_BSD_LICENSE_HEADER_END@ * * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit.h#34 $ - * $FreeBSD$ + * $FreeBSD: src/sys/bsm/audit.h,v 1.1.2.2 2006/09/29 22:43:30 rwatson Exp $ */ #ifndef _BSM_AUDIT_H diff --git a/sys/bsm/audit_internal.h b/sys/bsm/audit_internal.h index 63e56389a20b..7f804d91b6b8 100644 --- a/sys/bsm/audit_internal.h +++ b/sys/bsm/audit_internal.h @@ -35,7 +35,7 @@ * @APPLE_BSD_LICENSE_HEADER_END@ * * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_internal.h#14 $ - * $FreeBSD$ + * $FreeBSD: src/sys/bsm/audit_internal.h,v 1.4.2.2 2006/09/29 22:43:30 rwatson Exp $ */ #ifndef _AUDIT_INTERNAL_H diff --git a/sys/bsm/audit_kevents.h b/sys/bsm/audit_kevents.h index 221797110516..e182181d4905 100644 --- a/sys/bsm/audit_kevents.h +++ b/sys/bsm/audit_kevents.h @@ -31,7 +31,7 @@ * @APPLE_BSD_LICENSE_HEADER_END@ * * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_kevents.h#29 $ - * $FreeBSD$ + * $FreeBSD: src/sys/bsm/audit_kevents.h,v 1.2.2.2 2006/09/29 22:43:30 rwatson Exp $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ diff --git a/sys/bsm/audit_record.h b/sys/bsm/audit_record.h index b10bbd745c43..1d700e9bf277 100644 --- a/sys/bsm/audit_record.h +++ b/sys/bsm/audit_record.h @@ -31,7 +31,7 @@ * @APPLE_BSD_LICENSE_HEADER_END@ * * $P4: //depot/projects/trustedbsd/audit3/sys/bsm/audit_record.h#21 $ - * $FreeBSD$ + * $FreeBSD: src/sys/bsm/audit_record.h,v 1.5.2.2 2006/09/29 22:43:30 rwatson Exp $ */ #ifndef _BSM_AUDIT_RECORD_H_ diff --git a/sys/cam/cam.c b/sys/cam/cam.c index 9fbdac78907e..dfd7712882aa 100644 --- a/sys/cam/cam.c +++ b/sys/cam/cam.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/cam.c,v 1.9 2005/01/05 22:34:34 imp Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/cam/cam.h b/sys/cam/cam.h index 93e00b25f776..88780809690b 100644 --- a/sys/cam/cam.h +++ b/sys/cam/cam.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/cam/cam.h,v 1.11 2005/01/05 22:34:34 imp Exp $ */ #ifndef _CAM_CAM_H diff --git a/sys/cam/cam_ccb.h b/sys/cam/cam_ccb.h index 533d4f6d1291..ead80f38d8b7 100644 --- a/sys/cam/cam_ccb.h +++ b/sys/cam/cam_ccb.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/cam/cam_ccb.h,v 1.28.2.1 2006/06/08 17:51:27 mjacob Exp $ */ #ifndef _CAM_CAM_CCB_H diff --git a/sys/cam/cam_debug.h b/sys/cam/cam_debug.h index 8be45479b16e..848dd4f63315 100644 --- a/sys/cam/cam_debug.h +++ b/sys/cam/cam_debug.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/cam/cam_debug.h,v 1.8 2005/01/05 22:34:34 imp Exp $ */ #ifndef _CAM_CAM_DEBUG_H #define _CAM_CAM_DEBUG_H 1 diff --git a/sys/cam/cam_periph.c b/sys/cam/cam_periph.c index 72bdec71d885..be5cc8ff9252 100644 --- a/sys/cam/cam_periph.c +++ b/sys/cam/cam_periph.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/cam_periph.c,v 1.60.2.2 2006/10/09 21:44:23 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cam/cam_periph.h b/sys/cam/cam_periph.h index c5d02fc517e0..ef0ea2b0684d 100644 --- a/sys/cam/cam_periph.h +++ b/sys/cam/cam_periph.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/cam/cam_periph.h,v 1.16 2005/01/05 22:34:34 imp Exp $ */ #ifndef _CAM_CAM_PERIPH_H diff --git a/sys/cam/cam_queue.c b/sys/cam/cam_queue.c index 1e756d2e89a8..6f9f631df14e 100644 --- a/sys/cam/cam_queue.c +++ b/sys/cam/cam_queue.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/cam_queue.c,v 1.9 2005/07/01 15:21:29 avatar Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cam/cam_queue.h b/sys/cam/cam_queue.h index d2990ad26e94..63fcc0604c21 100644 --- a/sys/cam/cam_queue.h +++ b/sys/cam/cam_queue.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/cam/cam_queue.h,v 1.9 2005/01/05 22:34:34 imp Exp $ */ #ifndef _CAM_CAM_QUEUE_H diff --git a/sys/cam/cam_sim.c b/sys/cam/cam_sim.c index 322915f20795..e49dbab0dc10 100644 --- a/sys/cam/cam_sim.c +++ b/sys/cam/cam_sim.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/cam_sim.c,v 1.9 2005/07/01 15:21:29 avatar Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cam/cam_sim.h b/sys/cam/cam_sim.h index c4e39109eabd..975034c2bf6f 100644 --- a/sys/cam/cam_sim.h +++ b/sys/cam/cam_sim.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/cam/cam_sim.h,v 1.6 2005/01/05 22:34:34 imp Exp $ */ #ifndef _CAM_CAM_SIM_H diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 5b6d2f5152f7..9e51d8c388f5 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/cam_xpt.c,v 1.155.2.8 2006/09/23 18:42:08 mjacob Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/cam/cam_xpt.h b/sys/cam/cam_xpt.h index 1b982c7cc6de..1a0bcbdf9f0d 100644 --- a/sys/cam/cam_xpt.h +++ b/sys/cam/cam_xpt.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/cam/cam_xpt.h,v 1.5 2005/01/05 22:34:34 imp Exp $ */ #ifndef _CAM_CAM_XPT_H diff --git a/sys/cam/cam_xpt_periph.h b/sys/cam/cam_xpt_periph.h index c6b8cc26748f..c43694b3f8de 100644 --- a/sys/cam/cam_xpt_periph.h +++ b/sys/cam/cam_xpt_periph.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/cam/cam_xpt_periph.h,v 1.5 2005/07/01 15:21:29 avatar Exp $ */ #ifndef _CAM_CAM_XPT_PERIPH_H diff --git a/sys/cam/cam_xpt_sim.h b/sys/cam/cam_xpt_sim.h index 603c9efa22f8..6d5a453d0d5a 100644 --- a/sys/cam/cam_xpt_sim.h +++ b/sys/cam/cam_xpt_sim.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/cam/cam_xpt_sim.h,v 1.8 2005/01/05 22:34:34 imp Exp $ */ #ifndef _CAM_CAM_XPT_SIM_H diff --git a/sys/cam/scsi/scsi_all.c b/sys/cam/scsi/scsi_all.c index adaef35cc965..6b478709479b 100644 --- a/sys/cam/scsi/scsi_all.c +++ b/sys/cam/scsi/scsi_all.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_all.c,v 1.48.2.1 2006/09/09 07:21:18 ken Exp $"); #include <sys/param.h> diff --git a/sys/cam/scsi/scsi_all.h b/sys/cam/scsi/scsi_all.h index 8d320d9d4c6a..9e1634be09f9 100644 --- a/sys/cam/scsi/scsi_all.h +++ b/sys/cam/scsi/scsi_all.h @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_all.h,v 1.24.2.2 2006/09/09 07:21:18 ken Exp $ */ /* diff --git a/sys/cam/scsi/scsi_cd.c b/sys/cam/scsi/scsi_cd.c index a64d93e41743..c7f027252230 100644 --- a/sys/cam/scsi/scsi_cd.c +++ b/sys/cam/scsi/scsi_cd.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_cd.c,v 1.93.2.3 2006/07/26 07:48:51 delphij Exp $"); #include "opt_cd.h" diff --git a/sys/cam/scsi/scsi_cd.h b/sys/cam/scsi/scsi_cd.h index f502d664391a..0d36247225c6 100644 --- a/sys/cam/scsi/scsi_cd.h +++ b/sys/cam/scsi/scsi_cd.h @@ -41,7 +41,7 @@ * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * * from: scsi_cd.h,v 1.10 1997/02/22 09:44:28 peter Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_cd.h,v 1.7 2003/02/21 06:19:38 ken Exp $ */ #ifndef _SCSI_SCSI_CD_H #define _SCSI_SCSI_CD_H 1 diff --git a/sys/cam/scsi/scsi_ch.c b/sys/cam/scsi/scsi_ch.c index c79dd992d804..76e7fd81144f 100644 --- a/sys/cam/scsi/scsi_ch.c +++ b/sys/cam/scsi/scsi_ch.c @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_ch.c,v 1.42 2005/03/26 04:21:11 ken Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sys/cam/scsi/scsi_ch.h b/sys/cam/scsi/scsi_ch.h index 8490e567fc8a..ddb9f7aad0f2 100644 --- a/sys/cam/scsi/scsi_ch.h +++ b/sys/cam/scsi/scsi_ch.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_ch.h,v 1.5 2005/01/05 22:34:34 imp Exp $ */ /* $NetBSD: scsi_changer.h,v 1.11 1998/02/13 08:28:32 enami Exp $ */ /*- diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index a3c7d94bd96f..c78776c59d1d 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_da.c,v 1.180.2.9 2006/11/14 12:54:39 flz Exp $"); #include <sys/param.h> diff --git a/sys/cam/scsi/scsi_da.h b/sys/cam/scsi/scsi_da.h index da099f69cba9..96ba56e8f569 100644 --- a/sys/cam/scsi/scsi_da.h +++ b/sys/cam/scsi/scsi_da.h @@ -46,7 +46,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992 * - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_da.h,v 1.8 2005/01/05 22:34:34 imp Exp $ */ #ifndef _SCSI_SCSI_DA_H diff --git a/sys/cam/scsi/scsi_dvcfg.h b/sys/cam/scsi/scsi_dvcfg.h index 229dec782149..51df96d0656d 100644 --- a/sys/cam/scsi/scsi_dvcfg.h +++ b/sys/cam/scsi/scsi_dvcfg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_dvcfg.h,v 1.2 2005/01/05 22:34:34 imp Exp $ */ /* $NecBSD: scsi_dvcfg.h,v 1.4 1998/03/14 07:05:06 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/cam/scsi/scsi_iu.h b/sys/cam/scsi/scsi_iu.h index 7e577715d550..7d6b05325339 100644 --- a/sys/cam/scsi/scsi_iu.h +++ b/sys/cam/scsi/scsi_iu.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_iu.h,v 1.3 2005/01/05 22:34:34 imp Exp $ */ #ifndef _SCSI_SCSI_IU_H #define _SCSI_SCSI_IU_H 1 diff --git a/sys/cam/scsi/scsi_low.c b/sys/cam/scsi/scsi_low.c index dc9a492ab912..e7cc763689d8 100644 --- a/sys/cam/scsi/scsi_low.c +++ b/sys/cam/scsi/scsi_low.c @@ -2,7 +2,7 @@ /* $NetBSD$ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_low.c,v 1.24 2005/07/01 15:21:30 avatar Exp $"); #define SCSI_LOW_STATICS #define SCSI_LOW_DEBUG diff --git a/sys/cam/scsi/scsi_low.h b/sys/cam/scsi/scsi_low.h index 4dfa6021533d..e584325dff95 100644 --- a/sys/cam/scsi/scsi_low.h +++ b/sys/cam/scsi/scsi_low.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_low.h,v 1.8 2005/01/05 22:34:34 imp Exp $ */ /* $NecBSD: scsi_low.h,v 1.24.10.5 2001/06/26 07:31:46 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/cam/scsi/scsi_low_pisa.c b/sys/cam/scsi/scsi_low_pisa.c index 13020bb05313..737e265a5125 100644 --- a/sys/cam/scsi/scsi_low_pisa.c +++ b/sys/cam/scsi/scsi_low_pisa.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_low_pisa.c,v 1.8 2005/01/05 22:34:34 imp Exp $"); #ifdef __NetBSD__ #include <sys/param.h> diff --git a/sys/cam/scsi/scsi_low_pisa.h b/sys/cam/scsi/scsi_low_pisa.h index e0f1c7467326..9581be12ecbd 100644 --- a/sys/cam/scsi/scsi_low_pisa.h +++ b/sys/cam/scsi/scsi_low_pisa.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_low_pisa.h,v 1.5 2005/01/05 22:34:34 imp Exp $ */ /* $NecBSD: scsi_low_pisa.h,v 1.3.14.1 2001/06/08 06:27:49 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/cam/scsi/scsi_message.h b/sys/cam/scsi/scsi_message.h index 53b7640ade4d..339eeffd1252 100644 --- a/sys/cam/scsi/scsi_message.h +++ b/sys/cam/scsi/scsi_message.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. - * $FreeBSD$ + * $FreeBSD: src/sys/cam/scsi/scsi_message.h,v 1.7 2005/01/05 22:34:34 imp Exp $ */ /* Messages (1 byte) */ /* I/T (M)andatory or (O)ptional */ diff --git a/sys/cam/scsi/scsi_pass.c b/sys/cam/scsi/scsi_pass.c index aab0c7d3b279..148702ea56d6 100644 --- a/sys/cam/scsi/scsi_pass.c +++ b/sys/cam/scsi/scsi_pass.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_pass.c,v 1.43.2.1 2006/08/17 19:55:35 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cam/scsi/scsi_pass.h b/sys/cam/scsi/scsi_pass.h index ae0e0586b2f4..aec04d22c093 100644 --- a/sys/cam/scsi/scsi_pass.h +++ b/sys/cam/scsi/scsi_pass.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/cam/scsi/scsi_pass.h,v 1.5 2005/01/05 22:34:34 imp Exp $ */ #ifndef _SCSI_PASS_H diff --git a/sys/cam/scsi/scsi_pt.c b/sys/cam/scsi/scsi_pt.c index 412155a66ba1..ce2250b37d2c 100644 --- a/sys/cam/scsi/scsi_pt.c +++ b/sys/cam/scsi/scsi_pt.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_pt.c,v 1.43 2005/01/05 22:34:34 imp Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sys/cam/scsi/scsi_pt.h b/sys/cam/scsi/scsi_pt.h index 0f96b5b58408..098caa5535f2 100644 --- a/sys/cam/scsi/scsi_pt.h +++ b/sys/cam/scsi/scsi_pt.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/cam/scsi/scsi_pt.h,v 1.4 2005/01/05 22:34:35 imp Exp $ */ #ifndef _SCSI_SCSI_PT_H diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c index d3260b6a8863..b343302f40b8 100644 --- a/sys/cam/scsi/scsi_sa.c +++ b/sys/cam/scsi/scsi_sa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_sa.c,v 1.105.2.1 2006/01/26 04:57:04 mjacob Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sys/cam/scsi/scsi_sa.h b/sys/cam/scsi/scsi_sa.h index b1cee795ac59..1c6589757b08 100644 --- a/sys/cam/scsi/scsi_sa.h +++ b/sys/cam/scsi/scsi_sa.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/cam/scsi/scsi_sa.h,v 1.10 2005/01/05 22:34:35 imp Exp $ */ #ifndef _SCSI_SCSI_SA_H diff --git a/sys/cam/scsi/scsi_ses.c b/sys/cam/scsi/scsi_ses.c index 608290dc85b5..c7df20556d5f 100644 --- a/sys/cam/scsi/scsi_ses.c +++ b/sys/cam/scsi/scsi_ses.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_ses.c,v 1.32 2005/07/01 15:21:30 avatar Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sys/cam/scsi/scsi_ses.h b/sys/cam/scsi/scsi_ses.h index 9925c1f91eff..9077bca74d73 100644 --- a/sys/cam/scsi/scsi_ses.h +++ b/sys/cam/scsi/scsi_ses.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/cam/scsi/scsi_ses.h,v 1.3.2.1 2006/03/09 21:43:10 mjacob Exp $ */ /*- * Copyright (c) 2000 by Matthew Jacob * All rights reserved. diff --git a/sys/cam/scsi/scsi_targ_bh.c b/sys/cam/scsi/scsi_targ_bh.c index e755f2f60122..32ca818a3e48 100644 --- a/sys/cam/scsi/scsi_targ_bh.c +++ b/sys/cam/scsi/scsi_targ_bh.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_targ_bh.c,v 1.22 2005/07/01 15:21:30 avatar Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sys/cam/scsi/scsi_target.c b/sys/cam/scsi/scsi_target.c index 1e3d893fbbbf..32b8f952857c 100644 --- a/sys/cam/scsi/scsi_target.c +++ b/sys/cam/scsi/scsi_target.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/cam/scsi/scsi_target.c,v 1.67.2.1 2005/08/13 21:24:15 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/cam/scsi/scsi_targetio.h b/sys/cam/scsi/scsi_targetio.h index 0c868067c5f6..8ffee5f4d9ca 100644 --- a/sys/cam/scsi/scsi_targetio.h +++ b/sys/cam/scsi/scsi_targetio.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/cam/scsi/scsi_targetio.h,v 1.12 2005/01/05 22:34:35 imp Exp $ */ #ifndef _CAM_SCSI_SCSI_TARGETIO_H_ diff --git a/sys/coda/README b/sys/coda/README index 19de799c0eac..5cd02cddd335 100644 --- a/sys/coda/README +++ b/sys/coda/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/coda/README,v 1.3 2002/05/16 21:25:34 trhodes Exp $ Announcing the Availability of the Coda Distributed diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h index 8bbdeb55b0f9..d911af1b2f9b 100644 --- a/sys/coda/cnode.h +++ b/sys/coda/cnode.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/cnode.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/cnode.h,v 1.17 2005/03/13 12:09:34 jeff Exp $ * */ diff --git a/sys/coda/coda.h b/sys/coda/coda.h index 7cc627772e15..6e9343308495 100644 --- a/sys/coda/coda.h +++ b/sys/coda/coda.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda.h,v 1.13.2.1 2006/03/03 22:05:23 yar Exp $ * */ diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c index dd379d7a4664..96f6d53d47f4 100644 --- a/sys/coda/coda_fbsd.c +++ b/sys/coda/coda_fbsd.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_fbsd.c,v 1.42.2.1 2005/08/13 21:24:15 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h index 1985b01a5c56..fe1711cc7730 100644 --- a/sys/coda/coda_io.h +++ b/sys/coda/coda_io.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_io.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_io.h,v 1.8 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_kernel.h b/sys/coda/coda_kernel.h index fd365b8ad37d..cff7652355d2 100644 --- a/sys/coda/coda_kernel.h +++ b/sys/coda/coda_kernel.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_kernel.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_kernel.h,v 1.5 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c index f8a79f5a87d1..60e39bf6f804 100644 --- a/sys/coda/coda_namecache.c +++ b/sys/coda/coda_namecache.c @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_namecache.c,v 1.21 2005/01/05 23:35:00 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h index 77f2cb168255..152342c70d2d 100644 --- a/sys/coda/coda_namecache.h +++ b/sys/coda/coda_namecache.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_namecache.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_namecache.h,v 1.10 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_opstats.h b/sys/coda/coda_opstats.h index a8d52b3a8456..48749d7e89d6 100644 --- a/sys/coda/coda_opstats.h +++ b/sys/coda/coda_opstats.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_opstats.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_opstats.h,v 1.6 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h index ea61b6429a4e..7164ae591ec5 100644 --- a/sys/coda/coda_pioctl.h +++ b/sys/coda/coda_pioctl.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_pioctl.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_pioctl.h,v 1.8 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c index 7e71f1c0570b..5585c7dfd564 100644 --- a/sys/coda/coda_psdev.c +++ b/sys/coda/coda_psdev.c @@ -49,7 +49,7 @@ /* These routines are the device entry points for Venus. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_psdev.c,v 1.34 2005/03/15 10:01:31 phk Exp $"); extern int coda_nc_initialized; /* Set if cache has been initialized */ diff --git a/sys/coda/coda_psdev.h b/sys/coda/coda_psdev.h index 5d1193ba0447..ba7468d1c097 100644 --- a/sys/coda/coda_psdev.h +++ b/sys/coda/coda_psdev.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_psdev.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_psdev.h,v 1.5 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index 878bd686f03f..b49e92518d6c 100644 --- a/sys/coda/coda_subr.c +++ b/sys/coda/coda_subr.c @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_subr.c,v 1.31 2005/03/13 12:10:15 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h index 91bf1228e6ce..6e0fadaf3be3 100644 --- a/sys/coda/coda_subr.h +++ b/sys/coda/coda_subr.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_subr.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_subr.h,v 1.9 2005/01/05 23:35:00 imp Exp $ * */ diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c index 56d627b39292..cce9f4a8e52e 100644 --- a/sys/coda/coda_venus.c +++ b/sys/coda/coda_venus.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_venus.c,v 1.24 2005/03/15 12:39:30 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_venus.h b/sys/coda/coda_venus.h index 1d1e0cfd39b5..329ea32a19b1 100644 --- a/sys/coda/coda_venus.h +++ b/sys/coda/coda_venus.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_venus.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_venus.h,v 1.8 2005/01/11 07:36:18 phk Exp $ * */ diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index c73d364fdf81..223f4f2a6cf7 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_vfsops.c,v 1.59 2005/03/24 07:39:03 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h index 8a665457e55b..fe82b1c3282c 100644 --- a/sys/coda/coda_vfsops.h +++ b/sys/coda/coda_vfsops.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/coda_vfsops.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_vfsops.h,v 1.10 2005/02/20 23:01:57 das Exp $ * */ diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index 75de19f361da..6ff193de36b8 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_vnops.c,v 1.66.2.2 2006/03/13 03:04:00 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h index db8e3f86ec66..bdc0e18f41e9 100644 --- a/sys/coda/coda_vnops.h +++ b/sys/coda/coda_vnops.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_vnops.h,v 1.16 2005/01/19 08:24:53 phk Exp $ * */ diff --git a/sys/compat/freebsd32/Makefile b/sys/compat/freebsd32/Makefile index 0741ec8474aa..c1e889c3c02a 100644 --- a/sys/compat/freebsd32/Makefile +++ b/sys/compat/freebsd32/Makefile @@ -1,6 +1,6 @@ # Makefile for syscall tables # -# $FreeBSD$ +# $FreeBSD: src/sys/compat/freebsd32/Makefile,v 1.3 2003/08/22 22:51:48 peter Exp $ all: @echo "make sysent only" diff --git a/sys/compat/freebsd32/freebsd32.h b/sys/compat/freebsd32/freebsd32.h index 806b2ffc6d94..99380db054bb 100644 --- a/sys/compat/freebsd32/freebsd32.h +++ b/sys/compat/freebsd32/freebsd32.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/compat/freebsd32/freebsd32.h,v 1.4 2004/04/14 23:17:37 peter Exp $ */ #ifndef _COMPAT_FREEBSD32_FREEBSD32_H_ diff --git a/sys/compat/freebsd32/freebsd32_misc.c b/sys/compat/freebsd32/freebsd32_misc.c index 398d779828c2..f2e35d268b6b 100644 --- a/sys/compat/freebsd32/freebsd32_misc.c +++ b/sys/compat/freebsd32/freebsd32_misc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/freebsd32/freebsd32_misc.c,v 1.38.2.10 2006/06/21 16:18:48 ps Exp $"); #include "opt_compat.h" diff --git a/sys/compat/freebsd32/freebsd32_proto.h b/sys/compat/freebsd32/freebsd32_proto.h index 97748c44a9be..a30482bd5ed2 100644 --- a/sys/compat/freebsd32/freebsd32_proto.h +++ b/sys/compat/freebsd32/freebsd32_proto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/compat/freebsd32/freebsd32_proto.h,v 1.38.2.11 2006/10/28 19:50:00 rwatson Exp $ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.10 2006/10/28 19:49:05 rwatson Exp */ diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h index 61a20d207075..13324e959a84 100644 --- a/sys/compat/freebsd32/freebsd32_syscall.h +++ b/sys/compat/freebsd32/freebsd32_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/compat/freebsd32/freebsd32_syscall.h,v 1.38.2.11 2006/10/28 19:50:00 rwatson Exp $ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.10 2006/10/28 19:49:05 rwatson Exp */ diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c index 2de230101f24..9fb75526fadb 100644 --- a/sys/compat/freebsd32/freebsd32_syscalls.c +++ b/sys/compat/freebsd32/freebsd32_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/compat/freebsd32/freebsd32_syscalls.c,v 1.29.2.11 2006/10/28 19:50:00 rwatson Exp $ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.10 2006/10/28 19:49:05 rwatson Exp */ diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c index 1472892fceaa..9229de805d95 100644 --- a/sys/compat/freebsd32/freebsd32_sysent.c +++ b/sys/compat/freebsd32/freebsd32_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/compat/freebsd32/freebsd32_sysent.c,v 1.39.2.11 2006/10/28 19:50:00 rwatson Exp $ * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.10 2006/10/28 19:49:05 rwatson Exp */ diff --git a/sys/compat/freebsd32/freebsd32_util.h b/sys/compat/freebsd32/freebsd32_util.h index fadbeb4dbed4..dc82b3faad68 100644 --- a/sys/compat/freebsd32/freebsd32_util.h +++ b/sys/compat/freebsd32/freebsd32_util.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/compat/freebsd32/freebsd32_util.h,v 1.10 2005/06/29 15:16:20 jhb Exp $ */ #include <vm/vm.h> diff --git a/sys/compat/freebsd32/syscalls.conf b/sys/compat/freebsd32/syscalls.conf index 4c65e7d561c3..85b49a76bda6 100644 --- a/sys/compat/freebsd32/syscalls.conf +++ b/sys/compat/freebsd32/syscalls.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/compat/freebsd32/syscalls.conf,v 1.4 2003/12/24 00:32:07 peter Exp $ sysnames="freebsd32_syscalls.c" sysproto="freebsd32_proto.h" sysproto_h=_FREEBSD32_SYSPROTO_H_ diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 9a82cc6c1c4e..826b90d52b3a 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.50.2.10 2006/10/28 19:49:05 rwatson Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 ; from: src/sys/kern/syscalls.master 1.107 ; diff --git a/sys/compat/ia32/ia32_genassym.c b/sys/compat/ia32/ia32_genassym.c index 54cec2189ef4..3166df3cc957 100644 --- a/sys/compat/ia32/ia32_genassym.c +++ b/sys/compat/ia32/ia32_genassym.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ia32/ia32_genassym.c,v 1.4 2004/02/21 23:35:56 peter Exp $"); #include "opt_compat.h" diff --git a/sys/compat/ia32/ia32_reg.h b/sys/compat/ia32/ia32_reg.h index 5a9cdf2eebf9..2cc08cfa736a 100644 --- a/sys/compat/ia32/ia32_reg.h +++ b/sys/compat/ia32/ia32_reg.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/compat/ia32/ia32_reg.h,v 1.1 2005/06/30 07:49:21 peter Exp $ */ #ifndef _COMPAT_IA32_IA32_REG_H_ diff --git a/sys/compat/ia32/ia32_signal.h b/sys/compat/ia32/ia32_signal.h index e79100a3c8f8..5ee09f21f0c3 100644 --- a/sys/compat/ia32/ia32_signal.h +++ b/sys/compat/ia32/ia32_signal.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/compat/ia32/ia32_signal.h,v 1.7 2005/04/05 22:41:49 peter Exp $ */ struct ia32_sigaltstack { diff --git a/sys/compat/ia32/ia32_sysvec.c b/sys/compat/ia32/ia32_sysvec.c index 1052d61c0578..50e66e080cd7 100644 --- a/sys/compat/ia32/ia32_sysvec.c +++ b/sys/compat/ia32/ia32_sysvec.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ia32/ia32_sysvec.c,v 1.20 2005/01/29 23:11:58 sobomax Exp $"); #include "opt_compat.h" diff --git a/sys/compat/ia32/ia32_util.h b/sys/compat/ia32/ia32_util.h index a2b88cb4272e..1bbe495ee6d2 100644 --- a/sys/compat/ia32/ia32_util.h +++ b/sys/compat/ia32/ia32_util.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/compat/ia32/ia32_util.h,v 1.9 2003/12/11 01:05:09 peter Exp $ */ #include <vm/vm.h> diff --git a/sys/compat/linprocfs/linprocfs.c b/sys/compat/linprocfs/linprocfs.c index 344ecd83a8ae..f9f2bb1f4e55 100644 --- a/sys/compat/linprocfs/linprocfs.c +++ b/sys/compat/linprocfs/linprocfs.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linprocfs/linprocfs.c,v 1.89.2.5 2006/08/22 11:04:01 kib Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sys/compat/linsysfs/linsysfs.c b/sys/compat/linsysfs/linsysfs.c index 60a94790410e..b11c9c193e45 100644 --- a/sys/compat/linsysfs/linsysfs.c +++ b/sys/compat/linsysfs/linsysfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linsysfs/linsysfs.c,v 1.2.2.1 2006/06/15 15:52:05 ambrisko Exp $"); #include <sys/param.h> #include <sys/queue.h> diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index 1c5419fddb9f..736a7abbea49 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_file.c,v 1.91.2.1 2006/09/17 10:56:15 netchild Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/compat/linux/linux_getcwd.c b/sys/compat/linux/linux_getcwd.c index d79d33139808..2768be176add 100644 --- a/sys/compat/linux/linux_getcwd.c +++ b/sys/compat/linux/linux_getcwd.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_getcwd.c,v 1.19.2.1 2006/03/13 03:04:04 jeff Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/compat/linux/linux_ioctl.c b/sys/compat/linux/linux_ioctl.c index 44b5fa57f560..665523b08131 100644 --- a/sys/compat/linux/linux_ioctl.c +++ b/sys/compat/linux/linux_ioctl.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_ioctl.c,v 1.127.2.3 2006/01/11 15:39:10 delphij Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/linux/linux_ioctl.h b/sys/compat/linux/linux_ioctl.h index 96243dd89a76..663bb2c91ccc 100644 --- a/sys/compat/linux/linux_ioctl.h +++ b/sys/compat/linux/linux_ioctl.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/compat/linux/linux_ioctl.h,v 1.22 2005/01/05 22:34:35 imp Exp $ */ #ifndef _LINUX_IOCTL_H_ diff --git a/sys/compat/linux/linux_ipc.c b/sys/compat/linux/linux_ipc.c index 83c018873f1b..76f598ee2509 100644 --- a/sys/compat/linux/linux_ipc.c +++ b/sys/compat/linux/linux_ipc.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_ipc.c,v 1.43 2005/02/11 13:46:55 sobomax Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/linux/linux_ipc.h b/sys/compat/linux/linux_ipc.h index 2557f22fedd1..b8ce58916667 100644 --- a/sys/compat/linux/linux_ipc.h +++ b/sys/compat/linux/linux_ipc.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/compat/linux/linux_ipc.h,v 1.10 2004/08/16 07:28:16 tjr Exp $ */ #ifndef _LINUX_IPC_H_ diff --git a/sys/compat/linux/linux_mib.c b/sys/compat/linux/linux_mib.c index 0721d529bea0..dfcec3ddbb94 100644 --- a/sys/compat/linux/linux_mib.c +++ b/sys/compat/linux/linux_mib.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_mib.c,v 1.23.2.1 2005/12/22 21:25:19 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h index 42d9d899266b..e42159feda6c 100644 --- a/sys/compat/linux/linux_mib.h +++ b/sys/compat/linux/linux_mib.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/compat/linux/linux_mib.h,v 1.8.12.1 2005/12/22 21:25:19 jhb Exp $ */ #ifndef _LINUX_MIB_H_ diff --git a/sys/compat/linux/linux_misc.c b/sys/compat/linux/linux_misc.c index cbd5c24cc4da..4109ab4cea63 100644 --- a/sys/compat/linux/linux_misc.c +++ b/sys/compat/linux/linux_misc.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_misc.c,v 1.170.2.2 2006/09/23 10:36:57 netchild Exp $"); #include "opt_mac.h" diff --git a/sys/compat/linux/linux_signal.c b/sys/compat/linux/linux_signal.c index fc25e3f7bfba..b651d9e984e8 100644 --- a/sys/compat/linux/linux_signal.c +++ b/sys/compat/linux/linux_signal.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_signal.c,v 1.51 2005/02/13 19:50:57 njl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/linux/linux_signal.h b/sys/compat/linux/linux_signal.h index edb7c66b2692..34bb0644bdfb 100644 --- a/sys/compat/linux/linux_signal.h +++ b/sys/compat/linux/linux_signal.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/compat/linux/linux_signal.h,v 1.6 2002/03/20 05:42:02 alfred Exp $ */ #ifndef _LINUX_SIGNAL_H_ diff --git a/sys/compat/linux/linux_socket.c b/sys/compat/linux/linux_socket.c index ce1135c25d73..5f47f3b8469a 100644 --- a/sys/compat/linux/linux_socket.c +++ b/sys/compat/linux/linux_socket.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_socket.c,v 1.59.2.1 2006/01/10 10:12:55 glebius Exp $"); /* XXX we use functions that might not exist. */ #include "opt_compat.h" diff --git a/sys/compat/linux/linux_socket.h b/sys/compat/linux/linux_socket.h index b6b9841ad197..074e8e048b2e 100644 --- a/sys/compat/linux/linux_socket.h +++ b/sys/compat/linux/linux_socket.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/compat/linux/linux_socket.h,v 1.2 2002/06/02 20:05:42 schweikh Exp $ */ #ifndef _LINUX_SOCKET_H_ diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index 4218b71208d6..e83f64c9ecab 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_stats.c,v 1.72.2.3 2006/06/15 19:08:03 ambrisko Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/compat/linux/linux_sysctl.c b/sys/compat/linux/linux_sysctl.c index f20a1dedf1af..2574e12cd0e8 100644 --- a/sys/compat/linux/linux_sysctl.c +++ b/sys/compat/linux/linux_sysctl.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_sysctl.c,v 1.14 2005/01/14 04:44:56 obrien Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/compat/linux/linux_sysproto.h b/sys/compat/linux/linux_sysproto.h index 69f1577dc457..2efab86b73f4 100644 --- a/sys/compat/linux/linux_sysproto.h +++ b/sys/compat/linux/linux_sysproto.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/compat/linux/linux_sysproto.h,v 1.1 2005/03/07 00:18:06 sobomax Exp $ */ #ifndef LINUX_SYSPROTO diff --git a/sys/compat/linux/linux_uid16.c b/sys/compat/linux/linux_uid16.c index 52a6df288148..f0090eeb9200 100644 --- a/sys/compat/linux/linux_uid16.c +++ b/sys/compat/linux/linux_uid16.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_uid16.c,v 1.16 2005/01/14 04:44:56 obrien Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/compat/linux/linux_util.c b/sys/compat/linux/linux_util.c index 09c51311dc7c..94c2bce9a241 100644 --- a/sys/compat/linux/linux_util.c +++ b/sys/compat/linux/linux_util.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/linux/linux_util.c,v 1.29.2.1 2006/06/15 15:52:04 ambrisko Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/compat/linux/linux_util.h b/sys/compat/linux/linux_util.h index b891bcbd0d5b..691e1d134b22 100644 --- a/sys/compat/linux/linux_util.h +++ b/sys/compat/linux/linux_util.h @@ -28,7 +28,7 @@ * * from: svr4_util.h,v 1.5 1994/11/18 02:54:31 christos Exp * from: linux_util.h,v 1.2 1995/03/05 23:23:50 fvdl Exp - * $FreeBSD$ + * $FreeBSD: src/sys/compat/linux/linux_util.h,v 1.25.2.2 2006/06/15 15:52:04 ambrisko Exp $ */ /* diff --git a/sys/compat/ndis/cfg_var.h b/sys/compat/ndis/cfg_var.h index 1fb44ce268a1..56a02a37358d 100644 --- a/sys/compat/ndis/cfg_var.h +++ b/sys/compat/ndis/cfg_var.h @@ -29,7 +29,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/compat/ndis/cfg_var.h,v 1.3 2005/01/05 22:34:36 imp Exp $ */ #ifndef _CFG_VAR_H_ diff --git a/sys/compat/ndis/hal_var.h b/sys/compat/ndis/hal_var.h index 69950b30c06c..6510a5c8b371 100644 --- a/sys/compat/ndis/hal_var.h +++ b/sys/compat/ndis/hal_var.h @@ -29,7 +29,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/compat/ndis/hal_var.h,v 1.8 2005/04/11 02:02:34 wpaul Exp $ */ #ifndef _HAL_VAR_H_ diff --git a/sys/compat/ndis/kern_ndis.c b/sys/compat/ndis/kern_ndis.c index 98f49cf6b31e..2cdd7054222a 100644 --- a/sys/compat/ndis/kern_ndis.c +++ b/sys/compat/ndis/kern_ndis.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ndis/kern_ndis.c,v 1.84.2.3 2005/11/06 03:52:24 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/ndis/kern_windrv.c b/sys/compat/ndis/kern_windrv.c index 79ec739567aa..5bdc49f8eeae 100644 --- a/sys/compat/ndis/kern_windrv.c +++ b/sys/compat/ndis/kern_windrv.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ndis/kern_windrv.c,v 1.11.2.2 2005/11/06 03:52:24 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/ndis/ndis_var.h b/sys/compat/ndis/ndis_var.h index 24f147deaff9..478be854d5b2 100644 --- a/sys/compat/ndis/ndis_var.h +++ b/sys/compat/ndis/ndis_var.h @@ -29,7 +29,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/compat/ndis/ndis_var.h,v 1.41.2.3 2005/11/07 16:58:23 wpaul Exp $ */ #ifndef _NDIS_VAR_H_ diff --git a/sys/compat/ndis/ntoskrnl_var.h b/sys/compat/ndis/ntoskrnl_var.h index 01caaede7f1e..e2336c8d2dd2 100644 --- a/sys/compat/ndis/ntoskrnl_var.h +++ b/sys/compat/ndis/ntoskrnl_var.h @@ -29,7 +29,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/compat/ndis/ntoskrnl_var.h,v 1.36.2.2 2005/11/06 19:39:40 wpaul Exp $ */ #ifndef _NTOSKRNL_VAR_H_ diff --git a/sys/compat/ndis/pe_var.h b/sys/compat/ndis/pe_var.h index e778b5805532..239b86553da9 100644 --- a/sys/compat/ndis/pe_var.h +++ b/sys/compat/ndis/pe_var.h @@ -29,7 +29,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/compat/ndis/pe_var.h,v 1.13.2.1 2005/10/27 17:06:45 wpaul Exp $ */ #ifndef _PE_VAR_H_ diff --git a/sys/compat/ndis/resource_var.h b/sys/compat/ndis/resource_var.h index 28f2d62920ee..aa4f40ebbcd0 100644 --- a/sys/compat/ndis/resource_var.h +++ b/sys/compat/ndis/resource_var.h @@ -29,7 +29,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/compat/ndis/resource_var.h,v 1.3 2005/02/16 05:41:17 wpaul Exp $ */ #ifndef _RESOURCE_VAR_H_ diff --git a/sys/compat/ndis/subr_hal.c b/sys/compat/ndis/subr_hal.c index e4282801b289..e75151f05777 100644 --- a/sys/compat/ndis/subr_hal.c +++ b/sys/compat/ndis/subr_hal.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ndis/subr_hal.c,v 1.24.2.2 2005/11/06 19:39:40 wpaul Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/compat/ndis/subr_ndis.c b/sys/compat/ndis/subr_ndis.c index ee8a0f926ae7..28293eda784c 100644 --- a/sys/compat/ndis/subr_ndis.c +++ b/sys/compat/ndis/subr_ndis.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ndis/subr_ndis.c,v 1.94.2.3 2005/12/16 17:33:47 wpaul Exp $"); /* * This file implements a translation layer between the BSD networking diff --git a/sys/compat/ndis/subr_ntoskrnl.c b/sys/compat/ndis/subr_ntoskrnl.c index 772bf7acb214..8e056faa5cf4 100644 --- a/sys/compat/ndis/subr_ntoskrnl.c +++ b/sys/compat/ndis/subr_ntoskrnl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ndis/subr_ntoskrnl.c,v 1.71.2.5 2005/12/16 17:33:47 wpaul Exp $"); #include <sys/ctype.h> #include <sys/unistd.h> diff --git a/sys/compat/ndis/subr_pe.c b/sys/compat/ndis/subr_pe.c index ee8c0fe0c9f0..80cae390cfce 100644 --- a/sys/compat/ndis/subr_pe.c +++ b/sys/compat/ndis/subr_pe.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ndis/subr_pe.c,v 1.11.2.1 2005/10/27 17:06:46 wpaul Exp $"); /* * This file contains routines for relocating and dynamically linking diff --git a/sys/compat/ndis/subr_usbd.c b/sys/compat/ndis/subr_usbd.c index 3aa322e3a93c..f65dc2de2a20 100644 --- a/sys/compat/ndis/subr_usbd.c +++ b/sys/compat/ndis/subr_usbd.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/ndis/subr_usbd.c,v 1.3 2005/05/05 03:56:09 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/ndis/usbd_var.h b/sys/compat/ndis/usbd_var.h index 8c9f2b3a5854..24aca41e9f47 100644 --- a/sys/compat/ndis/usbd_var.h +++ b/sys/compat/ndis/usbd_var.h @@ -29,7 +29,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/compat/ndis/usbd_var.h,v 1.1 2005/02/24 21:49:14 wpaul Exp $ */ #ifndef _USBD_VAR_H_ diff --git a/sys/compat/ndis/winx32_wrap.S b/sys/compat/ndis/winx32_wrap.S index 9a6b3cdf5807..53fedd787bb8 100644 --- a/sys/compat/ndis/winx32_wrap.S +++ b/sys/compat/ndis/winx32_wrap.S @@ -29,7 +29,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/compat/ndis/winx32_wrap.S,v 1.2.4.2 2005/11/06 03:52:25 wpaul Exp $ */ #include <machine/asmacros.h> diff --git a/sys/compat/ndis/winx64_wrap.S b/sys/compat/ndis/winx64_wrap.S index c44fe053c8c2..dcb0a9813859 100644 --- a/sys/compat/ndis/winx64_wrap.S +++ b/sys/compat/ndis/winx64_wrap.S @@ -32,7 +32,7 @@ * The x86_64 callback routines were written and graciously submitted * by Ville-Pertti Keinonen <will@exomi.com>. * - * $FreeBSD$ + * $FreeBSD: src/sys/compat/ndis/winx64_wrap.S,v 1.4 2005/04/16 04:47:15 wpaul Exp $ */ #include <machine/asmacros.h> diff --git a/sys/compat/netbsd/dvcfg.h b/sys/compat/netbsd/dvcfg.h index 817ab3d707b3..f3497c57890f 100644 --- a/sys/compat/netbsd/dvcfg.h +++ b/sys/compat/netbsd/dvcfg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/compat/netbsd/dvcfg.h,v 1.6 2005/01/05 22:34:36 imp Exp $ */ /* $NetBSD$ */ /*- * [NetBSD for NEC PC98 series] diff --git a/sys/compat/netbsd/physio_proc.h b/sys/compat/netbsd/physio_proc.h index fde967367d29..ef14efd5a06b 100644 --- a/sys/compat/netbsd/physio_proc.h +++ b/sys/compat/netbsd/physio_proc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/compat/netbsd/physio_proc.h,v 1.7 2005/01/05 22:34:36 imp Exp $ */ /* $NecBSD: physio_proc.h,v 3.4 1999/07/23 20:47:03 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/compat/pecoff/imgact_pecoff.c b/sys/compat/pecoff/imgact_pecoff.c index e10f460e29e1..40c1b784bc4c 100644 --- a/sys/compat/pecoff/imgact_pecoff.c +++ b/sys/compat/pecoff/imgact_pecoff.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/pecoff/imgact_pecoff.c,v 1.39 2005/02/22 01:26:48 sam Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/pecoff/imgact_pecoff.h b/sys/compat/pecoff/imgact_pecoff.h index a625a9b8e9f8..f8d628f70729 100644 --- a/sys/compat/pecoff/imgact_pecoff.h +++ b/sys/compat/pecoff/imgact_pecoff.h @@ -1,5 +1,5 @@ /* $NetBSD$ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/compat/pecoff/imgact_pecoff.h,v 1.2 2005/01/05 22:34:36 imp Exp $ */ /*- * Copyright (c) 2000 Masaru OKI */ diff --git a/sys/compat/svr4/Makefile b/sys/compat/svr4/Makefile index a90cd555dddb..38da6888c9c9 100644 --- a/sys/compat/svr4/Makefile +++ b/sys/compat/svr4/Makefile @@ -1,6 +1,6 @@ # Makefile for syscall tables # -# $FreeBSD$ +# $FreeBSD: src/sys/compat/svr4/Makefile,v 1.7.14.1 2006/07/09 15:38:30 markm Exp $ all: @echo "make sysent only" diff --git a/sys/compat/svr4/imgact_svr4.c b/sys/compat/svr4/imgact_svr4.c index 4c710205b5ae..a082ca39420e 100644 --- a/sys/compat/svr4/imgact_svr4.c +++ b/sys/compat/svr4/imgact_svr4.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/imgact_svr4.c,v 1.25 2005/04/01 20:00:10 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/svr4/svr4.h b/sys/compat/svr4/svr4.h index 84ee720597ff..d7f7b87bdd17 100644 --- a/sys/compat/svr4/svr4.h +++ b/sys/compat/svr4/svr4.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/compat/svr4/svr4.h,v 1.8.2.1 2005/07/18 19:48:13 jhb Exp $ */ #include "opt_svr4.h" diff --git a/sys/compat/svr4/svr4_acl.h b/sys/compat/svr4/svr4_acl.h index ef2da1a68a6a..29290ee6d98e 100644 --- a/sys/compat/svr4/svr4_acl.h +++ b/sys/compat/svr4/svr4_acl.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/compat/svr4/svr4_acl.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_ACL_H_ #define _SVR4_ACL_H_ diff --git a/sys/compat/svr4/svr4_dirent.h b/sys/compat/svr4/svr4_dirent.h index 9ce7bf88e0e8..8427d57eb84d 100644 --- a/sys/compat/svr4/svr4_dirent.h +++ b/sys/compat/svr4/svr4_dirent.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/compat/svr4/svr4_dirent.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_DIRENT_H_ diff --git a/sys/compat/svr4/svr4_errno.h b/sys/compat/svr4/svr4_errno.h index b5fa2743365e..721a32e5b10d 100644 --- a/sys/compat/svr4/svr4_errno.h +++ b/sys/compat/svr4/svr4_errno.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/compat/svr4/svr4_errno.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_ERRNO_H_ diff --git a/sys/compat/svr4/svr4_exec.h b/sys/compat/svr4/svr4_exec.h index adab956ac84c..8d44d9b11046 100644 --- a/sys/compat/svr4/svr4_exec.h +++ b/sys/compat/svr4/svr4_exec.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/compat/svr4/svr4_exec.h,v 1.7 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_EXEC_H_ diff --git a/sys/compat/svr4/svr4_fcntl.c b/sys/compat/svr4/svr4_fcntl.c index ad748383c0e2..8cf9a2811e5c 100644 --- a/sys/compat/svr4/svr4_fcntl.c +++ b/sys/compat/svr4/svr4_fcntl.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_fcntl.c,v 1.35 2005/02/07 21:53:41 jhb Exp $"); #include "opt_mac.h" diff --git a/sys/compat/svr4/svr4_fcntl.h b/sys/compat/svr4/svr4_fcntl.h index 1a354a799457..a6b998e6e08e 100644 --- a/sys/compat/svr4/svr4_fcntl.h +++ b/sys/compat/svr4/svr4_fcntl.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/compat/svr4/svr4_fcntl.h,v 1.5 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_FCNTL_H_ diff --git a/sys/compat/svr4/svr4_filio.c b/sys/compat/svr4/svr4_filio.c index d7824438266c..23d749e8fe0a 100644 --- a/sys/compat/svr4/svr4_filio.c +++ b/sys/compat/svr4/svr4_filio.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_filio.c,v 1.34 2005/01/05 22:34:36 imp Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/compat/svr4/svr4_filio.h b/sys/compat/svr4/svr4_filio.h index baf81c7e228e..16d7f9820cdf 100644 --- a/sys/compat/svr4/svr4_filio.h +++ b/sys/compat/svr4/svr4_filio.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/compat/svr4/svr4_filio.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_FILIO_H_ diff --git a/sys/compat/svr4/svr4_fuser.h b/sys/compat/svr4/svr4_fuser.h index df2db984bb58..8e1910c2a800 100644 --- a/sys/compat/svr4/svr4_fuser.h +++ b/sys/compat/svr4/svr4_fuser.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/compat/svr4/svr4_fuser.h,v 1.5 2005/01/05 22:34:36 imp Exp $ * Derived from: * $NetBSD: svr4_fuser.h,v 1.4 1998/09/04 19:54:38 christos Exp $ */ diff --git a/sys/compat/svr4/svr4_hrt.h b/sys/compat/svr4/svr4_hrt.h index 5a3bb6729394..3b6afd0ac39d 100644 --- a/sys/compat/svr4/svr4_hrt.h +++ b/sys/compat/svr4/svr4_hrt.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/compat/svr4/svr4_hrt.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_HRT_H_ diff --git a/sys/compat/svr4/svr4_ioctl.c b/sys/compat/svr4/svr4_ioctl.c index b192a2c77ec8..9f109899a0fa 100644 --- a/sys/compat/svr4/svr4_ioctl.c +++ b/sys/compat/svr4/svr4_ioctl.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_ioctl.c,v 1.22 2005/01/05 22:34:36 imp Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/compat/svr4/svr4_ioctl.h b/sys/compat/svr4/svr4_ioctl.h index e0633a7e4e1f..bfbe4cc86e1c 100644 --- a/sys/compat/svr4/svr4_ioctl.h +++ b/sys/compat/svr4/svr4_ioctl.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/compat/svr4/svr4_ioctl.h,v 1.6 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_IOCTL_H_ diff --git a/sys/compat/svr4/svr4_ipc.c b/sys/compat/svr4/svr4_ipc.c index 9904bff49549..ae8fbfce4b72 100644 --- a/sys/compat/svr4/svr4_ipc.c +++ b/sys/compat/svr4/svr4_ipc.c @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_ipc.c,v 1.16 2005/07/07 19:25:47 jhb Exp $"); #include "opt_sysvipc.h" diff --git a/sys/compat/svr4/svr4_ipc.h b/sys/compat/svr4/svr4_ipc.h index 36cf3ddceb3e..f541345c9004 100644 --- a/sys/compat/svr4/svr4_ipc.h +++ b/sys/compat/svr4/svr4_ipc.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/compat/svr4/svr4_ipc.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_IPC_H_ diff --git a/sys/compat/svr4/svr4_misc.c b/sys/compat/svr4/svr4_misc.c index d7a9069125ec..07b8232d2c5f 100644 --- a/sys/compat/svr4/svr4_misc.c +++ b/sys/compat/svr4/svr4_misc.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_misc.c,v 1.80 2005/07/07 19:26:43 jhb Exp $"); #include "opt_mac.h" diff --git a/sys/compat/svr4/svr4_mman.h b/sys/compat/svr4/svr4_mman.h index e30e4924661c..bf5817ba9ac6 100644 --- a/sys/compat/svr4/svr4_mman.h +++ b/sys/compat/svr4/svr4_mman.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/compat/svr4/svr4_mman.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_MMAN_H_ diff --git a/sys/compat/svr4/svr4_proto.h b/sys/compat/svr4/svr4_proto.h index 066c34254336..fbe586cfd98c 100644 --- a/sys/compat/svr4/svr4_proto.h +++ b/sys/compat/svr4/svr4_proto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/compat/svr4/svr4_proto.h,v 1.17.2.2 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.17.2.2 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/compat/svr4/svr4_resource.c b/sys/compat/svr4/svr4_resource.c index 7b57c3f745c3..1b3477af4fcd 100644 --- a/sys/compat/svr4/svr4_resource.c +++ b/sys/compat/svr4/svr4_resource.c @@ -66,7 +66,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_resource.c,v 1.18 2005/01/05 22:34:36 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/svr4/svr4_resource.h b/sys/compat/svr4/svr4_resource.h index 4b93e9a229dc..86830a501bee 100644 --- a/sys/compat/svr4/svr4_resource.h +++ b/sys/compat/svr4/svr4_resource.h @@ -38,7 +38,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/compat/svr4/svr4_resource.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ /*- diff --git a/sys/compat/svr4/svr4_siginfo.h b/sys/compat/svr4/svr4_siginfo.h index 4f2eaf4e1961..8454a02597a8 100644 --- a/sys/compat/svr4/svr4_siginfo.h +++ b/sys/compat/svr4/svr4_siginfo.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/compat/svr4/svr4_siginfo.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_SIGINFO_H_ diff --git a/sys/compat/svr4/svr4_signal.c b/sys/compat/svr4/svr4_signal.c index c0a3a21f0c02..5feece244243 100644 --- a/sys/compat/svr4/svr4_signal.c +++ b/sys/compat/svr4/svr4_signal.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_signal.c,v 1.33 2005/02/25 19:34:10 sam Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/svr4/svr4_signal.h b/sys/compat/svr4/svr4_signal.h index c3230fb1ee38..e3eee237b650 100644 --- a/sys/compat/svr4/svr4_signal.h +++ b/sys/compat/svr4/svr4_signal.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/compat/svr4/svr4_signal.h,v 1.11 2005/02/25 19:34:10 sam Exp $ */ #ifndef _SVR4_SIGNAL_H_ diff --git a/sys/compat/svr4/svr4_socket.c b/sys/compat/svr4/svr4_socket.c index bae6e0c9bb73..3ace58da5e8e 100644 --- a/sys/compat/svr4/svr4_socket.c +++ b/sys/compat/svr4/svr4_socket.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_socket.c,v 1.25 2005/07/07 19:27:29 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/svr4/svr4_socket.h b/sys/compat/svr4/svr4_socket.h index 26d20f0ae548..20ad2ca84aac 100644 --- a/sys/compat/svr4/svr4_socket.h +++ b/sys/compat/svr4/svr4_socket.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/compat/svr4/svr4_socket.h,v 1.9 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_SOCKET_H_ diff --git a/sys/compat/svr4/svr4_sockio.c b/sys/compat/svr4/svr4_sockio.c index 7468c544d195..9cc5fb9707e6 100644 --- a/sys/compat/svr4/svr4_sockio.c +++ b/sys/compat/svr4/svr4_sockio.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_sockio.c,v 1.16.2.1 2005/08/25 05:01:03 rwatson Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/compat/svr4/svr4_sockio.h b/sys/compat/svr4/svr4_sockio.h index 6160aa3daac5..62abd46d89dd 100644 --- a/sys/compat/svr4/svr4_sockio.h +++ b/sys/compat/svr4/svr4_sockio.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/compat/svr4/svr4_sockio.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_SOCKIO_H_ diff --git a/sys/compat/svr4/svr4_sockmod.h b/sys/compat/svr4/svr4_sockmod.h index 622ff6f8b803..207fcd8845e6 100644 --- a/sys/compat/svr4/svr4_sockmod.h +++ b/sys/compat/svr4/svr4_sockmod.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/compat/svr4/svr4_sockmod.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_SOCKMOD_H_ diff --git a/sys/compat/svr4/svr4_stat.c b/sys/compat/svr4/svr4_stat.c index d0f4d93aa8c4..0dcf325fde48 100644 --- a/sys/compat/svr4/svr4_stat.c +++ b/sys/compat/svr4/svr4_stat.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_stat.c,v 1.20 2005/02/07 21:53:42 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/compat/svr4/svr4_stat.h b/sys/compat/svr4/svr4_stat.h index 03d6e3c6ed36..cbc82e9599da 100644 --- a/sys/compat/svr4/svr4_stat.h +++ b/sys/compat/svr4/svr4_stat.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/compat/svr4/svr4_stat.h,v 1.5 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_STAT_H_ diff --git a/sys/compat/svr4/svr4_statvfs.h b/sys/compat/svr4/svr4_statvfs.h index 7db9655e5aa2..b281b089e370 100644 --- a/sys/compat/svr4/svr4_statvfs.h +++ b/sys/compat/svr4/svr4_statvfs.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/compat/svr4/svr4_statvfs.h,v 1.4 2005/01/05 22:34:36 imp Exp $ */ #ifndef _SVR4_STATVFS_H_ diff --git a/sys/compat/svr4/svr4_stream.c b/sys/compat/svr4/svr4_stream.c index bd6fa5af0e13..60f04b12e794 100644 --- a/sys/compat/svr4/svr4_stream.c +++ b/sys/compat/svr4/svr4_stream.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_stream.c,v 1.53.2.1 2005/07/18 19:48:13 jhb Exp $"); #include "opt_compat.h" #include "opt_ktrace.h" diff --git a/sys/compat/svr4/svr4_stropts.h b/sys/compat/svr4/svr4_stropts.h index c7847a63b728..0d9bae1a7414 100644 --- a/sys/compat/svr4/svr4_stropts.h +++ b/sys/compat/svr4/svr4_stropts.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/compat/svr4/svr4_stropts.h,v 1.5 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_STROPTS_H_ diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 09627134ab21..d95a8747288b 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/compat/svr4/svr4_syscall.h,v 1.15.2.2 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.17.2.2 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/compat/svr4/svr4_syscallnames.c b/sys/compat/svr4/svr4_syscallnames.c index 3718e25ec267..a06e82f8048b 100644 --- a/sys/compat/svr4/svr4_syscallnames.c +++ b/sys/compat/svr4/svr4_syscallnames.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/compat/svr4/svr4_syscallnames.c,v 1.15.2.2 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.17.2.2 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/compat/svr4/svr4_sysconfig.h b/sys/compat/svr4/svr4_sysconfig.h index b88fe19fac18..d3ba53ad186c 100644 --- a/sys/compat/svr4/svr4_sysconfig.h +++ b/sys/compat/svr4/svr4_sysconfig.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/compat/svr4/svr4_sysconfig.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_SYSCONFIG_H_ diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index a58bf5f966ad..f53fc8bb609e 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/compat/svr4/svr4_sysent.c,v 1.16.2.2 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.17.2.2 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/compat/svr4/svr4_systeminfo.h b/sys/compat/svr4/svr4_systeminfo.h index 2d5288e0bf42..d957bb662644 100644 --- a/sys/compat/svr4/svr4_systeminfo.h +++ b/sys/compat/svr4/svr4_systeminfo.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/compat/svr4/svr4_systeminfo.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_SYSTEMINFO_H_ diff --git a/sys/compat/svr4/svr4_sysvec.c b/sys/compat/svr4/svr4_sysvec.c index 9bfbd4790148..721cdd4ca839 100644 --- a/sys/compat/svr4/svr4_sysvec.c +++ b/sys/compat/svr4/svr4_sysvec.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_sysvec.c,v 1.41 2005/02/25 19:34:10 sam Exp $"); /* XXX we use functions that might not exist. */ #include "opt_compat.h" diff --git a/sys/compat/svr4/svr4_termios.c b/sys/compat/svr4/svr4_termios.c index 37a6783aff11..8ce8b72c7477 100644 --- a/sys/compat/svr4/svr4_termios.c +++ b/sys/compat/svr4/svr4_termios.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_termios.c,v 1.12 2005/01/05 22:34:37 imp Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/compat/svr4/svr4_termios.h b/sys/compat/svr4/svr4_termios.h index c2b0c543e2a7..6be4ea681b7b 100644 --- a/sys/compat/svr4/svr4_termios.h +++ b/sys/compat/svr4/svr4_termios.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/compat/svr4/svr4_termios.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_TERMIOS_H_ diff --git a/sys/compat/svr4/svr4_time.h b/sys/compat/svr4/svr4_time.h index 0be98235dc77..134a87db4bbb 100644 --- a/sys/compat/svr4/svr4_time.h +++ b/sys/compat/svr4/svr4_time.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/compat/svr4/svr4_time.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_TIME_H_ diff --git a/sys/compat/svr4/svr4_timod.h b/sys/compat/svr4/svr4_timod.h index e295a4cc4e41..669e8438a54b 100644 --- a/sys/compat/svr4/svr4_timod.h +++ b/sys/compat/svr4/svr4_timod.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/compat/svr4/svr4_timod.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_TIMOD_H_ diff --git a/sys/compat/svr4/svr4_ttold.c b/sys/compat/svr4/svr4_ttold.c index 3575607faa95..2b130bbcade8 100644 --- a/sys/compat/svr4/svr4_ttold.c +++ b/sys/compat/svr4/svr4_ttold.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/compat/svr4/svr4_ttold.c,v 1.14 2005/01/05 22:34:37 imp Exp $"); #ifndef BURN_BRIDGES diff --git a/sys/compat/svr4/svr4_ttold.h b/sys/compat/svr4/svr4_ttold.h index aecde201c923..e6820c6d623a 100644 --- a/sys/compat/svr4/svr4_ttold.h +++ b/sys/compat/svr4/svr4_ttold.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/compat/svr4/svr4_ttold.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_TTOLD_H_ diff --git a/sys/compat/svr4/svr4_types.h b/sys/compat/svr4/svr4_types.h index af801d874322..43ff7d3b2f92 100644 --- a/sys/compat/svr4/svr4_types.h +++ b/sys/compat/svr4/svr4_types.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/compat/svr4/svr4_types.h,v 1.6 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_TYPES_H_ diff --git a/sys/compat/svr4/svr4_ucontext.h b/sys/compat/svr4/svr4_ucontext.h index 24cb5a12793e..d733014ac296 100644 --- a/sys/compat/svr4/svr4_ucontext.h +++ b/sys/compat/svr4/svr4_ucontext.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/compat/svr4/svr4_ucontext.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_UCONTEXT_H_ diff --git a/sys/compat/svr4/svr4_ulimit.h b/sys/compat/svr4/svr4_ulimit.h index d636c01d4608..0bbed1edf8c4 100644 --- a/sys/compat/svr4/svr4_ulimit.h +++ b/sys/compat/svr4/svr4_ulimit.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/compat/svr4/svr4_ulimit.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_ULIMIT_H_ diff --git a/sys/compat/svr4/svr4_ustat.h b/sys/compat/svr4/svr4_ustat.h index 3b9ade126fcd..9bc78329cb0b 100644 --- a/sys/compat/svr4/svr4_ustat.h +++ b/sys/compat/svr4/svr4_ustat.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/compat/svr4/svr4_ustat.h,v 1.5 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_USTAT_H_ diff --git a/sys/compat/svr4/svr4_util.h b/sys/compat/svr4/svr4_util.h index 66902dd96b0d..6532e00e6ab8 100644 --- a/sys/compat/svr4/svr4_util.h +++ b/sys/compat/svr4/svr4_util.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/compat/svr4/svr4_util.h,v 1.9 2005/02/07 21:53:42 jhb Exp $ */ #ifndef _SVR4_UTIL_H_ diff --git a/sys/compat/svr4/svr4_utsname.h b/sys/compat/svr4/svr4_utsname.h index 71795755129f..6f304e8a7ed0 100644 --- a/sys/compat/svr4/svr4_utsname.h +++ b/sys/compat/svr4/svr4_utsname.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/compat/svr4/svr4_utsname.h,v 1.5 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_UTSNAME_H_ diff --git a/sys/compat/svr4/svr4_wait.h b/sys/compat/svr4/svr4_wait.h index 0ce5db74c007..c0c88ca1e8f3 100644 --- a/sys/compat/svr4/svr4_wait.h +++ b/sys/compat/svr4/svr4_wait.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/compat/svr4/svr4_wait.h,v 1.4 2005/01/05 22:34:37 imp Exp $ */ #ifndef _SVR4_WAIT_H_ diff --git a/sys/compat/svr4/syscalls.conf b/sys/compat/svr4/syscalls.conf index 24f087ac0f58..d63085b97599 100644 --- a/sys/compat/svr4/syscalls.conf +++ b/sys/compat/svr4/syscalls.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/compat/svr4/syscalls.conf,v 1.3 2003/12/24 00:32:07 peter Exp $ sysnames="svr4_syscallnames.c" sysproto="svr4_proto.h" sysproto_h=_SVR4_SYSPROTO_H_ diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master index f160208edc4c..62b630671360 100644 --- a/sys/compat/svr4/syscalls.master +++ b/sys/compat/svr4/syscalls.master @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/compat/svr4/syscalls.master,v 1.17.2.2 2005/07/20 17:42:15 jhb Exp $ ; from: @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; ; System call name/number master file (or rather, slave, from SVR4). diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index c9b7c30db9ee..3983da4772c1 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/Makefile.alpha,v 1.135.2.1 2005/10/28 19:04:02 jhb Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64 index c768084ef3d5..381402fbd489 100644 --- a/sys/conf/Makefile.amd64 +++ b/sys/conf/Makefile.amd64 @@ -2,7 +2,7 @@ # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 # from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/Makefile.amd64,v 1.16.2.1 2005/10/28 19:04:03 jhb Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.arm b/sys/conf/Makefile.arm index 79b48fbd1f45..7e67cdd4a611 100644 --- a/sys/conf/Makefile.arm +++ b/sys/conf/Makefile.arm @@ -1,7 +1,7 @@ # Makefile.arm -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/Makefile.arm,v 1.10.2.2 2006/06/23 17:38:52 cognet Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 3c92a8959419..ef2a54d6706e 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/Makefile.i386,v 1.265.2.1 2005/10/28 19:04:03 jhb Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64 index ec4667aaaadd..5dc8335570a4 100644 --- a/sys/conf/Makefile.ia64 +++ b/sys/conf/Makefile.ia64 @@ -1,7 +1,7 @@ # Makefile.ia64 -- with config changes. # Copyright 1990 W. Jolitz # from: src/sys/conf/Makefile.alpha,v 1.76 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/Makefile.ia64,v 1.62.2.1 2005/10/28 19:04:03 jhb Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index bee9486ba453..cdd2294a75ca 100644 --- a/sys/conf/Makefile.pc98 +++ b/sys/conf/Makefile.pc98 @@ -3,7 +3,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/Makefile.pc98,v 1.167.2.1 2005/10/28 19:04:03 jhb Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index c0dd1692ebb6..cbb2c196e990 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,7 +1,7 @@ # Makefile.powerpc -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/Makefile.powerpc,v 1.277.2.1 2005/10/28 19:04:03 jhb Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.sparc64 b/sys/conf/Makefile.sparc64 index 3b6e71db94c2..0dee6988887e 100644 --- a/sys/conf/Makefile.sparc64 +++ b/sys/conf/Makefile.sparc64 @@ -1,7 +1,7 @@ # Makefile.sparc64 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/Makefile.sparc64,v 1.33.2.1 2005/10/28 19:04:03 jhb Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 67ca36ce6145..955aca026bfb 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/NOTES,v 1.1325.2.24 2006/10/21 05:28:50 scottl Exp $ # # NOTES -- Lines that can be cut/pasted into kernel and hints configs. # diff --git a/sys/conf/files b/sys/conf/files index fc704474ec7d..55f3f7c7bffb 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files,v 1.1031.2.45 2006/10/21 05:28:50 scottl Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha index b5a79a5bcbb8..d1898171042d 100644 --- a/sys/conf/files.alpha +++ b/sys/conf/files.alpha @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.alpha,v 1.121.2.2 2006/07/11 17:32:18 sam Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index 93d25be55f23..45cbd6b4de9f 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.amd64,v 1.71.2.10 2006/09/29 21:21:52 jhb Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/conf/files.arm b/sys/conf/files.arm index 6f907f875772..4ec9f36ecf6f 100644 --- a/sys/conf/files.arm +++ b/sys/conf/files.arm @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.arm,v 1.8 2005/06/09 19:45:07 jkoshy Exp $ arm/arm/autoconf.c standard arm/arm/bcopy_page.S standard arm/arm/bcopyinout.S standard diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 4d4678d18262..2c648f5aa110 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.i386,v 1.538.2.12 2006/09/29 21:21:52 jhb Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64 index 43cc23207318..6e43bd55ffc6 100644 --- a/sys/conf/files.ia64 +++ b/sys/conf/files.ia64 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.ia64,v 1.81.2.1 2006/04/05 15:44:10 hrs Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 1a4ee5ca683c..a58da7789540 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -3,7 +3,7 @@ # # modified for PC-9801/PC-9821 # -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.pc98,v 1.327.2.6 2006/07/26 11:57:24 nyan Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index c5fb92a4903d..6a82acecf694 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.powerpc,v 1.44.2.3 2006/07/11 16:34:38 sam Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index f194cc2ab664..26ecbd8b55ec 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.sparc64,v 1.73.2.3 2006/07/11 16:34:38 sam Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 63eae2dd8d52..73eaeda79fc8 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/kern.mk,v 1.45 2005/03/31 22:53:58 peter Exp $ # # Warning flags for compiling the kernel and components of the kernel. diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index 6982c19443f1..7a8e5583ce23 100644 --- a/sys/conf/kern.post.mk +++ b/sys/conf/kern.post.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/kern.post.mk,v 1.83.2.3 2006/11/01 18:55:32 ru Exp $ # Part of a unified Makefile for building kernels. This part includes all # the definitions that need to be after all the % directives except %RULES diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index 03b975df6288..bf19efb92a1d 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/kern.pre.mk,v 1.65.2.3 2006/10/16 01:26:13 sam Exp $ # Part of a unified Makefile for building kernels. This part contains all # of the definitions that need to be before %BEFORE_DEPEND. diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index 55c71ae8147c..5428d4eb9987 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -1,5 +1,5 @@ # From: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/kmod.mk,v 1.192.2.5 2006/09/13 08:40:20 des Exp $ # # The include file <bsd.kmod.mk> handles building and installing loadable # kernel modules. diff --git a/sys/conf/kmod_syms.awk b/sys/conf/kmod_syms.awk index 677d813507ee..5a2650079930 100644 --- a/sys/conf/kmod_syms.awk +++ b/sys/conf/kmod_syms.awk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/kmod_syms.awk,v 1.4 2002/08/06 19:31:04 iedowse Exp $ # Read global symbols from object file. BEGIN { diff --git a/sys/conf/ldscript.alpha b/sys/conf/ldscript.alpha index 89d2d8bf4908..278cb78ccda1 100644 --- a/sys/conf/ldscript.alpha +++ b/sys/conf/ldscript.alpha @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.alpha,v 1.8 2004/08/27 19:13:35 marcel Exp $ */ OUTPUT_FORMAT("elf64-alpha-freebsd", "elf64-alpha-freebsd", "elf64-alpha-freebsd") OUTPUT_ARCH(alpha) ENTRY(locorestart) diff --git a/sys/conf/ldscript.amd64 b/sys/conf/ldscript.amd64 index 68ab1a2c7e4e..ccc96f8d6fba 100644 --- a/sys/conf/ldscript.amd64 +++ b/sys/conf/ldscript.amd64 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.amd64,v 1.9 2004/05/29 01:09:00 tjr Exp $ */ OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64") OUTPUT_ARCH(i386:x86-64) ENTRY(btext) diff --git a/sys/conf/ldscript.arm b/sys/conf/ldscript.arm index 3ccf916b1d77..cd8ba28529ca 100644 --- a/sys/conf/ldscript.arm +++ b/sys/conf/ldscript.arm @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.arm,v 1.2.2.1 2006/06/23 23:29:52 cognet Exp $ */ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) ENTRY(_start) diff --git a/sys/conf/ldscript.i386 b/sys/conf/ldscript.i386 index a94f32fdd4c2..2008a851a07b 100644 --- a/sys/conf/ldscript.i386 +++ b/sys/conf/ldscript.i386 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.i386,v 1.9 2003/12/03 07:40:03 phk Exp $ */ OUTPUT_FORMAT("elf32-i386-freebsd", "elf32-i386-freebsd", "elf32-i386-freebsd") OUTPUT_ARCH(i386) ENTRY(btext) diff --git a/sys/conf/ldscript.ia64 b/sys/conf/ldscript.ia64 index 8dc0368c7522..9c65fe03b70d 100644 --- a/sys/conf/ldscript.ia64 +++ b/sys/conf/ldscript.ia64 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.ia64,v 1.12 2004/08/25 07:43:28 marcel Exp $ */ OUTPUT_FORMAT("elf64-ia64-little", "elf64-ia64-little", "elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(__start) diff --git a/sys/conf/ldscript.powerpc b/sys/conf/ldscript.powerpc index fac182df7633..74d94c31a4a2 100644 --- a/sys/conf/ldscript.powerpc +++ b/sys/conf/ldscript.powerpc @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.powerpc,v 1.7 2001/10/08 10:43:34 mp Exp $ */ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc") OUTPUT_ARCH(powerpc) diff --git a/sys/conf/ldscript.sparc64 b/sys/conf/ldscript.sparc64 index 6f9c021ae1b3..7a3b01d3ee7f 100644 --- a/sys/conf/ldscript.sparc64 +++ b/sys/conf/ldscript.sparc64 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.sparc64,v 1.4 2003/06/07 18:23:50 jake Exp $ */ OUTPUT_FORMAT("elf64-sparc", "elf64-sparc", "elf64-sparc") OUTPUT_ARCH(sparc:v9) diff --git a/sys/conf/makeLINT.mk b/sys/conf/makeLINT.mk index 08947a91db05..bff4279a5ecb 100644 --- a/sys/conf/makeLINT.mk +++ b/sys/conf/makeLINT.mk @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/makeLINT.mk,v 1.1 2003/02/26 23:36:58 ru Exp $ all: @echo "make LINT only" diff --git a/sys/conf/makeLINT.sed b/sys/conf/makeLINT.sed index 83445cfcb705..6f68d4a05b46 100644 --- a/sys/conf/makeLINT.sed +++ b/sys/conf/makeLINT.sed @@ -1,5 +1,5 @@ #!/usr/bin/sed -E -n -f -# $FreeBSD$ +# $FreeBSD: src/sys/conf/makeLINT.sed,v 1.3 2003/02/26 23:36:58 ru Exp $ /^(machine|ident|device|nodevice|makeoptions|nomakeoption|options|option|nooption|profile|cpu|maxusers)[[:space:]]/ { s/[[:space:]]*#.*$// diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index efa1edbc144e..adcb5a250828 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -28,7 +28,7 @@ # SUCH DAMAGE. # # @(#)newvers.sh 8.1 (Berkeley) 4/20/94 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/newvers.sh,v 1.69.2.13.2.3 2007/01/11 21:59:11 kensmith Exp $ TYPE="FreeBSD" REVISION="6.2" @@ -36,7 +36,7 @@ BRANCH="RELEASE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi -RELEASE="${REVISION}-${BRANCH}" +RELEASE=6.2-RELEASE VERSION="${TYPE} ${RELEASE}" if [ "X${PARAMFILE}" != "X" ]; then diff --git a/sys/conf/options b/sys/conf/options index 36a0a1e333fa..64f75bbe94b8 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options,v 1.510.2.19 2006/09/02 13:12:08 rwatson Exp $ # # On the handling of kernel options # diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha index d1aaf8d3fe26..f0ee9965294d 100644 --- a/sys/conf/options.alpha +++ b/sys/conf/options.alpha @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.alpha,v 1.43 2004/07/10 22:29:40 marcel Exp $ # Options specific to the Alpha platform kernels EV5 opt_global.h diff --git a/sys/conf/options.amd64 b/sys/conf/options.amd64 index fdbc8f838eee..7d7b61c0c7e0 100644 --- a/sys/conf/options.amd64 +++ b/sys/conf/options.amd64 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.amd64,v 1.21 2005/06/29 23:23:16 peter Exp $ # Options specific to AMD64 platform kernels AUTO_EOI_1 opt_auto_eoi.h diff --git a/sys/conf/options.arm b/sys/conf/options.arm index ef5f6303d026..991a9048d0f9 100644 --- a/sys/conf/options.arm +++ b/sys/conf/options.arm @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/conf/options.arm,v 1.5.2.1 2006/07/20 20:01:27 cognet Exp $ ARM32_NEW_VM_LAYOUT opt_vm.h ARM9_CACHE_WRITE_THROUGH opt_global.h ARM_CACHE_LOCK_ENABLE opt_global.h diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 8ad0b8bbb1e2..4e79e7e7a171 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.i386,v 1.225 2005/07/02 20:06:42 delphij Exp $ # Options specific to the i386 platform kernels AUTO_EOI_1 opt_auto_eoi.h diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64 index 8f4b2ac0432a..345250fbafee 100644 --- a/sys/conf/options.ia64 +++ b/sys/conf/options.ia64 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.ia64,v 1.26 2004/08/16 18:54:22 marcel Exp $ # Options specific to the ia64 platform kernels ITANIUM opt_global.h diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index f50c867a57d1..146638f30a12 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.pc98,v 1.189 2005/07/02 20:06:42 delphij Exp $ # Options specific to the pc98 platform kernels AUTO_EOI_1 opt_auto_eoi.h diff --git a/sys/conf/options.powerpc b/sys/conf/options.powerpc index a6dc6da17136..851ed3bff736 100644 --- a/sys/conf/options.powerpc +++ b/sys/conf/options.powerpc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.powerpc,v 1.9 2004/06/25 13:44:34 grehan Exp $ # Options specific to the powerpc platform kernels OEA opt_global.h diff --git a/sys/conf/options.sparc64 b/sys/conf/options.sparc64 index 3944cebd6943..f89beade723e 100644 --- a/sys/conf/options.sparc64 +++ b/sys/conf/options.sparc64 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.sparc64,v 1.13 2005/06/10 20:58:59 marius Exp $ SUN4U opt_global.h diff --git a/sys/conf/systags.sh b/sys/conf/systags.sh index b8d4864b0322..249055c726e0 100644 --- a/sys/conf/systags.sh +++ b/sys/conf/systags.sh @@ -28,7 +28,7 @@ # SUCH DAMAGE. # # @(#)systags.sh 8.1 (Berkeley) 6/10/93 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/systags.sh,v 1.9 2004/04/07 20:45:56 imp Exp $ # # systags.sh - construct a system tags file using dependence relations # in a .depend file diff --git a/sys/contrib/altq/altq/altq.h b/sys/contrib/altq/altq/altq.h index c740ed359ad1..51f812de997a 100644 --- a/sys/contrib/altq/altq/altq.h +++ b/sys/contrib/altq/altq/altq.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq.h,v 1.2 2004/06/12 00:57:20 mlaier Exp $ */ /* $KAME: altq.h,v 1.10 2003/07/10 12:07:47 kjc Exp $ */ /* diff --git a/sys/contrib/altq/altq/altq_cbq.c b/sys/contrib/altq/altq/altq_cbq.c index ef759165805e..a9cfa9cccc20 100644 --- a/sys/contrib/altq/altq/altq_cbq.c +++ b/sys/contrib/altq/altq/altq_cbq.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_cbq.c,v 1.2.8.1 2005/08/25 05:01:03 rwatson Exp $ */ /* $KAME: altq_cbq.c,v 1.19 2003/09/17 14:23:25 kjc Exp $ */ /* diff --git a/sys/contrib/altq/altq/altq_cdnr.c b/sys/contrib/altq/altq/altq_cdnr.c index d0a1313f4fb9..537416d5aa36 100644 --- a/sys/contrib/altq/altq/altq_cdnr.c +++ b/sys/contrib/altq/altq/altq_cdnr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_cdnr.c,v 1.2 2004/06/12 00:57:20 mlaier Exp $ */ /* $KAME: altq_cdnr.c,v 1.14 2003/09/05 22:40:36 itojun Exp $ */ /* diff --git a/sys/contrib/altq/altq/altq_hfsc.c b/sys/contrib/altq/altq/altq_hfsc.c index 7eea5c7e54e4..f62a9b0c3453 100644 --- a/sys/contrib/altq/altq/altq_hfsc.c +++ b/sys/contrib/altq/altq/altq_hfsc.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_hfsc.c,v 1.2 2004/06/12 00:57:20 mlaier Exp $ */ /* $KAME: altq_hfsc.c,v 1.24 2003/12/05 05:40:46 kjc Exp $ */ /* diff --git a/sys/contrib/altq/altq/altq_priq.c b/sys/contrib/altq/altq/altq_priq.c index e4e84e6e524b..2df4747391fb 100644 --- a/sys/contrib/altq/altq/altq_priq.c +++ b/sys/contrib/altq/altq/altq_priq.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_priq.c,v 1.2 2004/06/12 00:57:20 mlaier Exp $ */ /* $KAME: altq_priq.c,v 1.11 2003/09/17 14:23:25 kjc Exp $ */ /* * Copyright (C) 2000-2003 diff --git a/sys/contrib/altq/altq/altq_red.c b/sys/contrib/altq/altq/altq_red.c index ff6d83260c7e..d1578edd9ca1 100644 --- a/sys/contrib/altq/altq/altq_red.c +++ b/sys/contrib/altq/altq/altq_red.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_red.c,v 1.2 2004/06/12 00:57:20 mlaier Exp $ */ /* $KAME: altq_red.c,v 1.18 2003/09/05 22:40:36 itojun Exp $ */ /* diff --git a/sys/contrib/altq/altq/altq_rio.c b/sys/contrib/altq/altq/altq_rio.c index 2acf87e65944..627c2a35f169 100644 --- a/sys/contrib/altq/altq/altq_rio.c +++ b/sys/contrib/altq/altq/altq_rio.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_rio.c,v 1.3 2005/06/10 16:49:03 brooks Exp $ */ /* $KAME: altq_rio.c,v 1.17 2003/07/10 12:07:49 kjc Exp $ */ /* diff --git a/sys/contrib/altq/altq/altq_rmclass.c b/sys/contrib/altq/altq/altq_rmclass.c index 63194ee13169..665fac572df0 100644 --- a/sys/contrib/altq/altq/altq_rmclass.c +++ b/sys/contrib/altq/altq/altq_rmclass.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_rmclass.c,v 1.2 2004/06/12 00:57:20 mlaier Exp $ */ /* $KAME: altq_rmclass.c,v 1.18 2003/11/06 06:32:53 kjc Exp $ */ /* diff --git a/sys/contrib/altq/altq/altq_subr.c b/sys/contrib/altq/altq/altq_subr.c index 0b4d22d03d25..67f57a1f8471 100644 --- a/sys/contrib/altq/altq/altq_subr.c +++ b/sys/contrib/altq/altq/altq_subr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_subr.c,v 1.7.2.1 2006/03/06 06:38:38 thompsa Exp $ */ /* $KAME: altq_subr.c,v 1.21 2003/11/06 06:32:53 kjc Exp $ */ /* diff --git a/sys/contrib/altq/altq/altq_var.h b/sys/contrib/altq/altq/altq_var.h index 4c4fc2909b6a..99407fb71ebc 100644 --- a/sys/contrib/altq/altq/altq_var.h +++ b/sys/contrib/altq/altq/altq_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/altq_var.h,v 1.2 2005/02/21 17:11:09 mlaier Exp $ */ /* $KAME: altq_var.h,v 1.16 2003/10/03 05:05:15 kjc Exp $ */ /* diff --git a/sys/contrib/altq/altq/if_altq.h b/sys/contrib/altq/altq/if_altq.h index 0676e401f0b2..2b4537eadd97 100644 --- a/sys/contrib/altq/altq/if_altq.h +++ b/sys/contrib/altq/altq/if_altq.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/altq/altq/if_altq.h,v 1.3 2004/06/15 01:45:19 mlaier Exp $ */ /* $KAME: if_altq.h,v 1.11 2003/07/10 12:07:50 kjc Exp $ */ /* diff --git a/sys/contrib/dev/acpica/acpica_prep.sh b/sys/contrib/dev/acpica/acpica_prep.sh index bb1605cbfb6b..407100d8ecf4 100755 --- a/sys/contrib/dev/acpica/acpica_prep.sh +++ b/sys/contrib/dev/acpica/acpica_prep.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/contrib/dev/acpica/acpica_prep.sh,v 1.7 2004/04/14 02:03:33 njl Exp $ # # Unpack an ACPI CA drop and restructure it to fit the FreeBSD layout # diff --git a/sys/contrib/dev/nve/amd64/nvenetlib.README b/sys/contrib/dev/nve/amd64/nvenetlib.README index fd4f6b86cda9..c7eaee0fa9c1 100644 --- a/sys/contrib/dev/nve/amd64/nvenetlib.README +++ b/sys/contrib/dev/nve/amd64/nvenetlib.README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/contrib/dev/nve/amd64/nvenetlib.README,v 1.1.2.1 2005/09/11 18:46:33 obrien Exp $ The installation and use of this software is subject to the following license terms and conditions: diff --git a/sys/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu b/sys/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu index b4a44286004d..f59b8494ea60 100644 --- a/sys/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu +++ b/sys/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/contrib/dev/nve/amd64/nvenetlib.o.bz2.uu,v 1.1.1.1.2.1 2006/09/13 15:15:56 jhb Exp $ begin-base64 644 nvenetlib.o.bz2 QlpoOTFBWSZTWQrVCikAPRD////////////////////////////+////////////////4ETdfd7c d6MHt93wvffPbe6vXdzLa8cIHsyiSQRFGCttADntZTtnJu6fPePr3w68929yzVt2NRdTNU96tIc9 diff --git a/sys/contrib/dev/nve/i386/nvenetlib.README b/sys/contrib/dev/nve/i386/nvenetlib.README index fd4f6b86cda9..9916b74ddcd1 100644 --- a/sys/contrib/dev/nve/i386/nvenetlib.README +++ b/sys/contrib/dev/nve/i386/nvenetlib.README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/contrib/dev/nve/i386/nvenetlib.README,v 1.1.2.1 2005/09/11 18:46:33 obrien Exp $ The installation and use of this software is subject to the following license terms and conditions: diff --git a/sys/contrib/dev/nve/i386/nvenetlib.o.bz2.uu b/sys/contrib/dev/nve/i386/nvenetlib.o.bz2.uu index a10177b09a20..36889ad4a0bf 100644 --- a/sys/contrib/dev/nve/i386/nvenetlib.o.bz2.uu +++ b/sys/contrib/dev/nve/i386/nvenetlib.o.bz2.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/contrib/dev/nve/i386/nvenetlib.o.bz2.uu,v 1.1.1.1.2.1 2006/09/13 15:15:57 jhb Exp $ begin-base64 644 nvenetlib.o.bz2 QlpoOTFBWSZTWSDHheUAMsL/////////////////////////////////////////////4EQzTUNc bl2envbuoZ32+6l7UqAC3Z7vc94Or3e71IAA8D6+8zp9Pb2cpz25cy8899HK75hzz68d9fKfZ93z diff --git a/sys/contrib/dev/oltr/if_oltr.c b/sys/contrib/dev/oltr/if_oltr.c index ced116c585c4..5b9e5a6c93a7 100644 --- a/sys/contrib/dev/oltr/if_oltr.c +++ b/sys/contrib/dev/oltr/if_oltr.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/dev/oltr/if_oltr.c,v 1.37.2.2 2005/10/09 04:18:17 delphij Exp $ */ #include <sys/param.h> diff --git a/sys/contrib/dev/oltr/if_oltr_isa.c b/sys/contrib/dev/oltr/if_oltr_isa.c index e16d6c73e37d..b627ad804071 100644 --- a/sys/contrib/dev/oltr/if_oltr_isa.c +++ b/sys/contrib/dev/oltr/if_oltr_isa.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/dev/oltr/if_oltr_isa.c,v 1.1 2005/02/03 23:01:01 mdodd Exp $ */ #include <sys/param.h> diff --git a/sys/contrib/dev/oltr/if_oltr_pci.c b/sys/contrib/dev/oltr/if_oltr_pci.c index 8c7be2ee0b44..3be7eda69da4 100644 --- a/sys/contrib/dev/oltr/if_oltr_pci.c +++ b/sys/contrib/dev/oltr/if_oltr_pci.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/dev/oltr/if_oltr_pci.c,v 1.2 2005/06/10 16:49:03 brooks Exp $ */ #include <sys/param.h> diff --git a/sys/contrib/dev/oltr/if_oltrvar.h b/sys/contrib/dev/oltr/if_oltrvar.h index 7b9994d02654..fd35f355060b 100644 --- a/sys/contrib/dev/oltr/if_oltrvar.h +++ b/sys/contrib/dev/oltr/if_oltrvar.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/dev/oltr/if_oltrvar.h,v 1.2 2005/06/10 16:49:03 brooks Exp $ */ /*#define DEBUG_MASK DEBUG_POLL*/ diff --git a/sys/contrib/dev/oltr/trlld.h b/sys/contrib/dev/oltr/trlld.h index 988cf356df10..9e48f6afab2f 100644 --- a/sys/contrib/dev/oltr/trlld.h +++ b/sys/contrib/dev/oltr/trlld.h @@ -14,7 +14,7 @@ *---------------------------------------------------------------------------
*
* Description: PowerMACH Works header file
- * $FreeBSD$ + * $FreeBSD: src/sys/contrib/dev/oltr/trlld.h,v 1.4 2000/03/18 23:51:51 lile Exp $ *
*---------------------------------------------------------------------------
* $Log: J:/usr/project/trlld/libsrc/include/trlld.h_v $
diff --git a/sys/contrib/dev/oltr/trlldbm.c b/sys/contrib/dev/oltr/trlldbm.c index 944606da5a31..77c1aa5828f4 100644 --- a/sys/contrib/dev/oltr/trlldbm.c +++ b/sys/contrib/dev/oltr/trlldbm.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/dev/oltr/trlldbm.c,v 1.4 2000/03/18 23:51:51 lile Exp $ * * Copyright (c) 1997 * OLICOM A/S diff --git a/sys/contrib/dev/oltr/trlldhm.c b/sys/contrib/dev/oltr/trlldhm.c index cdcb250c5a62..22f88cb49d39 100644 --- a/sys/contrib/dev/oltr/trlldhm.c +++ b/sys/contrib/dev/oltr/trlldhm.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/dev/oltr/trlldhm.c,v 1.4 2000/03/18 23:51:52 lile Exp $ * * Copyright (c) 1997 * OLICOM A/S diff --git a/sys/contrib/dev/oltr/trlldmac.c b/sys/contrib/dev/oltr/trlldmac.c index 63cfd3e3cf3b..c0fbe847c6eb 100644 --- a/sys/contrib/dev/oltr/trlldmac.c +++ b/sys/contrib/dev/oltr/trlldmac.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/dev/oltr/trlldmac.c,v 1.4 2000/03/18 23:51:52 lile Exp $ * * Copyright (c) 1997 * OLICOM A/S diff --git a/sys/contrib/ipfilter/netinet/IPFILTER.LICENCE b/sys/contrib/ipfilter/netinet/IPFILTER.LICENCE index 1ee473da33f1..30fa68a7c007 100644 --- a/sys/contrib/ipfilter/netinet/IPFILTER.LICENCE +++ b/sys/contrib/ipfilter/netinet/IPFILTER.LICENCE @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/contrib/ipfilter/netinet/IPFILTER.LICENCE,v 1.2 2002/04/25 03:31:38 darrenr Exp $ Copyright (C) 1993-2002 by Darren Reed. diff --git a/sys/contrib/ipfilter/netinet/QNX_OCL.txt b/sys/contrib/ipfilter/netinet/QNX_OCL.txt index b62377679670..4142b56db621 100644 --- a/sys/contrib/ipfilter/netinet/QNX_OCL.txt +++ b/sys/contrib/ipfilter/netinet/QNX_OCL.txt @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/contrib/ipfilter/netinet/QNX_OCL.txt,v 1.2 2002/04/25 03:31:39 darrenr Exp $ End User License Certificate (EULA) End User License Certificate (EULA) diff --git a/sys/contrib/ipfilter/netinet/fil.c b/sys/contrib/ipfilter/netinet/fil.c index ee21a941c246..2ed26691aa88 100644 --- a/sys/contrib/ipfilter/netinet/fil.c +++ b/sys/contrib/ipfilter/netinet/fil.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/fil.c,v 1.46.2.1 2006/08/24 07:37:10 guido Exp $ */ /* * Copyright (C) 1993-2003 by Darren Reed. @@ -141,7 +141,7 @@ struct file; #if !defined(lint) static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-2000 Darren Reed"; -static const char rcsid[] = "@(#)$FreeBSD$"; +static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/fil.c,v 1.46.2.1 2006/08/24 07:37:10 guido Exp $"; /* static const char rcsid[] = "@(#)$Id: fil.c,v 2.243.2.78 2006/03/29 11:19:54 darrenr Exp $"; */ #endif diff --git a/sys/contrib/ipfilter/netinet/ip_auth.c b/sys/contrib/ipfilter/netinet/ip_auth.c index 3f82d2521164..d8e9118165b7 100644 --- a/sys/contrib/ipfilter/netinet/ip_auth.c +++ b/sys/contrib/ipfilter/netinet/ip_auth.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_auth.c,v 1.40.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1998-2003 by Darren Reed & Guido van Rooij. @@ -120,7 +120,7 @@ extern struct ifqueue ipintrq; /* ip packet input queue */ /* END OF INCLUDES */ #if !defined(lint) -static const char rcsid[] = "@(#)$FreeBSD$"; +static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ip_auth.c,v 1.40.2.1 2006/08/24 07:37:11 guido Exp $"; /* static const char rcsid[] = "@(#)$Id: ip_auth.c,v 2.73.2.13 2006/03/29 11:19:55 darrenr Exp $"; */ #endif diff --git a/sys/contrib/ipfilter/netinet/ip_auth.h b/sys/contrib/ipfilter/netinet/ip_auth.h index a480c5df1b04..e9015ff74d7f 100644 --- a/sys/contrib/ipfilter/netinet/ip_auth.h +++ b/sys/contrib/ipfilter/netinet/ip_auth.h @@ -1,11 +1,11 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_auth.h,v 1.14.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1997-2001 by Darren Reed & Guido Van Rooij. * * See the IPFILTER.LICENCE file for details on licencing. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_auth.h,v 1.14.2.1 2006/08/24 07:37:11 guido Exp $ * Id: ip_auth.h,v 2.16.2.2 2006/03/16 06:45:49 darrenr Exp $ * */ diff --git a/sys/contrib/ipfilter/netinet/ip_compat.h b/sys/contrib/ipfilter/netinet/ip_compat.h index ebf8fbe4cb3d..a2136f1c7244 100644 --- a/sys/contrib/ipfilter/netinet/ip_compat.h +++ b/sys/contrib/ipfilter/netinet/ip_compat.h @@ -4,7 +4,7 @@ * See the IPFILTER.LICENCE file for details on licencing. * * @(#)ip_compat.h 1.8 1/14/96 - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_compat.h,v 1.28.2.1 2006/08/24 07:37:11 guido Exp $ * Id: ip_compat.h,v 2.142.2.36 2006/03/26 05:50:29 darrenr Exp $ */ diff --git a/sys/contrib/ipfilter/netinet/ip_fil.h b/sys/contrib/ipfilter/netinet/ip_fil.h index 568453d2326d..8fbe14f077c8 100644 --- a/sys/contrib/ipfilter/netinet/ip_fil.h +++ b/sys/contrib/ipfilter/netinet/ip_fil.h @@ -4,7 +4,7 @@ * See the IPFILTER.LICENCE file for details on licencing. * * @(#)ip_fil.h 1.35 6/5/96 - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_fil.h,v 1.31.2.1 2006/08/24 07:37:11 guido Exp $ * Id: ip_fil.h,v 2.170.2.29 2006/03/29 11:19:55 darrenr Exp $ */ diff --git a/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c b/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c index 64421e01f3a6..35ae628e6c81 100644 --- a/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c +++ b/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c,v 1.1.1.1.2.2 2006/10/26 11:22:04 oleg Exp $ */ /* * Copyright (C) 1993-2003 by Darren Reed. diff --git a/sys/contrib/ipfilter/netinet/ip_frag.c b/sys/contrib/ipfilter/netinet/ip_frag.c index 5a932951601d..f7ef374e23b8 100644 --- a/sys/contrib/ipfilter/netinet/ip_frag.c +++ b/sys/contrib/ipfilter/netinet/ip_frag.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_frag.c,v 1.29.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1993-2003 by Darren Reed. @@ -102,7 +102,7 @@ extern struct timeout fr_slowtimer_ch; #if !defined(lint) static const char sccsid[] = "@(#)ip_frag.c 1.11 3/24/96 (C) 1993-2000 Darren Reed"; -static const char rcsid[] = "@(#)$FreeBSD$"; +static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ip_frag.c,v 1.29.2.1 2006/08/24 07:37:11 guido Exp $"; /* static const char rcsid[] = "@(#)$Id: ip_frag.c,v 2.77.2.5 2006/02/26 08:26:54 darrenr Exp $";*/ #endif diff --git a/sys/contrib/ipfilter/netinet/ip_frag.h b/sys/contrib/ipfilter/netinet/ip_frag.h index 88b588277cb5..e86caf32f645 100644 --- a/sys/contrib/ipfilter/netinet/ip_frag.h +++ b/sys/contrib/ipfilter/netinet/ip_frag.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_frag.h,v 1.17.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1993-2001 by Darren Reed. @@ -6,7 +6,7 @@ * See the IPFILTER.LICENCE file for details on licencing. * * @(#)ip_frag.h 1.5 3/24/96 - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_frag.h,v 1.17.2.1 2006/08/24 07:37:11 guido Exp $ * Id: ip_frag.h,v 2.23.2.1 2004/03/29 16:21:56 darrenr Exp */ diff --git a/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c b/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c index 6718f85625f5..ecd28cc4609b 100644 --- a/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c +++ b/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c,v 1.25.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1997-2003 by Darren Reed @@ -8,7 +8,7 @@ * Simple FTP transparent proxy for in-kernel use. For use with the NAT * code. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_ftp_pxy.c,v 1.25.2.1 2006/08/24 07:37:11 guido Exp $ * Id: ip_ftp_pxy.c,v 2.88.2.19 2006/04/01 10:14:53 darrenr Exp $ */ diff --git a/sys/contrib/ipfilter/netinet/ip_htable.c b/sys/contrib/ipfilter/netinet/ip_htable.c index aaecaa63f52d..e03ad4b26e46 100644 --- a/sys/contrib/ipfilter/netinet/ip_htable.c +++ b/sys/contrib/ipfilter/netinet/ip_htable.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_htable.c,v 1.2.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1993-2001, 2003 by Darren Reed. diff --git a/sys/contrib/ipfilter/netinet/ip_log.c b/sys/contrib/ipfilter/netinet/ip_log.c index 83dcb70331d8..3a72a9873502 100644 --- a/sys/contrib/ipfilter/netinet/ip_log.c +++ b/sys/contrib/ipfilter/netinet/ip_log.c @@ -1,11 +1,11 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_log.c,v 1.29.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1997-2003 by Darren Reed. * * See the IPFILTER.LICENCE file for details on licencing. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_log.c,v 1.29.2.1 2006/08/24 07:37:11 guido Exp $ * Id: ip_log.c,v 2.75.2.11 2006/03/26 13:50:47 darrenr Exp $ */ #include <sys/param.h> diff --git a/sys/contrib/ipfilter/netinet/ip_nat.c b/sys/contrib/ipfilter/netinet/ip_nat.c index 063f557f493e..5fecdae84bb2 100644 --- a/sys/contrib/ipfilter/netinet/ip_nat.c +++ b/sys/contrib/ipfilter/netinet/ip_nat.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_nat.c,v 1.39.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1995-2003 by Darren Reed. @@ -109,7 +109,7 @@ extern struct ifnet vpnif; #if !defined(lint) static const char sccsid[] = "@(#)ip_nat.c 1.11 6/5/96 (C) 1995 Darren Reed"; -static const char rcsid[] = "@(#)$FreeBSD$"; +static const char rcsid[] = "@(#)$FreeBSD: src/sys/contrib/ipfilter/netinet/ip_nat.c,v 1.39.2.1 2006/08/24 07:37:11 guido Exp $"; /* static const char rcsid[] = "@(#)$Id: ip_nat.c,v 2.195.2.56 2006/04/01 10:15:34 darrenr Exp $";*/ #endif diff --git a/sys/contrib/ipfilter/netinet/ip_nat.h b/sys/contrib/ipfilter/netinet/ip_nat.h index e1bec966abb4..ca1beb4927a2 100644 --- a/sys/contrib/ipfilter/netinet/ip_nat.h +++ b/sys/contrib/ipfilter/netinet/ip_nat.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_nat.h,v 1.24.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1995-2001, 2003 by Darren Reed. @@ -6,7 +6,7 @@ * See the IPFILTER.LICENCE file for details on licencing. * * @(#)ip_nat.h 1.5 2/4/96 - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_nat.h,v 1.24.2.1 2006/08/24 07:37:11 guido Exp $ * Id: ip_nat.h,v 2.90.2.9 2005/03/28 11:09:55 darrenr Exp */ diff --git a/sys/contrib/ipfilter/netinet/ip_proxy.c b/sys/contrib/ipfilter/netinet/ip_proxy.c index eb84cd191ea6..c4bb5c997095 100644 --- a/sys/contrib/ipfilter/netinet/ip_proxy.c +++ b/sys/contrib/ipfilter/netinet/ip_proxy.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_proxy.c,v 1.25.2.1 2006/08/24 07:37:11 guido Exp $ */ /* * Copyright (C) 1997-2003 by Darren Reed. diff --git a/sys/contrib/ipfilter/netinet/ip_proxy.h b/sys/contrib/ipfilter/netinet/ip_proxy.h index 71c1b816cbc1..fe7a9c5a9411 100644 --- a/sys/contrib/ipfilter/netinet/ip_proxy.h +++ b/sys/contrib/ipfilter/netinet/ip_proxy.h @@ -1,11 +1,11 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_proxy.h,v 1.15.2.1 2006/08/24 07:37:12 guido Exp $ */ /* * Copyright (C) 1997-2001 by Darren Reed. * * See the IPFILTER.LICENCE file for details on licencing. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_proxy.h,v 1.15.2.1 2006/08/24 07:37:12 guido Exp $ * Id: ip_proxy.h,v 2.31.2.2 2005/03/12 19:33:48 darrenr Exp */ diff --git a/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c b/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c index 607fd742f537..866a9533a459 100644 --- a/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c +++ b/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c @@ -1,7 +1,7 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c,v 1.11.2.1 2006/08/24 07:37:12 guido Exp $ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_raudio_pxy.c,v 1.11.2.1 2006/08/24 07:37:12 guido Exp $ * Copyright (C) 1998-2003 by Darren Reed * * See the IPFILTER.LICENCE file for details on licencing. diff --git a/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c b/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c index c0d755a1f481..1ec8aad3fb64 100644 --- a/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c +++ b/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c,v 1.12.2.1 2006/08/24 07:37:12 guido Exp $ */ /* * Copyright (C) 1998-2003 by Darren Reed @@ -9,7 +9,7 @@ * * Simple RCMD transparent proxy for in-kernel use. For use with the NAT * code. - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_rcmd_pxy.c,v 1.12.2.1 2006/08/24 07:37:12 guido Exp $ */ #define IPF_RCMD_PROXY diff --git a/sys/contrib/ipfilter/netinet/ip_rules.c b/sys/contrib/ipfilter/netinet/ip_rules.c index f080ec5b8324..edbfedc2d34b 100644 --- a/sys/contrib/ipfilter/netinet/ip_rules.c +++ b/sys/contrib/ipfilter/netinet/ip_rules.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_rules.c,v 1.1.1.1 2005/04/25 18:15:34 darrenr Exp $ */ /* * Copyright (C) 1993-2000 by Darren Reed. diff --git a/sys/contrib/ipfilter/netinet/ip_rules.h b/sys/contrib/ipfilter/netinet/ip_rules.h index 37e364613d50..aac1ade27fa7 100644 --- a/sys/contrib/ipfilter/netinet/ip_rules.h +++ b/sys/contrib/ipfilter/netinet/ip_rules.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_rules.h,v 1.1.1.1 2005/04/25 18:15:34 darrenr Exp $ */ extern int ipfrule_add __P((void)); extern int ipfrule_remove __P((void)); diff --git a/sys/contrib/ipfilter/netinet/ip_state.c b/sys/contrib/ipfilter/netinet/ip_state.c index 5a877a616c27..2821a01dc268 100644 --- a/sys/contrib/ipfilter/netinet/ip_state.c +++ b/sys/contrib/ipfilter/netinet/ip_state.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_state.c,v 1.35.2.1 2006/08/24 07:37:12 guido Exp $ */ /* * Copyright (C) 1995-2003 by Darren Reed. diff --git a/sys/contrib/ipfilter/netinet/ip_state.h b/sys/contrib/ipfilter/netinet/ip_state.h index 9c457cfcfbb1..4dc026530bd3 100644 --- a/sys/contrib/ipfilter/netinet/ip_state.h +++ b/sys/contrib/ipfilter/netinet/ip_state.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_state.h,v 1.17.2.1 2006/08/24 07:37:12 guido Exp $ */ /* * Copyright (C) 1995-2001 by Darren Reed. @@ -6,7 +6,7 @@ * See the IPFILTER.LICENCE file for details on licencing. * * @(#)ip_state.h 1.3 1/12/96 (C) 1995 Darren Reed - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_state.h,v 1.17.2.1 2006/08/24 07:37:12 guido Exp $ * Id: ip_state.h,v 2.68.2.3 2005/03/03 14:24:11 darrenr Exp */ #ifndef __IP_STATE_H__ diff --git a/sys/contrib/ipfilter/netinet/ip_sync.c b/sys/contrib/ipfilter/netinet/ip_sync.c index d41091a2e611..48a93d12f56e 100644 --- a/sys/contrib/ipfilter/netinet/ip_sync.c +++ b/sys/contrib/ipfilter/netinet/ip_sync.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ip_sync.c,v 1.2.2.1 2006/08/24 07:37:12 guido Exp $ */ /* * Copyright (C) 1995-1998 by Darren Reed. diff --git a/sys/contrib/ipfilter/netinet/ipl.h b/sys/contrib/ipfilter/netinet/ipl.h index cdbf3d0c21dc..57cbd3c33195 100644 --- a/sys/contrib/ipfilter/netinet/ipl.h +++ b/sys/contrib/ipfilter/netinet/ipl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/ipl.h,v 1.23.2.1 2006/08/24 07:37:12 guido Exp $ */ /* * Copyright (C) 1993-2001, 2003 by Darren Reed. @@ -6,7 +6,7 @@ * See the IPFILTER.LICENCE file for details on licencing. * * @(#)ipl.h 1.21 6/5/96 - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/ipl.h,v 1.23.2.1 2006/08/24 07:37:12 guido Exp $ * Id: ipl.h,v 2.52.2.14 2006/04/01 20:09:42 darrenr Exp $ */ diff --git a/sys/contrib/ipfilter/netinet/mlfk_ipl.c b/sys/contrib/ipfilter/netinet/mlfk_ipl.c index 2048df4322a4..59dae478f254 100644 --- a/sys/contrib/ipfilter/netinet/mlfk_ipl.c +++ b/sys/contrib/ipfilter/netinet/mlfk_ipl.c @@ -1,9 +1,9 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/ipfilter/netinet/mlfk_ipl.c,v 1.16.2.1 2006/08/24 07:37:12 guido Exp $ */ /* * Copyright (C) 2000 by Darren Reed. * - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ipfilter/netinet/mlfk_ipl.c,v 1.16.2.1 2006/08/24 07:37:12 guido Exp $ * See the IPFILTER.LICENCE file for details on licencing. */ diff --git a/sys/contrib/ngatm/FREEBSD-Xlist b/sys/contrib/ngatm/FREEBSD-Xlist index 0ead0cc6a5ce..b506cfdecd88 100644 --- a/sys/contrib/ngatm/FREEBSD-Xlist +++ b/sys/contrib/ngatm/FREEBSD-Xlist @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/contrib/ngatm/FREEBSD-Xlist,v 1.1 2004/08/11 12:25:09 harti Exp $ */README */VERSION */Makefile.in diff --git a/sys/contrib/ngatm/FREEBSD-upgrade b/sys/contrib/ngatm/FREEBSD-upgrade index cb167acca87d..915030fb1b5e 100644 --- a/sys/contrib/ngatm/FREEBSD-upgrade +++ b/sys/contrib/ngatm/FREEBSD-upgrade @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/contrib/ngatm/FREEBSD-upgrade,v 1.2 2003/11/03 09:15:31 harti Exp $ This is the part of the NgATM stuff that is shared by kernel and user. Be careful to feed changes back to the maintainer <harti@freebsd.org>, diff --git a/sys/contrib/ngatm/netnatm/msg/uni_ie.h b/sys/contrib/ngatm/netnatm/msg/uni_ie.h index f24c560fb8de..924592ee2e18 100644 --- a/sys/contrib/ngatm/netnatm/msg/uni_ie.h +++ b/sys/contrib/ngatm/netnatm/msg/uni_ie.h @@ -1,6 +1,6 @@ /* This file was created automatically * Source file: $Begemot: libunimsg/atm/msg/ie.def,v 1.3 2003/09/19 11:58:15 hbb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ngatm/netnatm/msg/uni_ie.h,v 1.1 2003/11/03 09:11:53 harti Exp $ */ #ifndef _NETNATM_MSG_UNI_IE_H_ diff --git a/sys/contrib/ngatm/netnatm/msg/uni_ietab.h b/sys/contrib/ngatm/netnatm/msg/uni_ietab.h index 62cba33cd91d..23511d87336f 100644 --- a/sys/contrib/ngatm/netnatm/msg/uni_ietab.h +++ b/sys/contrib/ngatm/netnatm/msg/uni_ietab.h @@ -1,6 +1,6 @@ /* This file was created automatically * Source file: $Begemot: libunimsg/atm/msg/ie.def,v 1.3 2003/09/19 11:58:15 hbb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ngatm/netnatm/msg/uni_ietab.h,v 1.1 2003/11/03 09:11:53 harti Exp $ */ diff --git a/sys/contrib/ngatm/netnatm/msg/uni_msg.c b/sys/contrib/ngatm/netnatm/msg/uni_msg.c index f9991858b418..03b89842a7d8 100644 --- a/sys/contrib/ngatm/netnatm/msg/uni_msg.c +++ b/sys/contrib/ngatm/netnatm/msg/uni_msg.c @@ -1,6 +1,6 @@ /* This file was created automatically * Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ngatm/netnatm/msg/uni_msg.c,v 1.1 2003/11/03 09:11:53 harti Exp $ */ #include <sys/types.h> diff --git a/sys/contrib/ngatm/netnatm/msg/uni_msg.h b/sys/contrib/ngatm/netnatm/msg/uni_msg.h index ddb095b612c5..fbb20447734e 100644 --- a/sys/contrib/ngatm/netnatm/msg/uni_msg.h +++ b/sys/contrib/ngatm/netnatm/msg/uni_msg.h @@ -1,6 +1,6 @@ /* This file was created automatically * Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ngatm/netnatm/msg/uni_msg.h,v 1.1 2003/11/03 09:11:53 harti Exp $ */ #ifndef _NETNATM_MSG_UNI_MSG_H_ diff --git a/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk b/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk index be61925c977a..a3415524e543 100644 --- a/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk +++ b/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk @@ -36,7 +36,7 @@ function begin() { function first_entry() { print "/* This file was created automatically" print " * Source file: " id - print " * $FreeBSD$" + print " * $FreeBSD: src/sys/contrib/ngatm/netnatm/sig/genmsgcpyc.awk,v 1.1.1.2 2004/07/08 16:39:00 harti Exp $" print " */" print "" print "#include <netnatm/msg/unistruct.h>" diff --git a/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk b/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk index f9b44f2b168d..5dc5d5e1c1bb 100644 --- a/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk +++ b/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk @@ -36,7 +36,7 @@ function begin() { function first_entry() { print "/* This file was created automatically" print " * Source file: " id - print " * $FreeBSD$" + print " * $FreeBSD: src/sys/contrib/ngatm/netnatm/sig/genmsgcpyh.awk,v 1.1.1.2 2004/07/08 16:39:00 harti Exp $" print " */" print "" } diff --git a/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c b/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c index 1653ba7438ec..545691283908 100644 --- a/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c +++ b/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c @@ -1,6 +1,6 @@ /* This file was created automatically * Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ngatm/netnatm/sig/sig_unimsgcpy.c,v 1.1 2003/11/07 08:48:43 harti Exp $ */ #include <netnatm/msg/unistruct.h> diff --git a/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h b/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h index 70e4e2eeb8b4..1512c320a5cf 100644 --- a/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h +++ b/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h @@ -1,6 +1,6 @@ /* This file was created automatically * Source file: $Begemot: libunimsg/atm/msg/msg.def,v 1.3 2003/09/19 11:58:15 hbb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/contrib/ngatm/netnatm/sig/unimsgcpy.h,v 1.1 2003/11/07 08:48:43 harti Exp $ */ diff --git a/sys/contrib/pf/net/if_pflog.c b/sys/contrib/pf/net/if_pflog.c index 4c41fd21876c..d8652a15b851 100644 --- a/sys/contrib/pf/net/if_pflog.c +++ b/sys/contrib/pf/net/if_pflog.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/if_pflog.c,v 1.13.2.2 2006/03/06 16:10:18 mlaier Exp $ */ /* $OpenBSD: if_pflog.c,v 1.12 2004/05/19 17:50:51 dhartmei Exp $ */ /* diff --git a/sys/contrib/pf/net/if_pflog.h b/sys/contrib/pf/net/if_pflog.h index 4e160a7e06d6..04f165938dbe 100644 --- a/sys/contrib/pf/net/if_pflog.h +++ b/sys/contrib/pf/net/if_pflog.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/if_pflog.h,v 1.6.2.2 2006/03/22 15:18:04 yar Exp $ */ /* $OpenBSD: if_pflog.h,v 1.11 2004/05/19 17:50:51 dhartmei Exp $ */ /* diff --git a/sys/contrib/pf/net/if_pfsync.c b/sys/contrib/pf/net/if_pfsync.c index 5d91d7e3ce2c..e6499e93495e 100644 --- a/sys/contrib/pf/net/if_pfsync.c +++ b/sys/contrib/pf/net/if_pfsync.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/if_pfsync.c,v 1.19.2.4 2006/08/10 13:45:59 glebius Exp $ */ /* $OpenBSD: if_pfsync.c,v 1.46 2005/02/20 15:58:38 mcbride Exp $ */ /* diff --git a/sys/contrib/pf/net/if_pfsync.h b/sys/contrib/pf/net/if_pfsync.h index f9df354e9b60..0db9f11651cb 100644 --- a/sys/contrib/pf/net/if_pfsync.h +++ b/sys/contrib/pf/net/if_pfsync.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/if_pfsync.h,v 1.7 2005/06/10 17:23:49 mlaier Exp $ */ /* $OpenBSD: if_pfsync.h,v 1.19 2005/01/20 17:47:38 mcbride Exp $ */ /* diff --git a/sys/contrib/pf/net/pf.c b/sys/contrib/pf/net/pf.c index 86029a0e13af..e2c591f75172 100644 --- a/sys/contrib/pf/net/pf.c +++ b/sys/contrib/pf/net/pf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/pf.c,v 1.34.2.4 2006/09/19 15:45:20 csjp Exp $ */ /* $OpenBSD: pf.c,v 1.483 2005/03/15 17:38:43 dhartmei Exp $ */ /* diff --git a/sys/contrib/pf/net/pf_if.c b/sys/contrib/pf/net/pf_if.c index 8e35070bb1ce..6e624e473449 100644 --- a/sys/contrib/pf/net/pf_if.c +++ b/sys/contrib/pf/net/pf_if.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/pf_if.c,v 1.10 2005/05/03 16:43:32 mlaier Exp $ */ /* $OpenBSD: pf_if.c,v 1.23 2004/12/22 17:17:55 dhartmei Exp $ */ /* diff --git a/sys/contrib/pf/net/pf_ioctl.c b/sys/contrib/pf/net/pf_ioctl.c index 5676a864bab9..c5f4df352d5c 100644 --- a/sys/contrib/pf/net/pf_ioctl.c +++ b/sys/contrib/pf/net/pf_ioctl.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/pf_ioctl.c,v 1.20.2.4 2006/09/09 00:50:25 mlaier Exp $ */ /* $OpenBSD: pf_ioctl.c,v 1.139 2005/03/03 07:13:39 dhartmei Exp $ */ /* add: $OpenBSD: pf_ioctl.c,v 1.168 2006/07/21 01:21:17 dhartmei Exp $ */ diff --git a/sys/contrib/pf/net/pf_norm.c b/sys/contrib/pf/net/pf_norm.c index 3c1b4c866b39..e7e66c89e049 100644 --- a/sys/contrib/pf/net/pf_norm.c +++ b/sys/contrib/pf/net/pf_norm.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/pf_norm.c,v 1.11.2.4 2006/03/28 15:06:03 mlaier Exp $ */ /* $OpenBSD: pf_norm.c,v 1.97 2004/09/21 16:59:12 aaron Exp $ */ /* add: $OpenBSD: pf_norm.c,v 1.106 2006/03/25 20:55:24 dhartmei Exp $ */ diff --git a/sys/contrib/pf/net/pf_osfp.c b/sys/contrib/pf/net/pf_osfp.c index ce1efeedf10a..fb4b8002698d 100644 --- a/sys/contrib/pf/net/pf_osfp.c +++ b/sys/contrib/pf/net/pf_osfp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/pf_osfp.c,v 1.5 2005/05/03 16:43:32 mlaier Exp $ */ /* $OpenBSD: pf_osfp.c,v 1.10 2004/04/09 19:30:41 frantzen Exp $ */ /* diff --git a/sys/contrib/pf/net/pf_subr.c b/sys/contrib/pf/net/pf_subr.c index 3de292426054..52813264a342 100644 --- a/sys/contrib/pf/net/pf_subr.c +++ b/sys/contrib/pf/net/pf_subr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/pf_subr.c,v 1.2 2005/05/03 16:43:32 mlaier Exp $ */ /* from $OpenBSD: kern_subr.c,v 1.26 2003/10/31 11:10:41 markus Exp $ */ /* $NetBSD: kern_subr.c,v 1.15 1996/04/09 17:21:56 ragge Exp $ */ diff --git a/sys/contrib/pf/net/pf_table.c b/sys/contrib/pf/net/pf_table.c index 033616ed9042..e0a6679ed343 100644 --- a/sys/contrib/pf/net/pf_table.c +++ b/sys/contrib/pf/net/pf_table.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/pf_table.c,v 1.7 2005/05/04 15:29:28 mlaier Exp $ */ /* $OpenBSD: pf_table.c,v 1.62 2004/12/07 18:02:04 mcbride Exp $ */ /* diff --git a/sys/contrib/pf/net/pfvar.h b/sys/contrib/pf/net/pfvar.h index f741130be615..7317566ddfd1 100644 --- a/sys/contrib/pf/net/pfvar.h +++ b/sys/contrib/pf/net/pfvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/net/pfvar.h,v 1.11.2.2 2005/12/30 00:50:18 mlaier Exp $ */ /* $OpenBSD: pfvar.h,v 1.213 2005/03/03 07:13:39 dhartmei Exp $ */ /* diff --git a/sys/contrib/pf/netinet/in4_cksum.c b/sys/contrib/pf/netinet/in4_cksum.c index 24a04d014562..d30757e0e0fd 100644 --- a/sys/contrib/pf/netinet/in4_cksum.c +++ b/sys/contrib/pf/netinet/in4_cksum.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/contrib/pf/netinet/in4_cksum.c,v 1.4 2004/08/05 20:41:38 mlaier Exp $ */ /* $OpenBSD: in4_cksum.c,v 1.7 2003/06/02 23:28:13 millert Exp $ */ /* $KAME: in4_cksum.c,v 1.10 2001/11/30 10:06:15 itojun Exp $ */ /* $NetBSD: in_cksum.c,v 1.13 1996/10/13 02:03:03 christos Exp $ */ diff --git a/sys/crypto/blowfish/arch/i386/bf_enc.S b/sys/crypto/blowfish/arch/i386/bf_enc.S index bcee9c542354..8cc2b3430c74 100644 --- a/sys/crypto/blowfish/arch/i386/bf_enc.S +++ b/sys/crypto/blowfish/arch/i386/bf_enc.S @@ -1,5 +1,5 @@ /* $NetBSD: bf_enc.S,v 1.1 2001/09/09 11:01:01 tls Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/blowfish/arch/i386/bf_enc.S,v 1.2 2004/11/16 20:42:30 jhb Exp $ */ /* * Written by Jason R. Thorpe <thorpej@zembu.com> and Thor Lancelot Simon diff --git a/sys/crypto/blowfish/arch/i386/bf_enc_586.S b/sys/crypto/blowfish/arch/i386/bf_enc_586.S index 680b2e5812e2..b348079f1285 100644 --- a/sys/crypto/blowfish/arch/i386/bf_enc_586.S +++ b/sys/crypto/blowfish/arch/i386/bf_enc_586.S @@ -1,5 +1,5 @@ /* $NetBSD: bf_enc_586.S,v 1.1 2001/09/09 11:01:01 tls Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/blowfish/arch/i386/bf_enc_586.S,v 1.2 2003/04/21 16:30:12 obrien Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. diff --git a/sys/crypto/blowfish/arch/i386/bf_enc_686.S b/sys/crypto/blowfish/arch/i386/bf_enc_686.S index e480e65790e5..41298e3f7eef 100644 --- a/sys/crypto/blowfish/arch/i386/bf_enc_686.S +++ b/sys/crypto/blowfish/arch/i386/bf_enc_686.S @@ -1,5 +1,5 @@ /* $NetBSD: bf_enc_686.S,v 1.1 2001/09/09 11:01:02 tls Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/blowfish/arch/i386/bf_enc_686.S,v 1.1 2002/03/05 09:19:02 ume Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. diff --git a/sys/crypto/blowfish/bf_ecb.c b/sys/crypto/blowfish/bf_ecb.c index a40c06e0c60f..5670d83ccd09 100644 --- a/sys/crypto/blowfish/bf_ecb.c +++ b/sys/crypto/blowfish/bf_ecb.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/blowfish/bf_ecb.c,v 1.1 2003/10/13 19:26:08 ume Exp $"); #include <sys/types.h> #include <crypto/blowfish/blowfish.h> diff --git a/sys/crypto/blowfish/bf_enc.c b/sys/crypto/blowfish/bf_enc.c index 5f26d408960a..d520be615a48 100644 --- a/sys/crypto/blowfish/bf_enc.c +++ b/sys/crypto/blowfish/bf_enc.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/blowfish/bf_enc.c,v 1.6 2003/06/10 21:38:38 obrien Exp $"); #include <sys/types.h> #include <crypto/blowfish/blowfish.h> diff --git a/sys/crypto/blowfish/bf_locl.h b/sys/crypto/blowfish/bf_locl.h index 9314ff3c1459..f65e3145a811 100644 --- a/sys/crypto/blowfish/bf_locl.h +++ b/sys/crypto/blowfish/bf_locl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/blowfish/bf_locl.h,v 1.5 2002/03/05 09:19:01 ume Exp $ */ /* $KAME: bf_locl.h,v 1.6 2001/09/10 04:03:56 itojun Exp $ */ /* crypto/bf/bf_local.h */ diff --git a/sys/crypto/blowfish/bf_pi.h b/sys/crypto/blowfish/bf_pi.h index fdd5a27e914e..a2be6034d2fe 100644 --- a/sys/crypto/blowfish/bf_pi.h +++ b/sys/crypto/blowfish/bf_pi.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/blowfish/bf_pi.h,v 1.4 2002/03/05 09:19:01 ume Exp $ */ /* $KAME: bf_pi.h,v 1.4 2001/09/10 04:03:56 itojun Exp $ */ /* crypto/bf/bf_pi.h */ diff --git a/sys/crypto/blowfish/bf_skey.c b/sys/crypto/blowfish/bf_skey.c index df8d1cf3d779..9abd6c12caa5 100644 --- a/sys/crypto/blowfish/bf_skey.c +++ b/sys/crypto/blowfish/bf_skey.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/blowfish/bf_skey.c,v 1.6 2003/06/10 21:38:38 obrien Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/sys/crypto/blowfish/blowfish.h b/sys/crypto/blowfish/blowfish.h index ecc140754bf9..7964c391a5ae 100644 --- a/sys/crypto/blowfish/blowfish.h +++ b/sys/crypto/blowfish/blowfish.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/blowfish/blowfish.h,v 1.7 2003/10/13 19:26:08 ume Exp $ */ /* $KAME: blowfish.h,v 1.12 2002/02/27 01:33:59 itojun Exp $ */ /* crypto/bf/blowfish.h */ diff --git a/sys/crypto/des/arch/i386/des_enc.S b/sys/crypto/des/arch/i386/des_enc.S index 7fc29e678a4c..1c297d1beb8c 100644 --- a/sys/crypto/des/arch/i386/des_enc.S +++ b/sys/crypto/des/arch/i386/des_enc.S @@ -1,5 +1,5 @@ /* $NetBSD: des_enc.S,v 1.1 2001/09/09 11:01:02 tls Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/des/arch/i386/des_enc.S,v 1.2 2003/04/21 16:30:12 obrien Exp $ */ /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) * All rights reserved. diff --git a/sys/crypto/des/des.h b/sys/crypto/des/des.h index 81c7bfbeef5e..b5a94fa41f25 100644 --- a/sys/crypto/des/des.h +++ b/sys/crypto/des/des.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/des/des.h,v 1.6 2002/03/20 05:13:51 alfred Exp $ */ /* $KAME: des.h,v 1.8 2001/09/10 04:03:57 itojun Exp $ */ /* lib/des/des.h */ diff --git a/sys/crypto/des/des_ecb.c b/sys/crypto/des/des_ecb.c index 87a004af4b4d..39b7128acba9 100644 --- a/sys/crypto/des/des_ecb.c +++ b/sys/crypto/des/des_ecb.c @@ -49,7 +49,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/des/des_ecb.c,v 1.6 2004/06/14 00:38:54 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/crypto/des/des_enc.c b/sys/crypto/des/des_enc.c index c8d484a0d48c..5692c0b42305 100644 --- a/sys/crypto/des/des_enc.c +++ b/sys/crypto/des/des_enc.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/des/des_enc.c,v 1.2 2004/06/14 00:38:54 obrien Exp $"); #include <sys/types.h> #include <crypto/des/des_locl.h> diff --git a/sys/crypto/des/des_locl.h b/sys/crypto/des/des_locl.h index 2c3cacc1b499..035697f10ca3 100644 --- a/sys/crypto/des/des_locl.h +++ b/sys/crypto/des/des_locl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/des/des_locl.h,v 1.6 2002/03/05 09:19:02 ume Exp $ */ /* $KAME: des_locl.h,v 1.7 2001/09/10 04:03:58 itojun Exp $ */ /* crypto/des/des_locl.h */ diff --git a/sys/crypto/des/des_setkey.c b/sys/crypto/des/des_setkey.c index 7d1fb506a22d..d0dbb4ffdd3f 100644 --- a/sys/crypto/des/des_setkey.c +++ b/sys/crypto/des/des_setkey.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/des/des_setkey.c,v 1.7 2004/06/14 00:38:16 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/crypto/des/podd.h b/sys/crypto/des/podd.h index 0528b9cecafc..8d77aac4f702 100644 --- a/sys/crypto/des/podd.h +++ b/sys/crypto/des/podd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/des/podd.h,v 1.4 2002/04/19 04:46:21 suz Exp $ */ /* $KAME: podd.h,v 1.4 2001/09/10 04:03:58 itojun Exp $ */ /* crypto/des/podd.h */ diff --git a/sys/crypto/des/sk.h b/sys/crypto/des/sk.h index d4aa375024d7..209dca61448b 100644 --- a/sys/crypto/des/sk.h +++ b/sys/crypto/des/sk.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/des/sk.h,v 1.4 2002/04/19 04:46:21 suz Exp $ */ /* $KAME: sk.h,v 1.4 2001/09/10 04:03:58 itojun Exp $ */ /* crypto/des/sk.h */ diff --git a/sys/crypto/des/spr.h b/sys/crypto/des/spr.h index 129b8277be3f..4fd00b6179b0 100644 --- a/sys/crypto/des/spr.h +++ b/sys/crypto/des/spr.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/des/spr.h,v 1.4 2002/03/05 09:19:02 ume Exp $ */ /* $KAME: spr.h,v 1.4 2001/09/10 04:03:58 itojun Exp $ */ /* crypto/des/spr.h */ diff --git a/sys/crypto/rc4/rc4.c b/sys/crypto/rc4/rc4.c index f94a554b98d4..89cb86fde895 100644 --- a/sys/crypto/rc4/rc4.c +++ b/sys/crypto/rc4/rc4.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/rc4/rc4.c,v 1.5 2003/06/10 21:43:12 obrien Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/crypto/rc4/rc4.h b/sys/crypto/rc4/rc4.h index 670b1a005ba1..39cdcc8d92b0 100644 --- a/sys/crypto/rc4/rc4.h +++ b/sys/crypto/rc4/rc4.h @@ -34,7 +34,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/crypto/rc4/rc4.h,v 1.3 2000/07/16 05:53:14 peter Exp $ */ #ifndef _SYS_CRYPTO_RC4_RC4_H_ diff --git a/sys/crypto/rijndael/Makefile b/sys/crypto/rijndael/Makefile index d2dc35ea94bf..9794b342485d 100644 --- a/sys/crypto/rijndael/Makefile +++ b/sys/crypto/rijndael/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/crypto/rijndael/Makefile,v 1.3 2004/12/21 08:47:18 ru Exp $ PROG=test00 NO_MAN= diff --git a/sys/crypto/rijndael/rijndael-alg-fst.c b/sys/crypto/rijndael/rijndael-alg-fst.c index 5197e226a26e..56811e27e937 100644 --- a/sys/crypto/rijndael/rijndael-alg-fst.c +++ b/sys/crypto/rijndael/rijndael-alg-fst.c @@ -25,7 +25,7 @@ * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/rijndael/rijndael-alg-fst.c,v 1.8.2.1 2005/08/30 15:01:50 pjd Exp $"); #include <sys/cdefs.h> #include <sys/types.h> diff --git a/sys/crypto/rijndael/rijndael-api-fst.c b/sys/crypto/rijndael/rijndael-api-fst.c index 187177b39fff..fd783a20518a 100644 --- a/sys/crypto/rijndael/rijndael-api-fst.c +++ b/sys/crypto/rijndael/rijndael-api-fst.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/rijndael/rijndael-api-fst.c,v 1.12 2005/03/11 16:26:10 ume Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/crypto/rijndael/rijndael-api-fst.h b/sys/crypto/rijndael/rijndael-api-fst.h index 122bf52d6ce2..b9d2bbadc1af 100644 --- a/sys/crypto/rijndael/rijndael-api-fst.h +++ b/sys/crypto/rijndael/rijndael-api-fst.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/rijndael/rijndael-api-fst.h,v 1.7 2005/03/11 16:26:10 ume Exp $ */ /* $KAME: rijndael-api-fst.h,v 1.6 2001/05/27 00:23:23 itojun Exp $ */ /* diff --git a/sys/crypto/rijndael/rijndael-api.c b/sys/crypto/rijndael/rijndael-api.c index 9a7fda30af60..35ddbd96e258 100644 --- a/sys/crypto/rijndael/rijndael-api.c +++ b/sys/crypto/rijndael/rijndael-api.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/rijndael/rijndael-api.c,v 1.1 2003/11/12 04:22:37 ume Exp $"); #include <sys/types.h> #include <sys/systm.h> diff --git a/sys/crypto/rijndael/rijndael.h b/sys/crypto/rijndael/rijndael.h index da855284dcc5..c9956476e265 100644 --- a/sys/crypto/rijndael/rijndael.h +++ b/sys/crypto/rijndael/rijndael.h @@ -1,5 +1,5 @@ /* $KAME: rijndael.h,v 1.6 2003/08/28 08:36:32 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/rijndael/rijndael.h,v 1.6 2005/03/11 22:07:04 ume Exp $ */ /** * rijndael-alg-fst.h diff --git a/sys/crypto/rijndael/rijndael_local.h b/sys/crypto/rijndael/rijndael_local.h index 7c765a2b11f8..7cdeecebef2e 100644 --- a/sys/crypto/rijndael/rijndael_local.h +++ b/sys/crypto/rijndael/rijndael_local.h @@ -1,5 +1,5 @@ /* $KAME: rijndael_local.h,v 1.5 2003/08/28 08:37:24 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/rijndael/rijndael_local.h,v 1.4 2003/10/12 21:05:05 ume Exp $ */ /* the file should not be used from outside */ typedef u_int8_t u8; diff --git a/sys/crypto/rijndael/test00.c b/sys/crypto/rijndael/test00.c index f7a534a0cfa2..534b2c119959 100644 --- a/sys/crypto/rijndael/test00.c +++ b/sys/crypto/rijndael/test00.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/crypto/rijndael/test00.c,v 1.1 2003/10/19 22:12:23 phk Exp $ * * This test checks for inplace decryption working. This is the case * where the same buffer is passed as input and output to diff --git a/sys/crypto/sha1.c b/sys/crypto/sha1.c index 208789ab1339..a553d5fb988e 100644 --- a/sys/crypto/sha1.c +++ b/sys/crypto/sha1.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/sha1.c,v 1.9 2003/06/10 21:36:57 obrien Exp $"); #include <sys/types.h> #include <sys/cdefs.h> diff --git a/sys/crypto/sha1.h b/sys/crypto/sha1.h index 3686d7ddde51..0bd6cb1ebdae 100644 --- a/sys/crypto/sha1.h +++ b/sys/crypto/sha1.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/sha1.h,v 1.8 2002/03/20 05:13:50 alfred Exp $ */ /* $KAME: sha1.h,v 1.5 2000/03/27 04:36:23 sumikawa Exp $ */ /* diff --git a/sys/crypto/sha2/sha2.c b/sys/crypto/sha2/sha2.c index 825ed415eff0..cf16cfec0022 100644 --- a/sys/crypto/sha2/sha2.c +++ b/sys/crypto/sha2/sha2.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/sha2/sha2.c,v 1.7.10.1 2006/09/07 08:12:07 obrien Exp $"); #include <sys/types.h> #include <sys/time.h> diff --git a/sys/crypto/sha2/sha2.h b/sys/crypto/sha2/sha2.h index 12da95c92bda..eb367e30e197 100644 --- a/sys/crypto/sha2/sha2.h +++ b/sys/crypto/sha2/sha2.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/crypto/sha2/sha2.h,v 1.2 2002/03/20 05:13:51 alfred Exp $ */ /* $KAME: sha2.h,v 1.3 2001/03/12 08:27:48 itojun Exp $ */ /* diff --git a/sys/crypto/via/padlock.c b/sys/crypto/via/padlock.c index f3b7df46c47d..9e5997821ff9 100644 --- a/sys/crypto/via/padlock.c +++ b/sys/crypto/via/padlock.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/via/padlock.c,v 1.1.2.3 2006/09/04 15:21:10 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/crypto/via/padlock.h b/sys/crypto/via/padlock.h index 7d928ba1719c..fde998ecb89d 100644 --- a/sys/crypto/via/padlock.h +++ b/sys/crypto/via/padlock.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/crypto/via/padlock.h,v 1.4.2.1 2006/09/04 15:21:10 pjd Exp $ */ #ifndef _PADLOCK_H_ diff --git a/sys/crypto/via/padlock_cipher.c b/sys/crypto/via/padlock_cipher.c index 8195584c71e7..5dda8a5b3659 100644 --- a/sys/crypto/via/padlock_cipher.c +++ b/sys/crypto/via/padlock_cipher.c @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/via/padlock_cipher.c,v 1.4.2.2 2006/09/19 11:06:15 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/crypto/via/padlock_hash.c b/sys/crypto/via/padlock_hash.c index 6c421032ed99..eff33061870f 100644 --- a/sys/crypto/via/padlock_hash.c +++ b/sys/crypto/via/padlock_hash.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/crypto/via/padlock_hash.c,v 1.2.2.1 2006/09/04 15:21:10 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_access.c b/sys/ddb/db_access.c index 2d17504070c6..141f30de6541 100644 --- a/sys/ddb/db_access.c +++ b/sys/ddb/db_access.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_access.c,v 1.19 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_access.h b/sys/ddb/db_access.h index 44915e316d15..3d2e79ddbc22 100644 --- a/sys/ddb/db_access.h +++ b/sys/ddb/db_access.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/ddb/db_access.h,v 1.11 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_ACCESS_H_ diff --git a/sys/ddb/db_break.c b/sys/ddb/db_break.c index ac0c87418487..cc80f014334b 100644 --- a/sys/ddb/db_break.c +++ b/sys/ddb/db_break.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_break.c,v 1.25 2005/01/06 01:34:41 imp Exp $"); #include "opt_comconsole.h" diff --git a/sys/ddb/db_break.h b/sys/ddb/db_break.h index f30b9337c26c..0bbd249f72d2 100644 --- a/sys/ddb/db_break.h +++ b/sys/ddb/db_break.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/ddb/db_break.h,v 1.17 2005/01/06 01:34:41 imp Exp $ */ /* diff --git a/sys/ddb/db_command.c b/sys/ddb/db_command.c index 38507c2ef65b..f470545d3c0a 100644 --- a/sys/ddb/db_command.c +++ b/sys/ddb/db_command.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_command.c,v 1.60.2.2 2005/10/25 20:10:56 jhb Exp $"); #include <sys/param.h> #include <sys/linker_set.h> diff --git a/sys/ddb/db_command.h b/sys/ddb/db_command.h index 1825b0e3c6fc..c4c5a00c1cf8 100644 --- a/sys/ddb/db_command.h +++ b/sys/ddb/db_command.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/ddb/db_command.h,v 1.13 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_COMMAND_H_ diff --git a/sys/ddb/db_examine.c b/sys/ddb/db_examine.c index 9be98e46048c..b1763853f4a3 100644 --- a/sys/ddb/db_examine.c +++ b/sys/ddb/db_examine.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_examine.c,v 1.32 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_expr.c b/sys/ddb/db_expr.c index 0bf6c836e329..14cd2033ff7f 100644 --- a/sys/ddb/db_expr.c +++ b/sys/ddb/db_expr.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_expr.c,v 1.17 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index 27af2655c19b..6b6cfed53a37 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_input.c,v 1.36 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_lex.c b/sys/ddb/db_lex.c index a04103b00deb..9ee2aabb53b9 100644 --- a/sys/ddb/db_lex.c +++ b/sys/ddb/db_lex.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_lex.c,v 1.22 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> diff --git a/sys/ddb/db_lex.h b/sys/ddb/db_lex.h index 07955e9dc5cd..a94030c6d3fc 100644 --- a/sys/ddb/db_lex.h +++ b/sys/ddb/db_lex.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/ddb/db_lex.h,v 1.14 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_LEX_H_ diff --git a/sys/ddb/db_main.c b/sys/ddb/db_main.c index 7f2e20c195f6..94de62fdfa8b 100644 --- a/sys/ddb/db_main.c +++ b/sys/ddb/db_main.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_main.c,v 1.4.2.1 2006/10/16 09:00:30 bde Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_output.c b/sys/ddb/db_output.c index 3a0fbc5b73d4..a90899b1a55d 100644 --- a/sys/ddb/db_output.c +++ b/sys/ddb/db_output.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_output.c,v 1.33 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_output.h b/sys/ddb/db_output.h index 7615ea67f6cd..96edcdd2a939 100644 --- a/sys/ddb/db_output.h +++ b/sys/ddb/db_output.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/ddb/db_output.h,v 1.13 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_OUTPUT_H_ diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c index 6cffd6d8b63a..8d684da3b366 100644 --- a/sys/ddb/db_print.c +++ b/sys/ddb/db_print.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_print.c,v 1.30 2005/04/14 05:25:40 peter Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_ps.c b/sys/ddb/db_ps.c index eba9befed8ed..30c836615737 100644 --- a/sys/ddb/db_ps.c +++ b/sys/ddb/db_ps.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_ps.c,v 1.55.2.1 2006/08/17 19:53:05 jhb Exp $"); #include <sys/param.h> #include <sys/cons.h> diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index 18f9c0df7d26..b72f9af7c7c4 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_run.c,v 1.27 2005/04/14 05:25:40 peter Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c index 9d043b38dbbd..a07a44e1bcc0 100644 --- a/sys/ddb/db_sym.c +++ b/sys/ddb/db_sym.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_sym.c,v 1.36.2.1 2006/07/17 15:01:40 kib Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_sym.h b/sys/ddb/db_sym.h index f68ccbcaf726..96dbbfe1b178 100644 --- a/sys/ddb/db_sym.h +++ b/sys/ddb/db_sym.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/ddb/db_sym.h,v 1.23 2005/01/06 01:34:41 imp Exp $ */ #ifndef _DDB_DB_SYM_H_ diff --git a/sys/ddb/db_thread.c b/sys/ddb/db_thread.c index a946dd81f3df..b426e804e31d 100644 --- a/sys/ddb/db_thread.c +++ b/sys/ddb/db_thread.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_thread.c,v 1.4.2.1 2006/08/17 19:53:05 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_variables.c b/sys/ddb/db_variables.c index 706ebe60ec94..267b25fb007c 100644 --- a/sys/ddb/db_variables.c +++ b/sys/ddb/db_variables.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_variables.c,v 1.23 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ddb/db_variables.h b/sys/ddb/db_variables.h index 1ff0e4442d00..fa0edc445c40 100644 --- a/sys/ddb/db_variables.h +++ b/sys/ddb/db_variables.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/ddb/db_variables.h,v 1.14 2005/01/06 01:34:41 imp Exp $ */ /* diff --git a/sys/ddb/db_watch.c b/sys/ddb/db_watch.c index 6aa8103758d7..c91953ffc40f 100644 --- a/sys/ddb/db_watch.c +++ b/sys/ddb/db_watch.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_watch.c,v 1.26 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/ddb/db_watch.h b/sys/ddb/db_watch.h index 7c48ce8af1b1..63d659074d0b 100644 --- a/sys/ddb/db_watch.h +++ b/sys/ddb/db_watch.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/ddb/db_watch.h,v 1.12 2005/01/06 01:34:41 imp Exp $ */ /* diff --git a/sys/ddb/db_write_cmd.c b/sys/ddb/db_write_cmd.c index 64d347364875..ba22164906a0 100644 --- a/sys/ddb/db_write_cmd.c +++ b/sys/ddb/db_write_cmd.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ddb/db_write_cmd.c,v 1.15 2005/01/06 01:34:41 imp Exp $"); #include <sys/param.h> diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h index 13b8e2bb4a7b..7b8c19d3e7e9 100644 --- a/sys/ddb/ddb.h +++ b/sys/ddb/ddb.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/ddb/ddb.h,v 1.39.2.1 2006/08/17 19:53:05 jhb Exp $ */ /* diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index f5c51ff8bf92..0471c7e035a4 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac.c,v 1.109.2.5 2006/01/30 17:56:06 scottl Exp $"); /* * Driver for the Adaptec 'FSA' family of PCI/SCSI RAID adapters. diff --git a/sys/dev/aac/aac_cam.c b/sys/dev/aac/aac_cam.c index 8d2fc9b38dbc..f4984f342207 100644 --- a/sys/dev/aac/aac_cam.c +++ b/sys/dev/aac/aac_cam.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_cam.c,v 1.20.2.3 2006/07/26 07:46:00 delphij Exp $"); /* * CAM front-end for communicating with non-DASD devices diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 4717ef7f25ca..50f67c11e273 100644 --- a/sys/dev/aac/aac_debug.c +++ b/sys/dev/aac/aac_debug.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_debug.c,v 1.20.2.2 2006/01/30 17:56:07 scottl Exp $"); /* * Debugging support. diff --git a/sys/dev/aac/aac_disk.c b/sys/dev/aac/aac_disk.c index 12c5515ee1fd..98af72942d8b 100644 --- a/sys/dev/aac/aac_disk.c +++ b/sys/dev/aac/aac_disk.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_disk.c,v 1.43 2005/05/02 22:56:52 scottl Exp $"); #include "opt_aac.h" diff --git a/sys/dev/aac/aac_linux.c b/sys/dev/aac/aac_linux.c index 21c944b05732..177cbbc8c695 100644 --- a/sys/dev/aac/aac_linux.c +++ b/sys/dev/aac/aac_linux.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_linux.c,v 1.3 2004/05/30 20:08:23 phk Exp $"); /* * Linux ioctl handler for the aac device driver diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 837cdc62679c..b99278217342 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aac/aac_pci.c,v 1.54.2.6.2.2 2006/12/21 21:00:47 mjacob Exp $"); /* * PCI bus interface and resource allocation. diff --git a/sys/dev/aac/aac_tables.h b/sys/dev/aac/aac_tables.h index 4a0d0e3dddd4..ce9fd3e25a10 100644 --- a/sys/dev/aac/aac_tables.h +++ b/sys/dev/aac/aac_tables.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/dev/aac/aac_tables.h,v 1.5.2.1 2005/10/09 06:39:21 scottl Exp $ */ /* diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h index dacdead6c5b4..bb054721245c 100644 --- a/sys/dev/aac/aacreg.h +++ b/sys/dev/aac/aacreg.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/dev/aac/aacreg.h,v 1.21.2.2 2005/10/28 15:48:09 scottl Exp $ */ /* diff --git a/sys/dev/aac/aacvar.h b/sys/dev/aac/aacvar.h index a5ae32bf16ee..ed3d0843ae2a 100644 --- a/sys/dev/aac/aacvar.h +++ b/sys/dev/aac/aacvar.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/dev/aac/aacvar.h,v 1.46.8.1 2005/10/09 06:39:21 scottl Exp $ */ #include <sys/bio.h> diff --git a/sys/dev/acpi_support/acpi_asus.c b/sys/dev/acpi_support/acpi_asus.c index 6703bc8af9ed..1f9524aedbcc 100644 --- a/sys/dev/acpi_support/acpi_asus.c +++ b/sys/dev/acpi_support/acpi_asus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_asus.c,v 1.24.2.2 2006/06/11 11:43:40 philip Exp $"); /* * Driver for extra ACPI-controlled gadgets (hotkeys, leds, etc) found on diff --git a/sys/dev/acpi_support/acpi_fujitsu.c b/sys/dev/acpi_support/acpi_fujitsu.c index 7bd43e2eb73d..de0ed19e6510 100644 --- a/sys/dev/acpi_support/acpi_fujitsu.c +++ b/sys/dev/acpi_support/acpi_fujitsu.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_fujitsu.c,v 1.2.2.2 2006/06/11 11:34:09 philip Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c index 9c511124968f..528426b54c5d 100644 --- a/sys/dev/acpi_support/acpi_ibm.c +++ b/sys/dev/acpi_support/acpi_ibm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_ibm.c,v 1.7.2.3 2006/08/17 03:38:41 takawata Exp $"); /* * Driver for extra ACPI-controlled gadgets found on IBM ThinkPad laptops. diff --git a/sys/dev/acpi_support/acpi_panasonic.c b/sys/dev/acpi_support/acpi_panasonic.c index 14ddd8381482..db2bce1285df 100644 --- a/sys/dev/acpi_support/acpi_panasonic.c +++ b/sys/dev/acpi_support/acpi_panasonic.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_panasonic.c,v 1.8.2.2 2006/06/16 14:05:13 nyan Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpi_support/acpi_sony.c b/sys/dev/acpi_support/acpi_sony.c index 9f08ea666162..643b9f90df9c 100644 --- a/sys/dev/acpi_support/acpi_sony.c +++ b/sys/dev/acpi_support/acpi_sony.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_sony.c,v 1.8.2.1 2005/11/10 11:22:11 ru Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpi_support/acpi_toshiba.c b/sys/dev/acpi_support/acpi_toshiba.c index d15fe7e4ae4a..f2ef9bf8d2a4 100644 --- a/sys/dev/acpi_support/acpi_toshiba.c +++ b/sys/dev/acpi_support/acpi_toshiba.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpi_support/acpi_toshiba.c,v 1.16.2.1 2005/11/10 11:22:11 ru Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/Osd/OsdDebug.c b/sys/dev/acpica/Osd/OsdDebug.c index 4e28a7ca7465..4531271b7d8c 100644 --- a/sys/dev/acpica/Osd/OsdDebug.c +++ b/sys/dev/acpica/Osd/OsdDebug.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdDebug.c,v 1.9.2.2 2005/11/07 09:53:23 obrien Exp $"); #include "opt_ddb.h" #include <sys/param.h> diff --git a/sys/dev/acpica/Osd/OsdHardware.c b/sys/dev/acpica/Osd/OsdHardware.c index 575d57025890..07af88617d69 100644 --- a/sys/dev/acpica/Osd/OsdHardware.c +++ b/sys/dev/acpica/Osd/OsdHardware.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdHardware.c,v 1.15.2.4 2006/10/09 12:44:53 hrs Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/dev/acpica/Osd/OsdInterrupt.c b/sys/dev/acpica/Osd/OsdInterrupt.c index 4842cfc4d12a..c8fece313e86 100644 --- a/sys/dev/acpica/Osd/OsdInterrupt.c +++ b/sys/dev/acpica/Osd/OsdInterrupt.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdInterrupt.c,v 1.19.2.2 2005/11/07 09:53:23 obrien Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/acpica/Osd/OsdMemory.c b/sys/dev/acpica/Osd/OsdMemory.c index 8e496b3f086e..a6d65d38442c 100644 --- a/sys/dev/acpica/Osd/OsdMemory.c +++ b/sys/dev/acpica/Osd/OsdMemory.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdMemory.c,v 1.11.8.2 2005/11/07 09:53:23 obrien Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/dev/acpica/Osd/OsdSchedule.c b/sys/dev/acpica/Osd/OsdSchedule.c index 1e8aecab2526..0bffdced5580 100644 --- a/sys/dev/acpica/Osd/OsdSchedule.c +++ b/sys/dev/acpica/Osd/OsdSchedule.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdSchedule.c,v 1.32.2.6 2006/07/06 08:32:49 glebius Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/Osd/OsdStream.c b/sys/dev/acpica/Osd/OsdStream.c index 8d1291a568a7..fd4e116a628d 100644 --- a/sys/dev/acpica/Osd/OsdStream.c +++ b/sys/dev/acpica/Osd/OsdStream.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdStream.c,v 1.4.8.2 2005/11/07 09:53:23 obrien Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/dev/acpica/Osd/OsdSynch.c b/sys/dev/acpica/Osd/OsdSynch.c index f579d4e9c2d6..27f24fb5f65a 100644 --- a/sys/dev/acpica/Osd/OsdSynch.c +++ b/sys/dev/acpica/Osd/OsdSynch.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdSynch.c,v 1.22.8.2 2005/11/07 09:53:23 obrien Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/dev/acpica/Osd/OsdTable.c b/sys/dev/acpica/Osd/OsdTable.c index f938ad8a3be9..078158bdbac8 100644 --- a/sys/dev/acpica/Osd/OsdTable.c +++ b/sys/dev/acpica/Osd/OsdTable.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/Osd/OsdTable.c,v 1.8.2.2 2005/11/07 09:53:24 obrien Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index 15b7d85887ae..88bd933ffdb0 100644 --- a/sys/dev/acpica/acpi.c +++ b/sys/dev/acpica/acpi.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi.c,v 1.214.2.8 2006/10/04 19:08:23 jhb Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_acad.c b/sys/dev/acpica/acpi_acad.c index f2572361d833..09ab4063a7fd 100644 --- a/sys/dev/acpica/acpi_acad.c +++ b/sys/dev/acpica/acpi_acad.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_acad.c,v 1.33.2.2 2005/11/05 23:48:38 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_battery.c b/sys/dev/acpica/acpi_battery.c index e5c8d07e08aa..a23d8d98f7b9 100644 --- a/sys/dev/acpica/acpi_battery.c +++ b/sys/dev/acpica/acpi_battery.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_battery.c,v 1.12.2.5 2006/06/11 20:50:08 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_button.c b/sys/dev/acpica/acpi_button.c index aded9a213748..84e2db306cce 100644 --- a/sys/dev/acpica/acpi_button.c +++ b/sys/dev/acpica/acpi_button.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_button.c,v 1.30.2.1 2005/11/07 09:53:22 obrien Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_cmbat.c b/sys/dev/acpica/acpi_cmbat.c index 062926aa6321..0ff98e32acf9 100644 --- a/sys/dev/acpica/acpi_cmbat.c +++ b/sys/dev/acpica/acpi_cmbat.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_cmbat.c,v 1.39.2.5 2006/06/11 20:50:08 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_cpu.c b/sys/dev/acpica/acpi_cpu.c index e56f92340206..fe762a708154 100644 --- a/sys/dev/acpica/acpi_cpu.c +++ b/sys/dev/acpica/acpi_cpu.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_cpu.c,v 1.57.2.1 2005/11/05 23:49:39 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c index c6649fb9f6e8..3463f19b9113 100644 --- a/sys/dev/acpica/acpi_ec.c +++ b/sys/dev/acpica/acpi_ec.c @@ -136,7 +136,7 @@ *****************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_ec.c,v 1.65.2.2 2006/05/11 17:41:00 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_if.m b/sys/dev/acpica/acpi_if.m index 2ae19f444e04..a2d44877e0c6 100644 --- a/sys/dev/acpica/acpi_if.m +++ b/sys/dev/acpica/acpi_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/acpica/acpi_if.m,v 1.6.2.2 2005/11/07 09:53:22 obrien Exp $ # #include <sys/bus.h> diff --git a/sys/dev/acpica/acpi_isab.c b/sys/dev/acpica/acpi_isab.c index 382d1c6f77d7..740284f684c3 100644 --- a/sys/dev/acpica/acpi_isab.c +++ b/sys/dev/acpica/acpi_isab.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_isab.c,v 1.9.8.1 2005/11/07 09:53:22 obrien Exp $"); /* * ISA Bridge driver for Generic ISA Bus Devices. See section 10.7 of the diff --git a/sys/dev/acpica/acpi_lid.c b/sys/dev/acpica/acpi_lid.c index 4a6f63c26ff7..88e46e794720 100644 --- a/sys/dev/acpica/acpi_lid.c +++ b/sys/dev/acpica/acpi_lid.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_lid.c,v 1.27.2.1 2005/11/07 09:53:22 obrien Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_package.c b/sys/dev/acpica/acpi_package.c index cd1ddcd6e78c..7d169a457211 100644 --- a/sys/dev/acpica/acpi_package.c +++ b/sys/dev/acpica/acpi_package.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_package.c,v 1.6.2.2 2005/11/07 09:53:22 obrien Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/acpica/acpi_pci.c b/sys/dev/acpica/acpi_pci.c index e07881e376c9..73412526f504 100644 --- a/sys/dev/acpica/acpi_pci.c +++ b/sys/dev/acpica/acpi_pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pci.c,v 1.26.2.1 2005/11/07 09:53:22 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/acpica/acpi_pci_link.c b/sys/dev/acpica/acpi_pci_link.c index 7793af929642..54f30e9d95d5 100644 --- a/sys/dev/acpica/acpi_pci_link.c +++ b/sys/dev/acpica/acpi_pci_link.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pci_link.c,v 1.44.2.6 2006/01/10 21:37:18 jhb Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_pcib.c b/sys/dev/acpica/acpi_pcib.c index c5b4bcb001df..576c6c905144 100644 --- a/sys/dev/acpica/acpi_pcib.c +++ b/sys/dev/acpica/acpi_pcib.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pcib.c,v 1.56.2.4 2005/12/12 19:33:32 jhb Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_pcib_acpi.c b/sys/dev/acpica/acpi_pcib_acpi.c index e83e9576d61e..bb36d5e961a4 100644 --- a/sys/dev/acpica/acpi_pcib_acpi.c +++ b/sys/dev/acpica/acpi_pcib_acpi.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pcib_acpi.c,v 1.47.2.2 2005/11/07 09:53:22 obrien Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_pcib_pci.c b/sys/dev/acpica/acpi_pcib_pci.c index 5dd25093f1e7..bbbaf14dea53 100644 --- a/sys/dev/acpica/acpi_pcib_pci.c +++ b/sys/dev/acpica/acpi_pcib_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_pcib_pci.c,v 1.12.2.1 2005/11/07 09:53:23 obrien Exp $"); #include "opt_acpi.h" diff --git a/sys/dev/acpica/acpi_pcibvar.h b/sys/dev/acpica/acpi_pcibvar.h index 5514a262b82d..3a8b7c33d364 100644 --- a/sys/dev/acpica/acpi_pcibvar.h +++ b/sys/dev/acpica/acpi_pcibvar.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/dev/acpica/acpi_pcibvar.h,v 1.6 2005/02/28 05:39:34 njl Exp $ */ #ifndef _ACPI_PCIBVAR_H_ diff --git a/sys/dev/acpica/acpi_perf.c b/sys/dev/acpica/acpi_perf.c index 79bd0f12b4b2..955d84d5b371 100644 --- a/sys/dev/acpica/acpi_perf.c +++ b/sys/dev/acpica/acpi_perf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_perf.c,v 1.21.2.3 2006/07/18 14:15:04 bruno Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_powerres.c b/sys/dev/acpica/acpi_powerres.c index 3a64e3acd163..8b7600c9873e 100644 --- a/sys/dev/acpica/acpi_powerres.c +++ b/sys/dev/acpica/acpi_powerres.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_powerres.c,v 1.28.2.2 2006/05/11 17:41:00 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_quirk.c b/sys/dev/acpica/acpi_quirk.c index ac284e0a5c98..cf9733d361c6 100644 --- a/sys/dev/acpica/acpi_quirk.c +++ b/sys/dev/acpica/acpi_quirk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_quirk.c,v 1.1.8.2 2005/11/07 09:53:23 obrien Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/acpica/acpi_quirks b/sys/dev/acpica/acpi_quirks index 4b2099d59256..39201529db6d 100644 --- a/sys/dev/acpica/acpi_quirks +++ b/sys/dev/acpica/acpi_quirks @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/acpica/acpi_quirks,v 1.6 2005/06/26 18:19:14 dwmalone Exp $ # # Quirks for ACPI tables can be added here. # diff --git a/sys/dev/acpica/acpi_resource.c b/sys/dev/acpica/acpi_resource.c index f58f55195da4..227e18f7dbe9 100644 --- a/sys/dev/acpica/acpi_resource.c +++ b/sys/dev/acpica/acpi_resource.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_resource.c,v 1.34.2.2 2006/06/11 20:50:08 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_smbat.c b/sys/dev/acpica/acpi_smbat.c index 5e1c66e083d2..117d65abc009 100644 --- a/sys/dev/acpica/acpi_smbat.c +++ b/sys/dev/acpica/acpi_smbat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_smbat.c,v 1.1.2.4 2006/05/11 17:41:00 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_smbus.h b/sys/dev/acpica/acpi_smbus.h index dd0d9b250ccd..95d8305dee45 100644 --- a/sys/dev/acpica/acpi_smbus.h +++ b/sys/dev/acpica/acpi_smbus.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/dev/acpica/acpi_smbus.h,v 1.1.2.1 2005/11/05 23:55:56 njl Exp $ */ #ifndef _ACPI_SMBUS_H_ diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c index eeb223405059..b6f0ff73d5e3 100644 --- a/sys/dev/acpica/acpi_thermal.c +++ b/sys/dev/acpica/acpi_thermal.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_thermal.c,v 1.53.2.6 2006/09/07 17:25:47 ume Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_throttle.c b/sys/dev/acpica/acpi_throttle.c index a32efebdb504..86882380531a 100644 --- a/sys/dev/acpica/acpi_throttle.c +++ b/sys/dev/acpica/acpi_throttle.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_throttle.c,v 1.7.2.2 2006/05/11 17:41:00 njl Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_timer.c b/sys/dev/acpica/acpi_timer.c index b511a6f24e2e..5d3bc91d18aa 100644 --- a/sys/dev/acpica/acpi_timer.c +++ b/sys/dev/acpica/acpi_timer.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_timer.c,v 1.38.2.1 2005/11/07 09:53:23 obrien Exp $"); #include "opt_acpi.h" #include <sys/param.h> diff --git a/sys/dev/acpica/acpi_video.c b/sys/dev/acpica/acpi_video.c index a67fa7806726..50057c2e815e 100644 --- a/sys/dev/acpica/acpi_video.c +++ b/sys/dev/acpica/acpi_video.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/acpica/acpi_video.c,v 1.10.2.2 2006/08/16 13:51:05 bruno Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/acpica/acpiio.h b/sys/dev/acpica/acpiio.h index 1f5526fa31c7..f3b2ea74d9c3 100644 --- a/sys/dev/acpica/acpiio.h +++ b/sys/dev/acpica/acpiio.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/dev/acpica/acpiio.h,v 1.14.2.2 2005/11/05 23:55:56 njl Exp $ */ #ifndef _ACPIIO_H_ diff --git a/sys/dev/acpica/acpivar.h b/sys/dev/acpica/acpivar.h index ec70ae262e36..f25b986b12a5 100644 --- a/sys/dev/acpica/acpivar.h +++ b/sys/dev/acpica/acpivar.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/dev/acpica/acpivar.h,v 1.95.2.4 2006/08/02 07:21:24 njl Exp $ */ #ifndef _ACPIVAR_H_ diff --git a/sys/dev/adlink/adlink.c b/sys/dev/adlink/adlink.c index b87db9ae991b..17d4902fdd87 100644 --- a/sys/dev/adlink/adlink.c +++ b/sys/dev/adlink/adlink.c @@ -43,7 +43,7 @@ #ifdef _KERNEL #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/adlink/adlink.c,v 1.14 2005/03/19 12:55:46 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adv_eisa.c b/sys/dev/advansys/adv_eisa.c index 5848cafa328d..57a77668d353 100644 --- a/sys/dev/advansys/adv_eisa.c +++ b/sys/dev/advansys/adv_eisa.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adv_eisa.c,v 1.18.8.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adv_isa.c b/sys/dev/advansys/adv_isa.c index dde65ef4dcb7..365181bf5935 100644 --- a/sys/dev/advansys/adv_isa.c +++ b/sys/dev/advansys/adv_isa.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adv_isa.c,v 1.28.2.1.6.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adv_pci.c b/sys/dev/advansys/adv_pci.c index 5d986b178ac4..12d4f32c74ed 100644 --- a/sys/dev/advansys/adv_pci.c +++ b/sys/dev/advansys/adv_pci.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adv_pci.c,v 1.27.8.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/advansys.c b/sys/dev/advansys/advansys.c index 91a1d690a579..1edcd67877cc 100644 --- a/sys/dev/advansys/advansys.c +++ b/sys/dev/advansys/advansys.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/advansys.c,v 1.29.8.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/advansys.h b/sys/dev/advansys/advansys.h index a8c560472860..4a1c755d0998 100644 --- a/sys/dev/advansys/advansys.h +++ b/sys/dev/advansys/advansys.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * All rights reserved. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/advansys.h,v 1.4 2005/01/06 01:42:24 imp Exp $ */ #ifndef _ADVANSYS_H_ diff --git a/sys/dev/advansys/advlib.c b/sys/dev/advansys/advlib.c index e89829f962e3..cb143a7f51fa 100644 --- a/sys/dev/advansys/advlib.c +++ b/sys/dev/advansys/advlib.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/advlib.c,v 1.23 2005/05/29 04:42:16 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/advansys/advlib.h b/sys/dev/advansys/advlib.h index f7a3acb633b5..bdc60c302648 100644 --- a/sys/dev/advansys/advlib.h +++ b/sys/dev/advansys/advlib.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/advlib.h,v 1.12 2005/01/06 01:42:24 imp Exp $ */ /*- * Ported from: diff --git a/sys/dev/advansys/advmcode.c b/sys/dev/advansys/advmcode.c index d5e7bba9634a..7a983a8bc07d 100644 --- a/sys/dev/advansys/advmcode.c +++ b/sys/dev/advansys/advmcode.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/advmcode.c,v 1.9 2005/01/06 01:42:24 imp Exp $"); #include <sys/param.h> diff --git a/sys/dev/advansys/advmcode.h b/sys/dev/advansys/advmcode.h index 60b4e03cdb1a..aa6b786304b3 100644 --- a/sys/dev/advansys/advmcode.h +++ b/sys/dev/advansys/advmcode.h @@ -1,7 +1,7 @@ /*- * Exported interface to downloadable microcode for AdvanSys SCSI Adapters * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/advmcode.h,v 1.8 2005/01/06 01:42:24 imp Exp $ * * Obtained from: * diff --git a/sys/dev/advansys/adw_pci.c b/sys/dev/advansys/adw_pci.c index 15cd78566d44..d99b808341db 100644 --- a/sys/dev/advansys/adw_pci.c +++ b/sys/dev/advansys/adw_pci.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adw_pci.c,v 1.23.8.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adwcam.c b/sys/dev/advansys/adwcam.c index ec0f94dfb77f..8ad9d5eec37f 100644 --- a/sys/dev/advansys/adwcam.c +++ b/sys/dev/advansys/adwcam.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adwcam.c,v 1.21.8.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adwlib.c b/sys/dev/advansys/adwlib.c index b926bba2c159..88b6c9fed751 100644 --- a/sys/dev/advansys/adwlib.c +++ b/sys/dev/advansys/adwlib.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adwlib.c,v 1.12 2005/05/29 04:42:16 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/advansys/adwlib.h b/sys/dev/advansys/adwlib.h index a1d72ec7c383..00f1e968332f 100644 --- a/sys/dev/advansys/adwlib.h +++ b/sys/dev/advansys/adwlib.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/adwlib.h,v 1.9 2005/02/14 01:10:50 obrien Exp $ */ /*- * Ported from: diff --git a/sys/dev/advansys/adwmcode.c b/sys/dev/advansys/adwmcode.c index a43720c423dd..e7a6262ffe6a 100644 --- a/sys/dev/advansys/adwmcode.c +++ b/sys/dev/advansys/adwmcode.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/advansys/adwmcode.c,v 1.5 2005/01/06 01:42:24 imp Exp $"); #include <sys/param.h> diff --git a/sys/dev/advansys/adwmcode.h b/sys/dev/advansys/adwmcode.h index e3ab3f47a0ec..b6370b15fbef 100644 --- a/sys/dev/advansys/adwmcode.h +++ b/sys/dev/advansys/adwmcode.h @@ -1,7 +1,7 @@ /*- * Exported interface to downloadable microcode for AdvanSys SCSI Adapters * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/adwmcode.h,v 1.4 2005/01/06 01:42:24 imp Exp $ * * Obtained from: * diff --git a/sys/dev/advansys/adwvar.h b/sys/dev/advansys/adwvar.h index 0510ab0185c3..ee25626290d2 100644 --- a/sys/dev/advansys/adwvar.h +++ b/sys/dev/advansys/adwvar.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * All rights reserved. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/advansys/adwvar.h,v 1.5 2005/01/06 01:42:24 imp Exp $ */ #ifndef _ADWVAR_H_ diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index e901f145ff35..e3843d581e13 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha.c,v 1.59.8.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index 93e7955542bb..33a5400579dd 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha_isa.c,v 1.36.8.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/aha/aha_mca.c b/sys/dev/aha/aha_mca.c index f7ad707716f7..0fc877658eea 100644 --- a/sys/dev/aha/aha_mca.c +++ b/sys/dev/aha/aha_mca.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aha/aha_mca.c,v 1.13.8.1 2006/12/21 21:00:48 mjacob Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/aha/ahareg.h b/sys/dev/aha/ahareg.h index a248caab08da..f80775185581 100644 --- a/sys/dev/aha/ahareg.h +++ b/sys/dev/aha/ahareg.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aha/ahareg.h,v 1.19 2005/01/19 06:54:10 imp Exp $ */ #ifndef _AHAREG_H_ diff --git a/sys/dev/ahb/ahb.c b/sys/dev/ahb/ahb.c index fc52a2f0a76c..c2a11ce0b02f 100644 --- a/sys/dev/ahb/ahb.c +++ b/sys/dev/ahb/ahb.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ahb/ahb.c,v 1.34.2.1.2.1 2006/12/21 21:00:48 mjacob Exp $ */ #include <sys/param.h> diff --git a/sys/dev/ahb/ahbreg.h b/sys/dev/ahb/ahbreg.h index d4544434eadb..9adb46c483e0 100644 --- a/sys/dev/ahb/ahbreg.h +++ b/sys/dev/ahb/ahbreg.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/dev/ahb/ahbreg.h,v 1.5 2005/01/06 01:42:25 imp Exp $ */ /* Resource Constatns */ diff --git a/sys/dev/aic/aic.c b/sys/dev/aic/aic.c index b09d3e82bc07..e00f3327b5eb 100644 --- a/sys/dev/aic/aic.c +++ b/sys/dev/aic/aic.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic/aic.c,v 1.23 2005/05/29 04:42:17 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/aic/aic6360reg.h b/sys/dev/aic/aic6360reg.h index 53962aed9d35..84a7bcac0ee5 100644 --- a/sys/dev/aic/aic6360reg.h +++ b/sys/dev/aic/aic6360reg.h @@ -29,7 +29,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic/aic6360reg.h,v 1.4 2005/01/06 01:42:25 imp Exp $ */ #define SCSISEQ 0x00 /* SCSI sequence control */ diff --git a/sys/dev/aic/aic_cbus.c b/sys/dev/aic/aic_cbus.c index f72df43ac70c..f2b42946c196 100644 --- a/sys/dev/aic/aic_cbus.c +++ b/sys/dev/aic/aic_cbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic/aic_cbus.c,v 1.11 2005/04/13 13:02:58 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/aic/aic_isa.c b/sys/dev/aic/aic_isa.c index 71736f21d667..239038bca10d 100644 --- a/sys/dev/aic/aic_isa.c +++ b/sys/dev/aic/aic_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic/aic_isa.c,v 1.12 2005/05/29 04:42:17 nyan Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/aic/aic_pccard.c b/sys/dev/aic/aic_pccard.c index 37e19a509040..431369426384 100644 --- a/sys/dev/aic/aic_pccard.c +++ b/sys/dev/aic/aic_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic/aic_pccard.c,v 1.16 2005/06/24 14:36:51 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/aic/aicvar.h b/sys/dev/aic/aicvar.h index d834fb64dda4..f10815a475ac 100644 --- a/sys/dev/aic/aicvar.h +++ b/sys/dev/aic/aicvar.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/dev/aic/aicvar.h,v 1.8 2002/03/20 02:02:34 alfred Exp $ */ struct aic_transinfo { diff --git a/sys/dev/aic7xxx/ahc_eisa.c b/sys/dev/aic7xxx/ahc_eisa.c index f98059f69016..39cb09e8d301 100644 --- a/sys/dev/aic7xxx/ahc_eisa.c +++ b/sys/dev/aic7xxx/ahc_eisa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/ahc_eisa.c,v 1.35 2005/01/06 01:42:25 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> diff --git a/sys/dev/aic7xxx/ahc_isa.c b/sys/dev/aic7xxx/ahc_isa.c index d01ffc96d3f8..620b09cce42e 100644 --- a/sys/dev/aic7xxx/ahc_isa.c +++ b/sys/dev/aic7xxx/ahc_isa.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/ahc_isa.c,v 1.6 2005/01/06 01:42:25 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> diff --git a/sys/dev/aic7xxx/ahc_pci.c b/sys/dev/aic7xxx/ahc_pci.c index 4a4889c49707..a7e0e07d1083 100644 --- a/sys/dev/aic7xxx/ahc_pci.c +++ b/sys/dev/aic7xxx/ahc_pci.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/ahc_pci.c,v 1.64 2005/03/05 19:24:22 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> diff --git a/sys/dev/aic7xxx/ahd_pci.c b/sys/dev/aic7xxx/ahd_pci.c index df7fd5c6ecc7..204ecdce95af 100644 --- a/sys/dev/aic7xxx/ahd_pci.c +++ b/sys/dev/aic7xxx/ahd_pci.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/ahd_pci.c,v 1.18 2005/03/05 19:24:22 imp Exp $"); #include <dev/aic7xxx/aic79xx_osm.h> diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index 1ce48f9b8df9..e17fae9ffd83 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -46,7 +46,7 @@ #include "aic7xxx_93cx6.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7770.c,v 1.18 2005/01/06 01:42:25 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> #include <dev/aic7xxx/aic7xxx_93cx6.h> diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index 0cd1a7950574..500b5906c8fb 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -46,7 +46,7 @@ #include "aicasm/aicasm_insformat.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic79xx.c,v 1.36 2005/02/16 23:13:38 gibbs Exp $"); #include <dev/aic7xxx/aic79xx_osm.h> #include <dev/aic7xxx/aic79xx_inline.h> #include <dev/aic7xxx/aicasm/aicasm_insformat.h> diff --git a/sys/dev/aic7xxx/aic79xx.h b/sys/dev/aic7xxx/aic79xx.h index c8de9b776dfe..43e35421e8f5 100644 --- a/sys/dev/aic7xxx/aic79xx.h +++ b/sys/dev/aic7xxx/aic79xx.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic79xx.h#107 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.h,v 1.24 2005/01/06 01:42:25 imp Exp $ */ #ifndef _AIC79XX_H_ diff --git a/sys/dev/aic7xxx/aic79xx.reg b/sys/dev/aic7xxx/aic79xx.reg index e856b6236eae..545c27861d94 100644 --- a/sys/dev/aic7xxx/aic79xx.reg +++ b/sys/dev/aic7xxx/aic79xx.reg @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.reg,v 1.19 2005/01/06 01:42:26 imp Exp $ */ VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.reg#76 $" diff --git a/sys/dev/aic7xxx/aic79xx.seq b/sys/dev/aic7xxx/aic79xx.seq index d8d4f921380c..835db1d25b0b 100644 --- a/sys/dev/aic7xxx/aic79xx.seq +++ b/sys/dev/aic7xxx/aic79xx.seq @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx.seq,v 1.18 2005/01/06 01:42:26 imp Exp $ */ VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic79xx.seq#119 $" diff --git a/sys/dev/aic7xxx/aic79xx_inline.h b/sys/dev/aic7xxx/aic79xx_inline.h index 064a5e8ddd7f..73a278a381d3 100644 --- a/sys/dev/aic7xxx/aic79xx_inline.h +++ b/sys/dev/aic7xxx/aic79xx_inline.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic79xx_inline.h#57 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_inline.h,v 1.17 2005/01/06 01:42:26 imp Exp $ */ #ifndef _AIC79XX_INLINE_H_ diff --git a/sys/dev/aic7xxx/aic79xx_osm.c b/sys/dev/aic7xxx/aic79xx_osm.c index d8f189093830..a3cc3d956464 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.c +++ b/sys/dev/aic7xxx/aic79xx_osm.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.c,v 1.21.2.1 2005/10/14 02:03:27 delphij Exp $"); #include <dev/aic7xxx/aic79xx_osm.h> #include <dev/aic7xxx/aic79xx_inline.h> diff --git a/sys/dev/aic7xxx/aic79xx_osm.h b/sys/dev/aic7xxx/aic79xx_osm.h index 66153321a06e..c036f1afc4fc 100644 --- a/sys/dev/aic7xxx/aic79xx_osm.h +++ b/sys/dev/aic7xxx/aic79xx_osm.h @@ -32,7 +32,7 @@ * * $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aic79xx_osm.h#23 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic79xx_osm.h,v 1.16 2005/05/29 04:42:17 nyan Exp $ */ #ifndef _AIC79XX_FREEBSD_H_ diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c index d59f1155feb2..a976e7dd01f3 100644 --- a/sys/dev/aic7xxx/aic79xx_pci.c +++ b/sys/dev/aic7xxx/aic79xx_pci.c @@ -46,7 +46,7 @@ #include "aic79xx_inline.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic79xx_pci.c,v 1.23 2005/02/16 18:16:35 gibbs Exp $"); #include <dev/aic7xxx/aic79xx_osm.h> #include <dev/aic7xxx/aic79xx_inline.h> #endif diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index 71714abb6f99..c6e5b62440b4 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -46,7 +46,7 @@ #include "aicasm/aicasm_insformat.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7xxx.c,v 1.109 2005/03/31 05:00:31 sam Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> #include <dev/aic7xxx/aicasm/aicasm_insformat.h> diff --git a/sys/dev/aic7xxx/aic7xxx.h b/sys/dev/aic7xxx/aic7xxx.h index 0ac10be92752..a755e5d93e42 100644 --- a/sys/dev/aic7xxx/aic7xxx.h +++ b/sys/dev/aic7xxx/aic7xxx.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic7xxx.h#85 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.h,v 1.54 2005/01/06 01:42:26 imp Exp $ */ #ifndef _AIC7XXX_H_ diff --git a/sys/dev/aic7xxx/aic7xxx.reg b/sys/dev/aic7xxx/aic7xxx.reg index 076c2ba49f92..b90d63a9b743 100644 --- a/sys/dev/aic7xxx/aic7xxx.reg +++ b/sys/dev/aic7xxx/aic7xxx.reg @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.reg,v 1.47 2005/01/06 01:42:26 imp Exp $ */ VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.reg#40 $" diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index 0eefaaa41b79..4b3450b4b4b5 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -37,7 +37,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx.seq,v 1.128 2005/01/06 01:42:26 imp Exp $ */ VERSION = "$Id: //depot/aic7xxx/aic7xxx/aic7xxx.seq#58 $" diff --git a/sys/dev/aic7xxx/aic7xxx_93cx6.c b/sys/dev/aic7xxx/aic7xxx_93cx6.c index ab63f181901b..c028c5695981 100644 --- a/sys/dev/aic7xxx/aic7xxx_93cx6.c +++ b/sys/dev/aic7xxx/aic7xxx_93cx6.c @@ -70,7 +70,7 @@ #include "aic7xxx_93cx6.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7xxx_93cx6.c,v 1.21 2005/01/06 05:30:44 scottl Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> #include <dev/aic7xxx/aic7xxx_93cx6.h> diff --git a/sys/dev/aic7xxx/aic7xxx_93cx6.h b/sys/dev/aic7xxx/aic7xxx_93cx6.h index 3827015edcbb..34e4fc2584cf 100644 --- a/sys/dev/aic7xxx/aic7xxx_93cx6.h +++ b/sys/dev/aic7xxx/aic7xxx_93cx6.h @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic7xxx_93cx6.h#12 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_93cx6.h,v 1.12 2005/01/06 01:42:26 imp Exp $ */ #ifndef _AIC7XXX_93CX6_H_ #define _AIC7XXX_93CX6_H_ diff --git a/sys/dev/aic7xxx/aic7xxx_inline.h b/sys/dev/aic7xxx/aic7xxx_inline.h index 989ac79dfc24..fed8c9da55de 100644 --- a/sys/dev/aic7xxx/aic7xxx_inline.h +++ b/sys/dev/aic7xxx/aic7xxx_inline.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aic7xxx_inline.h#47 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_inline.h,v 1.24 2005/01/06 01:42:26 imp Exp $ */ #ifndef _AIC7XXX_INLINE_H_ diff --git a/sys/dev/aic7xxx/aic7xxx_osm.c b/sys/dev/aic7xxx/aic7xxx_osm.c index 638a56a2e419..96946c7d4052 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.c +++ b/sys/dev/aic7xxx/aic7xxx_osm.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7xxx_osm.c,v 1.42.2.1 2005/10/14 02:03:27 delphij Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> diff --git a/sys/dev/aic7xxx/aic7xxx_osm.h b/sys/dev/aic7xxx/aic7xxx_osm.h index 159f9f9c31ba..822501fee967 100644 --- a/sys/dev/aic7xxx/aic7xxx_osm.h +++ b/sys/dev/aic7xxx/aic7xxx_osm.h @@ -31,7 +31,7 @@ * * $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aic7xxx_osm.h#18 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic7xxx_osm.h,v 1.29 2005/05/29 04:42:17 nyan Exp $ */ #ifndef _AIC7XXX_FREEBSD_H_ diff --git a/sys/dev/aic7xxx/aic7xxx_pci.c b/sys/dev/aic7xxx/aic7xxx_pci.c index d37607daadd5..40d182e3e247 100644 --- a/sys/dev/aic7xxx/aic7xxx_pci.c +++ b/sys/dev/aic7xxx/aic7xxx_pci.c @@ -48,7 +48,7 @@ #include "aic7xxx_93cx6.h" #else #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic7xxx_pci.c,v 1.34 2005/01/06 01:42:26 imp Exp $"); #include <dev/aic7xxx/aic7xxx_osm.h> #include <dev/aic7xxx/aic7xxx_inline.h> #include <dev/aic7xxx/aic7xxx_93cx6.h> diff --git a/sys/dev/aic7xxx/aic_osm_lib.c b/sys/dev/aic7xxx/aic_osm_lib.c index 8919789c6db0..db5dc05e606e 100644 --- a/sys/dev/aic7xxx/aic_osm_lib.c +++ b/sys/dev/aic7xxx/aic_osm_lib.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/aic7xxx/aic_osm_lib.c,v 1.4 2005/01/06 01:42:26 imp Exp $"); static void aic_recovery_thread(void *arg); diff --git a/sys/dev/aic7xxx/aic_osm_lib.h b/sys/dev/aic7xxx/aic_osm_lib.h index 1c8678b58bf7..9c000196818b 100644 --- a/sys/dev/aic7xxx/aic_osm_lib.h +++ b/sys/dev/aic7xxx/aic_osm_lib.h @@ -32,7 +32,7 @@ * * $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aic_osm_lib.h#5 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aic_osm_lib.h,v 1.5 2005/01/06 01:42:26 imp Exp $ */ /******************************** OS Includes *********************************/ diff --git a/sys/dev/aic7xxx/aicasm/Makefile b/sys/dev/aic7xxx/aicasm/Makefile index 78701b0068e3..b62b35ecdda1 100644 --- a/sys/dev/aic7xxx/aicasm/Makefile +++ b/sys/dev/aic7xxx/aicasm/Makefile @@ -1,7 +1,7 @@ # # $Id: //depot/aic7xxx/freebsd/dev/aic7xxx/aicasm/Makefile#2 $ # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/aic7xxx/aicasm/Makefile,v 1.20.2.1 2005/12/27 21:35:40 ru Exp $ PROG= aicasm diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index ad010649c8b5..41371f0818a2 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm.c#23 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm.c,v 1.38 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> #include <sys/mman.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm.h b/sys/dev/aic7xxx/aicasm/aicasm.h index 440cb495f955..2b0c884b20fe 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.h +++ b/sys/dev/aic7xxx/aicasm/aicasm.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm.h#14 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm.h,v 1.17 2005/01/06 01:42:27 imp Exp $ */ #ifdef __linux__ diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y index f96116d0f9cb..6db26d309bad 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_gram.y#29 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_gram.y,v 1.24 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_insformat.h b/sys/dev/aic7xxx/aicasm/aicasm_insformat.h index 820310b469cd..a987c66c2dee 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_insformat.h +++ b/sys/dev/aic7xxx/aicasm/aicasm_insformat.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_insformat.h#11 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_insformat.h,v 1.9 2005/01/06 01:42:27 imp Exp $ */ struct ins_format1 { diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y index 48551c6b0f84..63237dd1d150 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_gram.y#5 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y,v 1.3 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l index 49557a8837f8..480e97bf8473 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_macro_scan.l#8 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l,v 1.6 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l index ced09dc2b12b..b87f8cd2a4d2 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l @@ -40,7 +40,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_scan.l#19 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_scan.l,v 1.23 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c index 9770a71b8d09..f895fd84b8c3 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.c#24 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_symbol.c,v 1.24 2005/01/06 01:42:27 imp Exp $ */ #include <sys/types.h> diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.h b/sys/dev/aic7xxx/aicasm/aicasm_symbol.h index 1496c3768c81..507db5310e24 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.h +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.h @@ -39,7 +39,7 @@ * * $Id: //depot/aic7xxx/aic7xxx/aicasm/aicasm_symbol.h#17 $ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/aic7xxx/aicasm/aicasm_symbol.h,v 1.17 2005/01/06 01:42:27 imp Exp $ */ #ifdef __linux__ diff --git a/sys/dev/amd/amd.c b/sys/dev/amd/amd.c index d6b50405ea1f..b19dcbda4b83 100644 --- a/sys/dev/amd/amd.c +++ b/sys/dev/amd/amd.c @@ -30,7 +30,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/dev/amd/amd.c,v 1.30.8.1 2006/12/21 21:00:49 mjacob Exp $ */ /* diff --git a/sys/dev/amd/amd.h b/sys/dev/amd/amd.h index d9b8cd209b34..1515324695eb 100644 --- a/sys/dev/amd/amd.h +++ b/sys/dev/amd/amd.h @@ -30,7 +30,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/dev/amd/amd.h,v 1.6 2005/01/06 01:42:27 imp Exp $ */ #ifndef AMD_H diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 52db8fb16615..a7ac2ad2d640 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr.c,v 1.65.2.7 2006/07/20 19:58:12 jhb Exp $"); /* * Driver for the AMI MegaRaid family of controllers. diff --git a/sys/dev/amr/amr_cam.c b/sys/dev/amr/amr_cam.c index 251ec6b693ec..0df17b1a59cf 100644 --- a/sys/dev/amr/amr_cam.c +++ b/sys/dev/amr/amr_cam.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr_cam.c,v 1.15.2.1 2006/01/26 22:04:21 ambrisko Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/amr/amr_disk.c b/sys/dev/amr/amr_disk.c index 91b43c8f6a05..7958eb6fd638 100644 --- a/sys/dev/amr/amr_disk.c +++ b/sys/dev/amr/amr_disk.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr_disk.c,v 1.35.2.1 2006/01/26 22:04:21 ambrisko Exp $"); /* * Disk driver for AMI MegaRaid controllers diff --git a/sys/dev/amr/amr_linux.c b/sys/dev/amr/amr_linux.c index 0fe89d7f045e..7040be484a1d 100644 --- a/sys/dev/amr/amr_linux.c +++ b/sys/dev/amr/amr_linux.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr_linux.c,v 1.1.2.3 2006/06/15 16:44:27 ambrisko Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index 7d48572dfd4d..bad584c0ec82 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/amr/amr_pci.c,v 1.29.2.3.2.1 2006/12/21 21:00:49 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/amr/amr_tables.h b/sys/dev/amr/amr_tables.h index b1a4e441af42..914438ee9daf 100644 --- a/sys/dev/amr/amr_tables.h +++ b/sys/dev/amr/amr_tables.h @@ -53,7 +53,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/amr/amr_tables.h,v 1.3 2002/10/30 22:00:11 emoore Exp $ */ /* diff --git a/sys/dev/amr/amrio.h b/sys/dev/amr/amrio.h index bc06a863268d..79da5b412b1c 100644 --- a/sys/dev/amr/amrio.h +++ b/sys/dev/amr/amrio.h @@ -52,7 +52,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/amr/amrio.h,v 1.6.8.1 2006/01/26 22:04:21 ambrisko Exp $ */ /* diff --git a/sys/dev/amr/amrreg.h b/sys/dev/amr/amrreg.h index cb9b83d9233e..59384a7b14f5 100644 --- a/sys/dev/amr/amrreg.h +++ b/sys/dev/amr/amrreg.h @@ -53,7 +53,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/amr/amrreg.h,v 1.8.2.1 2006/01/26 22:04:21 ambrisko Exp $ */ /******************************************************************************** diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h index 1fd78fd97746..02ebd8505e9c 100644 --- a/sys/dev/amr/amrvar.h +++ b/sys/dev/amr/amrvar.h @@ -53,7 +53,7 @@ * SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/amr/amrvar.h,v 1.26.2.3 2006/06/15 16:44:27 ambrisko Exp $ */ #include <geom/geom_disk.h> diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h index 28e4f72148e9..41a6475c3b57 100644 --- a/sys/dev/an/if_aironet_ieee.h +++ b/sys/dev/an/if_aironet_ieee.h @@ -29,7 +29,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/dev/an/if_aironet_ieee.h,v 1.15 2005/01/06 01:42:28 imp Exp $ */ #ifndef _IF_AIRONET_IEEE_H diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index f10f30e95c5b..93c5009d5111 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an.c,v 1.67.2.2 2005/08/25 05:01:03 rwatson Exp $"); /* * The Aironet 4500/4800 series cards come in PCMCIA, ISA and PCI form. diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c index 7144cc8778ad..a7b60021a708 100644 --- a/sys/dev/an/if_an_isa.c +++ b/sys/dev/an/if_an_isa.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_isa.c,v 1.15 2005/01/06 01:42:28 imp Exp $"); #include "opt_inet.h" diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index 5e5d9d12d97d..252011381ca1 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_pccard.c,v 1.28 2005/06/24 14:36:51 imp Exp $"); #include "opt_inet.h" diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index 5098f5026dd9..f24bf57e81d4 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_pci.c,v 1.27 2005/03/05 19:06:11 imp Exp $"); /* * This is a PCI shim for the Aironet PC4500/4800 wireless network diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h index 44a702af7642..0fd2466ae447 100644 --- a/sys/dev/an/if_anreg.h +++ b/sys/dev/an/if_anreg.h @@ -29,7 +29,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/dev/an/if_anreg.h,v 1.23 2005/06/10 16:49:03 brooks Exp $ */ #define AN_TIMEOUT 65536 diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c index da657dd2e257..eba9bfa97037 100644 --- a/sys/dev/ar/if_ar.c +++ b/sys/dev/ar/if_ar.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ar/if_ar.c,v 1.71.2.1 2005/08/25 05:01:04 rwatson Exp $"); /* * Programming assumptions and other issues. diff --git a/sys/dev/ar/if_ar.h b/sys/dev/ar/if_ar.h index a6fc8cf088ec..5c75a70c8a9b 100644 --- a/sys/dev/ar/if_ar.h +++ b/sys/dev/ar/if_ar.h @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ar/if_ar.h,v 1.4 2005/01/06 01:42:28 imp Exp $ */ #ifndef _I386_ISA_IF_AR_H_ diff --git a/sys/dev/ar/if_ar_isa.c b/sys/dev/ar/if_ar_isa.c index afe36153d0d3..d97d4a21cb41 100644 --- a/sys/dev/ar/if_ar_isa.c +++ b/sys/dev/ar/if_ar_isa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ar/if_ar_isa.c,v 1.55 2005/05/29 04:42:17 nyan Exp $"); /* * Programming assumptions and other issues. diff --git a/sys/dev/ar/if_ar_pci.c b/sys/dev/ar/if_ar_pci.c index 3715c8b8ee33..b98b63e8dc7a 100644 --- a/sys/dev/ar/if_ar_pci.c +++ b/sys/dev/ar/if_ar_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ar/if_ar_pci.c,v 1.13 2005/05/29 04:42:18 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ar/if_arregs.h b/sys/dev/ar/if_arregs.h index d643cafee44c..b1f07a70dd7f 100644 --- a/sys/dev/ar/if_arregs.h +++ b/sys/dev/ar/if_arregs.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/dev/ar/if_arregs.h,v 1.10 2005/01/06 01:42:28 imp Exp $ */ #ifndef _IF_ARREGS_H_ #define _IF_ARREGS_H_ diff --git a/sys/dev/arcmsr/arcmsr.c b/sys/dev/arcmsr/arcmsr.c index 6d529f93749c..bcc00c6dda5b 100644 --- a/sys/dev/arcmsr/arcmsr.c +++ b/sys/dev/arcmsr/arcmsr.c @@ -53,7 +53,7 @@ ** add new device id of sas raid adapters ** code fit for SPARC64 & PPC ****************************************************************************************** -* $FreeBSD$ +* $FreeBSD: src/sys/dev/arcmsr/arcmsr.c,v 1.8.8.1 2006/12/21 21:59:19 scottl Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/arcmsr/arcmsr.h b/sys/dev/arcmsr/arcmsr.h index 285d5874b5b9..9b3c4d87a28d 100644 --- a/sys/dev/arcmsr/arcmsr.h +++ b/sys/dev/arcmsr/arcmsr.h @@ -35,7 +35,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/dev/arcmsr/arcmsr.h,v 1.1.10.1 2006/12/21 21:59:19 scottl Exp $ */ #define ARCMSR_DRIVER_VERSION "Driver Version 1.20.00.13 2006-8-18" #define ARCMSR_SCSI_INITIATOR_ID 255 diff --git a/sys/dev/arl/if_arl.c b/sys/dev/arl/if_arl.c index 60cb73bd3d2a..c94b74eeff80 100644 --- a/sys/dev/arl/if_arl.c +++ b/sys/dev/arl/if_arl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/arl/if_arl.c,v 1.10.2.1 2005/08/25 05:01:04 rwatson Exp $"); #include "opt_inet.h" diff --git a/sys/dev/arl/if_arl_isa.c b/sys/dev/arl/if_arl_isa.c index e318adf7d704..759bf9d0ac38 100644 --- a/sys/dev/arl/if_arl_isa.c +++ b/sys/dev/arl/if_arl_isa.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/arl/if_arl_isa.c,v 1.5 2005/06/10 16:49:04 brooks Exp $"); #include "opt_inet.h" diff --git a/sys/dev/arl/if_arlreg.h b/sys/dev/arl/if_arlreg.h index 49982cb41687..d10cd863cbfa 100644 --- a/sys/dev/arl/if_arlreg.h +++ b/sys/dev/arl/if_arlreg.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $RISS: if_arl/dev/arl/if_arlreg.h,v 1.4 2004/03/16 04:43:27 count Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/arl/if_arlreg.h,v 1.6 2005/06/10 16:49:04 brooks Exp $ */ #ifndef _IF_ARLREG_H diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index 0e3ca68e70e8..95012597af65 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -164,7 +164,7 @@ #include "dev/asr/sys_info.h" -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/asr/asr.c,v 1.68.8.1 2006/12/21 21:00:49 mjacob Exp $"); #define ASR_VERSION 1 #define ASR_REVISION '1' diff --git a/sys/dev/asr/dptalign.h b/sys/dev/asr/dptalign.h index 038dc6f4b5bb..92cff261131a 100644 --- a/sys/dev/asr/dptalign.h +++ b/sys/dev/asr/dptalign.h @@ -20,7 +20,7 @@ * * DPT Alignment Description File * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/dptalign.h,v 1.6 2005/01/06 01:42:29 imp Exp $ */ #if (!defined(__DPTALIGN_H)) #define __DPTALIGN_H diff --git a/sys/dev/asr/dptsig.h b/sys/dev/asr/dptsig.h index a70ad114bdc3..94bfd5d7035c 100644 --- a/sys/dev/asr/dptsig.h +++ b/sys/dev/asr/dptsig.h @@ -19,7 +19,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/dptsig.h,v 1.8 2005/01/06 01:42:29 imp Exp $ */ #ifndef __DPTSIG_H_ diff --git a/sys/dev/asr/i2oadptr.h b/sys/dev/asr/i2oadptr.h index c189d8d658d9..ff8f09b7dc19 100644 --- a/sys/dev/asr/i2oadptr.h +++ b/sys/dev/asr/i2oadptr.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2oadptr.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2obscsi.h b/sys/dev/asr/i2obscsi.h index a6666feb661b..1120a4e73fab 100644 --- a/sys/dev/asr/i2obscsi.h +++ b/sys/dev/asr/i2obscsi.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2obscsi.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2odep.h b/sys/dev/asr/i2odep.h index c1e6e5067ce2..fa013a568633 100644 --- a/sys/dev/asr/i2odep.h +++ b/sys/dev/asr/i2odep.h @@ -46,7 +46,7 @@ * become a "Registered Developer" of the I2O SIG. This can be done by calling * 415-750-8352 in the US, or via http://www.i2osig.org. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2odep.h,v 1.8 2005/01/06 01:42:29 imp Exp $ * **************************************************************************/ diff --git a/sys/dev/asr/i2odpt.h b/sys/dev/asr/i2odpt.h index 4c9a9d462318..2151db958a5a 100644 --- a/sys/dev/asr/i2odpt.h +++ b/sys/dev/asr/i2odpt.h @@ -4,7 +4,7 @@ * Copyright (c) 2000 Adaptec Corporation. * All rights reserved. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2odpt.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2oexec.h b/sys/dev/asr/i2oexec.h index ae4327a6cb80..70bd9f657ed9 100644 --- a/sys/dev/asr/i2oexec.h +++ b/sys/dev/asr/i2oexec.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2oexec.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2omsg.h b/sys/dev/asr/i2omsg.h index 833bd9173d38..79a3bbe7ffe1 100644 --- a/sys/dev/asr/i2omsg.h +++ b/sys/dev/asr/i2omsg.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2omsg.h,v 1.7 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2otypes.h b/sys/dev/asr/i2otypes.h index c85d92dd2c32..53eeeabce671 100644 --- a/sys/dev/asr/i2otypes.h +++ b/sys/dev/asr/i2otypes.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2otypes.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/i2outil.h b/sys/dev/asr/i2outil.h index c7e3061dbb28..3ba1ccf2f8cf 100644 --- a/sys/dev/asr/i2outil.h +++ b/sys/dev/asr/i2outil.h @@ -77,7 +77,7 @@ * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/i2outil.h,v 1.6 2005/01/06 01:42:29 imp Exp $ * ****************************************************************/ diff --git a/sys/dev/asr/osd_defs.h b/sys/dev/asr/osd_defs.h index c954be9816b1..481df157a0a7 100644 --- a/sys/dev/asr/osd_defs.h +++ b/sys/dev/asr/osd_defs.h @@ -18,7 +18,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/osd_defs.h,v 1.7 2005/01/06 01:42:29 imp Exp $ */ #ifndef _OSD_DEFS_H diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h index 04f7a29b6969..4bb99a60b5ac 100644 --- a/sys/dev/asr/osd_unix.h +++ b/sys/dev/asr/osd_unix.h @@ -18,7 +18,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/osd_unix.h,v 1.9 2005/01/06 01:42:29 imp Exp $ */ #ifndef __OSD_UNIX_H diff --git a/sys/dev/asr/osd_util.h b/sys/dev/asr/osd_util.h index baa233804a3f..bf5842eb9448 100644 --- a/sys/dev/asr/osd_util.h +++ b/sys/dev/asr/osd_util.h @@ -18,7 +18,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/osd_util.h,v 1.10 2005/01/06 01:42:29 imp Exp $ */ #ifndef __OSD_UTIL_H diff --git a/sys/dev/asr/sys_info.h b/sys/dev/asr/sys_info.h index b4c78fe819fd..d220d0813047 100644 --- a/sys/dev/asr/sys_info.h +++ b/sys/dev/asr/sys_info.h @@ -18,7 +18,7 @@ * arising in any way out of the use of this driver software, even if advised * of the possibility of such damage. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/asr/sys_info.h,v 1.9 2005/01/06 01:42:29 imp Exp $ */ #ifndef __SYS_INFO_H diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index 9bcaf86e02cb..e5f59677367c 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-all.c,v 1.252.2.11 2006/09/30 14:51:48 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index f8b2fd5b8191..0228860c949f 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.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/dev/ata/ata-all.h,v 1.103.2.9 2006/09/02 17:01:32 sos Exp $ */ /* ATA register defines */ diff --git a/sys/dev/ata/ata-card.c b/sys/dev/ata/ata-card.c index a6747183ee0e..d31dedf2d0ae 100644 --- a/sys/dev/ata/ata-card.c +++ b/sys/dev/ata/ata-card.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-card.c,v 1.36.2.1 2006/01/25 08:13:44 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ata/ata-cbus.c b/sys/dev/ata/ata-cbus.c index 0eaee5ba060c..0acfa1cad446 100644 --- a/sys/dev/ata/ata-cbus.c +++ b/sys/dev/ata/ata-cbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-cbus.c,v 1.22.2.1 2006/01/25 08:13:44 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c index 44a071045107..7a921a4bfe18 100644 --- a/sys/dev/ata/ata-chipset.c +++ b/sys/dev/ata/ata-chipset.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-chipset.c,v 1.126.2.15 2006/10/09 16:01:35 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-disk.c b/sys/dev/ata/ata-disk.c index cd0d92a309b9..b0f208da10d4 100644 --- a/sys/dev/ata/ata-disk.c +++ b/sys/dev/ata/ata-disk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-disk.c,v 1.189.2.5 2006/09/30 14:51:49 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-disk.h b/sys/dev/ata/ata-disk.h index c602f2e06b2e..b12af20a447d 100644 --- a/sys/dev/ata/ata-disk.h +++ b/sys/dev/ata/ata-disk.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/dev/ata/ata-disk.h,v 1.50.2.1 2006/01/25 08:13:44 sos Exp $ */ /* structure describing an ATA disk */ diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 6f94084d3b66..92a001afdec0 100644 --- a/sys/dev/ata/ata-dma.c +++ b/sys/dev/ata/ata-dma.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-dma.c,v 1.137.2.2 2006/01/25 08:13:44 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c index a5ac568e4bdf..97a64d081978 100644 --- a/sys/dev/ata/ata-isa.c +++ b/sys/dev/ata/ata-isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-isa.c,v 1.29.2.1 2006/01/25 08:13:45 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index ca5afc2e8678..4f9bbf47d0dc 100644 --- a/sys/dev/ata/ata-lowlevel.c +++ b/sys/dev/ata/ata-lowlevel.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-lowlevel.c,v 1.69.2.4 2006/09/02 17:01:32 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index 38d3c068542f..05fe9e22f461 100644 --- a/sys/dev/ata/ata-pci.c +++ b/sys/dev/ata/ata-pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-pci.c,v 1.105.2.4 2006/02/19 15:18:23 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-pci.h b/sys/dev/ata/ata-pci.h index 4d1192a8215a..73dd75b0b9d6 100644 --- a/sys/dev/ata/ata-pci.h +++ b/sys/dev/ata/ata-pci.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/dev/ata/ata-pci.h,v 1.49.2.10 2006/09/30 14:51:49 sos Exp $ */ /* structure holding chipset config info */ diff --git a/sys/dev/ata/ata-queue.c b/sys/dev/ata/ata-queue.c index 75ef9284e5ef..879c1ecb595b 100644 --- a/sys/dev/ata/ata-queue.c +++ b/sys/dev/ata/ata-queue.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-queue.c,v 1.50.2.6 2006/09/02 17:01:32 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c index 78afd7b752b0..18adedfb30bb 100644 --- a/sys/dev/ata/ata-raid.c +++ b/sys/dev/ata/ata-raid.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-raid.c,v 1.98.2.9 2006/09/02 17:01:32 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata-raid.h b/sys/dev/ata/ata-raid.h index 12a099f314b5..2c98e5fc04dc 100644 --- a/sys/dev/ata/ata-raid.h +++ b/sys/dev/ata/ata-raid.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/dev/ata/ata-raid.h,v 1.34.2.4 2006/09/30 14:51:49 sos Exp $ */ /* misc defines */ diff --git a/sys/dev/ata/ata-usb.c b/sys/dev/ata/ata-usb.c index 5c1fbfb68050..2b2dbec7a1a7 100644 --- a/sys/dev/ata/ata-usb.c +++ b/sys/dev/ata/ata-usb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/ata-usb.c,v 1.5.2.1 2006/10/09 18:11:19 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/ata_if.m b/sys/dev/ata/ata_if.m index 19d6987d6206..5852c59e42d4 100644 --- a/sys/dev/ata/ata_if.m +++ b/sys/dev/ata/ata_if.m @@ -22,7 +22,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/ata/ata_if.m,v 1.5.2.1 2006/01/25 08:13:45 sos Exp $ #include <sys/bus.h> #include <sys/kernel.h> diff --git a/sys/dev/ata/atapi-cam.c b/sys/dev/ata/atapi-cam.c index 8a2463898c24..443b7357889a 100644 --- a/sys/dev/ata/atapi-cam.c +++ b/sys/dev/ata/atapi-cam.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/atapi-cam.c,v 1.42.2.1 2006/04/04 16:07:42 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ata/atapi-cd.c b/sys/dev/ata/atapi-cd.c index 1fd092984f07..db42bc581567 100644 --- a/sys/dev/ata/atapi-cd.c +++ b/sys/dev/ata/atapi-cd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/atapi-cd.c,v 1.179.2.7 2006/09/02 17:01:32 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/atapi-cd.h b/sys/dev/ata/atapi-cd.h index 22a7b1f3af78..f1f6ae0074af 100644 --- a/sys/dev/ata/atapi-cd.h +++ b/sys/dev/ata/atapi-cd.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/dev/ata/atapi-cd.h,v 1.44.2.1 2006/01/25 08:13:45 sos Exp $ */ /* CDROM Table Of Contents */ diff --git a/sys/dev/ata/atapi-fd.c b/sys/dev/ata/atapi-fd.c index 5d839d3cb400..7c6f4dbbba9e 100644 --- a/sys/dev/ata/atapi-fd.c +++ b/sys/dev/ata/atapi-fd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/atapi-fd.c,v 1.102.2.4 2006/04/04 16:07:42 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ata/atapi-fd.h b/sys/dev/ata/atapi-fd.h index 0a3588a982a3..afe2221340be 100644 --- a/sys/dev/ata/atapi-fd.h +++ b/sys/dev/ata/atapi-fd.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/dev/ata/atapi-fd.h,v 1.24.2.2 2006/03/10 12:30:08 sos Exp $ */ /* ATAPI Rewriteable drive Capabilities and Mechanical Status Page */ diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index 81f04fadc261..f0989890c1eb 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ata/atapi-tape.c,v 1.99.2.1 2006/01/25 08:13:45 sos Exp $"); #include "opt_ata.h" #include <sys/param.h> diff --git a/sys/dev/ata/atapi-tape.h b/sys/dev/ata/atapi-tape.h index b85c8e449805..68c4c726145b 100644 --- a/sys/dev/ata/atapi-tape.h +++ b/sys/dev/ata/atapi-tape.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/dev/ata/atapi-tape.h,v 1.23.2.1 2006/01/25 08:13:45 sos Exp $ */ /* ATAPI tape drive Capabilities and Mechanical Status Page */ diff --git a/sys/dev/ath/ah_osdep.c b/sys/dev/ath/ah_osdep.c index 4f926fddb73b..a348837e1fb0 100644 --- a/sys/dev/ath/ah_osdep.c +++ b/sys/dev/ath/ah_osdep.c @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ah_osdep.c,v 1.1.2.2 2006/10/17 00:20:22 sam Exp $ */ #include "opt_ah.h" diff --git a/sys/dev/ath/ah_osdep.h b/sys/dev/ath/ah_osdep.h index b85608039326..471afd9a066f 100644 --- a/sys/dev/ath/ah_osdep.h +++ b/sys/dev/ath/ah_osdep.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ah_osdep.h,v 1.1.2.1 2006/10/16 01:26:14 sam Exp $ */ #ifndef _ATH_AH_OSDEP_H_ #define _ATH_AH_OSDEP_H_ diff --git a/sys/dev/ath/ath_rate/amrr/amrr.c b/sys/dev/ath/ath_rate/amrr/amrr.c index abae54967fbe..a95a7ced1084 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.c +++ b/sys/dev/ath/ath_rate/amrr/amrr.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/amrr/amrr.c,v 1.8.2.3 2006/02/24 19:51:11 sam Exp $"); /* * AMRR rate control. See: diff --git a/sys/dev/ath/ath_rate/amrr/amrr.h b/sys/dev/ath/ath_rate/amrr/amrr.h index cb5d135975bf..1c52df17d3cd 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.h +++ b/sys/dev/ath/ath_rate/amrr/amrr.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ath_rate/amrr/amrr.h,v 1.2 2004/12/31 22:41:45 sam Exp $ */ #ifndef _DEV_ATH_RATE_AMRR_H diff --git a/sys/dev/ath/ath_rate/onoe/onoe.c b/sys/dev/ath/ath_rate/onoe/onoe.c index dc4fada185bc..e99d1ef4e78c 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.c +++ b/sys/dev/ath/ath_rate/onoe/onoe.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/onoe/onoe.c,v 1.8.2.3 2006/02/24 19:51:11 sam Exp $"); /* * Atsushi Onoe's rate control algorithm. diff --git a/sys/dev/ath/ath_rate/onoe/onoe.h b/sys/dev/ath/ath_rate/onoe/onoe.h index 9d0661c23e7f..565c705d3ddf 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.h +++ b/sys/dev/ath/ath_rate/onoe/onoe.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ath_rate/onoe/onoe.h,v 1.2 2004/12/31 22:41:45 sam Exp $ */ /* diff --git a/sys/dev/ath/ath_rate/sample/sample.c b/sys/dev/ath/ath_rate/sample/sample.c index 2bdf1ef48bd5..283571825377 100644 --- a/sys/dev/ath/ath_rate/sample/sample.c +++ b/sys/dev/ath/ath_rate/sample/sample.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/ath_rate/sample/sample.c,v 1.8.2.3 2006/03/14 23:22:27 sam Exp $"); /* * John Bicket's SampleRate control algorithm. diff --git a/sys/dev/ath/ath_rate/sample/sample.h b/sys/dev/ath/ath_rate/sample/sample.h index c5a4a23c5c0d..32334b8b0630 100644 --- a/sys/dev/ath/ath_rate/sample/sample.h +++ b/sys/dev/ath/ath_rate/sample/sample.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/ath_rate/sample/sample.h,v 1.3.2.2 2006/08/10 06:18:57 sam Exp $ */ /* diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index c819c51194d4..368b06bfebb7 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/if_ath.c,v 1.94.2.28 2006/10/16 01:01:41 sam Exp $"); /* * Driver for the Atheros Wireless LAN controller. diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index a1528755ab48..e836d7d5ecd9 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ath/if_ath_pci.c,v 1.12.2.1 2006/07/11 16:33:12 sam Exp $"); /* * PCI/Cardbus front-end for the Atheros Wireless LAN controller driver. diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h index 193cf783c900..2b9c47b9d577 100644 --- a/sys/dev/ath/if_athioctl.h +++ b/sys/dev/ath/if_athioctl.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/if_athioctl.h,v 1.10.2.5 2006/09/02 15:37:09 sam Exp $ */ /* diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h index 90a44162dc53..ee5f0953f617 100644 --- a/sys/dev/ath/if_athrate.h +++ b/sys/dev/ath/if_athrate.h @@ -34,7 +34,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/if_athrate.h,v 1.4 2005/04/02 18:54:30 sam Exp $ */ #ifndef _ATH_RATECTRL_H_ #define _ATH_RATECTRL_H_ diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index 6f9985b909e0..26436d099727 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -33,7 +33,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ath/if_athvar.h,v 1.27.2.11 2006/10/19 23:34:00 sam Exp $ */ /* diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c index 0f60b2b572dd..a9f8070650ed 100644 --- a/sys/dev/atkbdc/atkbd.c +++ b/sys/dev/atkbdc/atkbd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbd.c,v 1.47.2.3 2006/10/29 07:31:40 ru Exp $"); #include "opt_kbd.h" #include "opt_atkbd.h" diff --git a/sys/dev/atkbdc/atkbd_atkbdc.c b/sys/dev/atkbdc/atkbd_atkbdc.c index 63c30d99f5c9..46a7c9bb4920 100644 --- a/sys/dev/atkbdc/atkbd_atkbdc.c +++ b/sys/dev/atkbdc/atkbd_atkbdc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbd_atkbdc.c,v 1.19 2005/06/10 20:56:37 marius Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc.c b/sys/dev/atkbdc/atkbdc.c index 6d6fe17faf61..ed4b11ebf823 100644 --- a/sys/dev/atkbdc/atkbdc.c +++ b/sys/dev/atkbdc/atkbdc.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbdc.c,v 1.21.2.2 2006/09/22 01:05:30 dwhite Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc_ebus.c b/sys/dev/atkbdc/atkbdc_ebus.c index 639203d548bc..0c59180cd001 100644 --- a/sys/dev/atkbdc/atkbdc_ebus.c +++ b/sys/dev/atkbdc/atkbdc_ebus.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbdc_ebus.c,v 1.1 2005/06/10 20:56:37 marius Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc_isa.c b/sys/dev/atkbdc/atkbdc_isa.c index 96abfb5a1561..896249b79d79 100644 --- a/sys/dev/atkbdc/atkbdc_isa.c +++ b/sys/dev/atkbdc/atkbdc_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbdc_isa.c,v 1.33.2.1 2006/05/26 00:56:14 sobomax Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc_subr.c b/sys/dev/atkbdc/atkbdc_subr.c index b97b592bafa9..a7e91fdefba4 100644 --- a/sys/dev/atkbdc/atkbdc_subr.c +++ b/sys/dev/atkbdc/atkbdc_subr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/atkbdc_subr.c,v 1.33 2005/06/10 20:56:37 marius Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/atkbdc/atkbdc_subr.h b/sys/dev/atkbdc/atkbdc_subr.h index fa8f1f8000b8..a449ff881933 100644 --- a/sys/dev/atkbdc/atkbdc_subr.h +++ b/sys/dev/atkbdc/atkbdc_subr.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/sys/isa/atkbdc_isa.c,v 1.31 2005/05/29 04:42:28 nyan Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/atkbdc/atkbdc_subr.h,v 1.1 2005/06/10 20:56:37 marius Exp $ */ #ifndef _DEV_ATKBDC_ATKBDC_SUBR_H_ diff --git a/sys/dev/atkbdc/atkbdcreg.h b/sys/dev/atkbdc/atkbdcreg.h index 0715d9ece634..4d4bfb9f08bb 100644 --- a/sys/dev/atkbdc/atkbdcreg.h +++ b/sys/dev/atkbdc/atkbdcreg.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/dev/atkbdc/atkbdcreg.h,v 1.12 2005/06/10 20:56:37 marius Exp $ * from kbdio.h,v 1.8 1998/09/25 11:55:46 yokota Exp */ diff --git a/sys/dev/atkbdc/atkbdreg.h b/sys/dev/atkbdc/atkbdreg.h index cf7ee6b31280..594895a91bec 100644 --- a/sys/dev/atkbdc/atkbdreg.h +++ b/sys/dev/atkbdc/atkbdreg.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/dev/atkbdc/atkbdreg.h,v 1.9 2005/06/10 20:56:37 marius Exp $ */ #ifndef _DEV_ATKBDC_ATKBDREG_H_ diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c index c353e719e2e8..7543107f885b 100644 --- a/sys/dev/atkbdc/psm.c +++ b/sys/dev/atkbdc/psm.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/atkbdc/psm.c,v 1.86.2.2 2006/04/21 09:40:25 takawata Exp $"); #include "opt_isa.h" #include "opt_psm.h" diff --git a/sys/dev/atkbdc/psm.h b/sys/dev/atkbdc/psm.h index e687728f56eb..dd025f1f9d3b 100644 --- a/sys/dev/atkbdc/psm.h +++ b/sys/dev/atkbdc/psm.h @@ -21,7 +21,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/sys/isa/psm.c,v 1.84 2005/01/10 13:05:58 philip - * $FreeBSD$ + * $FreeBSD: src/sys/dev/atkbdc/psm.h,v 1.1 2005/06/10 20:56:37 marius Exp $ */ #ifndef _DEV_ATKBDC_PSM_H_ diff --git a/sys/dev/auxio/auxio.c b/sys/dev/auxio/auxio.c index 9943a0afd600..b1996f56127a 100644 --- a/sys/dev/auxio/auxio.c +++ b/sys/dev/auxio/auxio.c @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/auxio/auxio.c,v 1.4.2.1 2006/01/30 21:47:48 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/auxio/auxioreg.h b/sys/dev/auxio/auxioreg.h index 0c9ce8e9fa93..5dd1c388033d 100644 --- a/sys/dev/auxio/auxioreg.h +++ b/sys/dev/auxio/auxioreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/auxio/auxioreg.h,v 1.2 2005/01/06 01:42:30 imp Exp $ */ /* $NetBSD: auxioreg.h,v 1.4 2001/10/22 07:31:41 mrg Exp $ */ /*- diff --git a/sys/dev/awi/am79c930.c b/sys/dev/awi/am79c930.c index a2eddd4bd768..e7717c866edc 100644 --- a/sys/dev/awi/am79c930.c +++ b/sys/dev/awi/am79c930.c @@ -65,7 +65,7 @@ __KERNEL_RCSID(0, "$NetBSD: am79c930.c,v 1.9 2004/01/15 09:33:48 onoe Exp $"); #endif #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/awi/am79c930.c,v 1.7 2005/05/29 04:42:18 nyan Exp $"); #endif #include <sys/param.h> diff --git a/sys/dev/awi/am79c930reg.h b/sys/dev/awi/am79c930reg.h index 74d38bf38b37..c31b4c75e127 100644 --- a/sys/dev/awi/am79c930reg.h +++ b/sys/dev/awi/am79c930reg.h @@ -1,5 +1,5 @@ /* $NetBSD: am79c930reg.h,v 1.4 2003/11/02 11:07:45 wiz Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/awi/am79c930reg.h,v 1.2 2004/01/15 10:04:20 onoe Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/awi/am79c930var.h b/sys/dev/awi/am79c930var.h index 3836521f1e29..64e6964bfb9b 100644 --- a/sys/dev/awi/am79c930var.h +++ b/sys/dev/awi/am79c930var.h @@ -1,5 +1,5 @@ /* $NetBSD: am79c930var.h,v 1.3 2004/01/15 09:33:48 onoe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/awi/am79c930var.h,v 1.3 2004/01/15 10:04:20 onoe Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/awi/awi.c b/sys/dev/awi/awi.c index 6dd75bf34681..5d54bc2acca9 100644 --- a/sys/dev/awi/awi.c +++ b/sys/dev/awi/awi.c @@ -89,7 +89,7 @@ __KERNEL_RCSID(0, "$NetBSD: awi.c,v 1.62 2004/01/16 14:13:15 onoe Exp $"); #endif #ifdef __FreeBSD__ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/awi/awi.c,v 1.37.2.4 2005/09/03 22:46:42 sam Exp $"); #endif #include "opt_inet.h" diff --git a/sys/dev/awi/awireg.h b/sys/dev/awi/awireg.h index 555e058b3d14..133505be439a 100644 --- a/sys/dev/awi/awireg.h +++ b/sys/dev/awi/awireg.h @@ -1,5 +1,5 @@ /* $NetBSD: awireg.h,v 1.8 2003/01/20 05:30:06 simonb Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/awi/awireg.h,v 1.2 2004/01/15 10:04:20 onoe Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/awi/awivar.h b/sys/dev/awi/awivar.h index 25934ab0e127..1d3143c8df60 100644 --- a/sys/dev/awi/awivar.h +++ b/sys/dev/awi/awivar.h @@ -1,5 +1,5 @@ /* $NetBSD: awivar.h,v 1.20 2004/01/15 09:39:15 onoe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/awi/awivar.h,v 1.12 2005/06/10 16:49:05 brooks Exp $ */ /*- * Copyright (c) 1999,2000,2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c index bc8bb328dc40..5cc60c9e4448 100644 --- a/sys/dev/awi/if_awi_pccard.c +++ b/sys/dev/awi/if_awi_pccard.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/awi/if_awi_pccard.c,v 1.21 2005/06/24 14:36:51 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index eebb01316ae2..1772fc427ac1 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.2.2.6.2.1 2006/11/28 17:14:07 scottl Exp $"); /* * The following controllers are supported by this driver: diff --git a/sys/dev/bce/if_bcefw.h b/sys/dev/bce/if_bcefw.h index b7c38baeae21..8a89177f17f0 100644 --- a/sys/dev/bce/if_bcefw.h +++ b/sys/dev/bce/if_bcefw.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bce/if_bcefw.h,v 1.1.2.1 2006/04/12 17:45:26 ps Exp $ */ /* diff --git a/sys/dev/bce/if_bcereg.h b/sys/dev/bce/if_bcereg.h index ec37324c2e94..fd7432eec1df 100644 --- a/sys/dev/bce/if_bcereg.h +++ b/sys/dev/bce/if_bcereg.h @@ -26,7 +26,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bce/if_bcereg.h,v 1.1.2.3.2.1 2006/11/28 17:14:07 scottl Exp $ */ #ifndef _BCE_H_DEFINED diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index 67ebd6bb0218..fb59dcb79e13 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -26,7 +26,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bfe/if_bfe.c,v 1.25.2.6 2006/06/18 06:23:14 silby Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/bfe/if_bfereg.h b/sys/dev/bfe/if_bfereg.h index f5af78069b97..fc127c2e5401 100644 --- a/sys/dev/bfe/if_bfereg.h +++ b/sys/dev/bfe/if_bfereg.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/dev/bfe/if_bfereg.h,v 1.7.2.1 2006/06/18 06:23:14 silby Exp $ */ #ifndef _BFE_H #define _BFE_H diff --git a/sys/dev/bge/if_bge.c b/sys/dev/bge/if_bge.c index 23498274c661..b364bc635af1 100644 --- a/sys/dev/bge/if_bge.c +++ b/sys/dev/bge/if_bge.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bge/if_bge.c,v 1.91.2.18.2.1 2006/12/21 21:53:54 scottl Exp $"); /* * Broadcom BCM570x family gigabit ethernet driver for FreeBSD. diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h index ac823f9ac359..b6fea460b0f5 100644 --- a/sys/dev/bge/if_bgereg.h +++ b/sys/dev/bge/if_bgereg.h @@ -30,7 +30,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/dev/bge/if_bgereg.h,v 1.36.2.8.2.1 2006/12/21 21:53:54 scottl Exp $ */ /* diff --git a/sys/dev/bktr/CHANGELOG.TXT b/sys/dev/bktr/CHANGELOG.TXT index 6c7fd057ccf2..605be6bbde6e 100755 --- a/sys/dev/bktr/CHANGELOG.TXT +++ b/sys/dev/bktr/CHANGELOG.TXT @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/CHANGELOG.TXT,v 1.20.2.1 2006/07/09 15:38:31 markm Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_audio.c b/sys/dev/bktr/bktr_audio.c index efc63da05bf4..e4aff8cecb67 100644 --- a/sys/dev/bktr/bktr_audio.c +++ b/sys/dev/bktr/bktr_audio.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_audio.c,v 1.16 2005/05/29 04:42:18 nyan Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_audio.h b/sys/dev/bktr/bktr_audio.h index c05e40c31ea3..fd31fb0d6b31 100644 --- a/sys/dev/bktr/bktr_audio.h +++ b/sys/dev/bktr/bktr_audio.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_audio.h,v 1.4 2005/01/06 01:42:31 imp Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879 diff --git a/sys/dev/bktr/bktr_card.c b/sys/dev/bktr/bktr_card.c index 8882b8bfb2ca..754d3dc3b25c 100644 --- a/sys/dev/bktr/bktr_card.c +++ b/sys/dev/bktr/bktr_card.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_card.c,v 1.34.2.1 2006/01/14 14:18:34 netchild Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_card.h b/sys/dev/bktr/bktr_card.h index 30a90a880d68..e4a2106733e4 100644 --- a/sys/dev/bktr/bktr_card.h +++ b/sys/dev/bktr/bktr_card.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_card.h,v 1.11.2.1 2006/01/14 14:18:34 netchild Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index 41f0b09ad6ea..38ce4b3b0994 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_core.c,v 1.139 2005/05/29 04:42:18 nyan Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_core.h b/sys/dev/bktr/bktr_core.h index 980ced76621a..d707bf58f1a8 100644 --- a/sys/dev/bktr/bktr_core.h +++ b/sys/dev/bktr/bktr_core.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_core.h,v 1.7 2005/01/06 01:42:31 imp Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_i2c.c b/sys/dev/bktr/bktr_i2c.c index 0bf52628c8e9..08d9a5f031c6 100644 --- a/sys/dev/bktr/bktr_i2c.c +++ b/sys/dev/bktr/bktr_i2c.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_i2c.c,v 1.27.2.1 2006/09/22 19:19:15 jhb Exp $"); /* * I2C support for the bti2c chipset. diff --git a/sys/dev/bktr/bktr_i2c.h b/sys/dev/bktr/bktr_i2c.h index 5008e6bfb9ce..f04eb0a07005 100644 --- a/sys/dev/bktr/bktr_i2c.h +++ b/sys/dev/bktr/bktr_i2c.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/dev/bktr/bktr_i2c.h,v 1.4.14.1 2006/09/22 19:19:15 jhb Exp $ * */ #ifndef _BT848_I2C_H diff --git a/sys/dev/bktr/bktr_mem.c b/sys/dev/bktr/bktr_mem.c index 77c5971bacd4..0961a3034a3a 100644 --- a/sys/dev/bktr/bktr_mem.c +++ b/sys/dev/bktr/bktr_mem.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_mem.c,v 1.13 2005/01/27 01:40:12 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/bktr/bktr_mem.h b/sys/dev/bktr/bktr_mem.h index 8feb55206c11..87bd3ca08021 100644 --- a/sys/dev/bktr/bktr_mem.h +++ b/sys/dev/bktr/bktr_mem.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_mem.h,v 1.2 2005/01/06 01:42:31 imp Exp $ */ /* * This is prt of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c index e51cdf92dfe3..ccf24f624bc0 100644 --- a/sys/dev/bktr/bktr_os.c +++ b/sys/dev/bktr/bktr_os.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_os.c,v 1.51.2.2 2006/10/17 03:45:54 jmg Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_os.h b/sys/dev/bktr/bktr_os.h index 1cd708df3c6a..74ead039940d 100644 --- a/sys/dev/bktr/bktr_os.h +++ b/sys/dev/bktr/bktr_os.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_os.h,v 1.8 2005/01/06 01:42:31 imp Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_reg.h b/sys/dev/bktr/bktr_reg.h index 982fe2c4a600..7373dcefea29 100644 --- a/sys/dev/bktr/bktr_reg.h +++ b/sys/dev/bktr/bktr_reg.h @@ -1,5 +1,5 @@ /*- - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bktr/bktr_reg.h,v 1.50 2005/05/24 20:42:08 cognet Exp $ * * Copyright (c) 1999 Roger Hardiman * Copyright (c) 1998 Amancio Hasty diff --git a/sys/dev/bktr/bktr_tuner.c b/sys/dev/bktr/bktr_tuner.c index df24c862cd47..007c4429c88a 100644 --- a/sys/dev/bktr/bktr_tuner.c +++ b/sys/dev/bktr/bktr_tuner.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/bktr/bktr_tuner.c,v 1.19.2.1 2006/01/14 14:18:34 netchild Exp $"); /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/bktr_tuner.h b/sys/dev/bktr/bktr_tuner.h index cc00150151ff..538b82af45b3 100644 --- a/sys/dev/bktr/bktr_tuner.h +++ b/sys/dev/bktr/bktr_tuner.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/bktr/bktr_tuner.h,v 1.6.2.1 2006/01/14 14:18:34 netchild Exp $ */ /* * This is part of the Driver for Video Capture Cards (Frame grabbers) diff --git a/sys/dev/bktr/ioctl_bt848.h b/sys/dev/bktr/ioctl_bt848.h index 3731e7d2b34b..fca5decc3603 100644 --- a/sys/dev/bktr/ioctl_bt848.h +++ b/sys/dev/bktr/ioctl_bt848.h @@ -1,7 +1,7 @@ /* * extensions to ioctl_meteor.h for the bt848 cards * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bktr/ioctl_bt848.h,v 1.30 2003/12/20 17:12:25 obrien Exp $ */ #ifndef _DEV_BKTR_IOCTL_BT848_H_ diff --git a/sys/dev/bktr/ioctl_meteor.h b/sys/dev/bktr/ioctl_meteor.h index 681990aa03c0..2f3320319b33 100644 --- a/sys/dev/bktr/ioctl_meteor.h +++ b/sys/dev/bktr/ioctl_meteor.h @@ -28,7 +28,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/bktr/ioctl_meteor.h,v 1.16 2005/01/06 01:42:31 imp Exp $ */ /* * ioctl constants for Matrox Meteor Capture card. diff --git a/sys/dev/bktr/msp34xx.c b/sys/dev/bktr/msp34xx.c index 940205ac4af8..df96ce1aa24f 100644 --- a/sys/dev/bktr/msp34xx.c +++ b/sys/dev/bktr/msp34xx.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/dev/bktr/msp34xx.c,v 1.5 2004/12/16 23:19:57 julian Exp $ */ /* diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c index 6d44c50fc709..c1849e873573 100644 --- a/sys/dev/buslogic/bt.c +++ b/sys/dev/buslogic/bt.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt.c,v 1.45.8.1 2006/12/21 21:00:49 mjacob Exp $"); /* * Special thanks to Leonard N. Zubkoff for writing such a complete and diff --git a/sys/dev/buslogic/bt_eisa.c b/sys/dev/buslogic/bt_eisa.c index 85a13ac0f526..8202dbde53c5 100644 --- a/sys/dev/buslogic/bt_eisa.c +++ b/sys/dev/buslogic/bt_eisa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt_eisa.c,v 1.21.8.1 2006/12/21 21:00:49 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/buslogic/bt_isa.c b/sys/dev/buslogic/bt_isa.c index 6206dc6ffdf1..3c8a58d3200a 100644 --- a/sys/dev/buslogic/bt_isa.c +++ b/sys/dev/buslogic/bt_isa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt_isa.c,v 1.25.8.1 2006/12/21 21:00:49 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/buslogic/bt_mca.c b/sys/dev/buslogic/bt_mca.c index 2f72ee426412..4dd4b431e460 100644 --- a/sys/dev/buslogic/bt_mca.c +++ b/sys/dev/buslogic/bt_mca.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt_mca.c,v 1.10.8.1 2006/12/21 21:00:49 mjacob Exp $"); /* * Written using the bt_isa/bt_pci code as a reference. diff --git a/sys/dev/buslogic/bt_pci.c b/sys/dev/buslogic/bt_pci.c index de7cc9ed4e8b..c49a593ed601 100644 --- a/sys/dev/buslogic/bt_pci.c +++ b/sys/dev/buslogic/bt_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/buslogic/bt_pci.c,v 1.20.8.1 2006/12/21 21:00:49 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/buslogic/btreg.h b/sys/dev/buslogic/btreg.h index be6e74f90ebe..8bf5b2366d41 100644 --- a/sys/dev/buslogic/btreg.h +++ b/sys/dev/buslogic/btreg.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/buslogic/btreg.h,v 1.16 2005/01/06 01:42:31 imp Exp $ */ #ifndef _BTREG_H_ diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index ed4c46676b72..382ecfc4ea9f 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cardbus/cardbus.c,v 1.52.2.3 2006/03/01 18:19:33 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c index e44d69c4ca47..dd72bed7052f 100644 --- a/sys/dev/cardbus/cardbus_cis.c +++ b/sys/dev/cardbus/cardbus_cis.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cardbus/cardbus_cis.c,v 1.50.2.2 2006/03/01 18:19:33 imp Exp $"); /* * CIS Handling for the Cardbus Bus diff --git a/sys/dev/cardbus/cardbus_cis.h b/sys/dev/cardbus/cardbus_cis.h index 086e4ea2f64f..a5c2c9d4d7ea 100644 --- a/sys/dev/cardbus/cardbus_cis.h +++ b/sys/dev/cardbus/cardbus_cis.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/dev/cardbus/cardbus_cis.h,v 1.13 2005/02/06 21:03:13 imp Exp $ */ /* diff --git a/sys/dev/cardbus/cardbus_device.c b/sys/dev/cardbus/cardbus_device.c index c03a18a2002e..fd88fb0af497 100644 --- a/sys/dev/cardbus/cardbus_device.c +++ b/sys/dev/cardbus/cardbus_device.c @@ -26,7 +26,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cardbus/cardbus_device.c,v 1.1.2.1 2006/01/30 20:04:59 imp Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/cardbus/cardbusreg.h b/sys/dev/cardbus/cardbusreg.h index 76332a0ddfd0..a0b37505a27b 100644 --- a/sys/dev/cardbus/cardbusreg.h +++ b/sys/dev/cardbus/cardbusreg.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/dev/cardbus/cardbusreg.h,v 1.8.2.2 2006/03/01 18:19:33 imp Exp $ */ /* diff --git a/sys/dev/cardbus/cardbusvar.h b/sys/dev/cardbus/cardbusvar.h index 1e067ea2d64b..f15e9857dfb1 100644 --- a/sys/dev/cardbus/cardbusvar.h +++ b/sys/dev/cardbus/cardbusvar.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/dev/cardbus/cardbusvar.h,v 1.11.2.2 2006/03/01 18:19:33 imp Exp $ */ /* diff --git a/sys/dev/ce/ceddk.c b/sys/dev/ce/ceddk.c index bc9801292090..5cc275a62600 100644 --- a/sys/dev/ce/ceddk.c +++ b/sys/dev/ce/ceddk.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ce/ceddk.c,v 1.1.6.1 2006/03/10 22:57:36 rik Exp $"); #include <dev/cx/machdep.h> #include <dev/ce/ceddk.h> diff --git a/sys/dev/ce/ceddk.h b/sys/dev/ce/ceddk.h index 8cd8c67774bb..6826be75469c 100644 --- a/sys/dev/ce/ceddk.h +++ b/sys/dev/ce/ceddk.h @@ -13,7 +13,7 @@ * works or modified versions. * * $Cronyx: ceddk.h,v 1.2.6.1 2005/11/09 13:01:39 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ce/ceddk.h,v 1.1.6.1 2006/03/10 22:57:36 rik Exp $ */ #define TAU32_UserContext_Add void *sys; diff --git a/sys/dev/ce/if_ce.c b/sys/dev/ce/if_ce.c index d072179a0671..723e90b13682 100644 --- a/sys/dev/ce/if_ce.c +++ b/sys/dev/ce/if_ce.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ce/if_ce.c,v 1.3.6.1 2006/03/10 22:57:36 rik Exp $"); #include <sys/param.h> diff --git a/sys/dev/ce/ng_ce.h b/sys/dev/ce/ng_ce.h index b8e9604c4f5e..4d03ff55512b 100644 --- a/sys/dev/ce/ng_ce.h +++ b/sys/dev/ce/ng_ce.h @@ -13,7 +13,7 @@ * works or modified versions. * * $Cronyx: ng_ce.h,v 1.2 2005/04/23 20:11:57 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ce/ng_ce.h,v 1.1.6.1 2006/03/10 22:57:36 rik Exp $ */ #ifdef NETGRAPH diff --git a/sys/dev/ce/tau32-ddk.c b/sys/dev/ce/tau32-ddk.c index 262c8ab38056..b8cdd733dcc4 100644 --- a/sys/dev/ce/tau32-ddk.c +++ b/sys/dev/ce/tau32-ddk.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ce/tau32-ddk.c,v 1.2.6.1 2006/03/10 22:57:36 rik Exp $"); #ifndef __noinline # ifdef __GNUC__ diff --git a/sys/dev/ce/tau32-ddk.h b/sys/dev/ce/tau32-ddk.h index 7c2e92b09145..aab016e15bb2 100644 --- a/sys/dev/ce/tau32-ddk.h +++ b/sys/dev/ce/tau32-ddk.h @@ -8,7 +8,7 @@ * * $Cronyx: tau32-ddk.h,v 1.2 2006/02/01 09:14:40 ly Exp $ * $Rik: tau32-ddk.h,v 1.7 2006/02/28 22:33:29 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ce/tau32-ddk.h,v 1.2.6.1 2006/03/10 22:57:36 rik Exp $ */ #if defined(__GNUC__) || defined(__TURBOC__) diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index e034d8558c0f..2da3a446eaee 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ciss/ciss.c,v 1.64.2.3.2.1 2006/12/21 21:00:50 mjacob Exp $ */ /* diff --git a/sys/dev/ciss/cissio.h b/sys/dev/ciss/cissio.h index e05422a5ad36..570cee06ce20 100644 --- a/sys/dev/ciss/cissio.h +++ b/sys/dev/ciss/cissio.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/dev/ciss/cissio.h,v 1.5 2005/05/18 05:31:34 ps Exp $ */ /* diff --git a/sys/dev/ciss/cissreg.h b/sys/dev/ciss/cissreg.h index 16af7bcb03ff..3ffddfaf5fdf 100644 --- a/sys/dev/ciss/cissreg.h +++ b/sys/dev/ciss/cissreg.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/dev/ciss/cissreg.h,v 1.15.2.1 2005/09/16 17:59:48 ps Exp $ */ /* diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h index 24f8126a72ec..8753cf96ff2a 100644 --- a/sys/dev/ciss/cissvar.h +++ b/sys/dev/ciss/cissvar.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/dev/ciss/cissvar.h,v 1.10 2005/04/19 06:11:16 ps Exp $ */ /* diff --git a/sys/dev/cm/if_cm_isa.c b/sys/dev/cm/if_cm_isa.c index 1baa6870991c..372bbb6972bd 100644 --- a/sys/dev/cm/if_cm_isa.c +++ b/sys/dev/cm/if_cm_isa.c @@ -1,7 +1,7 @@ /* $NetBSD: if_bah_zbus.c,v 1.6 2000/01/23 21:06:12 aymeric Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cm/if_cm_isa.c,v 1.6.2.1 2005/08/25 05:01:06 rwatson Exp $"); /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c index e61829220b36..d62211c5091c 100644 --- a/sys/dev/cm/smc90cx6.c +++ b/sys/dev/cm/smc90cx6.c @@ -1,7 +1,7 @@ /* $NetBSD: smc90cx6.c,v 1.38 2001/07/07 15:57:53 thorpej Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cm/smc90cx6.c,v 1.15.2.1 2005/08/25 05:01:06 rwatson Exp $"); /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cm/smc90cx6reg.h b/sys/dev/cm/smc90cx6reg.h index 35e7afd998b2..f9dde5373c55 100644 --- a/sys/dev/cm/smc90cx6reg.h +++ b/sys/dev/cm/smc90cx6reg.h @@ -1,5 +1,5 @@ /* $NetBSD: smc90cx6reg.h,v 1.7 1999/02/16 23:34:13 is Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cm/smc90cx6reg.h,v 1.1 2002/01/08 20:03:12 fjoe Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cm/smc90cx6var.h b/sys/dev/cm/smc90cx6var.h index 7130a880001f..e113447d67fb 100644 --- a/sys/dev/cm/smc90cx6var.h +++ b/sys/dev/cm/smc90cx6var.h @@ -1,5 +1,5 @@ /* $NetBSD: smc90cx6var.h,v 1.5 2000/03/23 07:01:32 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cm/smc90cx6var.h,v 1.4 2005/06/10 16:49:05 brooks Exp $ */ /*- * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cnw/if_cnw.c b/sys/dev/cnw/if_cnw.c index 5db732df41e9..a2d27f1d9ce1 100644 --- a/sys/dev/cnw/if_cnw.c +++ b/sys/dev/cnw/if_cnw.c @@ -2,7 +2,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cnw/if_cnw.c,v 1.18.2.3 2005/10/09 04:15:11 delphij Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/cnw/if_cnwioctl.h b/sys/dev/cnw/if_cnwioctl.h index cc1b54890a99..f50dd6b5c1b7 100644 --- a/sys/dev/cnw/if_cnwioctl.h +++ b/sys/dev/cnw/if_cnwioctl.h @@ -1,5 +1,5 @@ /* $NetBSD: if_cnwioctl.h,v 1.2 1999/11/29 12:54:00 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cnw/if_cnwioctl.h,v 1.2 2005/01/06 01:42:32 imp Exp $ */ /*- * Copyright (c) 1996, 1997 Berkeley Software Design, Inc. diff --git a/sys/dev/cnw/if_cnwreg.h b/sys/dev/cnw/if_cnwreg.h index 8b62d203d22c..297f82d18658 100644 --- a/sys/dev/cnw/if_cnwreg.h +++ b/sys/dev/cnw/if_cnwreg.h @@ -1,5 +1,5 @@ /* $NetBSD: if_cnwreg.h,v 1.3 2000/07/05 18:42:19 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/cnw/if_cnwreg.h,v 1.1 2001/03/16 07:25:42 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/cp/cpddk.c b/sys/dev/cp/cpddk.c index 7c82f9b85208..94f77ffb2163 100644 --- a/sys/dev/cp/cpddk.c +++ b/sys/dev/cp/cpddk.c @@ -18,7 +18,7 @@ * $Cronyx: cpddk.c,v 1.13.4.37 2004/12/11 16:14:39 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cp/cpddk.c,v 1.5 2005/01/06 01:42:32 imp Exp $"); #include <dev/cx/machdep.h> diff --git a/sys/dev/cp/cpddk.h b/sys/dev/cp/cpddk.h index 3ff40bbd68d1..6871cbd7ecb6 100644 --- a/sys/dev/cp/cpddk.h +++ b/sys/dev/cp/cpddk.h @@ -16,7 +16,7 @@ * works or modified versions. * * $Cronyx: cpddk.h,v 1.8.4.20 2004/12/06 16:21:06 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cp/cpddk.h,v 1.4 2005/01/06 01:42:32 imp Exp $ */ #define NBRD 6 /* the maximum number of installed boards */ #define NCHAN 4 /* the number of channels on the board */ diff --git a/sys/dev/cp/if_cp.c b/sys/dev/cp/if_cp.c index 6a0355e31700..58ebd1fd343f 100644 --- a/sys/dev/cp/if_cp.c +++ b/sys/dev/cp/if_cp.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cp/if_cp.c,v 1.24.2.1 2005/08/25 05:01:06 rwatson Exp $"); #include <sys/param.h> #include <sys/ucred.h> diff --git a/sys/dev/cp/ng_cp.h b/sys/dev/cp/ng_cp.h index f35d81760499..448ba56b165a 100644 --- a/sys/dev/cp/ng_cp.h +++ b/sys/dev/cp/ng_cp.h @@ -13,7 +13,7 @@ * works or modified versions. * * $Cronyx: ng_cp.h,v 1.1.2.4 2004/01/27 14:39:11 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cp/ng_cp.h,v 1.2 2005/01/06 01:42:32 imp Exp $ */ #ifdef NETGRAPH diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index f28d477a4408..aca804287ac5 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cpufreq/ichss.c,v 1.9 2005/03/20 01:25:21 njl Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index afa3fb7af6ca..17938c8f74bd 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cs/if_cs.c,v 1.41.2.1 2005/08/25 05:01:06 rwatson Exp $"); /* * diff --git a/sys/dev/cs/if_cs_isa.c b/sys/dev/cs/if_cs_isa.c index 8064f4b3a7a4..f08d9ebee368 100644 --- a/sys/dev/cs/if_cs_isa.c +++ b/sys/dev/cs/if_cs_isa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cs/if_cs_isa.c,v 1.6 2005/01/06 01:42:32 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 6935bf49dc04..a295f1a58166 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cs/if_cs_pccard.c,v 1.17 2005/06/24 14:36:51 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cs/if_csreg.h b/sys/dev/cs/if_csreg.h index dc844c8cc810..bb9358075d0e 100644 --- a/sys/dev/cs/if_csreg.h +++ b/sys/dev/cs/if_csreg.h @@ -27,7 +27,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cs/if_csreg.h,v 1.6 2005/01/06 01:42:32 imp Exp $ */ #define CS_89x0_IO_PORTS 0x0020 diff --git a/sys/dev/cs/if_csvar.h b/sys/dev/cs/if_csvar.h index 03c4d5def032..dbaa930c5627 100644 --- a/sys/dev/cs/if_csvar.h +++ b/sys/dev/cs/if_csvar.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cs/if_csvar.h,v 1.7 2005/06/10 16:49:06 brooks Exp $ */ #ifndef _IF_CSVAR_H diff --git a/sys/dev/ct/bshw_machdep.c b/sys/dev/ct/bshw_machdep.c index 0e48f77ad286..d42f9da49a5e 100644 --- a/sys/dev/ct/bshw_machdep.c +++ b/sys/dev/ct/bshw_machdep.c @@ -1,7 +1,7 @@ /* $NecBSD: bshw_machdep.c,v 1.8.12.6 2001/06/29 06:28:05 honda Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ct/bshw_machdep.c,v 1.7 2005/01/06 01:42:33 imp Exp $"); /* $NetBSD$ */ /*- diff --git a/sys/dev/ct/bshwvar.h b/sys/dev/ct/bshwvar.h index ba42a7206979..7ba92d1bf733 100644 --- a/sys/dev/ct/bshwvar.h +++ b/sys/dev/ct/bshwvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ct/bshwvar.h,v 1.4 2005/01/06 01:42:33 imp Exp $ */ /* $NecBSD: bshwvar.h,v 1.3.14.3 2001/06/21 04:07:37 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ct/ct.c b/sys/dev/ct/ct.c index 602e094509ca..39cec92a2232 100644 --- a/sys/dev/ct/ct.c +++ b/sys/dev/ct/ct.c @@ -1,7 +1,7 @@ /* $NecBSD: ct.c,v 1.13.12.5 2001/06/26 07:31:53 honda Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ct/ct.c,v 1.10 2005/01/06 01:42:33 imp Exp $"); /* $NetBSD$ */ #define CT_DEBUG diff --git a/sys/dev/ct/ct_isa.c b/sys/dev/ct/ct_isa.c index 7d6dad6452bb..db35991edfcb 100644 --- a/sys/dev/ct/ct_isa.c +++ b/sys/dev/ct/ct_isa.c @@ -1,7 +1,7 @@ /* $NecBSD: ct_isa.c,v 1.6 1999/07/26 06:32:01 honda Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ct/ct_isa.c,v 1.13 2005/05/10 12:02:14 nyan Exp $"); /* $NetBSD$ */ /*- diff --git a/sys/dev/ct/ct_machdep.h b/sys/dev/ct/ct_machdep.h index 2e069f5d33a1..d2e985514a5c 100644 --- a/sys/dev/ct/ct_machdep.h +++ b/sys/dev/ct/ct_machdep.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ct/ct_machdep.h,v 1.6 2005/01/06 01:42:33 imp Exp $ */ /* $NecBSD: ct_machdep.h,v 1.4.12.2 2001/06/20 06:13:34 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ct/ctvar.h b/sys/dev/ct/ctvar.h index 8c63445e0200..22d2be956190 100644 --- a/sys/dev/ct/ctvar.h +++ b/sys/dev/ct/ctvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ct/ctvar.h,v 1.4 2005/01/06 01:42:33 imp Exp $ */ /* $NecBSD: ctvar.h,v 1.4.14.3 2001/06/20 06:13:34 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ctau/am8530.h b/sys/dev/ctau/am8530.h index 09831c624ed7..a85e2637f0d3 100644 --- a/sys/dev/ctau/am8530.h +++ b/sys/dev/ctau/am8530.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: am8530.h,v 1.1.2.2 2003/11/12 17:31:21 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/am8530.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ /* diff --git a/sys/dev/ctau/ctau.c b/sys/dev/ctau/ctau.c index 9b4f40475af3..0deffbd11165 100644 --- a/sys/dev/ctau/ctau.c +++ b/sys/dev/ctau/ctau.c @@ -17,7 +17,7 @@ * Cronyx Id: ctau.c,v 1.1.2.4 2003/12/11 17:33:43 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ctau/ctau.c,v 1.3 2005/01/06 01:42:33 imp Exp $"); #include <dev/cx/machdep.h> #include <dev/ctau/ctddk.h> diff --git a/sys/dev/ctau/ctau2fw.h b/sys/dev/ctau/ctau2fw.h index 6d43f9725858..fcd1e819593d 100644 --- a/sys/dev/ctau/ctau2fw.h +++ b/sys/dev/ctau/ctau2fw.h @@ -4,7 +4,7 @@ * from the file `ctau2.dat' * * Cronyx Id: ctau2fw.h,v 1.1 2002/06/03 10:19:39 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctau2fw.h,v 1.1 2004/02/23 20:19:00 rik Exp $ */ long ctau2_fw_len = 98448; diff --git a/sys/dev/ctau/ctaue1fw.h b/sys/dev/ctau/ctaue1fw.h index cb3311cd1d66..7058e2b91013 100644 --- a/sys/dev/ctau/ctaue1fw.h +++ b/sys/dev/ctau/ctaue1fw.h @@ -4,7 +4,7 @@ * from the file `ctaue1.dat' * * Cronyx Id: ctaue1fw.h,v 1.1 2002/06/03 10:19:39 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctaue1fw.h,v 1.1 2004/02/23 20:19:00 rik Exp $ */ long ctaue1_fw_len = 323982; diff --git a/sys/dev/ctau/ctaufw.h b/sys/dev/ctau/ctaufw.h index 354f2bac974d..3212a4c3f683 100644 --- a/sys/dev/ctau/ctaufw.h +++ b/sys/dev/ctau/ctaufw.h @@ -4,7 +4,7 @@ * from the file `ctau.dat' * * Cronyx Id: ctaufw.h,v 1.1 2002/06/03 10:19:40 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctaufw.h,v 1.1 2004/02/23 20:19:00 rik Exp $ */ long ctau_fw_len = 131234; diff --git a/sys/dev/ctau/ctaug7fw.h b/sys/dev/ctau/ctaug7fw.h index 523008932a0f..8c487da76a72 100644 --- a/sys/dev/ctau/ctaug7fw.h +++ b/sys/dev/ctau/ctaug7fw.h @@ -4,7 +4,7 @@ * from the file `ctaug703.dat' * * Cronyx Id: ctaug7fw.h,v 1.1 2002/06/03 10:19:40 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctaug7fw.h,v 1.1 2004/02/23 20:19:00 rik Exp $ */ long ctaug703_fw_len = 323982; diff --git a/sys/dev/ctau/ctaureg.h b/sys/dev/ctau/ctaureg.h index 3cd2ce21cedd..8d9e003faa5f 100644 --- a/sys/dev/ctau/ctaureg.h +++ b/sys/dev/ctau/ctaureg.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: ctaureg.h,v 1.1.2.1 2003/11/12 17:16:10 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctaureg.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ /* diff --git a/sys/dev/ctau/ctddk.c b/sys/dev/ctau/ctddk.c index 0a9dbd2fd46b..756b036ef36e 100644 --- a/sys/dev/ctau/ctddk.c +++ b/sys/dev/ctau/ctddk.c @@ -21,7 +21,7 @@ * Cronyx Id: ctddk.c,v 1.1.2.3 2003/11/14 16:55:36 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ctau/ctddk.c,v 1.2 2005/01/06 01:42:33 imp Exp $"); #include <dev/cx/machdep.h> #include <dev/ctau/ctddk.h> diff --git a/sys/dev/ctau/ctddk.h b/sys/dev/ctau/ctddk.h index 99620902fc96..e25510b7d0eb 100644 --- a/sys/dev/ctau/ctddk.h +++ b/sys/dev/ctau/ctddk.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: ctddk.h,v 1.1.2.3 2003/12/11 17:33:44 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ctddk.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ #define NBRD 3 /* the maximum number of installed boards */ #define NPORT 32 /* the number of i/o ports per board */ diff --git a/sys/dev/ctau/ds2153.h b/sys/dev/ctau/ds2153.h index 44ab02d41fe9..92076fbe3bd1 100644 --- a/sys/dev/ctau/ds2153.h +++ b/sys/dev/ctau/ds2153.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: ds2153.h,v 1.2.4.1 2003/11/12 17:22:33 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ds2153.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ /* diff --git a/sys/dev/ctau/hdc64570.h b/sys/dev/ctau/hdc64570.h index 29d28cddb04c..580fa8b45a1e 100644 --- a/sys/dev/ctau/hdc64570.h +++ b/sys/dev/ctau/hdc64570.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: hdc64570.h,v 1.1.2.2 2003/11/12 17:31:21 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/hdc64570.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ /* diff --git a/sys/dev/ctau/if_ct.c b/sys/dev/ctau/if_ct.c index 00751e2e9158..23beeb1f9266 100644 --- a/sys/dev/ctau/if_ct.c +++ b/sys/dev/ctau/if_ct.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ctau/if_ct.c,v 1.25.2.1 2005/08/25 05:01:06 rwatson Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/dev/ctau/lxt318.h b/sys/dev/ctau/lxt318.h index a1064afca67c..a0a6506e0f05 100644 --- a/sys/dev/ctau/lxt318.h +++ b/sys/dev/ctau/lxt318.h @@ -17,7 +17,7 @@ * all derivative works or modified versions. * * Cronyx Id: lxt318.h,v 1.2.4.4 2003/11/14 19:08:45 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/lxt318.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ #define LX_WRITE 0x00 diff --git a/sys/dev/ctau/ng_ct.h b/sys/dev/ctau/ng_ct.h index bd4d208e1204..6447510e7636 100644 --- a/sys/dev/ctau/ng_ct.h +++ b/sys/dev/ctau/ng_ct.h @@ -13,7 +13,7 @@ * works or modified versions. * * Cronyx Id: ng_ct.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ctau/ng_ct.h,v 1.2 2005/01/06 01:42:33 imp Exp $ */ #ifdef NETGRAPH diff --git a/sys/dev/cx/cronyxfw.h b/sys/dev/cx/cronyxfw.h index 56b2033b09ab..83a6f6bb0bb4 100644 --- a/sys/dev/cx/cronyxfw.h +++ b/sys/dev/cx/cronyxfw.h @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: cronyxfw.h,v 1.1.2.1 2003/11/12 17:09:49 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/cronyxfw.h,v 1.2 2005/01/06 01:42:34 imp Exp $ */ #define CRONYX_DAT_MAGIC 2001107011L /* firmware file magic */ diff --git a/sys/dev/cx/csigma.c b/sys/dev/cx/csigma.c index e880b88cbef0..a0edab4faa92 100644 --- a/sys/dev/cx/csigma.c +++ b/sys/dev/cx/csigma.c @@ -12,7 +12,7 @@ * all derivative works or modified versions. * * Cronyx Id: csigma.c,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/csigma.c,v 1.2 2005/01/06 01:42:34 imp Exp $ */ #include <dev/cx/machdep.h> #include <dev/cx/cxddk.h> diff --git a/sys/dev/cx/csigmafw.h b/sys/dev/cx/csigmafw.h index a5e4e05d7542..b43af9605fed 100644 --- a/sys/dev/cx/csigmafw.h +++ b/sys/dev/cx/csigmafw.h @@ -4,7 +4,7 @@ * from the file `csigma.dat' * * Cronyx Id: csigmafw.h,v 1.1 2002/06/03 10:19:39 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/csigmafw.h,v 1.1 2003/12/03 07:29:38 imp Exp $ */ long csigma_fw_len = 131234; diff --git a/sys/dev/cx/cxddk.c b/sys/dev/cx/cxddk.c index bbcc904051e8..1193c2ecd004 100644 --- a/sys/dev/cx/cxddk.c +++ b/sys/dev/cx/cxddk.c @@ -17,7 +17,7 @@ * Cronyx Id: cxddk.c,v 1.1.2.2 2003/11/27 14:24:50 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cx/cxddk.c,v 1.2 2005/01/06 01:42:34 imp Exp $"); #include <dev/cx/machdep.h> #include <dev/cx/cxddk.h> diff --git a/sys/dev/cx/cxddk.h b/sys/dev/cx/cxddk.h index bd95aa6e254c..55a89d9e791f 100644 --- a/sys/dev/cx/cxddk.h +++ b/sys/dev/cx/cxddk.h @@ -15,7 +15,7 @@ * all derivative works or modified versions. * * Cronyx Id: cxddk.h,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/cxddk.h,v 1.2 2005/01/06 01:42:34 imp Exp $ */ #ifndef port_t diff --git a/sys/dev/cx/cxreg.h b/sys/dev/cx/cxreg.h index 70a937d11280..aa1f750d5b0e 100644 --- a/sys/dev/cx/cxreg.h +++ b/sys/dev/cx/cxreg.h @@ -13,7 +13,7 @@ * all derivative works or modified versions. * * Cronyx Id: cxreg.h,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/cxreg.h,v 1.2 2005/01/06 01:42:34 imp Exp $ */ #define REVCL_MIN 7 /* CD2400 min. revision number G */ #define REVCL_MAX 13 /* CD2400 max. revision number M */ diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c index f052a38c27df..099c0a2fd4ac 100644 --- a/sys/dev/cx/if_cx.c +++ b/sys/dev/cx/if_cx.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cx/if_cx.c,v 1.45.2.2 2006/03/10 19:37:31 jhb Exp $"); #include <sys/param.h> diff --git a/sys/dev/cx/machdep.h b/sys/dev/cx/machdep.h index a425af5b717d..ea071aa7025e 100644 --- a/sys/dev/cx/machdep.h +++ b/sys/dev/cx/machdep.h @@ -15,7 +15,7 @@ * all derivative works or modified versions. * * Cronyx Id: machdep.h,v 1.3.4.3 2003/11/27 14:21:58 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/machdep.h,v 1.5 2005/03/02 21:33:23 joerg Exp $ */ /* diff --git a/sys/dev/cx/ng_cx.h b/sys/dev/cx/ng_cx.h index 30b3c14daa4e..33d77105bd05 100644 --- a/sys/dev/cx/ng_cx.h +++ b/sys/dev/cx/ng_cx.h @@ -13,7 +13,7 @@ * works or modified versions. * * Cronyx Id: ng_cx.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/cx/ng_cx.h,v 1.3 2005/01/06 01:42:34 imp Exp $ */ #ifdef NETGRAPH diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index ee660090877e..523bcf798cde 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy.c,v 1.160.2.1 2006/03/10 19:37:31 jhb Exp $"); #include "opt_compat.h" diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 8d6df24127a0..128daf3c371f 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy_isa.c,v 1.146 2004/05/30 20:08:29 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index 2d072359e07b..594de9424c5f 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/cy/cy_pci.c,v 1.37 2005/03/05 18:30:10 imp Exp $"); #include "opt_cy_pci_fastintr.h" diff --git a/sys/dev/cy/cyreg.h b/sys/dev/cy/cyreg.h index 88a36eb4a65e..6d643ff9c9bd 100644 --- a/sys/dev/cy/cyreg.h +++ b/sys/dev/cy/cyreg.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/dev/cy/cyreg.h,v 1.9 1999/08/28 00:44:40 peter Exp $ */ /* diff --git a/sys/dev/cy/cyvar.h b/sys/dev/cy/cyvar.h index 15ee98ca3f89..17ed741db230 100644 --- a/sys/dev/cy/cyvar.h +++ b/sys/dev/cy/cyvar.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/dev/cy/cyvar.h,v 1.1 2004/05/01 17:44:03 bde Exp $ */ typedef u_char volatile *cy_addr; diff --git a/sys/dev/dcons/dcons.c b/sys/dev/dcons/dcons.c index 0bfbbe2fce8a..c68eb2f7d7ae 100644 --- a/sys/dev/dcons/dcons.c +++ b/sys/dev/dcons/dcons.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * $Id: dcons.c,v 1.65 2003/10/24 03:24:55 simokawa Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons.c,v 1.20 2005/01/06 01:42:34 imp Exp $ */ #include <sys/param.h> diff --git a/sys/dev/dcons/dcons.h b/sys/dev/dcons/dcons.h index daf9cb4e3b0e..7c73c4d8f08e 100644 --- a/sys/dev/dcons/dcons.h +++ b/sys/dev/dcons/dcons.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * $Id: dcons.h,v 1.15 2003/10/23 15:05:31 simokawa Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons.h,v 1.5 2005/01/06 01:42:34 imp Exp $ */ #if defined(_KERNEL) || defined(_BOOT) diff --git a/sys/dev/dcons/dcons_crom.c b/sys/dev/dcons/dcons_crom.c index bfa91464a834..e442f398df89 100644 --- a/sys/dev/dcons/dcons_crom.c +++ b/sys/dev/dcons/dcons_crom.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * $Id: dcons_crom.c,v 1.8 2003/10/23 15:47:21 simokawa Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons_crom.c,v 1.6 2005/01/06 01:42:34 imp Exp $ */ #include <sys/param.h> diff --git a/sys/dev/dcons/dcons_os.c b/sys/dev/dcons/dcons_os.c index 8ca20aa272f3..69b39e827784 100644 --- a/sys/dev/dcons/dcons_os.c +++ b/sys/dev/dcons/dcons_os.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons_os.c,v 1.6 2005/01/06 01:42:34 imp Exp $ */ #include <sys/param.h> diff --git a/sys/dev/dcons/dcons_os.h b/sys/dev/dcons/dcons_os.h index b1d1c627589c..3eae3cc4db67 100644 --- a/sys/dev/dcons/dcons_os.h +++ b/sys/dev/dcons/dcons_os.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/dcons/dcons_os.h,v 1.2 2005/01/06 01:42:34 imp Exp $ */ struct dcons_global { diff --git a/sys/dev/dec/mc146818reg.h b/sys/dev/dec/mc146818reg.h index 4a3df1c117b0..6de955739b8b 100644 --- a/sys/dev/dec/mc146818reg.h +++ b/sys/dev/dec/mc146818reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/dec/mc146818reg.h,v 1.4 2005/01/06 01:42:34 imp Exp $ */ /* $NetBSD: mc146818reg.h,v 1.2 1997/03/12 06:53:42 cgd Exp $ */ /*- diff --git a/sys/dev/dec/mcclock.c b/sys/dev/dec/mcclock.c index da8664e007af..da76b0f8c964 100644 --- a/sys/dev/dec/mcclock.c +++ b/sys/dev/dec/mcclock.c @@ -1,7 +1,7 @@ /* $NetBSD: mcclock.c,v 1.11 1998/04/19 07:50:25 jonathan Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dec/mcclock.c,v 1.9 2005/01/06 01:42:34 imp Exp $"); /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. diff --git a/sys/dev/dec/mcclock_if.m b/sys/dev/dec/mcclock_if.m index 89bc6c481194..b28d68edbcf7 100644 --- a/sys/dev/dec/mcclock_if.m +++ b/sys/dev/dec/mcclock_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/dec/mcclock_if.m,v 1.5 2005/01/06 01:42:34 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/dec/mcclockvar.h b/sys/dev/dec/mcclockvar.h index b0df9d2eff2c..a5771a02ef01 100644 --- a/sys/dev/dec/mcclockvar.h +++ b/sys/dev/dec/mcclockvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/dec/mcclockvar.h,v 1.5 2005/01/06 01:42:34 imp Exp $ */ /* $NetBSD: mcclockvar.h,v 1.4 1997/06/22 08:02:19 jonathan Exp $ */ /*- diff --git a/sys/dev/digi/CX.bios.h b/sys/dev/digi/CX.bios.h index 9688921c8c77..0d18291affa8 100644 --- a/sys/dev/digi/CX.bios.h +++ b/sys/dev/digi/CX.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/dev/digi/CX.bios.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char CX_bios[] = { diff --git a/sys/dev/digi/CX.c b/sys/dev/digi/CX.c index 3a9aa31297ce..0f231d43a45d 100644 --- a/sys/dev/digi/CX.c +++ b/sys/dev/digi/CX.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/CX.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/CX.fepos.h b/sys/dev/digi/CX.fepos.h index 9b32459f256b..a861226b43e3 100644 --- a/sys/dev/digi/CX.fepos.h +++ b/sys/dev/digi/CX.fepos.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/dev/digi/CX.fepos.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char CX_fepos[] = { diff --git a/sys/dev/digi/CX_PCI.bios.h b/sys/dev/digi/CX_PCI.bios.h index c4feb28566ff..338c0826fea1 100644 --- a/sys/dev/digi/CX_PCI.bios.h +++ b/sys/dev/digi/CX_PCI.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/dev/digi/CX_PCI.bios.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char CX_PCI_bios[] = { diff --git a/sys/dev/digi/CX_PCI.c b/sys/dev/digi/CX_PCI.c index 2a941f7ef5a5..3c74188fcaf8 100644 --- a/sys/dev/digi/CX_PCI.c +++ b/sys/dev/digi/CX_PCI.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/CX_PCI.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/CX_PCI.fepos.h b/sys/dev/digi/CX_PCI.fepos.h index 66ff9d34ef0b..ef6115954321 100644 --- a/sys/dev/digi/CX_PCI.fepos.h +++ b/sys/dev/digi/CX_PCI.fepos.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/dev/digi/CX_PCI.fepos.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char CX_PCI_fepos[] = { diff --git a/sys/dev/digi/EPCX.bios.h b/sys/dev/digi/EPCX.bios.h index c0a1a7e523a8..8e5a8dca5cd7 100644 --- a/sys/dev/digi/EPCX.bios.h +++ b/sys/dev/digi/EPCX.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/dev/digi/EPCX.bios.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char EPCX_bios[] = { diff --git a/sys/dev/digi/EPCX.c b/sys/dev/digi/EPCX.c index a920eb66a2e7..ad3cea30aa35 100644 --- a/sys/dev/digi/EPCX.c +++ b/sys/dev/digi/EPCX.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/EPCX.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/EPCX.fepos.h b/sys/dev/digi/EPCX.fepos.h index ba4de30446ec..b026888ce40e 100644 --- a/sys/dev/digi/EPCX.fepos.h +++ b/sys/dev/digi/EPCX.fepos.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/dev/digi/EPCX.fepos.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char EPCX_fepos[] = { diff --git a/sys/dev/digi/EPCX_PCI.bios.h b/sys/dev/digi/EPCX_PCI.bios.h index e471a3615d27..a8c18f2f0df5 100644 --- a/sys/dev/digi/EPCX_PCI.bios.h +++ b/sys/dev/digi/EPCX_PCI.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/dev/digi/EPCX_PCI.bios.h,v 1.2 2005/05/06 20:53:33 anholt Exp $ */ static const u_char EPCX_PCI_bios[] = { diff --git a/sys/dev/digi/EPCX_PCI.c b/sys/dev/digi/EPCX_PCI.c index a9ef049ea6be..36d23785040f 100644 --- a/sys/dev/digi/EPCX_PCI.c +++ b/sys/dev/digi/EPCX_PCI.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/EPCX_PCI.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/EPCX_PCI.fepos.h b/sys/dev/digi/EPCX_PCI.fepos.h index 84b4630fc6b4..cdcafd53b7fc 100644 --- a/sys/dev/digi/EPCX_PCI.fepos.h +++ b/sys/dev/digi/EPCX_PCI.fepos.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/dev/digi/EPCX_PCI.fepos.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char EPCX_PCI_fepos[] = { diff --git a/sys/dev/digi/Xe.bios.h b/sys/dev/digi/Xe.bios.h index 53b0ff2eb479..7077dbe192fb 100644 --- a/sys/dev/digi/Xe.bios.h +++ b/sys/dev/digi/Xe.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/dev/digi/Xe.bios.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char Xe_bios[] = { diff --git a/sys/dev/digi/Xe.c b/sys/dev/digi/Xe.c index b1bb5e53f07a..3b79aec2983f 100644 --- a/sys/dev/digi/Xe.c +++ b/sys/dev/digi/Xe.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/Xe.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/Xe.fepos.h b/sys/dev/digi/Xe.fepos.h index fef506e71441..9965dad82c1e 100644 --- a/sys/dev/digi/Xe.fepos.h +++ b/sys/dev/digi/Xe.fepos.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/dev/digi/Xe.fepos.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char Xe_fepos[] = { diff --git a/sys/dev/digi/Xem.bios.h b/sys/dev/digi/Xem.bios.h index b417571249b9..05a1fc27564a 100644 --- a/sys/dev/digi/Xem.bios.h +++ b/sys/dev/digi/Xem.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/dev/digi/Xem.bios.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char Xem_bios[] = { diff --git a/sys/dev/digi/Xem.c b/sys/dev/digi/Xem.c index fb903b624546..8f3fb4a561ea 100644 --- a/sys/dev/digi/Xem.c +++ b/sys/dev/digi/Xem.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/Xem.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/Xem.fepos.h b/sys/dev/digi/Xem.fepos.h index 87df0505e710..9077ff529654 100644 --- a/sys/dev/digi/Xem.fepos.h +++ b/sys/dev/digi/Xem.fepos.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/dev/digi/Xem.fepos.h,v 1.2 2005/05/06 20:53:34 anholt Exp $ */ static const u_char Xem_fepos[] = { diff --git a/sys/dev/digi/Xr.bios.h b/sys/dev/digi/Xr.bios.h index a0805ae9eb3b..8f616160b6e8 100644 --- a/sys/dev/digi/Xr.bios.h +++ b/sys/dev/digi/Xr.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/dev/digi/Xr.bios.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ static const u_char Xr_bios[] = { diff --git a/sys/dev/digi/Xr.c b/sys/dev/digi/Xr.c index 4d68c87d211b..9d4cc59f5c61 100644 --- a/sys/dev/digi/Xr.c +++ b/sys/dev/digi/Xr.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/Xr.c,v 1.3 2003/08/24 17:46:03 obrien Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/digi/Xr.fepos.h b/sys/dev/digi/Xr.fepos.h index 66fbd10e1d2f..e91f93e75436 100644 --- a/sys/dev/digi/Xr.fepos.h +++ b/sys/dev/digi/Xr.fepos.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/dev/digi/Xr.fepos.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ static const u_char Xr_fepos[] = { diff --git a/sys/dev/digi/con.CX-IBM.h b/sys/dev/digi/con.CX-IBM.h index b0c9db315986..b7871fe29ee6 100644 --- a/sys/dev/digi/con.CX-IBM.h +++ b/sys/dev/digi/con.CX-IBM.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/dev/digi/con.CX-IBM.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ const u_char con_CX_IBM[] = { diff --git a/sys/dev/digi/con.CX.h b/sys/dev/digi/con.CX.h index 8bfb77a81a03..c6b6f40e770f 100644 --- a/sys/dev/digi/con.CX.h +++ b/sys/dev/digi/con.CX.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/dev/digi/con.CX.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ const u_char con_CX[] = { diff --git a/sys/dev/digi/con.EPCX.h b/sys/dev/digi/con.EPCX.h index 329c2f1f63f7..b005ac62d419 100644 --- a/sys/dev/digi/con.EPCX.h +++ b/sys/dev/digi/con.EPCX.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/dev/digi/con.EPCX.h,v 1.1 2001/05/02 01:08:03 brian Exp $ */ const u_char con_EPCX[] = { diff --git a/sys/dev/digi/con.MBank.h b/sys/dev/digi/con.MBank.h index 89f2d0ae2901..97647d27d4d7 100644 --- a/sys/dev/digi/con.MBank.h +++ b/sys/dev/digi/con.MBank.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/dev/digi/con.MBank.h,v 1.1 2001/05/02 01:08:04 brian Exp $ */ const u_char con_MBank[] = { diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c index 66f0b96a195c..8e3a6e03ec9e 100644 --- a/sys/dev/digi/digi.c +++ b/sys/dev/digi/digi.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/dev/digi/digi.c,v 1.58.2.2 2006/10/04 06:09:09 ru Exp $ */ /*- diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h index 7be171bde763..8e5d288eafed 100644 --- a/sys/dev/digi/digi.h +++ b/sys/dev/digi/digi.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/dev/digi/digi.h,v 1.19 2004/10/14 18:37:59 phk Exp $ */ #define W(p) (*(u_int16_t *)(p)) diff --git a/sys/dev/digi/digi_isa.c b/sys/dev/digi/digi_isa.c index f1f4a5f9ab45..c977563fa614 100644 --- a/sys/dev/digi/digi_isa.c +++ b/sys/dev/digi/digi_isa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/digi_isa.c,v 1.13 2004/05/30 20:08:30 phk Exp $"); /*- * TODO: diff --git a/sys/dev/digi/digi_mod.h b/sys/dev/digi/digi_mod.h index f1e8ced70374..50e00b1d7abf 100644 --- a/sys/dev/digi/digi_mod.h +++ b/sys/dev/digi/digi_mod.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/dev/digi/digi_mod.h,v 1.1 2001/05/02 01:08:04 brian Exp $ */ #define DIGI_MOD_VERSION 1 diff --git a/sys/dev/digi/digi_pci.c b/sys/dev/digi/digi_pci.c index 342858e5774e..b230af569467 100644 --- a/sys/dev/digi/digi_pci.c +++ b/sys/dev/digi/digi_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/digi/digi_pci.c,v 1.12 2005/03/05 18:30:10 imp Exp $"); #include <sys/param.h> diff --git a/sys/dev/digi/digi_pci.h b/sys/dev/digi/digi_pci.h index 2273d0048ded..22163341655b 100644 --- a/sys/dev/digi/digi_pci.h +++ b/sys/dev/digi/digi_pci.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/dev/digi/digi_pci.h,v 1.1 2001/05/02 01:08:04 brian Exp $ */ #define PCI_VENDOR_DIGI 0x114F diff --git a/sys/dev/digi/digireg.h b/sys/dev/digi/digireg.h index 4a1641f92d7e..ab7bb05c26c7 100644 --- a/sys/dev/digi/digireg.h +++ b/sys/dev/digi/digireg.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/dev/digi/digireg.h,v 1.3 2003/08/07 15:04:24 jhb Exp $ */ struct global_data { diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index 39171950f414..872eb1d760be 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -40,7 +40,7 @@ */ -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sys/dev/dpt/dpt.h,v 1.16 2005/01/06 01:42:35 imp Exp $" #ifndef _DPT_H #define _DPT_H diff --git a/sys/dev/dpt/dpt_eisa.c b/sys/dev/dpt/dpt_eisa.c index ea84fb0abc9a..44f8d659499d 100644 --- a/sys/dev/dpt/dpt_eisa.c +++ b/sys/dev/dpt/dpt_eisa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dpt/dpt_eisa.c,v 1.20.8.1 2006/12/21 21:00:50 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/dpt/dpt_isa.c b/sys/dev/dpt/dpt_isa.c index 96b67f2fcb0a..a419d3e68261 100644 --- a/sys/dev/dpt/dpt_isa.c +++ b/sys/dev/dpt/dpt_isa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dpt/dpt_isa.c,v 1.9.8.1 2006/12/21 21:00:50 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index e5bc6bcb5b26..fb42d9ca92d1 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dpt/dpt_pci.c,v 1.34.8.1 2006/12/21 21:00:50 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index 129c95b94824..3e32218eb62c 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -27,9 +27,9 @@ * SUCH DAMAGE. */ -#ident "$FreeBSD$" +#ident "$FreeBSD: src/sys/dev/dpt/dpt_scsi.c,v 1.50 2005/05/29 04:42:19 nyan Exp $" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/dpt/dpt_scsi.c,v 1.50 2005/05/29 04:42:19 nyan Exp $"); /* * dpt_scsi.c: SCSI dependant code for the DPT driver diff --git a/sys/dev/drm/ati_pcigart.c b/sys/dev/drm/ati_pcigart.c index 386702c6ae1a..b04ab96b3b2f 100644 --- a/sys/dev/drm/ati_pcigart.c +++ b/sys/dev/drm/ati_pcigart.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/ati_pcigart.c,v 1.1.2.2 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm-preprocess.sh b/sys/dev/drm/drm-preprocess.sh index eabcd987cff5..ea7b83818c55 100644 --- a/sys/dev/drm/drm-preprocess.sh +++ b/sys/dev/drm/drm-preprocess.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/dev/drm/drm-preprocess.sh,v 1.3.2.1 2006/05/17 07:40:11 anholt Exp $ cvs up -CPd *.[ch] @@ -14,7 +14,7 @@ rm via*.[ch] (cd /usr/src/drm/bsd-core/ && make drm_pciids.h) -# Replace drm_pciids.h with one with a $FreeBSD$ +# Replace drm_pciids.h with one with a $FreeBSD: src/sys/dev/drm/drm-preprocess.sh,v 1.3.2.1 2006/05/17 07:40:11 anholt Exp $ line=`grep \\\$FreeBSD drm_pciids.h.cvs` rm -f drm_pciids.h echo "/*" >> drm_pciids.h diff --git a/sys/dev/drm/drm-subprocess.pl b/sys/dev/drm/drm-subprocess.pl index d053c595c12c..edb8984b7039 100644 --- a/sys/dev/drm/drm-subprocess.pl +++ b/sys/dev/drm/drm-subprocess.pl @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/drm/drm-subprocess.pl,v 1.1.2.1 2006/05/17 07:40:11 anholt Exp $ # # Props to Daniel Stone for starting this script for me. I hate perl. @@ -23,7 +23,7 @@ while (<>) { print $lastline; } } elsif ($foundopening && !$foundclosing && /\*\//) { - # print the $FreeBSD$ bits after the end of the license block + # print the $FreeBSD: src/sys/dev/drm/drm-subprocess.pl,v 1.1.2.1 2006/05/17 07:40:11 anholt Exp $ bits after the end of the license block $foundclosing = 1; print; print "\n"; diff --git a/sys/dev/drm/drm.h b/sys/dev/drm/drm.h index d4dad8e0c410..7a0bffe41cd2 100644 --- a/sys/dev/drm/drm.h +++ b/sys/dev/drm/drm.h @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm.h,v 1.9.2.2 2006/05/17 07:40:11 anholt Exp $"); /** * \mainpage diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h index 044a50fbef32..88a54e917304 100644 --- a/sys/dev/drm/drmP.h +++ b/sys/dev/drm/drmP.h @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drmP.h,v 1.13.2.3 2006/05/17 07:40:11 anholt Exp $"); #ifndef _DRM_P_H_ #define _DRM_P_H_ diff --git a/sys/dev/drm/drm_agpsupport.c b/sys/dev/drm/drm_agpsupport.c index f809acb7f166..7e3697b2e6a0 100644 --- a/sys/dev/drm/drm_agpsupport.c +++ b/sys/dev/drm/drm_agpsupport.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_agpsupport.c,v 1.1.2.3 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_atomic.h b/sys/dev/drm/drm_atomic.h index cf9d2068ceb7..ad87e7f07261 100644 --- a/sys/dev/drm/drm_atomic.h +++ b/sys/dev/drm/drm_atomic.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_atomic.h,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); /* Many of these implementations are rather fake, but good enough. */ diff --git a/sys/dev/drm/drm_auth.c b/sys/dev/drm/drm_auth.c index 03b3a4705d18..eefde6e2589e 100644 --- a/sys/dev/drm/drm_auth.c +++ b/sys/dev/drm/drm_auth.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_auth.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_bufs.c b/sys/dev/drm/drm_bufs.c index c8ef0e410032..b2c49c9254d8 100644 --- a/sys/dev/drm/drm_bufs.c +++ b/sys/dev/drm/drm_bufs.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_bufs.c,v 1.2.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/pci/pcireg.h" diff --git a/sys/dev/drm/drm_context.c b/sys/dev/drm/drm_context.c index cf5bc15bcf6b..66810f491f53 100644 --- a/sys/dev/drm/drm_context.c +++ b/sys/dev/drm/drm_context.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_context.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_dma.c b/sys/dev/drm/drm_dma.c index a8661ca22d3d..7733afcb7169 100644 --- a/sys/dev/drm/drm_dma.c +++ b/sys/dev/drm/drm_dma.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_dma.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_drawable.c b/sys/dev/drm/drm_drawable.c index 8de8095432cb..b03e67f148c2 100644 --- a/sys/dev/drm/drm_drawable.c +++ b/sys/dev/drm/drm_drawable.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_drawable.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_drv.c b/sys/dev/drm/drm_drv.c index 19c92b2bc075..29ef6441a6eb 100644 --- a/sys/dev/drm/drm_drv.c +++ b/sys/dev/drm/drm_drv.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_drv.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/drm_fops.c b/sys/dev/drm/drm_fops.c index 361f5a701264..beeeb31b2fe6 100644 --- a/sys/dev/drm/drm_fops.c +++ b/sys/dev/drm/drm_fops.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_fops.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_ioctl.c b/sys/dev/drm/drm_ioctl.c index 0ea2197287ee..7477a98227b2 100644 --- a/sys/dev/drm/drm_ioctl.c +++ b/sys/dev/drm/drm_ioctl.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_ioctl.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_irq.c b/sys/dev/drm/drm_irq.c index 791f11cc287f..19b498a7a23c 100644 --- a/sys/dev/drm/drm_irq.c +++ b/sys/dev/drm/drm_irq.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_irq.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/drm_linux_list.h b/sys/dev/drm/drm_linux_list.h index d0a5c7008a7c..ca3e26a1f049 100644 --- a/sys/dev/drm/drm_linux_list.h +++ b/sys/dev/drm/drm_linux_list.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_linux_list.h,v 1.3.2.1 2005/12/14 00:52:58 anholt Exp $"); struct list_head { struct list_head *next, *prev; diff --git a/sys/dev/drm/drm_lock.c b/sys/dev/drm/drm_lock.c index b075fb4bf5f4..b75035125235 100644 --- a/sys/dev/drm/drm_lock.c +++ b/sys/dev/drm/drm_lock.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_lock.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_memory.c b/sys/dev/drm/drm_memory.c index 6f035387c81f..fa6d848da87f 100644 --- a/sys/dev/drm/drm_memory.c +++ b/sys/dev/drm/drm_memory.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_memory.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_pci.c b/sys/dev/drm/drm_pci.c index 0dca37b075e3..9100f74266e2 100644 --- a/sys/dev/drm/drm_pci.c +++ b/sys/dev/drm/drm_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_pci.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_pciids.h b/sys/dev/drm/drm_pciids.h index 9ba96cdbcbbe..b444f6b8ee1b 100644 --- a/sys/dev/drm/drm_pciids.h +++ b/sys/dev/drm/drm_pciids.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/drm/drm_pciids.h,v 1.2.2.3 2006/05/17 07:40:11 anholt Exp $ */ /* This file is auto-generated from the drm_pciids.txt in the DRM CVS diff --git a/sys/dev/drm/drm_sarea.h b/sys/dev/drm/drm_sarea.h index 842d3ac05563..37f262351167 100644 --- a/sys/dev/drm/drm_sarea.h +++ b/sys/dev/drm/drm_sarea.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_sarea.h,v 1.5.2.1 2005/12/14 00:52:58 anholt Exp $"); #ifndef _DRM_SAREA_H_ #define _DRM_SAREA_H_ diff --git a/sys/dev/drm/drm_scatter.c b/sys/dev/drm/drm_scatter.c index 85b8936f2129..5b143bd23802 100644 --- a/sys/dev/drm/drm_scatter.c +++ b/sys/dev/drm/drm_scatter.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_scatter.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/drm_sysctl.c b/sys/dev/drm/drm_sysctl.c index eb5bbe2c8613..297147bc063a 100644 --- a/sys/dev/drm/drm_sysctl.c +++ b/sys/dev/drm/drm_sysctl.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_sysctl.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/drm_vm.c b/sys/dev/drm/drm_vm.c index e01257a37d8d..04cd665ad8b3 100644 --- a/sys/dev/drm/drm_vm.c +++ b/sys/dev/drm/drm_vm.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/drm_vm.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_dma.c b/sys/dev/drm/i915_dma.c index ea752b87856f..64201bdf8c16 100644 --- a/sys/dev/drm/i915_dma.c +++ b/sys/dev/drm/i915_dma.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_dma.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_drm.h b/sys/dev/drm/i915_drm.h index 964535812cd1..1511b725009c 100644 --- a/sys/dev/drm/i915_drm.h +++ b/sys/dev/drm/i915_drm.h @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drm.h,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #ifndef _I915_DRM_H_ #define _I915_DRM_H_ diff --git a/sys/dev/drm/i915_drv.c b/sys/dev/drm/i915_drv.c index 8a2033065685..a2c89f168e89 100644 --- a/sys/dev/drm/i915_drv.c +++ b/sys/dev/drm/i915_drv.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drv.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_drv.h b/sys/dev/drm/i915_drv.h index 53a76f6fa9ee..5cc3a1ba2b4d 100644 --- a/sys/dev/drm/i915_drv.h +++ b/sys/dev/drm/i915_drv.h @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_drv.h,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #ifndef _I915_DRV_H_ #define _I915_DRV_H_ diff --git a/sys/dev/drm/i915_irq.c b/sys/dev/drm/i915_irq.c index f5a06740345d..0eed5fdcb1b7 100644 --- a/sys/dev/drm/i915_irq.c +++ b/sys/dev/drm/i915_irq.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_irq.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/i915_mem.c b/sys/dev/drm/i915_mem.c index fd234c224fe6..81982e4746fb 100644 --- a/sys/dev/drm/i915_mem.c +++ b/sys/dev/drm/i915_mem.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/i915_mem.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_dma.c b/sys/dev/drm/mach64_dma.c index 77966a125e77..627492bab7f5 100644 --- a/sys/dev/drm/mach64_dma.c +++ b/sys/dev/drm/mach64_dma.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_dma.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_drm.h b/sys/dev/drm/mach64_drm.h index 7321d0dd305d..ef5eec968731 100644 --- a/sys/dev/drm/mach64_drm.h +++ b/sys/dev/drm/mach64_drm.h @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drm.h,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #ifndef __MACH64_DRM_H__ #define __MACH64_DRM_H__ diff --git a/sys/dev/drm/mach64_drv.c b/sys/dev/drm/mach64_drv.c index 8ba4a21ae165..76f4926dc67e 100644 --- a/sys/dev/drm/mach64_drv.c +++ b/sys/dev/drm/mach64_drv.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drv.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include <sys/types.h> diff --git a/sys/dev/drm/mach64_drv.h b/sys/dev/drm/mach64_drv.h index 24e524ea9db8..c9cefa8356a5 100644 --- a/sys/dev/drm/mach64_drv.h +++ b/sys/dev/drm/mach64_drv.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_drv.h,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #ifndef __MACH64_DRV_H__ #define __MACH64_DRV_H__ diff --git a/sys/dev/drm/mach64_irq.c b/sys/dev/drm/mach64_irq.c index c6563ce9f5e1..6dce0979fa55 100644 --- a/sys/dev/drm/mach64_irq.c +++ b/sys/dev/drm/mach64_irq.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_irq.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mach64_state.c b/sys/dev/drm/mach64_state.c index 9d5ab63b2258..5dc4a0227f20 100644 --- a/sys/dev/drm/mach64_state.c +++ b/sys/dev/drm/mach64_state.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mach64_state.c,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_dma.c b/sys/dev/drm/mga_dma.c index 093dd25868fc..4cab9cdb26c8 100644 --- a/sys/dev/drm/mga_dma.c +++ b/sys/dev/drm/mga_dma.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_dma.c,v 1.12.2.1 2005/12/14 00:52:58 anholt Exp $"); /** * \file mga_dma.c diff --git a/sys/dev/drm/mga_drm.h b/sys/dev/drm/mga_drm.h index 6c466e06af96..75d8185249af 100644 --- a/sys/dev/drm/mga_drm.h +++ b/sys/dev/drm/mga_drm.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drm.h,v 1.6.2.1 2005/12/14 00:52:58 anholt Exp $"); #ifndef __MGA_DRM_H__ #define __MGA_DRM_H__ diff --git a/sys/dev/drm/mga_drv.c b/sys/dev/drm/mga_drv.c index 8bde4fde78f7..ee5b348478c2 100644 --- a/sys/dev/drm/mga_drv.c +++ b/sys/dev/drm/mga_drv.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drv.c,v 1.9.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_drv.h b/sys/dev/drm/mga_drv.h index 95726e2f44a8..9270d65bbce1 100644 --- a/sys/dev/drm/mga_drv.h +++ b/sys/dev/drm/mga_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_drv.h,v 1.9.2.2 2006/05/17 07:40:11 anholt Exp $"); #ifndef __MGA_DRV_H__ #define __MGA_DRV_H__ diff --git a/sys/dev/drm/mga_irq.c b/sys/dev/drm/mga_irq.c index f8a88ed1553b..d151a0665379 100644 --- a/sys/dev/drm/mga_irq.c +++ b/sys/dev/drm/mga_irq.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_irq.c,v 1.5.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_state.c b/sys/dev/drm/mga_state.c index 951a4c8adceb..044d6dc3aa50 100644 --- a/sys/dev/drm/mga_state.c +++ b/sys/dev/drm/mga_state.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_state.c,v 1.10.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/mga_ucode.h b/sys/dev/drm/mga_ucode.h index 455e25e5eb0f..9adacf33268f 100644 --- a/sys/dev/drm/mga_ucode.h +++ b/sys/dev/drm/mga_ucode.h @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_ucode.h,v 1.3.2.1 2005/12/14 00:52:58 anholt Exp $"); /* * WARP pipes are named according to the functions they perform, where: diff --git a/sys/dev/drm/mga_warp.c b/sys/dev/drm/mga_warp.c index 23397397711e..98efa2c249f0 100644 --- a/sys/dev/drm/mga_warp.c +++ b/sys/dev/drm/mga_warp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/mga_warp.c,v 1.7.2.1 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_cce.c b/sys/dev/drm/r128_cce.c index 9ac647eacbc7..487f4a80194e 100644 --- a/sys/dev/drm/r128_cce.c +++ b/sys/dev/drm/r128_cce.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_cce.c,v 1.12.2.2 2005/12/14 00:52:58 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_drm.h b/sys/dev/drm/r128_drm.h index c9ad817d9356..455d83f28b26 100644 --- a/sys/dev/drm/r128_drm.h +++ b/sys/dev/drm/r128_drm.h @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drm.h,v 1.7.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __R128_DRM_H__ #define __R128_DRM_H__ diff --git a/sys/dev/drm/r128_drv.c b/sys/dev/drm/r128_drv.c index 71b4259b96ce..37ceec870d75 100644 --- a/sys/dev/drm/r128_drv.c +++ b/sys/dev/drm/r128_drv.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drv.c,v 1.9.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_drv.h b/sys/dev/drm/r128_drv.h index ba738fa3e80d..54e0087cd4a4 100644 --- a/sys/dev/drm/r128_drv.h +++ b/sys/dev/drm/r128_drv.h @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_drv.h,v 1.10.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __R128_DRV_H__ #define __R128_DRV_H__ diff --git a/sys/dev/drm/r128_irq.c b/sys/dev/drm/r128_irq.c index c3b4129995fa..abd0561b5685 100644 --- a/sys/dev/drm/r128_irq.c +++ b/sys/dev/drm/r128_irq.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_irq.c,v 1.5.2.1 2005/12/14 00:52:59 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r128_state.c b/sys/dev/drm/r128_state.c index 62f17e7b74b3..f7b85c2775b7 100644 --- a/sys/dev/drm/r128_state.c +++ b/sys/dev/drm/r128_state.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r128_state.c,v 1.12.2.1 2005/12/14 00:52:59 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r300_cmdbuf.c b/sys/dev/drm/r300_cmdbuf.c index d71f8cb486ae..8d3e0fd11f74 100644 --- a/sys/dev/drm/r300_cmdbuf.c +++ b/sys/dev/drm/r300_cmdbuf.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r300_cmdbuf.c,v 1.2.2.3 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/r300_reg.h b/sys/dev/drm/r300_reg.h index 010840628104..c36cc66d56d7 100644 --- a/sys/dev/drm/r300_reg.h +++ b/sys/dev/drm/r300_reg.h @@ -24,7 +24,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. **************************************************************************/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/r300_reg.h,v 1.1.2.3 2006/05/17 07:40:11 anholt Exp $"); #ifndef _R300_REG_H #define _R300_REG_H diff --git a/sys/dev/drm/radeon_cp.c b/sys/dev/drm/radeon_cp.c index 4c8526dfe9a8..bc986e9e26b8 100644 --- a/sys/dev/drm/radeon_cp.c +++ b/sys/dev/drm/radeon_cp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_cp.c,v 1.15.2.3 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_drm.h b/sys/dev/drm/radeon_drm.h index 4917e4d87bd5..f14c7cb55bcf 100644 --- a/sys/dev/drm/radeon_drm.h +++ b/sys/dev/drm/radeon_drm.h @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drm.h,v 1.10.2.3 2006/05/17 07:40:11 anholt Exp $"); #ifndef __RADEON_DRM_H__ #define __RADEON_DRM_H__ diff --git a/sys/dev/drm/radeon_drv.c b/sys/dev/drm/radeon_drv.c index af12d3d3f05e..c9dfe9d80c0f 100644 --- a/sys/dev/drm/radeon_drv.c +++ b/sys/dev/drm/radeon_drv.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drv.c,v 1.12.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_drv.h b/sys/dev/drm/radeon_drv.h index f4e8829e104e..909237829951 100644 --- a/sys/dev/drm/radeon_drv.h +++ b/sys/dev/drm/radeon_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_drv.h,v 1.12.2.3 2006/05/17 07:40:11 anholt Exp $"); #ifndef __RADEON_DRV_H__ #define __RADEON_DRV_H__ diff --git a/sys/dev/drm/radeon_irq.c b/sys/dev/drm/radeon_irq.c index 420fc84c1d38..b59b5ff24580 100644 --- a/sys/dev/drm/radeon_irq.c +++ b/sys/dev/drm/radeon_irq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_irq.c,v 1.6.2.1 2005/12/14 00:52:59 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_mem.c b/sys/dev/drm/radeon_mem.c index bb9ff302bb57..063a1171945e 100644 --- a/sys/dev/drm/radeon_mem.c +++ b/sys/dev/drm/radeon_mem.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_mem.c,v 1.7.2.1 2005/12/14 00:52:59 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/radeon_state.c b/sys/dev/drm/radeon_state.c index b427b317cc70..e76b5186f8b2 100644 --- a/sys/dev/drm/radeon_state.c +++ b/sys/dev/drm/radeon_state.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/radeon_state.c,v 1.15.2.3 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/savage_bci.c b/sys/dev/drm/savage_bci.c index bbd45fe75490..48ba51d5f298 100644 --- a/sys/dev/drm/savage_bci.c +++ b/sys/dev/drm/savage_bci.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_bci.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/savage_drm.h" #include "dev/drm/savage_drv.h" diff --git a/sys/dev/drm/savage_drm.h b/sys/dev/drm/savage_drm.h index b0e0a04a200a..6be4d29a7a49 100644 --- a/sys/dev/drm/savage_drm.h +++ b/sys/dev/drm/savage_drm.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drm.h,v 1.1.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __SAVAGE_DRM_H__ #define __SAVAGE_DRM_H__ diff --git a/sys/dev/drm/savage_drv.c b/sys/dev/drm/savage_drv.c index 1d046c4d3b3a..d6e3aeb21902 100644 --- a/sys/dev/drm/savage_drv.c +++ b/sys/dev/drm/savage_drv.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drv.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/savage_drv.h b/sys/dev/drm/savage_drv.h index af3ccc86a1bd..373456c9dcae 100644 --- a/sys/dev/drm/savage_drv.h +++ b/sys/dev/drm/savage_drv.h @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_drv.h,v 1.1.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __SAVAGE_DRV_H__ #define __SAVAGE_DRV_H__ diff --git a/sys/dev/drm/savage_state.c b/sys/dev/drm/savage_state.c index d2fc0dbae461..9f2e7e4407c1 100644 --- a/sys/dev/drm/savage_state.c +++ b/sys/dev/drm/savage_state.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/savage_state.c,v 1.1.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/savage_drm.h" #include "dev/drm/savage_drv.h" diff --git a/sys/dev/drm/sis_drm.h b/sys/dev/drm/sis_drm.h index 6b260a37386e..e16dcb51430a 100644 --- a/sys/dev/drm/sis_drm.h +++ b/sys/dev/drm/sis_drm.h @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drm.h,v 1.5.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __SIS_DRM_H__ #define __SIS_DRM_H__ diff --git a/sys/dev/drm/sis_drv.c b/sys/dev/drm/sis_drv.c index 04d14515d9f1..69d2362ce151 100644 --- a/sys/dev/drm/sis_drv.c +++ b/sys/dev/drm/sis_drv.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drv.c,v 1.5.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/sis_drm.h" diff --git a/sys/dev/drm/sis_drv.h b/sys/dev/drm/sis_drv.h index 7fc37716fa23..94a8325b785c 100644 --- a/sys/dev/drm/sis_drv.h +++ b/sys/dev/drm/sis_drv.h @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_drv.h,v 1.3.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef _SIS_DRV_H_ #define _SIS_DRV_H_ diff --git a/sys/dev/drm/sis_ds.c b/sys/dev/drm/sis_ds.c index fc5be83de292..901678195b80 100644 --- a/sys/dev/drm/sis_ds.c +++ b/sys/dev/drm/sis_ds.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_ds.c,v 1.3.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/drmP.h" #include "dev/drm/drm.h" diff --git a/sys/dev/drm/sis_ds.h b/sys/dev/drm/sis_ds.h index 94c7e04a9fc1..5255f786f0cc 100644 --- a/sys/dev/drm/sis_ds.h +++ b/sys/dev/drm/sis_ds.h @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_ds.h,v 1.4.2.2 2006/05/17 07:40:11 anholt Exp $"); #ifndef __SIS_DS_H__ #define __SIS_DS_H__ diff --git a/sys/dev/drm/sis_mm.c b/sys/dev/drm/sis_mm.c index 188fedeb0394..577070741aa5 100644 --- a/sys/dev/drm/sis_mm.c +++ b/sys/dev/drm/sis_mm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/sis_mm.c,v 1.7.2.2 2006/05/17 07:40:11 anholt Exp $"); #if defined(__linux__) && defined(CONFIG_FB_SIS) #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) diff --git a/sys/dev/drm/tdfx_drv.c b/sys/dev/drm/tdfx_drv.c index 87ecf3fb0b2b..31c14b6ec43a 100644 --- a/sys/dev/drm/tdfx_drv.c +++ b/sys/dev/drm/tdfx_drv.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/tdfx_drv.c,v 1.8.2.2 2006/05/17 07:40:11 anholt Exp $"); #include "dev/drm/tdfx_drv.h" #include "dev/drm/drmP.h" diff --git a/sys/dev/drm/tdfx_drv.h b/sys/dev/drm/tdfx_drv.h index d798569cb3fe..1c52033c142b 100644 --- a/sys/dev/drm/tdfx_drv.h +++ b/sys/dev/drm/tdfx_drv.h @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/drm/tdfx_drv.h,v 1.1.2.1 2005/12/14 00:52:59 anholt Exp $"); #ifndef __TDFX_H__ #define __TDFX_H__ diff --git a/sys/dev/ed/ax88x90reg.h b/sys/dev/ed/ax88x90reg.h index 9d2eeeda32fc..04ab80189dea 100644 --- a/sys/dev/ed/ax88x90reg.h +++ b/sys/dev/ed/ax88x90reg.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/dev/ed/ax88x90reg.h,v 1.1.2.1 2005/10/08 18:00:40 imp Exp $ */ /* AX88x90 based miibus defines */ diff --git a/sys/dev/ed/dl100xxreg.h b/sys/dev/ed/dl100xxreg.h index a4659b0a9d2e..d429efe2154d 100644 --- a/sys/dev/ed/dl100xxreg.h +++ b/sys/dev/ed/dl100xxreg.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/dev/ed/dl100xxreg.h,v 1.1.2.1 2005/10/08 18:00:40 imp Exp $ */ /* Dlink chipset used on some Netgear and Dlink PCMCIA cards */ diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 7b679397695c..6932313acdcd 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed.c,v 1.254.2.4 2005/10/08 18:00:40 imp Exp $"); /* * Device driver for National Semiconductor DS8390/WD83C690 based ethernet diff --git a/sys/dev/ed/if_ed98.h b/sys/dev/ed/if_ed98.h index b16054960b31..08c20588d383 100644 --- a/sys/dev/ed/if_ed98.h +++ b/sys/dev/ed/if_ed98.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/dev/ed/if_ed98.h,v 1.3 2005/04/13 13:02:58 nyan Exp $ */ /* diff --git a/sys/dev/ed/if_ed_3c503.c b/sys/dev/ed/if_ed_3c503.c index c0fcd67f44b5..26a44da24642 100644 --- a/sys/dev/ed/if_ed_3c503.c +++ b/sys/dev/ed/if_ed_3c503.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_3c503.c,v 1.2.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_cbus.c b/sys/dev/ed/if_ed_cbus.c index 05cd329353b0..ac2b4d85a34f 100644 --- a/sys/dev/ed/if_ed_cbus.c +++ b/sys/dev/ed/if_ed_cbus.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ed/if_ed_cbus.c,v 1.21.2.2 2006/02/24 14:36:22 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/ed/if_ed_hpp.c b/sys/dev/ed/if_ed_hpp.c index 28e07485f611..191d32f85fab 100644 --- a/sys/dev/ed/if_ed_hpp.c +++ b/sys/dev/ed/if_ed_hpp.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_hpp.c,v 1.2.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c index bd74383bdcbd..b4879c2106dd 100644 --- a/sys/dev/ed/if_ed_isa.c +++ b/sys/dev/ed/if_ed_isa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_isa.c,v 1.23.2.2 2005/11/04 18:09:07 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_novell.c b/sys/dev/ed/if_ed_novell.c index 032dc572d748..3712c9ce1ec2 100644 --- a/sys/dev/ed/if_ed_novell.c +++ b/sys/dev/ed/if_ed_novell.c @@ -29,7 +29,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_novell.c,v 1.6.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index d65c54810e62..5b1eea3bcb5b 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ed/if_ed_pccard.c,v 1.84.2.3 2005/11/04 18:11:56 imp Exp $ */ /* diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 67a655fb74f6..e6687b61ff08 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_pci.c,v 1.43.2.3 2005/10/17 02:17:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ed/if_ed_rtl80x9.c b/sys/dev/ed/if_ed_rtl80x9.c index c6a7d76d7a87..f39220a7279f 100644 --- a/sys/dev/ed/if_ed_rtl80x9.c +++ b/sys/dev/ed/if_ed_rtl80x9.c @@ -31,7 +31,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_rtl80x9.c,v 1.1.2.3 2005/11/04 18:07:51 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_sic.c b/sys/dev/ed/if_ed_sic.c index 627202b88e98..03e3175f1840 100644 --- a/sys/dev/ed/if_ed_sic.c +++ b/sys/dev/ed/if_ed_sic.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_sic.c,v 1.4.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_ed_wd80x3.c b/sys/dev/ed/if_ed_wd80x3.c index 348fe8ebdfc9..c5bdf96713cf 100644 --- a/sys/dev/ed/if_ed_wd80x3.c +++ b/sys/dev/ed/if_ed_wd80x3.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ed/if_ed_wd80x3.c,v 1.4.2.1 2005/09/17 04:01:03 imp Exp $"); #include "opt_ed.h" diff --git a/sys/dev/ed/if_edreg.h b/sys/dev/ed/if_edreg.h index 3f2b71932a1a..8870142a7cac 100644 --- a/sys/dev/ed/if_edreg.h +++ b/sys/dev/ed/if_edreg.h @@ -6,7 +6,7 @@ * of this software, nor does the author assume any responsibility * for damages incurred with its use. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ed/if_edreg.h,v 1.37.2.2 2005/10/08 18:00:40 imp Exp $ */ /* * National Semiconductor DS8390 NIC register definitions diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h index 4c9b95b46502..d5a078664c2a 100644 --- a/sys/dev/ed/if_edvar.h +++ b/sys/dev/ed/if_edvar.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/dev/ed/if_edvar.h,v 1.32.2.2 2005/10/08 18:00:40 imp Exp $ */ #ifndef SYS_DEV_ED_IF_EDVAR_H diff --git a/sys/dev/ed/rtl80x9reg.h b/sys/dev/ed/rtl80x9reg.h index 2120fcffa852..fd7b24ef9cd1 100644 --- a/sys/dev/ed/rtl80x9reg.h +++ b/sys/dev/ed/rtl80x9reg.h @@ -28,7 +28,7 @@ * * Based on patches subitted by: David Madole, edited by M. Warner Losh. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ed/rtl80x9reg.h,v 1.1.2.1 2005/10/08 18:00:40 imp Exp $ */ /* diff --git a/sys/dev/ed/tc5299jreg.h b/sys/dev/ed/tc5299jreg.h index 6fb79398b848..7f6dd639eaca 100644 --- a/sys/dev/ed/tc5299jreg.h +++ b/sys/dev/ed/tc5299jreg.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/dev/ed/tc5299jreg.h,v 1.1.2.1 2005/10/08 18:00:40 imp Exp $ */ /* Tamarack TC5299J */ diff --git a/sys/dev/eisa/eisa_if.m b/sys/dev/eisa/eisa_if.m index 72c8184cdce5..94db7e5cb676 100644 --- a/sys/dev/eisa/eisa_if.m +++ b/sys/dev/eisa/eisa_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/eisa/eisa_if.m,v 1.2 2005/01/06 01:42:38 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index ce0aba6eb408..8a995050bf1a 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/eisa/eisaconf.c,v 1.72 2005/03/17 17:36:07 imp Exp $"); #include "opt_eisa.h" diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index 522cd5db59e1..e75c069ded72 100644 --- a/sys/dev/eisa/eisaconf.h +++ b/sys/dev/eisa/eisaconf.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/eisa/eisaconf.h,v 1.24 2005/01/06 01:42:38 imp Exp $ */ #ifndef _DEV_EISA_EISACONF_H_ diff --git a/sys/dev/em/LICENSE b/sys/dev/em/LICENSE index 99b29da567da..487199513b9c 100644 --- a/sys/dev/em/LICENSE +++ b/sys/dev/em/LICENSE @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/em/LICENSE,v 1.3.2.1 2006/08/08 09:20:26 glebius Exp $ /*- Copyright (c) 2001-2005, Intel Corporation All rights reserved. diff --git a/sys/dev/em/README b/sys/dev/em/README index e0013778eb64..974e8adffb89 100644 --- a/sys/dev/em/README +++ b/sys/dev/em/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/em/README,v 1.10.2.1 2006/08/08 09:20:26 glebius Exp $ FreeBSD* Driver for the Intel(R) PRO/1000 Family of Adapters ============================================================ diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index 4044f7badc2e..195d44f2ad6a 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/em/if_em.c,v 1.65.2.21 2006/11/10 09:30:27 jfv Exp $*/ #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/dev/em/if_em.h b/sys/dev/em/if_em.h index eec87671e3ea..26ca98076187 100644 --- a/sys/dev/em/if_em.h +++ b/sys/dev/em/if_em.h @@ -30,7 +30,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/dev/em/if_em.h,v 1.32.2.6 2006/11/10 09:30:27 jfv Exp $*/ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ diff --git a/sys/dev/em/if_em_hw.c b/sys/dev/em/if_em_hw.c index 4a69caac65ac..57c5901c5a03 100644 --- a/sys/dev/em/if_em_hw.c +++ b/sys/dev/em/if_em_hw.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/em/if_em_hw.c,v 1.16.2.4 2006/10/28 01:37:14 jfv Exp $*/ /* if_em_hw.c * Shared functions for accessing and configuring the MAC diff --git a/sys/dev/em/if_em_hw.h b/sys/dev/em/if_em_hw.h index 79715363883c..c036201dda2c 100644 --- a/sys/dev/em/if_em_hw.h +++ b/sys/dev/em/if_em_hw.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/em/if_em_hw.h,v 1.15.2.5 2006/10/28 01:37:14 jfv Exp $*/ /* if_em_hw.h * Structures, enums, and macros for the MAC diff --git a/sys/dev/em/if_em_osdep.h b/sys/dev/em/if_em_osdep.h index 51d44aae2acc..6d30c72605a8 100644 --- a/sys/dev/em/if_em_osdep.h +++ b/sys/dev/em/if_em_osdep.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/em/if_em_osdep.h,v 1.14.2.3 2006/10/28 01:37:14 jfv Exp $*/ #ifndef _FREEBSD_OS_H_ #define _FREEBSD_OS_H_ diff --git a/sys/dev/en/if_en_pci.c b/sys/dev/en/if_en_pci.c index bfff233e3481..cfc1dad4c64e 100644 --- a/sys/dev/en/if_en_pci.c +++ b/sys/dev/en/if_en_pci.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/en/if_en_pci.c,v 1.36.2.2 2005/10/09 04:15:11 delphij Exp $"); /* * i f _ e n _ p c i . c @@ -45,7 +45,7 @@ __FBSDID("$FreeBSD$"); */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/en/if_en_pci.c,v 1.36.2.2 2005/10/09 04:15:11 delphij Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/en/midway.c b/sys/dev/en/midway.c index 219d5420aca7..5222cc864d5b 100644 --- a/sys/dev/en/midway.c +++ b/sys/dev/en/midway.c @@ -32,7 +32,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/en/midway.c,v 1.65.2.1 2005/08/25 05:01:07 rwatson Exp $"); /* * diff --git a/sys/dev/en/midwayreg.h b/sys/dev/en/midwayreg.h index 5c2fe1b8fdbd..8f214da44220 100644 --- a/sys/dev/en/midwayreg.h +++ b/sys/dev/en/midwayreg.h @@ -6,7 +6,7 @@ * this file contains the description of the ENI ATM midway chip * data structures. see midway.c for more details. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/en/midwayreg.h,v 1.5 2003/04/25 16:14:03 harti Exp $ */ #define MID_SZTOB(X) ((X) * 256 * 4) /* size to bytes */ diff --git a/sys/dev/en/midwayvar.h b/sys/dev/en/midwayvar.h index 8c2a8c54e04b..a01de1cb3221 100644 --- a/sys/dev/en/midwayvar.h +++ b/sys/dev/en/midwayvar.h @@ -30,7 +30,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/dev/en/midwayvar.h,v 1.15 2005/06/10 16:49:07 brooks Exp $ */ /* diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 3cf9623bbbc0..ff218e078403 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep.c,v 1.140.2.2 2005/09/17 04:01:04 imp Exp $"); /* * Modified from the FreeBSD 1.1.5.1 version by: diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c index 123bad74ffa5..313617a63fb0 100644 --- a/sys/dev/ep/if_ep_eisa.c +++ b/sys/dev/ep/if_ep_eisa.c @@ -21,7 +21,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep_eisa.c,v 1.33.2.1 2005/09/17 04:01:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ep/if_ep_isa.c b/sys/dev/ep/if_ep_isa.c index a1c6b5a42bb0..c8dc6b08d9ce 100644 --- a/sys/dev/ep/if_ep_isa.c +++ b/sys/dev/ep/if_ep_isa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep_isa.c,v 1.28 2005/07/01 05:31:23 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ep/if_ep_mca.c b/sys/dev/ep/if_ep_mca.c index e9900f9ee7c7..e40ce00060ae 100644 --- a/sys/dev/ep/if_ep_mca.c +++ b/sys/dev/ep/if_ep_mca.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep_mca.c,v 1.12 2005/07/01 05:31:23 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c index 37f494bf5280..acf7fa60aa22 100644 --- a/sys/dev/ep/if_ep_pccard.c +++ b/sys/dev/ep/if_ep_pccard.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ep/if_ep_pccard.c,v 1.48.2.1 2005/09/17 04:01:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h index 25ab182ae40c..b06c42bd9b37 100644 --- a/sys/dev/ep/if_epreg.h +++ b/sys/dev/ep/if_epreg.h @@ -19,7 +19,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ep/if_epreg.h,v 1.37.2.1 2005/09/17 04:01:04 imp Exp $ */ /* diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h index 704fe025406e..af4f8173070e 100644 --- a/sys/dev/ep/if_epvar.h +++ b/sys/dev/ep/if_epvar.h @@ -19,7 +19,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ep/if_epvar.h,v 1.18.2.1 2005/09/17 04:01:04 imp Exp $ */ struct ep_board { diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c index ab31b96bb1ae..84b42cdcf342 100644 --- a/sys/dev/esp/esp_sbus.c +++ b/sys/dev/esp/esp_sbus.c @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/esp/esp_sbus.c,v 1.11.8.1 2006/12/21 21:00:50 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index 010e9c6668bd..4f2a31a4de95 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -104,7 +104,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/esp/ncr53c9x.c,v 1.12 2005/05/19 14:51:10 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/esp/ncr53c9xreg.h b/sys/dev/esp/ncr53c9xreg.h index c24f807cc06d..d11ac93175b1 100644 --- a/sys/dev/esp/ncr53c9xreg.h +++ b/sys/dev/esp/ncr53c9xreg.h @@ -29,7 +29,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/esp/ncr53c9xreg.h,v 1.5 2005/05/19 14:51:10 marius Exp $ */ /* * Register addresses, relative to some base address diff --git a/sys/dev/esp/ncr53c9xvar.h b/sys/dev/esp/ncr53c9xvar.h index 79afceea59c7..a51fad6a112f 100644 --- a/sys/dev/esp/ncr53c9xvar.h +++ b/sys/dev/esp/ncr53c9xvar.h @@ -66,7 +66,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/esp/ncr53c9xvar.h,v 1.7 2005/05/19 14:51:10 marius Exp $ */ #ifndef _DEV_IC_NCR53C9XVAR_H_ #define _DEV_IC_NCR53C9XVAR_H_ diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index 3c1296f0b86f..fd313e00c1a9 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ex/if_ex.c,v 1.56.2.3 2005/10/09 04:15:12 delphij Exp $"); /* * Intel EtherExpress Pro/10, Pro/10+ Ethernet driver diff --git a/sys/dev/ex/if_ex_isa.c b/sys/dev/ex/if_ex_isa.c index 214a53e12e84..258f1ff6228b 100644 --- a/sys/dev/ex/if_ex_isa.c +++ b/sys/dev/ex/if_ex_isa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ex/if_ex_isa.c,v 1.11 2005/06/10 16:49:08 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ex/if_ex_pccard.c b/sys/dev/ex/if_ex_pccard.c index c41b7e9eb304..f3d3705f7181 100644 --- a/sys/dev/ex/if_ex_pccard.c +++ b/sys/dev/ex/if_ex_pccard.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ex/if_ex_pccard.c,v 1.14 2005/06/24 14:36:52 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ex/if_exreg.h b/sys/dev/ex/if_exreg.h index 157eda37298c..3d8701b49a97 100644 --- a/sys/dev/ex/if_exreg.h +++ b/sys/dev/ex/if_exreg.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/dev/ex/if_exreg.h,v 1.6 2005/01/06 01:42:39 imp Exp $ */ /* diff --git a/sys/dev/ex/if_exvar.h b/sys/dev/ex/if_exvar.h index 5e2f001b52b8..0c36e6852054 100644 --- a/sys/dev/ex/if_exvar.h +++ b/sys/dev/ex/if_exvar.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/dev/ex/if_exvar.h,v 1.6 2005/06/10 16:49:08 brooks Exp $ */ struct ex_softc { diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 3700cbd44cbe..2631fa0b9af1 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -53,7 +53,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/exca/exca.c,v 1.19 2005/01/11 00:32:43 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/exca/excareg.h b/sys/dev/exca/excareg.h index 094379e79c77..818463d31caa 100644 --- a/sys/dev/exca/excareg.h +++ b/sys/dev/exca/excareg.h @@ -1,5 +1,5 @@ /* $NetBSD: i82365reg.h,v 1.3 1998/12/20 17:53:28 nathanw Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/exca/excareg.h,v 1.5 2005/01/06 01:42:40 imp Exp $ */ /*- * Copyright (c) 2002 M Warner Losh. All rights reserved. diff --git a/sys/dev/exca/excavar.h b/sys/dev/exca/excavar.h index bc29c81a0990..f2c5ac42fc51 100644 --- a/sys/dev/exca/excavar.h +++ b/sys/dev/exca/excavar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/exca/excavar.h,v 1.7 2005/01/06 01:42:40 imp Exp $ */ /*- * Copyright (c) 2002 M Warner Losh. All rights reserved. diff --git a/sys/dev/fatm/firmware.h b/sys/dev/fatm/firmware.h index 24c7bc8e8865..8697d0890ab0 100644 --- a/sys/dev/fatm/firmware.h +++ b/sys/dev/fatm/firmware.h @@ -37,7 +37,7 @@ * * phk got permission from Fore to put firmware images into our tree. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/firmware.h,v 1.2 2005/01/06 01:42:40 imp Exp $ */ static uint32_t firmware[] = { diff --git a/sys/dev/fatm/if_fatm.c b/sys/dev/fatm/if_fatm.c index cf4437415313..3bfa614061b3 100644 --- a/sys/dev/fatm/if_fatm.c +++ b/sys/dev/fatm/if_fatm.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fatm/if_fatm.c,v 1.19.2.1 2005/08/25 05:01:08 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/fatm/if_fatm_rate.h b/sys/dev/fatm/if_fatm_rate.h index 5cfd38a9c28c..08dfe95dcc2c 100644 --- a/sys/dev/fatm/if_fatm_rate.h +++ b/sys/dev/fatm/if_fatm_rate.h @@ -35,7 +35,7 @@ * for(i=period-1; i>0; i--) printf "{ 0x%08x, %u },\n", \ * (i * 65536) + (period - i), i * linerate/period; }' * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatm_rate.h,v 1.2 2005/01/06 01:42:40 imp Exp $ */ { 0x00000000, 353053 }, { 0x00fe0001, 351668 }, diff --git a/sys/dev/fatm/if_fatmreg.h b/sys/dev/fatm/if_fatmreg.h index d488dbfda5bf..038a20f76cae 100644 --- a/sys/dev/fatm/if_fatmreg.h +++ b/sys/dev/fatm/if_fatmreg.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatmreg.h,v 1.2 2005/01/06 01:42:40 imp Exp $ * * Fore PCA200E hardware definitions. */ diff --git a/sys/dev/fatm/if_fatmvar.h b/sys/dev/fatm/if_fatmvar.h index 697e91543bd7..5a3c5c8fff97 100644 --- a/sys/dev/fatm/if_fatmvar.h +++ b/sys/dev/fatm/if_fatmvar.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fatm/if_fatmvar.h,v 1.6 2005/06/10 16:49:08 brooks Exp $ * * Fore PCA200E driver definitions. */ diff --git a/sys/dev/fb/boot_font.c b/sys/dev/fb/boot_font.c index f1636577364b..2ea2cc9080c6 100644 --- a/sys/dev/fb/boot_font.c +++ b/sys/dev/fb/boot_font.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/boot_font.c,v 1.5.2.1 2006/08/22 16:52:41 rink Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fb/creator.c b/sys/dev/fb/creator.c index bfcf2bc76050..905befadafff 100644 --- a/sys/dev/fb/creator.c +++ b/sys/dev/fb/creator.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/creator.c,v 1.8.2.2 2006/08/27 12:42:55 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c index 0878feb299d0..e8ace87e8b2a 100644 --- a/sys/dev/fb/fb.c +++ b/sys/dev/fb/fb.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/fb.c,v 1.32 2004/07/15 08:26:00 phk Exp $"); #include "opt_fb.h" diff --git a/sys/dev/fb/fbreg.h b/sys/dev/fb/fbreg.h index 1e829460de34..873509fea21d 100644 --- a/sys/dev/fb/fbreg.h +++ b/sys/dev/fb/fbreg.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/dev/fb/fbreg.h,v 1.18.8.1 2005/10/05 21:48:02 marius Exp $ */ #ifndef _DEV_FB_FBREG_H_ diff --git a/sys/dev/fb/gallant12x22.h b/sys/dev/fb/gallant12x22.h index a089f6a2ec46..3d12e6cb9125 100644 --- a/sys/dev/fb/gallant12x22.h +++ b/sys/dev/fb/gallant12x22.h @@ -35,7 +35,7 @@ * * Derived from: @(#)gallant19.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/gallant12x22.h,v 1.3 2005/01/06 01:42:40 imp Exp $ */ static u_char gallant12x22_data[] = { diff --git a/sys/dev/fb/gfb.c b/sys/dev/fb/gfb.c index c3c8ef9d22cf..0d7d59668a9c 100644 --- a/sys/dev/fb/gfb.c +++ b/sys/dev/fb/gfb.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/gfb.c,v 1.7.2.1 2005/10/05 21:48:02 marius Exp $"); #include <machine/stdarg.h> diff --git a/sys/dev/fb/gfb.h b/sys/dev/fb/gfb.h index 89ead2e3a225..595d1d09df5a 100644 --- a/sys/dev/fb/gfb.h +++ b/sys/dev/fb/gfb.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/gfb.h,v 1.3 2005/01/06 01:42:40 imp Exp $ */ #ifndef _FB_GFB_H_ diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c index 31b22ab26137..c222f7b1f7c6 100644 --- a/sys/dev/fb/machfb.c +++ b/sys/dev/fb/machfb.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/machfb.c,v 1.3.2.1 2005/10/05 21:48:02 marius Exp $"); /* * Driver for ATI Mach64 graphics chips. Some code is derived from the diff --git a/sys/dev/fb/machfbreg.h b/sys/dev/fb/machfbreg.h index 8990a4e3993a..d73d0ee86a92 100644 --- a/sys/dev/fb/machfbreg.h +++ b/sys/dev/fb/machfbreg.h @@ -26,7 +26,7 @@ * * from: NetBSD: machfbreg.h,v 1.1 2002/10/24 18:15:57 junyoung Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/machfbreg.h,v 1.1 2005/05/21 20:47:38 marius Exp $ */ #ifndef _DEV_FB_MACHFB_H_ diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 9935b9e414cd..09852b06087e 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/s3_pci.c,v 1.9.2.1 2005/10/05 21:48:02 marius Exp $"); /* Enable LFB on S3 cards that has only VESA 1.2 BIOS */ diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index ec25d1cf03a4..8b8938e86989 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/splash.c,v 1.14 2004/05/30 20:08:31 phk Exp $"); #include "opt_splash.h" diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c index ca4885c63ebb..6cabbce771bc 100644 --- a/sys/dev/fb/splash_bmp.c +++ b/sys/dev/fb/splash_bmp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/splash_bmp.c,v 1.19 2004/08/06 20:37:08 des Exp $ */ #include <sys/param.h> diff --git a/sys/dev/fb/splash_pcx.c b/sys/dev/fb/splash_pcx.c index e67bb244e4a1..589084432107 100644 --- a/sys/dev/fb/splash_pcx.c +++ b/sys/dev/fb/splash_pcx.c @@ -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/dev/fb/splash_pcx.c,v 1.8 2004/08/06 21:35:51 des Exp $ */ #include <sys/param.h> diff --git a/sys/dev/fb/splashreg.h b/sys/dev/fb/splashreg.h index 36ba9a708d89..ff3822e99c6b 100644 --- a/sys/dev/fb/splashreg.h +++ b/sys/dev/fb/splashreg.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/dev/fb/splashreg.h,v 1.6 2004/07/15 08:26:01 phk Exp $ */ #ifndef _DEV_FB_SPLASHREG_H_ diff --git a/sys/dev/fb/tga.c b/sys/dev/fb/tga.c index bfd7ce4c4e29..b6ad6c8e8012 100644 --- a/sys/dev/fb/tga.c +++ b/sys/dev/fb/tga.c @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/tga.c,v 1.7.2.1 2005/10/05 21:48:02 marius Exp $"); #include <machine/stdarg.h> diff --git a/sys/dev/fb/tga.h b/sys/dev/fb/tga.h index 3616b61bd04c..efaceb0d672a 100644 --- a/sys/dev/fb/tga.h +++ b/sys/dev/fb/tga.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fb/tga.h,v 1.2 2005/01/06 01:42:40 imp Exp $ */ #ifndef _FB_TGA_H_ diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 62ba23559fe9..ae3b130c6255 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fb/vga.c,v 1.34.2.1 2005/10/05 21:48:02 marius Exp $"); #include "opt_vga.h" #include "opt_fb.h" diff --git a/sys/dev/fb/vgareg.h b/sys/dev/fb/vgareg.h index 4ccef40d616f..d069aeed9351 100644 --- a/sys/dev/fb/vgareg.h +++ b/sys/dev/fb/vgareg.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/dev/fb/vgareg.h,v 1.8 2005/02/28 21:06:14 iedowse Exp $ */ #ifndef _DEV_FB_VGAREG_H_ diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index feaa17451d88..521049805610 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fdc/fdc.c,v 1.307.2.2 2006/03/07 15:50:25 jhb Exp $"); #include "opt_fdc.h" diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c index 49320bc27a70..1ace7ed97fb3 100644 --- a/sys/dev/fdc/fdc_acpi.c +++ b/sys/dev/fdc/fdc_acpi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fdc/fdc_acpi.c,v 1.10.2.1 2005/11/07 09:53:24 obrien Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c index ab7057d260b4..bde0c844ac6a 100644 --- a/sys/dev/fdc/fdc_isa.c +++ b/sys/dev/fdc/fdc_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fdc/fdc_isa.c,v 1.22 2005/03/15 08:02:47 imp Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/dev/fdc/fdc_pccard.c b/sys/dev/fdc/fdc_pccard.c index f960c3b5b141..b90845b4f436 100644 --- a/sys/dev/fdc/fdc_pccard.c +++ b/sys/dev/fdc/fdc_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fdc/fdc_pccard.c,v 1.13 2005/06/24 14:36:52 imp Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/dev/fdc/fdcvar.h b/sys/dev/fdc/fdcvar.h index 5ab60a6a6443..10ee3869142f 100644 --- a/sys/dev/fdc/fdcvar.h +++ b/sys/dev/fdc/fdcvar.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/dev/fdc/fdcvar.h,v 1.9 2005/01/19 07:46:38 imp Exp $ */ /* XXX should audit this file to see if additional copyrights needed */ diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 0bc11979da1d..71ec4893b91d 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -21,7 +21,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fe/if_fe.c,v 1.91.2.3 2005/10/09 04:18:17 delphij Exp $"); /* * diff --git a/sys/dev/fe/if_fe_cbus.c b/sys/dev/fe/if_fe_cbus.c index 7076f42268ce..1c5484beddac 100644 --- a/sys/dev/fe/if_fe_cbus.c +++ b/sys/dev/fe/if_fe_cbus.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fe/if_fe_cbus.c,v 1.13 2005/06/11 16:30:43 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fe/if_fe_isa.c b/sys/dev/fe/if_fe_isa.c index 3c37575a40d9..e10f6628d0e3 100644 --- a/sys/dev/fe/if_fe_isa.c +++ b/sys/dev/fe/if_fe_isa.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fe/if_fe_isa.c,v 1.9 2005/06/10 16:49:08 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/fe/if_fe_pccard.c b/sys/dev/fe/if_fe_pccard.c index a143e637893a..9dab878254e2 100644 --- a/sys/dev/fe/if_fe_pccard.c +++ b/sys/dev/fe/if_fe_pccard.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fe/if_fe_pccard.c,v 1.27 2005/06/24 14:36:53 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/fe/if_fereg.h b/sys/dev/fe/if_fereg.h index afc9c5704c58..fa352b75c807 100644 --- a/sys/dev/fe/if_fereg.h +++ b/sys/dev/fe/if_fereg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/fe/if_fereg.h,v 1.10 2005/02/20 19:33:13 imp Exp $ */ /* * Registers on FMV-180 series' ISA bus interface ASIC. diff --git a/sys/dev/fe/if_fevar.h b/sys/dev/fe/if_fevar.h index e80c9567b8a4..32aa1b8caffe 100644 --- a/sys/dev/fe/if_fevar.h +++ b/sys/dev/fe/if_fevar.h @@ -19,7 +19,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fe/if_fevar.h,v 1.6 2005/06/10 16:49:08 brooks Exp $ */ /* How many registers does an fe-supported adapter have at maximum? */ diff --git a/sys/dev/fe/mb86960.h b/sys/dev/fe/mb86960.h index 1272dde68331..66599d296ab9 100644 --- a/sys/dev/fe/mb86960.h +++ b/sys/dev/fe/mb86960.h @@ -19,7 +19,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fe/mb86960.h,v 1.5 2005/02/20 19:33:13 imp Exp $ */ /* diff --git a/sys/dev/firewire/00README b/sys/dev/firewire/00README index a6536ae61405..52b75ac715e3 100644 --- a/sys/dev/firewire/00README +++ b/sys/dev/firewire/00README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/firewire/00README,v 1.1.16.1 2005/10/07 14:00:03 glebius Exp $ IEEE 1394 support for FreeBSD-5.X and 4.X. diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index 8dba5c2a8cfb..1f9d26183ac4 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire.c,v 1.80.2.1 2005/11/28 06:41:40 simokawa Exp $ * */ diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index ab34748bec25..704080484eea 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire.h,v 1.20 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/firewire_phy.h b/sys/dev/firewire/firewire_phy.h index 42feff2d27c8..bfa88c11d002 100644 --- a/sys/dev/firewire/firewire_phy.h +++ b/sys/dev/firewire/firewire_phy.h @@ -30,7 +30,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewire_phy.h,v 1.3 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index 4061b8be41f2..7fa0fb8ed3b1 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/firewirereg.h,v 1.37.2.1 2005/08/13 21:24:15 rwatson Exp $ * */ diff --git a/sys/dev/firewire/fwcrom.c b/sys/dev/firewire/fwcrom.c index 45bedee9c4df..7dd4363bc36b 100644 --- a/sys/dev/firewire/fwcrom.c +++ b/sys/dev/firewire/fwcrom.c @@ -34,7 +34,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwcrom.c,v 1.13 2004/10/22 15:39:39 simokawa Exp $"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index 5b461906f432..c9587b430b54 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwdev.c,v 1.46.2.1.6.1 2006/12/06 09:14:23 cperciva Exp $ * */ diff --git a/sys/dev/firewire/fwdma.c b/sys/dev/firewire/fwdma.c index c64dbe66731a..260d4004715b 100644 --- a/sys/dev/firewire/fwdma.c +++ b/sys/dev/firewire/fwdma.c @@ -35,7 +35,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwdma.c,v 1.7 2005/01/06 01:42:41 imp Exp $"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwdma.h b/sys/dev/firewire/fwdma.h index 3a8278c1c709..68c4ae89533c 100644 --- a/sys/dev/firewire/fwdma.h +++ b/sys/dev/firewire/fwdma.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwdma.h,v 1.3 2005/01/06 01:42:41 imp Exp $ */ struct fwdma_alloc { diff --git a/sys/dev/firewire/fwmem.c b/sys/dev/firewire/fwmem.c index 4fac8dd06b4d..d429a317739e 100644 --- a/sys/dev/firewire/fwmem.c +++ b/sys/dev/firewire/fwmem.c @@ -35,7 +35,7 @@ #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/firewire/fwmem.c,v 1.31 2005/01/06 01:42:41 imp Exp $"); #endif #include <sys/param.h> diff --git a/sys/dev/firewire/fwmem.h b/sys/dev/firewire/fwmem.h index de717947e844..43b3c632aa82 100644 --- a/sys/dev/firewire/fwmem.h +++ b/sys/dev/firewire/fwmem.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwmem.h,v 1.8 2005/01/06 01:42:41 imp Exp $ */ struct fw_xfer *fwmem_read_quad(struct fw_device *, caddr_t, uint8_t, diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index bdf75e84dee7..a41b128a339e 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohci.c,v 1.81 2005/03/29 01:44:59 sam Exp $ * */ diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index f584b98ca70e..3e649445fef3 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohci_pci.c,v 1.52 2005/05/20 12:37:16 marius Exp $ */ #define BOUNCE_BUFFER_TEST 0 diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index 2cccb255391e..b52d9994d275 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohcireg.h,v 1.22 2005/05/20 12:37:16 marius Exp $ * */ #define PCI_CBMEM PCIR_BAR(0) diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 3002b63c0ce4..6ce7f3b047fe 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwohcivar.h,v 1.14 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/fwphyreg.h b/sys/dev/firewire/fwphyreg.h index 77a006ed3c54..825a21f520bb 100644 --- a/sys/dev/firewire/fwphyreg.h +++ b/sys/dev/firewire/fwphyreg.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/fwphyreg.h,v 1.3 2005/01/06 01:42:41 imp Exp $ */ struct phyreg_base { diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index 058649fc0cc4..f018518cb1f9 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/iec13213.h,v 1.14 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/iec68113.h b/sys/dev/firewire/iec68113.h index 11f3042ff9b0..9dc83266640e 100644 --- a/sys/dev/firewire/iec68113.h +++ b/sys/dev/firewire/iec68113.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/iec68113.h,v 1.9 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/if_fwe.c b/sys/dev/firewire/if_fwe.c index 83c57ac54567..1c6e618e7aa2 100644 --- a/sys/dev/firewire/if_fwe.c +++ b/sys/dev/firewire/if_fwe.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwe.c,v 1.37.2.2 2005/10/07 14:00:03 glebius Exp $ */ #ifdef HAVE_KERNEL_OPTION_HEADERS diff --git a/sys/dev/firewire/if_fwevar.h b/sys/dev/firewire/if_fwevar.h index 73fcb3df285c..667a349cd9ae 100644 --- a/sys/dev/firewire/if_fwevar.h +++ b/sys/dev/firewire/if_fwevar.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwevar.h,v 1.5 2005/06/10 16:49:08 brooks Exp $ */ #ifndef _NET_IF_FWEVAR_H_ diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c index 0d7e5feae929..ba21b7749f64 100644 --- a/sys/dev/firewire/if_fwip.c +++ b/sys/dev/firewire/if_fwip.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwip.c,v 1.7.2.3 2005/10/07 14:00:03 glebius Exp $ */ #ifdef HAVE_KERNEL_OPTION_HEADERS diff --git a/sys/dev/firewire/if_fwipvar.h b/sys/dev/firewire/if_fwipvar.h index 153ce949865d..0da4b6538723 100644 --- a/sys/dev/firewire/if_fwipvar.h +++ b/sys/dev/firewire/if_fwipvar.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/if_fwipvar.h,v 1.4 2005/06/10 16:49:08 brooks Exp $ */ #ifndef _NET_IF_FWIPVAR_H_ diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index c2f8e4f23a57..b43bf26fc681 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp.c,v 1.81 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 9f85fab38de5..190bdb6e0420 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -31,7 +31,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp.h,v 1.5 2005/01/06 01:42:41 imp Exp $ * */ diff --git a/sys/dev/firewire/sbp_targ.c b/sys/dev/firewire/sbp_targ.c index 5267ea3b3532..9461432c53e4 100644 --- a/sys/dev/firewire/sbp_targ.c +++ b/sys/dev/firewire/sbp_targ.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/firewire/sbp_targ.c,v 1.8 2005/01/06 01:42:41 imp Exp $ */ #include <sys/param.h> diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index a693b764f5c1..681dc5079fdb 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/fxp/if_fxp.c,v 1.240.2.10.2.1 2006/11/20 16:21:12 rink Exp $"); /* * Intel EtherExpress Pro/100B PCI Fast Ethernet driver diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h index e6bb98b7f2e7..1bdb9bf2811a 100644 --- a/sys/dev/fxp/if_fxpreg.h +++ b/sys/dev/fxp/if_fxpreg.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/dev/fxp/if_fxpreg.h,v 1.39 2005/04/22 13:05:53 mux Exp $ */ #define FXP_VENDORID_INTEL 0x8086 diff --git a/sys/dev/fxp/if_fxpvar.h b/sys/dev/fxp/if_fxpvar.h index f8da9874b94a..4b0a0e6da574 100644 --- a/sys/dev/fxp/if_fxpvar.h +++ b/sys/dev/fxp/if_fxpvar.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/dev/fxp/if_fxpvar.h,v 1.37.2.1 2005/08/26 14:35:45 jhb Exp $ */ /* diff --git a/sys/dev/fxp/rcvbundl.h b/sys/dev/fxp/rcvbundl.h index 2510f420b6fd..ef994002e85b 100644 --- a/sys/dev/fxp/rcvbundl.h +++ b/sys/dev/fxp/rcvbundl.h @@ -29,7 +29,7 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/fxp/rcvbundl.h,v 1.3 2005/04/21 19:34:57 mux Exp $ */ /* rcvbundl.h diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c index 84033e36fefc..a72513a2231e 100644 --- a/sys/dev/gem/if_gem.c +++ b/sys/dev/gem/if_gem.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/gem/if_gem.c,v 1.29.2.5 2005/10/05 22:08:17 marius Exp $"); /* * Driver for Sun GEM ethernet controllers. diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c index bca56fe0e7d5..57ac21c25be8 100644 --- a/sys/dev/gem/if_gem_pci.c +++ b/sys/dev/gem/if_gem_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/gem/if_gem_pci.c,v 1.19.2.1 2005/10/05 22:08:17 marius Exp $"); /* * PCI bindings for Sun GEM ethernet controllers. diff --git a/sys/dev/gem/if_gemreg.h b/sys/dev/gem/if_gemreg.h index fecfb152eddd..ce4870b89ed0 100644 --- a/sys/dev/gem/if_gemreg.h +++ b/sys/dev/gem/if_gemreg.h @@ -26,7 +26,7 @@ * * from: NetBSD: gemreg.h,v 1.15 2002/05/11 00:36:02 matt Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/gem/if_gemreg.h,v 1.3 2005/01/06 01:42:42 imp Exp $ */ #ifndef _IF_GEMREG_H diff --git a/sys/dev/gem/if_gemvar.h b/sys/dev/gem/if_gemvar.h index abfe327e566b..30fa1ddcf4c8 100644 --- a/sys/dev/gem/if_gemvar.h +++ b/sys/dev/gem/if_gemvar.h @@ -25,7 +25,7 @@ * * from: NetBSD: gemvar.h,v 1.8 2002/05/15 02:36:12 matt Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/gem/if_gemvar.h,v 1.10.2.1 2005/10/05 22:08:17 marius Exp $ */ #ifndef _IF_GEMVAR_H diff --git a/sys/dev/gfb/gfb_pci.c b/sys/dev/gfb/gfb_pci.c index 9dc31aa45442..6c32d3072fa0 100644 --- a/sys/dev/gfb/gfb_pci.c +++ b/sys/dev/gfb/gfb_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/gfb/gfb_pci.c,v 1.15 2005/05/29 04:42:20 nyan Exp $"); #include "opt_fb.h" diff --git a/sys/dev/gfb/gfb_pci.h b/sys/dev/gfb/gfb_pci.h index 263b3980c5b8..8c0bb4573996 100644 --- a/sys/dev/gfb/gfb_pci.h +++ b/sys/dev/gfb/gfb_pci.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/gfb/gfb_pci.h,v 1.2 2005/01/06 01:42:42 imp Exp $ */ #ifndef _PCI_GFB_H_ diff --git a/sys/dev/harp/if_harp.c b/sys/dev/harp/if_harp.c index ca1113847494..080292746aa0 100644 --- a/sys/dev/harp/if_harp.c +++ b/sys/dev/harp/if_harp.c @@ -31,10 +31,10 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/harp/if_harp.c,v 1.7 2005/06/10 16:49:09 brooks Exp $"); #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/harp/if_harp.c,v 1.7 2005/06/10 16:49:09 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/hatm/if_hatm.c b/sys/dev/hatm/if_hatm.c index 37263f548d74..a54ae04f8b29 100644 --- a/sys/dev/hatm/if_hatm.c +++ b/sys/dev/hatm/if_hatm.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm.c,v 1.24.2.2 2005/10/09 04:15:12 delphij Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_intr.c b/sys/dev/hatm/if_hatm_intr.c index 750364a8971c..0f91044f51cf 100644 --- a/sys/dev/hatm/if_hatm_intr.c +++ b/sys/dev/hatm/if_hatm_intr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm_intr.c,v 1.18.2.2 2005/08/25 05:01:10 rwatson Exp $"); /* * ForeHE driver. diff --git a/sys/dev/hatm/if_hatm_ioctl.c b/sys/dev/hatm/if_hatm_ioctl.c index 5e37b5dc75ea..e38d6e2a94a9 100644 --- a/sys/dev/hatm/if_hatm_ioctl.c +++ b/sys/dev/hatm/if_hatm_ioctl.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm_ioctl.c,v 1.12.2.1 2005/08/25 05:01:10 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_rx.c b/sys/dev/hatm/if_hatm_rx.c index b79b2fcd7c02..f6dbfd9a8522 100644 --- a/sys/dev/hatm/if_hatm_rx.c +++ b/sys/dev/hatm/if_hatm_rx.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm_rx.c,v 1.9.2.1 2005/08/25 05:01:10 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatm_tx.c b/sys/dev/hatm/if_hatm_tx.c index 868b5a3d43d6..6d5918364150 100644 --- a/sys/dev/hatm/if_hatm_tx.c +++ b/sys/dev/hatm/if_hatm_tx.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hatm/if_hatm_tx.c,v 1.13.2.1 2005/08/25 05:01:10 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/hatm/if_hatmconf.h b/sys/dev/hatm/if_hatmconf.h index 5402697410d7..cd4978c56a0f 100644 --- a/sys/dev/hatm/if_hatmconf.h +++ b/sys/dev/hatm/if_hatmconf.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hatm/if_hatmconf.h,v 1.2 2005/01/06 01:42:43 imp Exp $ * * Default configuration */ diff --git a/sys/dev/hatm/if_hatmreg.h b/sys/dev/hatm/if_hatmreg.h index 9085f07f5a4b..135adea97933 100644 --- a/sys/dev/hatm/if_hatmreg.h +++ b/sys/dev/hatm/if_hatmreg.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hatm/if_hatmreg.h,v 1.2 2005/01/06 01:42:43 imp Exp $ * * Fore HE driver for NATM */ diff --git a/sys/dev/hatm/if_hatmvar.h b/sys/dev/hatm/if_hatmvar.h index d19fd0eabd74..0007d963e46a 100644 --- a/sys/dev/hatm/if_hatmvar.h +++ b/sys/dev/hatm/if_hatmvar.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hatm/if_hatmvar.h,v 1.18 2005/06/22 06:42:03 harti Exp $ * * Fore HE driver for NATM */ diff --git a/sys/dev/hfa/fore.h b/sys/dev/hfa/fore.h index 8f0a17f58a9c..cdd536cc1184 100644 --- a/sys/dev/hfa/fore.h +++ b/sys/dev/hfa/fore.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore.h,v 1.6 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_aali.h b/sys/dev/hfa/fore_aali.h index 93fbf5d587e2..6ea1f46c14c0 100644 --- a/sys/dev/hfa/fore_aali.h +++ b/sys/dev/hfa/fore_aali.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_aali.h,v 1.5 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_buffer.c b/sys/dev/hfa/fore_buffer.c index 491733af197f..ab94442e395f 100644 --- a/sys/dev/hfa/fore_buffer.c +++ b/sys/dev/hfa/fore_buffer.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_buffer.c,v 1.15 2004/02/21 19:08:23 harti Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_buffer.c,v 1.15 2004/02/21 19:08:23 harti Exp $"); #endif diff --git a/sys/dev/hfa/fore_command.c b/sys/dev/hfa/fore_command.c index c7e38892e460..79aa102eb204 100644 --- a/sys/dev/hfa/fore_command.c +++ b/sys/dev/hfa/fore_command.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_command.c,v 1.19 2005/01/06 01:42:43 imp Exp $ * */ @@ -63,7 +63,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_command.c,v 1.19 2005/01/06 01:42:43 imp Exp $"); #endif /* diff --git a/sys/dev/hfa/fore_globals.c b/sys/dev/hfa/fore_globals.c index 1f68f7d3e44c..b076e29e4e7f 100644 --- a/sys/dev/hfa/fore_globals.c +++ b/sys/dev/hfa/fore_globals.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_globals.c,v 1.12 2003/08/24 17:46:08 obrien Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -58,7 +58,7 @@ __FBSDID("$FreeBSD$"); #include <vm/uma.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_globals.c,v 1.12 2003/08/24 17:46:08 obrien Exp $"); #endif /* diff --git a/sys/dev/hfa/fore_if.c b/sys/dev/hfa/fore_if.c index 51bbd0fb6933..b70d4f7cf7fc 100644 --- a/sys/dev/hfa/fore_if.c +++ b/sys/dev/hfa/fore_if.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_if.c,v 1.13 2005/01/06 01:42:43 imp Exp $ * */ @@ -60,7 +60,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_if.c,v 1.13 2005/01/06 01:42:43 imp Exp $"); #endif diff --git a/sys/dev/hfa/fore_include.h b/sys/dev/hfa/fore_include.h index 93062f451f63..dced564173cd 100644 --- a/sys/dev/hfa/fore_include.h +++ b/sys/dev/hfa/fore_include.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_include.h,v 1.7 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_init.c b/sys/dev/hfa/fore_init.c index ccaed3f0e085..b462219dcb7d 100644 --- a/sys/dev/hfa/fore_init.c +++ b/sys/dev/hfa/fore_init.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_init.c,v 1.17 2005/01/06 01:42:43 imp Exp $ * */ @@ -63,7 +63,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_init.c,v 1.17 2005/01/06 01:42:43 imp Exp $"); #endif diff --git a/sys/dev/hfa/fore_intr.c b/sys/dev/hfa/fore_intr.c index 8454b93f2464..59f6307b4a1d 100644 --- a/sys/dev/hfa/fore_intr.c +++ b/sys/dev/hfa/fore_intr.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_intr.c,v 1.12 2005/01/06 01:42:43 imp Exp $ * */ @@ -54,7 +54,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_intr.c,v 1.12 2005/01/06 01:42:43 imp Exp $"); #endif #if defined(sun) diff --git a/sys/dev/hfa/fore_output.c b/sys/dev/hfa/fore_output.c index 3910186c309e..28360ea2c156 100644 --- a/sys/dev/hfa/fore_output.c +++ b/sys/dev/hfa/fore_output.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_output.c,v 1.20 2005/06/10 16:49:09 brooks Exp $ * */ @@ -64,7 +64,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_output.c,v 1.20 2005/06/10 16:49:09 brooks Exp $"); #endif diff --git a/sys/dev/hfa/fore_receive.c b/sys/dev/hfa/fore_receive.c index 758f06911cb8..3441ef46ef74 100644 --- a/sys/dev/hfa/fore_receive.c +++ b/sys/dev/hfa/fore_receive.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_receive.c,v 1.24 2005/06/10 16:49:09 brooks Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -62,7 +62,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_receive.c,v 1.24 2005/06/10 16:49:09 brooks Exp $"); #endif diff --git a/sys/dev/hfa/fore_slave.h b/sys/dev/hfa/fore_slave.h index 33d73c21dced..5ac02b4aca02 100644 --- a/sys/dev/hfa/fore_slave.h +++ b/sys/dev/hfa/fore_slave.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_slave.h,v 1.4 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_stats.c b/sys/dev/hfa/fore_stats.c index 4126c1f0635c..4cb306c37c3b 100644 --- a/sys/dev/hfa/fore_stats.c +++ b/sys/dev/hfa/fore_stats.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_stats.c,v 1.14 2005/01/06 01:42:43 imp Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -59,7 +59,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_stats.c,v 1.14 2005/01/06 01:42:43 imp Exp $"); #endif diff --git a/sys/dev/hfa/fore_stats.h b/sys/dev/hfa/fore_stats.h index 32095164d8e4..914928011990 100644 --- a/sys/dev/hfa/fore_stats.h +++ b/sys/dev/hfa/fore_stats.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_stats.h,v 1.3 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_timer.c b/sys/dev/hfa/fore_timer.c index 51745ac9336f..b8fed778f291 100644 --- a/sys/dev/hfa/fore_timer.c +++ b/sys/dev/hfa/fore_timer.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_timer.c,v 1.9 2003/08/24 17:46:08 obrien Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -57,7 +57,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_timer.c,v 1.9 2003/08/24 17:46:08 obrien Exp $"); #endif diff --git a/sys/dev/hfa/fore_transmit.c b/sys/dev/hfa/fore_transmit.c index e22f696a40b1..2781fd549f0a 100644 --- a/sys/dev/hfa/fore_transmit.c +++ b/sys/dev/hfa/fore_transmit.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/fore_transmit.c,v 1.14 2005/06/10 16:49:09 brooks Exp $"); /* * FORE Systems 200-Series Adapter Support @@ -60,7 +60,7 @@ __FBSDID("$FreeBSD$"); #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_transmit.c,v 1.14 2005/06/10 16:49:09 brooks Exp $"); #endif diff --git a/sys/dev/hfa/fore_var.h b/sys/dev/hfa/fore_var.h index 57cedb3a761f..0d38913b280c 100644 --- a/sys/dev/hfa/fore_var.h +++ b/sys/dev/hfa/fore_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_var.h,v 1.11 2005/01/06 01:42:43 imp Exp $ * */ diff --git a/sys/dev/hfa/fore_vcm.c b/sys/dev/hfa/fore_vcm.c index 95bc6524be99..22cdb7e35cc4 100644 --- a/sys/dev/hfa/fore_vcm.c +++ b/sys/dev/hfa/fore_vcm.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/dev/hfa/fore_vcm.c,v 1.11 2005/01/06 01:42:43 imp Exp $ * */ @@ -60,7 +60,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $FreeBSD$"); +__RCSID("@(#) $FreeBSD: src/sys/dev/hfa/fore_vcm.c,v 1.11 2005/01/06 01:42:43 imp Exp $"); #endif diff --git a/sys/dev/hfa/hfa_eisa.c b/sys/dev/hfa/hfa_eisa.c index 6c42fb8634e3..d305c5e20e63 100644 --- a/sys/dev/hfa/hfa_eisa.c +++ b/sys/dev/hfa/hfa_eisa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/hfa_eisa.c,v 1.2 2003/08/24 17:46:08 obrien Exp $"); /* * diff --git a/sys/dev/hfa/hfa_freebsd.c b/sys/dev/hfa/hfa_freebsd.c index 9b8d69caac41..fa090df45dc1 100644 --- a/sys/dev/hfa/hfa_freebsd.c +++ b/sys/dev/hfa/hfa_freebsd.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/dev/hfa/hfa_freebsd.c,v 1.10 2005/05/29 04:42:20 nyan Exp $ */ /* diff --git a/sys/dev/hfa/hfa_freebsd.h b/sys/dev/hfa/hfa_freebsd.h index 75400162eda9..79e97ee64cdc 100644 --- a/sys/dev/hfa/hfa_freebsd.h +++ b/sys/dev/hfa/hfa_freebsd.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/dev/hfa/hfa_freebsd.h,v 1.2 2003/07/31 14:52:44 harti Exp $ */ struct hfa_softc { diff --git a/sys/dev/hfa/hfa_pci.c b/sys/dev/hfa/hfa_pci.c index fb28478fac6c..1e9d679c981d 100644 --- a/sys/dev/hfa/hfa_pci.c +++ b/sys/dev/hfa/hfa_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/hfa_pci.c,v 1.6 2005/05/29 04:42:20 nyan Exp $"); /* * diff --git a/sys/dev/hfa/hfa_sbus.c b/sys/dev/hfa/hfa_sbus.c index 990803cb19d7..93f69cbb43b2 100644 --- a/sys/dev/hfa/hfa_sbus.c +++ b/sys/dev/hfa/hfa_sbus.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hfa/hfa_sbus.c,v 1.3 2003/08/24 17:46:08 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c index 8df17561350b..35deb41ff297 100644 --- a/sys/dev/hifn/hifn7751.c +++ b/sys/dev/hifn/hifn7751.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hifn/hifn7751.c,v 1.34.2.1 2006/09/04 15:18:49 pjd Exp $"); /* * Driver for various Hifn encryption processors. diff --git a/sys/dev/hifn/hifn7751reg.h b/sys/dev/hifn/hifn7751reg.h index a1022887f2d7..de3a186617f4 100644 --- a/sys/dev/hifn/hifn7751reg.h +++ b/sys/dev/hifn/hifn7751reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/hifn/hifn7751reg.h,v 1.6 2005/01/19 17:03:35 sam Exp $ */ /* $OpenBSD: hifn7751reg.h,v 1.35 2002/04/08 17:49:42 jason Exp $ */ /*- diff --git a/sys/dev/hifn/hifn7751var.h b/sys/dev/hifn/hifn7751var.h index f3a18423b993..2bb56c228f3a 100644 --- a/sys/dev/hifn/hifn7751var.h +++ b/sys/dev/hifn/hifn7751var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/hifn/hifn7751var.h,v 1.7.2.1 2006/09/04 15:18:49 pjd Exp $ */ /* $OpenBSD: hifn7751var.h,v 1.42 2002/04/08 17:49:42 jason Exp $ */ /*- diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c index 991f86f51b6b..0dd4a24bc821 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hme/if_hme.c,v 1.37.2.8 2006/08/17 00:01:09 yongari Exp $"); /* * HME Ethernet module driver. diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c index ade6e19d631b..f65fbdcdaca0 100644 --- a/sys/dev/hme/if_hme_pci.c +++ b/sys/dev/hme/if_hme_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hme/if_hme_pci.c,v 1.22 2005/07/10 10:36:45 marius Exp $"); /* * PCI front-end device driver for the HME ethernet device. diff --git a/sys/dev/hme/if_hme_sbus.c b/sys/dev/hme/if_hme_sbus.c index 300abc1466c0..7d674c56571c 100644 --- a/sys/dev/hme/if_hme_sbus.c +++ b/sys/dev/hme/if_hme_sbus.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hme/if_hme_sbus.c,v 1.17 2005/06/10 16:49:10 brooks Exp $"); /* * SBus front-end device driver for the HME ethernet device. diff --git a/sys/dev/hme/if_hmereg.h b/sys/dev/hme/if_hmereg.h index a9e5497e8224..c3ee8d1a7b56 100644 --- a/sys/dev/hme/if_hmereg.h +++ b/sys/dev/hme/if_hmereg.h @@ -35,7 +35,7 @@ * * from: NetBSD: hmereg.h,v 1.16 2003/11/02 11:07:45 wiz Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hme/if_hmereg.h,v 1.6.8.1 2005/11/30 02:23:53 yongari Exp $ */ /* diff --git a/sys/dev/hme/if_hmevar.h b/sys/dev/hme/if_hmevar.h index a5d50e2fcfd4..9a15f5ad9701 100644 --- a/sys/dev/hme/if_hmevar.h +++ b/sys/dev/hme/if_hmevar.h @@ -35,7 +35,7 @@ * * from: NetBSD: hmevar.h,v 1.5 2000/06/25 01:10:04 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hme/if_hmevar.h,v 1.8.2.1 2005/11/30 02:23:53 yongari Exp $ */ #include <sys/callout.h> diff --git a/sys/dev/hptmv/access601.h b/sys/dev/hptmv/access601.h index 26eaab283b95..602328bdf3b2 100644 --- a/sys/dev/hptmv/access601.h +++ b/sys/dev/hptmv/access601.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/dev/hptmv/access601.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _ACCESS601_H_ #define _ACCESS601_H_ diff --git a/sys/dev/hptmv/amd64-elf.raid.o.uu b/sys/dev/hptmv/amd64-elf.raid.o.uu index 5b439c9f9836..d596ac86dcc8 100644 --- a/sys/dev/hptmv/amd64-elf.raid.o.uu +++ b/sys/dev/hptmv/amd64-elf.raid.o.uu @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hptmv/amd64-elf.raid.o.uu,v 1.1.2.1 2005/10/06 18:47:57 delphij Exp $ */ begin 644 hptmvraid.o M?T5,1@(!`0D```````````$`/@`!`````````````````````````"#=```` diff --git a/sys/dev/hptmv/array.h b/sys/dev/hptmv/array.h index 14d627af5832..912a3677c044 100644 --- a/sys/dev/hptmv/array.h +++ b/sys/dev/hptmv/array.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/dev/hptmv/array.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _ARRAY_H_ diff --git a/sys/dev/hptmv/atapi.h b/sys/dev/hptmv/atapi.h index b00100a900e9..96c052c6bbc4 100644 --- a/sys/dev/hptmv/atapi.h +++ b/sys/dev/hptmv/atapi.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/dev/hptmv/atapi.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _ATAPI_H_ diff --git a/sys/dev/hptmv/command.h b/sys/dev/hptmv/command.h index 12eb694af81d..88b39d1f62bc 100644 --- a/sys/dev/hptmv/command.h +++ b/sys/dev/hptmv/command.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/dev/hptmv/command.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _COMMAND_H_ #define _COMMAND_H_ diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 6b7631e2db37..27203251b9a7 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.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/dev/hptmv/entry.c,v 1.8.2.1 2005/10/06 18:47:57 delphij Exp $ */ #include <sys/param.h> diff --git a/sys/dev/hptmv/global.h b/sys/dev/hptmv/global.h index 4e6a0d0e668f..0657e2f94cca 100644 --- a/sys/dev/hptmv/global.h +++ b/sys/dev/hptmv/global.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/dev/hptmv/global.h,v 1.3.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef _GLOBAL_H_ #define _GLOBAL_H_ diff --git a/sys/dev/hptmv/gui_lib.c b/sys/dev/hptmv/gui_lib.c index 13def6ba9240..40b6e64a3f34 100644 --- a/sys/dev/hptmv/gui_lib.c +++ b/sys/dev/hptmv/gui_lib.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hptmv/gui_lib.c,v 1.4.2.1 2005/10/06 18:47:57 delphij Exp $ */ /* * gui_lib.c diff --git a/sys/dev/hptmv/hptintf.h b/sys/dev/hptmv/hptintf.h index 34477a258524..1599ffb40579 100644 --- a/sys/dev/hptmv/hptintf.h +++ b/sys/dev/hptmv/hptintf.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/dev/hptmv/hptintf.h,v 1.2.2.1 2005/10/06 18:47:57 delphij Exp $ */ #ifndef HPT_INTF_H diff --git a/sys/dev/hptmv/hptproc.c b/sys/dev/hptmv/hptproc.c index a179e320d55e..f6109f789cc7 100644 --- a/sys/dev/hptmv/hptproc.c +++ b/sys/dev/hptmv/hptproc.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/dev/hptmv/hptproc.c,v 1.5.2.1 2005/10/06 18:47:57 delphij Exp $ */ /* * hptproc.c sysctl support diff --git a/sys/dev/hptmv/i386-elf.raid.o.uu b/sys/dev/hptmv/i386-elf.raid.o.uu index a7462b8f1ef2..76253e9de0de 100644 --- a/sys/dev/hptmv/i386-elf.raid.o.uu +++ b/sys/dev/hptmv/i386-elf.raid.o.uu @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/hptmv/i386-elf.raid.o.uu,v 1.4.2.1 2005/10/06 18:47:58 delphij Exp $ */ begin 644 hptmvraid.o M?T5,1@$!`0D```````````$``P`!``````````````#(O@```````#0````` diff --git a/sys/dev/hptmv/ioctl.c b/sys/dev/hptmv/ioctl.c index 5c3796a68d4b..33d9c92f6e7b 100644 --- a/sys/dev/hptmv/ioctl.c +++ b/sys/dev/hptmv/ioctl.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/dev/hptmv/ioctl.c,v 1.4.2.1 2005/10/06 18:47:58 delphij Exp $ */ /* * ioctl.c ioctl interface implementation diff --git a/sys/dev/hptmv/mv.c b/sys/dev/hptmv/mv.c index f9f41ffb75da..e63c69ec735e 100644 --- a/sys/dev/hptmv/mv.c +++ b/sys/dev/hptmv/mv.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/dev/hptmv/mv.c,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/hptmv/mvOs.h b/sys/dev/hptmv/mvOs.h index ef78c94644f5..4f7308a0473a 100644 --- a/sys/dev/hptmv/mvOs.h +++ b/sys/dev/hptmv/mvOs.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/dev/hptmv/mvOs.h,v 1.3.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef __INCmvOsBsdh #define __INCmvOsBsdh diff --git a/sys/dev/hptmv/mvSata.h b/sys/dev/hptmv/mvSata.h index bf77fbfcb234..e6ee97c74062 100644 --- a/sys/dev/hptmv/mvSata.h +++ b/sys/dev/hptmv/mvSata.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/dev/hptmv/mvSata.h,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef __INCmvSatah #define __INCmvSatah diff --git a/sys/dev/hptmv/mvStorageDev.h b/sys/dev/hptmv/mvStorageDev.h index 48aad93651f9..12ca0c7d313b 100644 --- a/sys/dev/hptmv/mvStorageDev.h +++ b/sys/dev/hptmv/mvStorageDev.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/dev/hptmv/mvStorageDev.h,v 1.3.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef __INCmvStorageDevh #define __INCmvStorageDevh diff --git a/sys/dev/hptmv/osbsd.h b/sys/dev/hptmv/osbsd.h index a07f51dbc8d7..758aa93732be 100644 --- a/sys/dev/hptmv/osbsd.h +++ b/sys/dev/hptmv/osbsd.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/dev/hptmv/osbsd.h,v 1.4.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef _OSBSD_H_ #define _OSBSD_H_ diff --git a/sys/dev/hptmv/raid5n.h b/sys/dev/hptmv/raid5n.h index 135177a9bbbc..dd2793809dc3 100644 --- a/sys/dev/hptmv/raid5n.h +++ b/sys/dev/hptmv/raid5n.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/dev/hptmv/raid5n.h,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifdef _RAID5N_ diff --git a/sys/dev/hptmv/readme.txt b/sys/dev/hptmv/readme.txt index 6d21e98c98b8..ddba44f319c6 100644 --- a/sys/dev/hptmv/readme.txt +++ b/sys/dev/hptmv/readme.txt @@ -1,6 +1,6 @@ RocketRAID 182x Driver for FreeBSD Copyright (C) 2004-2005 HighPoint Technologies, Inc. All rights reserved. -$FreeBSD$ +$FreeBSD: src/sys/dev/hptmv/readme.txt,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ ############################################################################# Revision History: diff --git a/sys/dev/hptmv/vdevice.h b/sys/dev/hptmv/vdevice.h index 8d06f1032109..032c39cbb882 100644 --- a/sys/dev/hptmv/vdevice.h +++ b/sys/dev/hptmv/vdevice.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/dev/hptmv/vdevice.h,v 1.2.2.1 2005/10/06 18:47:58 delphij Exp $ */ #ifndef _VDEVICE_H_ diff --git a/sys/dev/hwpmc/hwpmc_alpha.c b/sys/dev/hwpmc/hwpmc_alpha.c index af905b66924e..75bd2919253b 100644 --- a/sys/dev/hwpmc/hwpmc_alpha.c +++ b/sys/dev/hwpmc/hwpmc_alpha.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_alpha.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_amd.c b/sys/dev/hwpmc/hwpmc_amd.c index 3d9282986390..1b5c2236f484 100644 --- a/sys/dev/hwpmc/hwpmc_amd.c +++ b/sys/dev/hwpmc/hwpmc_amd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_amd.c,v 1.9.2.1 2005/09/15 15:48:16 jkoshy Exp $"); /* Support for the AMD K7 and later processors */ diff --git a/sys/dev/hwpmc/hwpmc_amd.h b/sys/dev/hwpmc/hwpmc_amd.h index aa6417b81d7a..8418f3a0eec0 100644 --- a/sys/dev/hwpmc/hwpmc_amd.h +++ b/sys/dev/hwpmc/hwpmc_amd.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/dev/hwpmc/hwpmc_amd.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/dev/hwpmc/hwpmc_arm.c b/sys/dev/hwpmc/hwpmc_arm.c index af905b66924e..5f211849a1e4 100644 --- a/sys/dev/hwpmc/hwpmc_arm.c +++ b/sys/dev/hwpmc/hwpmc_arm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_arm.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_ia64.c b/sys/dev/hwpmc/hwpmc_ia64.c index af905b66924e..1786b2c014bb 100644 --- a/sys/dev/hwpmc/hwpmc_ia64.c +++ b/sys/dev/hwpmc/hwpmc_ia64.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_ia64.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_logging.c b/sys/dev/hwpmc/hwpmc_logging.c index 26a97e287f58..de5e9b646856 100644 --- a/sys/dev/hwpmc/hwpmc_logging.c +++ b/sys/dev/hwpmc/hwpmc_logging.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_logging.c,v 1.3.2.1 2006/03/22 10:25:36 jkoshy Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c index fff9eeb4ef21..d87d3506da7e 100644 --- a/sys/dev/hwpmc/hwpmc_mod.c +++ b/sys/dev/hwpmc/hwpmc_mod.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_mod.c,v 1.10.2.7 2006/06/16 22:11:55 jhb Exp $"); #include <sys/param.h> #include <sys/eventhandler.h> diff --git a/sys/dev/hwpmc/hwpmc_pentium.c b/sys/dev/hwpmc/hwpmc_pentium.c index fc26b5252649..10adbe237d7c 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.c +++ b/sys/dev/hwpmc/hwpmc_pentium.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_pentium.c,v 1.4 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/hwpmc/hwpmc_pentium.h b/sys/dev/hwpmc/hwpmc_pentium.h index 36ecc64b60a6..f999f4e38406 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.h +++ b/sys/dev/hwpmc/hwpmc_pentium.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/dev/hwpmc/hwpmc_pentium.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/dev/hwpmc/hwpmc_piv.c b/sys/dev/hwpmc/hwpmc_piv.c index 0b8ccd6c98a2..6d7d71986b98 100644 --- a/sys/dev/hwpmc/hwpmc_piv.c +++ b/sys/dev/hwpmc/hwpmc_piv.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_piv.c,v 1.9 2005/07/09 17:29:36 jkoshy Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/hwpmc/hwpmc_piv.h b/sys/dev/hwpmc/hwpmc_piv.h index 0837b263b639..767829ae78d9 100644 --- a/sys/dev/hwpmc/hwpmc_piv.h +++ b/sys/dev/hwpmc/hwpmc_piv.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/dev/hwpmc/hwpmc_piv.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/dev/hwpmc/hwpmc_powerpc.c b/sys/dev/hwpmc/hwpmc_powerpc.c index af905b66924e..df403eb144b9 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.c +++ b/sys/dev/hwpmc/hwpmc_powerpc.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_powerpc.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_ppro.c b/sys/dev/hwpmc/hwpmc_ppro.c index 993a2bf26560..b89dd798b0b2 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.c +++ b/sys/dev/hwpmc/hwpmc_ppro.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_ppro.c,v 1.8.2.1 2005/07/29 03:01:40 jkoshy Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/hwpmc/hwpmc_ppro.h b/sys/dev/hwpmc/hwpmc_ppro.h index f750735c85ea..469f99c494fc 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.h +++ b/sys/dev/hwpmc/hwpmc_ppro.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/dev/hwpmc/hwpmc_ppro.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ /* Machine dependent interfaces */ diff --git a/sys/dev/hwpmc/hwpmc_sparc64.c b/sys/dev/hwpmc/hwpmc_sparc64.c index af905b66924e..77f35f8b2e13 100644 --- a/sys/dev/hwpmc/hwpmc_sparc64.c +++ b/sys/dev/hwpmc/hwpmc_sparc64.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_sparc64.c,v 1.1 2005/06/09 19:45:07 jkoshy Exp $"); #include <sys/param.h> #include <sys/pmc.h> diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c index a742effc2a52..1c12513429c8 100644 --- a/sys/dev/hwpmc/hwpmc_x86.c +++ b/sys/dev/hwpmc/hwpmc_x86.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/hwpmc/hwpmc_x86.c,v 1.2.2.1 2005/08/26 19:49:32 jkoshy Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/hwpmc/pmc_events.h b/sys/dev/hwpmc/pmc_events.h index 23fc9dcb1a21..ac8073c07581 100644 --- a/sys/dev/hwpmc/pmc_events.h +++ b/sys/dev/hwpmc/pmc_events.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/dev/hwpmc/pmc_events.h,v 1.1 2005/06/09 19:45:07 jkoshy Exp $ */ #ifndef _DEV_HWPMC_PMC_EVENTS_H_ diff --git a/sys/dev/ic/cd1400.h b/sys/dev/ic/cd1400.h index 90672c4ee7e6..6e3693a02e9c 100644 --- a/sys/dev/ic/cd1400.h +++ b/sys/dev/ic/cd1400.h @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/cd1400.h,v 1.6 1999/08/28 00:45:12 peter Exp $ */ /* diff --git a/sys/dev/ic/cd180.h b/sys/dev/ic/cd180.h index ae46a4809b68..118e1f1b912e 100644 --- a/sys/dev/ic/cd180.h +++ b/sys/dev/ic/cd180.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/dev/ic/cd180.h,v 1.5 2005/01/06 01:42:44 imp Exp $ */ /* diff --git a/sys/dev/ic/esp.h b/sys/dev/ic/esp.h index b8f903782395..7b256b5432e9 100644 --- a/sys/dev/ic/esp.h +++ b/sys/dev/ic/esp.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/dev/ic/esp.h,v 1.6 2001/06/10 04:20:37 nyan Exp $ */ #ifndef _IC_ESP_H_ diff --git a/sys/dev/ic/hd64570.h b/sys/dev/ic/hd64570.h index 3399e0a0de57..f99633c35cdc 100644 --- a/sys/dev/ic/hd64570.h +++ b/sys/dev/ic/hd64570.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/hd64570.h,v 1.7 2005/01/06 01:42:44 imp Exp $ */ #ifndef _HD64570_H_ #define _HD64570_H_ diff --git a/sys/dev/ic/i8237.h b/sys/dev/ic/i8237.h index 5d4b3f4c8ffc..3f6c74bc2cec 100644 --- a/sys/dev/ic/i8237.h +++ b/sys/dev/ic/i8237.h @@ -1,7 +1,7 @@ /* * Intel 8237 DMA Controller * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/i8237.h,v 1.10 2005/05/14 10:14:56 nyan Exp $ */ #define DMA37MD_SINGLE 0x40 /* single pass mode */ diff --git a/sys/dev/ic/i8251.h b/sys/dev/ic/i8251.h index fab1ea437869..1f4f844d32e7 100644 --- a/sys/dev/ic/i8251.h +++ b/sys/dev/ic/i8251.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/dev/ic/i8251.h,v 1.2 2004/04/07 20:45:57 imp Exp $ */ /* diff --git a/sys/dev/ic/i8253reg.h b/sys/dev/ic/i8253reg.h index d41d3b2af0a6..ac32ecc2d746 100644 --- a/sys/dev/ic/i8253reg.h +++ b/sys/dev/ic/i8253reg.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: Header: timerreg.h,v 1.2 93/02/28 15:08:58 mccanne Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/i8253reg.h,v 1.2 2005/05/14 10:26:31 nyan Exp $ */ /* diff --git a/sys/dev/ic/i82586.h b/sys/dev/ic/i82586.h index d594730a0dd5..ac6e2af5509c 100644 --- a/sys/dev/ic/i82586.h +++ b/sys/dev/ic/i82586.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/i82586.h,v 1.11 2003/03/28 06:27:07 mdodd Exp $ */ /* diff --git a/sys/dev/ic/i8259.h b/sys/dev/ic/i8259.h index 91270a0715cc..53c5194720a2 100644 --- a/sys/dev/ic/i8259.h +++ b/sys/dev/ic/i8259.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/dev/ic/i8259.h,v 1.1 2004/01/06 18:59:37 jhb Exp $ */ /* diff --git a/sys/dev/ic/nec765.h b/sys/dev/ic/nec765.h index 1e0561a5ee66..9137792b010d 100644 --- a/sys/dev/ic/nec765.h +++ b/sys/dev/ic/nec765.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)nec765.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/nec765.h,v 1.11 2004/04/07 20:45:57 imp Exp $ */ /* diff --git a/sys/dev/ic/ns16550.h b/sys/dev/ic/ns16550.h index 0400f2babdd2..24e6fc3cb0a1 100644 --- a/sys/dev/ic/ns16550.h +++ b/sys/dev/ic/ns16550.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)ns16550.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/ns16550.h,v 1.16.8.1 2006/11/29 17:54:59 marcel Exp $ */ /* diff --git a/sys/dev/ic/rsa.h b/sys/dev/ic/rsa.h index 6f9376af2f23..b6535d05f1bb 100644 --- a/sys/dev/ic/rsa.h +++ b/sys/dev/ic/rsa.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/dev/ic/rsa.h,v 1.1 2001/06/10 04:28:38 nyan Exp $ */ /* diff --git a/sys/dev/ic/sab82532.h b/sys/dev/ic/sab82532.h index e570c6a9ae5f..b36491e37991 100644 --- a/sys/dev/ic/sab82532.h +++ b/sys/dev/ic/sab82532.h @@ -34,7 +34,7 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F30602-01-2-0537. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ic/sab82532.h,v 1.3 2005/01/06 01:42:44 imp Exp $ */ #ifndef _DEV_IC_SAB82532_H_ diff --git a/sys/dev/ic/wd33c93reg.h b/sys/dev/ic/wd33c93reg.h index 8e536cd1d32d..e67676bbdd98 100644 --- a/sys/dev/ic/wd33c93reg.h +++ b/sys/dev/ic/wd33c93reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ic/wd33c93reg.h,v 1.2 2005/01/06 01:42:44 imp Exp $ */ /* $NecBSD: wd33c93reg.h,v 1.21.24.1 2001/06/13 05:52:05 honda Exp $ */ /* $NetBSD$ */ /*- diff --git a/sys/dev/ic/z8530.h b/sys/dev/ic/z8530.h index d86a662a1d0b..5f31b67da435 100644 --- a/sys/dev/ic/z8530.h +++ b/sys/dev/ic/z8530.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/dev/ic/z8530.h,v 1.3 2005/01/06 01:42:44 imp Exp $ */ #ifndef _DEV_IC_Z8530_H_ diff --git a/sys/dev/ichsmb/ichsmb.c b/sys/dev/ichsmb/ichsmb.c index 6832ffe329c5..f03dc888b057 100644 --- a/sys/dev/ichsmb/ichsmb.c +++ b/sys/dev/ichsmb/ichsmb.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ichsmb/ichsmb.c,v 1.13.2.2 2006/09/22 19:19:16 jhb Exp $"); /* * Support for the SMBus controller logical device which is part of the diff --git a/sys/dev/ichsmb/ichsmb_pci.c b/sys/dev/ichsmb/ichsmb_pci.c index 54c3b97cdf95..916742333e01 100644 --- a/sys/dev/ichsmb/ichsmb_pci.c +++ b/sys/dev/ichsmb/ichsmb_pci.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ichsmb/ichsmb_pci.c,v 1.16.2.1 2005/08/19 18:38:55 brian Exp $"); /* * Support for the SMBus controller logical device which is part of the diff --git a/sys/dev/ichsmb/ichsmb_reg.h b/sys/dev/ichsmb/ichsmb_reg.h index a031607f4fdc..c64eb2f4e7cd 100644 --- a/sys/dev/ichsmb/ichsmb_reg.h +++ b/sys/dev/ichsmb/ichsmb_reg.h @@ -35,7 +35,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ichsmb/ichsmb_reg.h,v 1.2 2005/01/06 01:42:45 imp Exp $ */ #ifndef _DEV_ICHSMB_ICHSMB_REG_H_ diff --git a/sys/dev/ichsmb/ichsmb_var.h b/sys/dev/ichsmb/ichsmb_var.h index a7d0dcb234f9..87bdeb1354bb 100644 --- a/sys/dev/ichsmb/ichsmb_var.h +++ b/sys/dev/ichsmb/ichsmb_var.h @@ -35,7 +35,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ichsmb/ichsmb_var.h,v 1.4 2005/06/10 16:12:43 takawata Exp $ */ #ifndef _DEV_ICHSMB_ICHSMB_VAR_H diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 8ddeb8ce3c5b..2845de1531ab 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ichwd/ichwd.c,v 1.5.2.1 2006/06/15 15:15:07 ambrisko Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/ichwd/ichwd.h b/sys/dev/ichwd/ichwd.h index ad66f9a95979..ab8bbc8aed84 100644 --- a/sys/dev/ichwd/ichwd.h +++ b/sys/dev/ichwd/ichwd.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/dev/ichwd/ichwd.h,v 1.2.2.1 2006/06/15 15:15:07 ambrisko Exp $ */ #ifndef _ICHWD_H_ diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index 663b816a71d8..deaad0cbc8a0 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ida/ida.c,v 1.42 2005/05/29 04:42:20 nyan Exp $"); /* * Generic driver for Compaq SMART RAID adapters. diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 2446dddbe185..3512b6d72252 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.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/dev/ida/ida_disk.c,v 1.46 2005/05/29 04:42:20 nyan Exp $ */ /* diff --git a/sys/dev/ida/ida_eisa.c b/sys/dev/ida/ida_eisa.c index 864b1700a010..c99f765f098a 100644 --- a/sys/dev/ida/ida_eisa.c +++ b/sys/dev/ida/ida_eisa.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ida/ida_eisa.c,v 1.19 2005/05/29 04:42:20 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 3c9810537c2f..e9f665ba8288 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ida/ida_pci.c,v 1.34 2005/05/29 04:42:20 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ida/idaio.h b/sys/dev/ida/idaio.h index b30f2eae1ac7..652833db1df6 100644 --- a/sys/dev/ida/idaio.h +++ b/sys/dev/ida/idaio.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ida/idaio.h,v 1.1 2004/01/15 06:37:52 mdodd Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/ida/idareg.h b/sys/dev/ida/idareg.h index a25a768c564e..7c072eb0ddd1 100644 --- a/sys/dev/ida/idareg.h +++ b/sys/dev/ida/idareg.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/dev/ida/idareg.h,v 1.10 2005/04/13 05:09:49 mdodd Exp $ */ /* diff --git a/sys/dev/ida/idavar.h b/sys/dev/ida/idavar.h index 9666b0e80e73..088ee731b236 100644 --- a/sys/dev/ida/idavar.h +++ b/sys/dev/ida/idavar.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/dev/ida/idavar.h,v 1.17 2005/04/13 05:06:57 mdodd Exp $ */ /* diff --git a/sys/dev/idt/idt.c b/sys/dev/idt/idt.c index 51b197be9632..f37765421ae7 100644 --- a/sys/dev/idt/idt.c +++ b/sys/dev/idt/idt.c @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt.c,v 1.11 2005/06/10 16:49:10 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idt_harp.c b/sys/dev/idt/idt_harp.c index 84e52eb7b071..db955ee05f04 100644 --- a/sys/dev/idt/idt_harp.c +++ b/sys/dev/idt/idt_harp.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt_harp.c,v 1.8 2005/05/29 04:42:21 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idt_pci.c b/sys/dev/idt/idt_pci.c index 1a77c4bb060e..dfdad0f2ddb2 100644 --- a/sys/dev/idt/idt_pci.c +++ b/sys/dev/idt/idt_pci.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/idt/idt_pci.c,v 1.7 2005/05/29 04:42:21 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/idt/idtreg.h b/sys/dev/idt/idtreg.h index 230bbbb1c78c..bb3ddf1155d5 100644 --- a/sys/dev/idt/idtreg.h +++ b/sys/dev/idt/idtreg.h @@ -37,7 +37,7 @@ * ****************************************************************************** * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/idt/idtreg.h,v 1.2 2005/01/06 01:42:46 imp Exp $ */ #define IDT_VERSION "IDT 1.101" diff --git a/sys/dev/idt/idtvar.h b/sys/dev/idt/idtvar.h index b98ee1af2dad..ce054b28e1a6 100644 --- a/sys/dev/idt/idtvar.h +++ b/sys/dev/idt/idtvar.h @@ -47,7 +47,7 @@ * ****************************************************************************** * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/idt/idtvar.h,v 1.3 2005/01/06 01:42:46 imp Exp $ */ /******************************************************************************* diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index c3dcdee09cc9..c13447662854 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ie/if_ie.c,v 1.102.2.3 2005/10/09 04:15:12 delphij Exp $"); /* * Intel 82586 Ethernet chip diff --git a/sys/dev/ie/if_ie507.h b/sys/dev/ie/if_ie507.h index 7bcc500aa61d..5eeff15d3047 100644 --- a/sys/dev/ie/if_ie507.h +++ b/sys/dev/ie/if_ie507.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ie/if_ie507.h,v 1.5 2003/03/28 06:27:08 mdodd Exp $ * Definitions for 3C507 */ diff --git a/sys/dev/ie/if_ie_isa.c b/sys/dev/ie/if_ie_isa.c index 564176f17df6..2260cb0e40cc 100644 --- a/sys/dev/ie/if_ie_isa.c +++ b/sys/dev/ie/if_ie_isa.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ie/if_ie_isa.c,v 1.4 2005/06/10 16:49:10 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ie/if_iee16.h b/sys/dev/ie/if_iee16.h index 1196676cfed2..4b2d869dc91d 100644 --- a/sys/dev/ie/if_iee16.h +++ b/sys/dev/ie/if_iee16.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/dev/ie/if_iee16.h,v 1.4 2005/01/06 01:42:46 imp Exp $ */ /* diff --git a/sys/dev/ie/if_iereg.h b/sys/dev/ie/if_iereg.h index d3b0f228f957..2808fe2bf6f0 100644 --- a/sys/dev/ie/if_iereg.h +++ b/sys/dev/ie/if_iereg.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ie/if_iereg.h,v 1.6 2003/03/29 13:36:41 mdodd Exp $ * definitions for AT&T StarLAN 10 etc... */ diff --git a/sys/dev/ie/if_ievar.h b/sys/dev/ie/if_ievar.h index 2d3851f9cdf2..a1ca3bb87572 100644 --- a/sys/dev/ie/if_ievar.h +++ b/sys/dev/ie/if_ievar.h @@ -1,5 +1,5 @@ /*- - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ie/if_ievar.h,v 1.3 2005/06/10 16:49:10 brooks Exp $ */ enum ie_hardware { diff --git a/sys/dev/ieee488/ibfoo.c b/sys/dev/ieee488/ibfoo.c index 537443dbf091..ef1870a3d1fc 100644 --- a/sys/dev/ieee488/ibfoo.c +++ b/sys/dev/ieee488/ibfoo.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/ibfoo.c,v 1.5 2005/03/07 11:05:46 phk Exp $"); # define IBDEBUG # undef IBDEBUG diff --git a/sys/dev/ieee488/ibfoo_int.h b/sys/dev/ieee488/ibfoo_int.h index 28f72897a9df..be08ee021816 100644 --- a/sys/dev/ieee488/ibfoo_int.h +++ b/sys/dev/ieee488/ibfoo_int.h @@ -26,7 +26,7 @@ * This file defines the ABI between the userland gpib library and the * kernel. This file should not be used anywhere else. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ieee488/ibfoo_int.h,v 1.2 2005/02/12 21:07:09 phk Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/ieee488/pcii.c b/sys/dev/ieee488/pcii.c index d575f6927d59..1f1ca35354df 100644 --- a/sys/dev/ieee488/pcii.c +++ b/sys/dev/ieee488/pcii.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/pcii.c,v 1.5 2005/02/12 17:39:50 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ieee488/ugpib.h b/sys/dev/ieee488/ugpib.h index 726a70219dd8..42a1f26a25b3 100644 --- a/sys/dev/ieee488/ugpib.h +++ b/sys/dev/ieee488/ugpib.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/dev/ieee488/ugpib.h,v 1.5 2005/02/12 23:52:44 phk Exp $ * */ diff --git a/sys/dev/ieee488/upd7210.c b/sys/dev/ieee488/upd7210.c index e4b50ace490a..72f68a4510a2 100644 --- a/sys/dev/ieee488/upd7210.c +++ b/sys/dev/ieee488/upd7210.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ieee488/upd7210.c,v 1.7 2005/04/04 17:37:35 phk Exp $"); # define GPIB_DEBUG # undef GPIB_DEBUG diff --git a/sys/dev/ieee488/upd7210.h b/sys/dev/ieee488/upd7210.h index 7ba0f8eb8d10..8c6681327263 100644 --- a/sys/dev/ieee488/upd7210.h +++ b/sys/dev/ieee488/upd7210.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/dev/ieee488/upd7210.h,v 1.3 2005/02/12 23:52:44 phk Exp $ * * Locating an actual µPD7210 data book has proven quite impossible for me. * There are a fair number of newer chips which are supersets of the µPD7210 diff --git a/sys/dev/if_ndis/if_ndis.c b/sys/dev/if_ndis/if_ndis.c index 296d9a7346f8..3e0c6c7adf39 100644 --- a/sys/dev/if_ndis/if_ndis.c +++ b/sys/dev/if_ndis/if_ndis.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis.c,v 1.99.2.6 2005/12/16 17:33:47 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/if_ndis/if_ndis_pccard.c b/sys/dev/if_ndis/if_ndis_pccard.c index b0846e892b6c..b6a7b2a07418 100644 --- a/sys/dev/if_ndis/if_ndis_pccard.c +++ b/sys/dev/if_ndis/if_ndis_pccard.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis_pccard.c,v 1.13 2005/05/08 23:19:20 wpaul Exp $"); #include <sys/ctype.h> #include <sys/param.h> diff --git a/sys/dev/if_ndis/if_ndis_pci.c b/sys/dev/if_ndis/if_ndis_pci.c index e54cb618fce4..cb7eeaf6051a 100644 --- a/sys/dev/if_ndis/if_ndis_pci.c +++ b/sys/dev/if_ndis/if_ndis_pci.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis_pci.c,v 1.17 2005/05/08 23:19:20 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/if_ndis/if_ndis_usb.c b/sys/dev/if_ndis/if_ndis_usb.c index b5a694337b7e..8b18e8e057d3 100644 --- a/sys/dev/if_ndis/if_ndis_usb.c +++ b/sys/dev/if_ndis/if_ndis_usb.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/if_ndis/if_ndis_usb.c,v 1.5 2005/04/24 20:21:22 wpaul Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/if_ndis/if_ndisvar.h b/sys/dev/if_ndis/if_ndisvar.h index 13d517cf3075..ad9eb79cdc32 100644 --- a/sys/dev/if_ndis/if_ndisvar.h +++ b/sys/dev/if_ndis/if_ndisvar.h @@ -29,7 +29,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/dev/if_ndis/if_ndisvar.h,v 1.23.2.1 2005/10/27 17:06:46 wpaul Exp $ */ #define NDIS_DEFAULT_NODENAME "FreeBSD NDIS node" diff --git a/sys/dev/iicbus/if_ic.c b/sys/dev/iicbus/if_ic.c index 5c6e05b45791..c167d636948a 100644 --- a/sys/dev/iicbus/if_ic.c +++ b/sys/dev/iicbus/if_ic.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/if_ic.c,v 1.23.2.1 2005/08/25 05:01:11 rwatson Exp $"); /* * I2C bus IP driver diff --git a/sys/dev/iicbus/iic.c b/sys/dev/iicbus/iic.c index 3a879d8d0d37..e7f9f0e87735 100644 --- a/sys/dev/iicbus/iic.c +++ b/sys/dev/iicbus/iic.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/dev/iicbus/iic.c,v 1.32 2004/06/16 09:46:45 phk Exp $ * */ #include <sys/param.h> diff --git a/sys/dev/iicbus/iic.h b/sys/dev/iicbus/iic.h index 5d362c1a2dd4..8026fcb138dd 100644 --- a/sys/dev/iicbus/iic.h +++ b/sys/dev/iicbus/iic.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/dev/iicbus/iic.h,v 1.3 1999/08/28 00:44:16 peter Exp $ * */ #ifndef __IIC_H diff --git a/sys/dev/iicbus/iicbb.c b/sys/dev/iicbus/iicbb.c index 53ecdceb947f..c2ad09afe6fd 100644 --- a/sys/dev/iicbus/iicbb.c +++ b/sys/dev/iicbus/iicbb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/iicbb.c,v 1.13 2003/08/24 17:49:13 obrien Exp $"); /* * Generic I2C bit-banging code diff --git a/sys/dev/iicbus/iicbb_if.m b/sys/dev/iicbus/iicbb_if.m index 7d10fe748b22..bf9e2480f5c2 100644 --- a/sys/dev/iicbus/iicbb_if.m +++ b/sys/dev/iicbus/iicbb_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/iicbus/iicbb_if.m,v 1.6 2005/01/06 01:42:47 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/iicbus/iicbus.c b/sys/dev/iicbus/iicbus.c index aae8a76ce51c..d377e1c70698 100644 --- a/sys/dev/iicbus/iicbus.c +++ b/sys/dev/iicbus/iicbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/iicbus.c,v 1.20 2004/05/27 13:29:09 joerg Exp $"); /* * Autoconfiguration and support routines for the Philips serial I2C bus diff --git a/sys/dev/iicbus/iicbus.h b/sys/dev/iicbus/iicbus.h index 59bbaef4d3fe..a97af7f6275f 100644 --- a/sys/dev/iicbus/iicbus.h +++ b/sys/dev/iicbus/iicbus.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/dev/iicbus/iicbus.h,v 1.4 1999/08/28 00:41:58 peter Exp $ * */ #ifndef __IICBUS_H diff --git a/sys/dev/iicbus/iicbus_if.m b/sys/dev/iicbus/iicbus_if.m index 068cf4d86ff3..5c99309b438c 100644 --- a/sys/dev/iicbus/iicbus_if.m +++ b/sys/dev/iicbus/iicbus_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/iicbus/iicbus_if.m,v 1.6 2005/01/06 01:42:47 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/iicbus/iiconf.c b/sys/dev/iicbus/iiconf.c index 6753db9bc49b..ca85b0d53d12 100644 --- a/sys/dev/iicbus/iiconf.c +++ b/sys/dev/iicbus/iiconf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iicbus/iiconf.c,v 1.14 2003/08/24 17:49:13 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/iicbus/iiconf.h b/sys/dev/iicbus/iiconf.h index 3a9e7e34807f..971510eec89f 100644 --- a/sys/dev/iicbus/iiconf.h +++ b/sys/dev/iicbus/iiconf.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/dev/iicbus/iiconf.h,v 1.8 2003/06/19 02:50:08 jmg Exp $ */ #ifndef __IICONF_H #define __IICONF_H diff --git a/sys/dev/iicbus/iicsmb.c b/sys/dev/iicbus/iicsmb.c index 3bdb91b33e8f..0322709a7b46 100644 --- a/sys/dev/iicbus/iicsmb.c +++ b/sys/dev/iicbus/iicsmb.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/dev/iicbus/iicsmb.c,v 1.12.10.1 2006/09/22 19:19:16 jhb Exp $ * */ diff --git a/sys/dev/iir/iir.c b/sys/dev/iir/iir.c index f85ac8cc8097..bc5478964a85 100644 --- a/sys/dev/iir/iir.c +++ b/sys/dev/iir/iir.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iir/iir.c,v 1.13.2.1 2006/03/12 16:38:28 scottl Exp $"); #define _IIR_C_ diff --git a/sys/dev/iir/iir.h b/sys/dev/iir/iir.h index 62f429abf117..f2a210052447 100644 --- a/sys/dev/iir/iir.h +++ b/sys/dev/iir/iir.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/iir/iir.h,v 1.13.2.1 2006/03/12 16:38:28 scottl Exp $ */ /*- * Copyright (c) 2000-04 ICP vortex GmbH * Copyright (c) 2002-04 Intel Corporation diff --git a/sys/dev/iir/iir_ctrl.c b/sys/dev/iir/iir_ctrl.c index 206b6ffb4208..bfd22133bbff 100644 --- a/sys/dev/iir/iir_ctrl.c +++ b/sys/dev/iir/iir_ctrl.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iir/iir_ctrl.c,v 1.17 2005/05/06 02:32:34 cperciva Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index d38904561186..186276faabc5 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -31,7 +31,7 @@ #ident "$Id: iir_pci.c 1.2 2003/08/26 12:29:55 achim Exp $" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iir/iir_pci.c,v 1.15.2.1.4.1 2006/12/21 21:00:50 mjacob Exp $"); /* * iir_pci.c: PCI Bus Attachment for Intel Integrated RAID Controller driver diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c index 33f6c1d099b9..92bfed947b8d 100644 --- a/sys/dev/io/iodev.c +++ b/sys/dev/io/iodev.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/io/iodev.c,v 1.2 2004/08/02 20:42:28 markm Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c index 389d8d61cc56..6fdf25ed48ee 100644 --- a/sys/dev/ipmi/ipmi.c +++ b/sys/dev/ipmi/ipmi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi.c,v 1.3.2.3 2006/10/19 14:50:48 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_acpi.c b/sys/dev/ipmi/ipmi_acpi.c index e2518ebfcc0e..49aab01c0ec0 100644 --- a/sys/dev/ipmi/ipmi_acpi.c +++ b/sys/dev/ipmi/ipmi_acpi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_acpi.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_isa.c b/sys/dev/ipmi/ipmi_isa.c index a77081ad3908..840d959eacc7 100644 --- a/sys/dev/ipmi/ipmi_isa.c +++ b/sys/dev/ipmi/ipmi_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_isa.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_kcs.c b/sys/dev/ipmi/ipmi_kcs.c index 8ad606e9b5ae..186a87aee80d 100644 --- a/sys/dev/ipmi/ipmi_kcs.c +++ b/sys/dev/ipmi/ipmi_kcs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_kcs.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_pci.c b/sys/dev/ipmi/ipmi_pci.c index def00c9947ed..ad4b3f0e4d86 100644 --- a/sys/dev/ipmi/ipmi_pci.c +++ b/sys/dev/ipmi/ipmi_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_pci.c,v 1.1.2.2 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_smbios.c b/sys/dev/ipmi/ipmi_smbios.c index dbc11ed5c34e..e18bc326bd42 100644 --- a/sys/dev/ipmi/ipmi_smbios.c +++ b/sys/dev/ipmi/ipmi_smbios.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_smbios.c,v 1.1.2.2 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_smbus.c b/sys/dev/ipmi/ipmi_smbus.c index 3798a628d26f..6f610eb18eb1 100644 --- a/sys/dev/ipmi/ipmi_smbus.c +++ b/sys/dev/ipmi/ipmi_smbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_smbus.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_smic.c b/sys/dev/ipmi/ipmi_smic.c index c1c69b3923cd..8d5d828edf15 100644 --- a/sys/dev/ipmi/ipmi_smic.c +++ b/sys/dev/ipmi/ipmi_smic.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_smic.c,v 1.1.2.2 2006/10/19 14:50:48 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmi_ssif.c b/sys/dev/ipmi/ipmi_ssif.c index 2f90b6ef2b18..8a9f11fe0881 100644 --- a/sys/dev/ipmi/ipmi_ssif.c +++ b/sys/dev/ipmi/ipmi_ssif.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipmi/ipmi_ssif.c,v 1.1.2.1 2006/09/29 21:21:52 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ipmi/ipmivars.h b/sys/dev/ipmi/ipmivars.h index c56fb88c3849..856d2488cfda 100644 --- a/sys/dev/ipmi/ipmivars.h +++ b/sys/dev/ipmi/ipmivars.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/dev/ipmi/ipmivars.h,v 1.1.2.2 2006/09/29 21:21:52 jhb Exp $ */ #ifndef __IPMIVARS_H__ diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 5f2f8f65ede0..f06cd98eb85b 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips.c,v 1.17.2.1 2006/11/02 14:57:21 maxim Exp $"); #include <dev/ips/ips.h> #include <sys/stat.h> diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h index 53a30819e2e0..8bda37097f40 100644 --- a/sys/dev/ips/ips.h +++ b/sys/dev/ips/ips.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/dev/ips/ips.h,v 1.14.2.1 2006/11/02 14:57:22 maxim Exp $ */ diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c index bbaed7168bc0..4b97ae3c14aa 100644 --- a/sys/dev/ips/ips_commands.c +++ b/sys/dev/ips/ips_commands.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_commands.c,v 1.12 2005/01/28 05:02:13 scottl Exp $"); #include <dev/ips/ips.h> diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c index 7a8f5fd85ac8..968f4f26efa6 100644 --- a/sys/dev/ips/ips_disk.c +++ b/sys/dev/ips/ips_disk.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_disk.c,v 1.8 2005/01/30 17:45:45 scottl Exp $"); #include <dev/ips/ips.h> #include <dev/ips/ips_disk.h> diff --git a/sys/dev/ips/ips_disk.h b/sys/dev/ips/ips_disk.h index b841eeaeea2f..c98f811ebf74 100644 --- a/sys/dev/ips/ips_disk.h +++ b/sys/dev/ips/ips_disk.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/dev/ips/ips_disk.h,v 1.4 2005/05/29 04:42:21 nyan Exp $ */ diff --git a/sys/dev/ips/ips_ioctl.c b/sys/dev/ips/ips_ioctl.c index d3cee20ebdaa..71b397427364 100644 --- a/sys/dev/ips/ips_ioctl.c +++ b/sys/dev/ips/ips_ioctl.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_ioctl.c,v 1.6 2005/01/28 05:02:13 scottl Exp $"); #include <dev/ips/ips.h> #include <dev/ips/ips_ioctl.h> diff --git a/sys/dev/ips/ips_ioctl.h b/sys/dev/ips/ips_ioctl.h index ef0691e92846..84be407dbe23 100644 --- a/sys/dev/ips/ips_ioctl.h +++ b/sys/dev/ips/ips_ioctl.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/dev/ips/ips_ioctl.h,v 1.1 2003/05/11 06:36:49 scottl Exp $ */ diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c index 569c60f09825..055c33c6392c 100644 --- a/sys/dev/ips/ips_pci.c +++ b/sys/dev/ips/ips_pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ips/ips_pci.c,v 1.13 2005/03/05 18:17:34 imp Exp $"); #include <dev/ips/ips.h> diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c index c8f79f4e0434..c35a4291874c 100644 --- a/sys/dev/ipw/if_ipw.c +++ b/sys/dev/ipw/if_ipw.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ipw/if_ipw.c,v 1.7.2.5 2006/04/10 18:27:00 mlaier Exp $ */ /*- * Copyright (c) 2004-2006 @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ipw/if_ipw.c,v 1.7.2.5 2006/04/10 18:27:00 mlaier Exp $"); /*- * Intel(R) PRO/Wireless 2100 MiniPCI driver diff --git a/sys/dev/ipw/if_ipwreg.h b/sys/dev/ipw/if_ipwreg.h index 9cbd62f45cae..e6ebdac0952a 100644 --- a/sys/dev/ipw/if_ipwreg.h +++ b/sys/dev/ipw/if_ipwreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ipw/if_ipwreg.h,v 1.1 2005/04/18 18:47:36 damien Exp $ */ /*- * Copyright (c) 2004, 2005 diff --git a/sys/dev/ipw/if_ipwvar.h b/sys/dev/ipw/if_ipwvar.h index ac3570dc2622..cc5b1dd7c0b0 100644 --- a/sys/dev/ipw/if_ipwvar.h +++ b/sys/dev/ipw/if_ipwvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ipw/if_ipwvar.h,v 1.3.2.1 2006/04/10 18:27:00 mlaier Exp $ */ /*- * Copyright (c) 2004, 2005 diff --git a/sys/dev/isp/DriverManual.txt b/sys/dev/isp/DriverManual.txt index ea1968f9f883..fc35af47d07a 100644 --- a/sys/dev/isp/DriverManual.txt +++ b/sys/dev/isp/DriverManual.txt @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/DriverManual.txt,v 1.1 2001/10/07 18:26:47 mjacob Exp $ */ Driver Theory of Operation Manual diff --git a/sys/dev/isp/Hardware.txt b/sys/dev/isp/Hardware.txt index 75f01bf7dd36..00593d82aa38 100644 --- a/sys/dev/isp/Hardware.txt +++ b/sys/dev/isp/Hardware.txt @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/Hardware.txt,v 1.2 2003/01/01 18:48:50 schweikh Exp $ */ Hardware that is Known To or Should Work with This Driver diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index b880a45dec30..04038f999f14 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -42,7 +42,7 @@ #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp.c,v 1.113.2.4 2006/09/01 05:55:13 mjacob Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index af81b135acaa..43809f1a13f8 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -29,7 +29,7 @@ * Platform (FreeBSD) dependent common attachment code for Qlogic adapters. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_freebsd.c,v 1.105.2.5 2006/09/01 05:55:13 mjacob Exp $"); #include <dev/isp/isp_freebsd.h> #include <sys/unistd.h> #include <sys/kthread.h> diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index 6502dea00844..a91d32bb6910 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_freebsd.h,v 1.79.2.6 2006/09/01 05:55:13 mjacob Exp $ */ /*- * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions * diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index 4171466e29d2..8d6472091767 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_ioctl.h,v 1.12.2.4 2006/09/01 05:55:13 mjacob Exp $ */ /*- * * Copyright (c) 1997-2006 by Matthew Jacob diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 298197f25b8a..4ca19f7ad791 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -32,7 +32,7 @@ #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_library.c,v 1.1.2.3 2006/09/01 05:55:13 mjacob Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index 4faa320e3bd6..af6bc082481e 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_library.h,v 1.1.2.2 2006/05/22 21:31:54 mjacob Exp $ */ /*- * Qlogic Host Adapter Library Functions * diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 7ea7dbf5bc7c..16ce32791e57 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -30,7 +30,7 @@ * FreeBSD Version. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_pci.c,v 1.104.2.7 2006/09/01 05:55:13 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c index c8b88fc61b0a..bdf8a0837305 100644 --- a/sys/dev/isp/isp_sbus.c +++ b/sys/dev/isp/isp_sbus.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_sbus.c,v 1.15.8.4 2006/09/01 05:55:14 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index ebbd80b71114..c85f5a85ff2d 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -38,7 +38,7 @@ #endif #ifdef __FreeBSD__ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/isp/isp_target.c,v 1.32.2.3 2006/09/01 05:55:14 mjacob Exp $"); #include <dev/isp/isp_freebsd.h> #endif #ifdef __OpenBSD__ diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index be0387760c6d..13540526b960 100644 --- a/sys/dev/isp/isp_target.h +++ b/sys/dev/isp/isp_target.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_target.h,v 1.23.2.3 2006/09/01 05:55:14 mjacob Exp $ */ /*- * Qlogic Target Mode Structure and Flag Definitions * diff --git a/sys/dev/isp/isp_tpublic.h b/sys/dev/isp/isp_tpublic.h index d1a0b3d2ca67..77a26c4e3dda 100644 --- a/sys/dev/isp/isp_tpublic.h +++ b/sys/dev/isp/isp_tpublic.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/isp_tpublic.h,v 1.10.2.3 2006/09/01 05:55:14 mjacob Exp $ */ /*- * Qlogic ISP Host Adapter Public Target Interface Structures && Routines * diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 2ef8d51e42d7..bd1a16f5cd99 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispmbox.h,v 1.47.2.3 2006/09/01 05:55:14 mjacob Exp $ */ /*- * Mailbox and Queue Entry Definitions for for Qlogic ISP SCSI adapters. * diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index 8c5e5d413ee2..d5ed39a16d6a 100644 --- a/sys/dev/isp/ispreg.h +++ b/sys/dev/isp/ispreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispreg.h,v 1.23.2.3 2006/09/01 05:55:14 mjacob Exp $ */ /*- * Machine Independent (well, as best as possible) register * definitions for Qlogic ISP SCSI adapters. diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index 5ea8e8a7c415..77a4fef8f235 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/isp/ispvar.h,v 1.71.2.4 2006/09/01 05:55:14 mjacob Exp $ */ /*- * Soft Definitions for for Qlogic ISP SCSI adapters. * diff --git a/sys/dev/ispfw/asm_1000.h b/sys/dev/ispfw/asm_1000.h index fb064094d30b..52a41632c2d4 100644 --- a/sys/dev/ispfw/asm_1000.h +++ b/sys/dev/ispfw/asm_1000.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_1000.h,v 1.2 2005/01/06 01:42:49 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_1040.h b/sys/dev/ispfw/asm_1040.h index 9e78a56e5c11..f9aead4dc8c4 100644 --- a/sys/dev/ispfw/asm_1040.h +++ b/sys/dev/ispfw/asm_1040.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_1040.h,v 1.4 2005/01/06 01:42:49 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_1080.h b/sys/dev/ispfw/asm_1080.h index edb0ad711a28..42f23e183bf3 100644 --- a/sys/dev/ispfw/asm_1080.h +++ b/sys/dev/ispfw/asm_1080.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_1080.h,v 1.3 2005/01/06 01:42:49 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_12160.h b/sys/dev/ispfw/asm_12160.h index bc1d42089853..6d799ff8ef20 100644 --- a/sys/dev/ispfw/asm_12160.h +++ b/sys/dev/ispfw/asm_12160.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_12160.h,v 1.6 2005/01/06 01:42:50 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2100.h b/sys/dev/ispfw/asm_2100.h index 399707d57543..e7fe40bcd829 100644 --- a/sys/dev/ispfw/asm_2100.h +++ b/sys/dev/ispfw/asm_2100.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2100.h,v 1.6 2005/01/06 01:42:50 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2200.h b/sys/dev/ispfw/asm_2200.h index 3d92bf7c99e4..5faba6e14da5 100644 --- a/sys/dev/ispfw/asm_2200.h +++ b/sys/dev/ispfw/asm_2200.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2200.h,v 1.7 2005/01/06 01:42:50 imp Exp $ */ /*- * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2300.h b/sys/dev/ispfw/asm_2300.h index 126da55c9640..3e9947a44905 100644 --- a/sys/dev/ispfw/asm_2300.h +++ b/sys/dev/ispfw/asm_2300.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2300.h,v 1.8.2.1 2006/06/01 07:02:58 mjacob Exp $ */ /*- * Copyright (C) 2001, 2002, 2003, 2004, 2005 by Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/asm_2322.h b/sys/dev/ispfw/asm_2322.h index 18b60612d78b..17df23fad62e 100644 --- a/sys/dev/ispfw/asm_2322.h +++ b/sys/dev/ispfw/asm_2322.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ispfw/asm_2322.h,v 1.1.2.1 2006/09/01 04:47:18 mjacob Exp $ */ /*- * Copyright (C) 2004-2005 by Qlogic, Inc. * All rights reserved. diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index d4e0247cc41e..7e401785edb1 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ispfw/ispfw.c,v 1.14.2.1 2006/09/01 04:47:18 mjacob Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/iwi/if_iwi.c b/sys/dev/iwi/if_iwi.c index 1e218dbff705..793716bc9c82 100644 --- a/sys/dev/iwi/if_iwi.c +++ b/sys/dev/iwi/if_iwi.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/iwi/if_iwi.c,v 1.8.2.10 2006/10/29 08:29:31 mlaier Exp $"); /*- * Intel(R) PRO/Wireless 2200BG/2225BG/2915ABG driver diff --git a/sys/dev/iwi/if_iwireg.h b/sys/dev/iwi/if_iwireg.h index 05ce168d3527..cba6a87168b4 100644 --- a/sys/dev/iwi/if_iwireg.h +++ b/sys/dev/iwi/if_iwireg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/iwi/if_iwireg.h,v 1.2.2.4 2006/10/29 08:29:31 mlaier Exp $ */ /*- * Copyright (c) 2004, 2005 diff --git a/sys/dev/iwi/if_iwivar.h b/sys/dev/iwi/if_iwivar.h index 3884a3ab36f9..29fc17de5261 100644 --- a/sys/dev/iwi/if_iwivar.h +++ b/sys/dev/iwi/if_iwivar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/iwi/if_iwivar.h,v 1.4.2.2 2006/07/11 00:00:29 mlaier Exp $ */ /*- * Copyright (c) 2004, 2005 diff --git a/sys/dev/ixgb/LICENSE b/sys/dev/ixgb/LICENSE index 501764514696..333a0fce9950 100644 --- a/sys/dev/ixgb/LICENSE +++ b/sys/dev/ixgb/LICENSE @@ -1,4 +1,4 @@ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/LICENSE,v 1.2 2005/01/06 01:42:53 imp Exp $*/ /*- Copyright (c) 2001-2004, Intel Corporation diff --git a/sys/dev/ixgb/README b/sys/dev/ixgb/README index 1508eac95c44..d46628f71269 100644 --- a/sys/dev/ixgb/README +++ b/sys/dev/ixgb/README @@ -1,4 +1,4 @@ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/README,v 1.1.10.1 2005/10/07 14:00:04 glebius Exp $*/ FreeBSD Driver for Intel(R) PRO/10GbE Server Adapters ===================================================== diff --git a/sys/dev/ixgb/if_ixgb.c b/sys/dev/ixgb/if_ixgb.c index b62d4eb4d70f..13f20fb19ad1 100644 --- a/sys/dev/ixgb/if_ixgb.c +++ b/sys/dev/ixgb/if_ixgb.c @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/if_ixgb.c,v 1.10.2.6 2006/01/13 19:21:44 glebius Exp $*/ #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/dev/ixgb/if_ixgb.h b/sys/dev/ixgb/if_ixgb.h index 5d7b4d95bcf7..99f2c35fe622 100644 --- a/sys/dev/ixgb/if_ixgb.h +++ b/sys/dev/ixgb/if_ixgb.h @@ -30,7 +30,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/dev/ixgb/if_ixgb.h,v 1.7 2005/06/10 16:49:11 brooks Exp $*/ #ifndef _IXGB_H_DEFINED_ #define _IXGB_H_DEFINED_ diff --git a/sys/dev/ixgb/if_ixgb_osdep.h b/sys/dev/ixgb/if_ixgb_osdep.h index 4e9cd0fe8dd9..4e10f8d3c3ef 100644 --- a/sys/dev/ixgb/if_ixgb_osdep.h +++ b/sys/dev/ixgb/if_ixgb_osdep.h @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/if_ixgb_osdep.h,v 1.3 2005/03/27 16:38:08 mux Exp $*/ #ifndef _FREEBSD_OS_H_ #define _FREEBSD_OS_H_ diff --git a/sys/dev/ixgb/ixgb_ee.c b/sys/dev/ixgb/ixgb_ee.c index 861a99a13997..c7ec7b729fb2 100644 --- a/sys/dev/ixgb/ixgb_ee.c +++ b/sys/dev/ixgb/ixgb_ee.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_ee.c,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ #include <dev/ixgb/ixgb_hw.h> #include <dev/ixgb/ixgb_ee.h> diff --git a/sys/dev/ixgb/ixgb_ee.h b/sys/dev/ixgb/ixgb_ee.h index 6a1163aab61b..d30667aa72e8 100644 --- a/sys/dev/ixgb/ixgb_ee.h +++ b/sys/dev/ixgb/ixgb_ee.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_ee.h,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ #ifndef _IXGB_EE_H_ #define _IXGB_EE_H_ diff --git a/sys/dev/ixgb/ixgb_hw.c b/sys/dev/ixgb/ixgb_hw.c index 23b0b2846e59..131c9d685f79 100644 --- a/sys/dev/ixgb/ixgb_hw.c +++ b/sys/dev/ixgb/ixgb_hw.c @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_hw.c,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ /* ixgb_hw.c * Shared functions for accessing and configuring the adapter diff --git a/sys/dev/ixgb/ixgb_hw.h b/sys/dev/ixgb/ixgb_hw.h index 2194544e04ee..88c13bbe55e7 100644 --- a/sys/dev/ixgb/ixgb_hw.h +++ b/sys/dev/ixgb/ixgb_hw.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_hw.h,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ #ifndef _IXGB_HW_H_ #define _IXGB_HW_H_ diff --git a/sys/dev/ixgb/ixgb_ids.h b/sys/dev/ixgb/ixgb_ids.h index a224f6300fa2..d33ba85719be 100644 --- a/sys/dev/ixgb/ixgb_ids.h +++ b/sys/dev/ixgb/ixgb_ids.h @@ -31,7 +31,7 @@ *******************************************************************************/ -/*$FreeBSD$*/ +/*$FreeBSD: src/sys/dev/ixgb/ixgb_ids.h,v 1.1 2004/05/28 00:22:59 tackerman Exp $*/ #ifndef _IXGB_IDS_H_ #define _IXGB_IDS_H_ diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 472985b62681..60232417dc1c 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/joy/joy.c,v 1.53.8.1 2005/12/07 15:14:59 jylefort Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/joy/joy_isa.c b/sys/dev/joy/joy_isa.c index efb1e29280dc..80c54645e40d 100644 --- a/sys/dev/joy/joy_isa.c +++ b/sys/dev/joy/joy_isa.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/joy/joy_isa.c,v 1.3 2003/08/24 17:49:14 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/joy/joy_pccard.c b/sys/dev/joy/joy_pccard.c index d94819a8c4c2..cee216eb7209 100644 --- a/sys/dev/joy/joy_pccard.c +++ b/sys/dev/joy/joy_pccard.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/joy/joy_pccard.c,v 1.5 2004/05/27 03:49:42 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/joy/joyvar.h b/sys/dev/joy/joyvar.h index 966fe78abb60..3a566e0205b8 100644 --- a/sys/dev/joy/joyvar.h +++ b/sys/dev/joy/joyvar.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/dev/joy/joyvar.h,v 1.3 2004/06/16 09:46:48 phk Exp $ */ struct joy_softc { diff --git a/sys/dev/kbd/kbd.c b/sys/dev/kbd/kbd.c index 1c004c3fd8a2..da888e7f4be1 100644 --- a/sys/dev/kbd/kbd.c +++ b/sys/dev/kbd/kbd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/kbd/kbd.c,v 1.43.2.2 2006/03/04 00:41:28 emax Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/kbd/kbdreg.h b/sys/dev/kbd/kbdreg.h index 184c607a015a..1d12486e88f3 100644 --- a/sys/dev/kbd/kbdreg.h +++ b/sys/dev/kbd/kbdreg.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/dev/kbd/kbdreg.h,v 1.17.8.1 2005/07/20 18:56:20 emax Exp $ */ #ifndef _DEV_KBD_KBDREG_H_ diff --git a/sys/dev/kbd/kbdtables.h b/sys/dev/kbd/kbdtables.h index 5ff744c0c716..6a6704cb4b66 100644 --- a/sys/dev/kbd/kbdtables.h +++ b/sys/dev/kbd/kbdtables.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/dev/kbd/kbdtables.h,v 1.50 2005/05/12 13:39:31 nyan Exp $ */ #ifndef KBD_DFLT_KEYMAP diff --git a/sys/dev/kbdmux/kbdmux.c b/sys/dev/kbdmux/kbdmux.c index b9da79adc70e..10d722102ccb 100644 --- a/sys/dev/kbdmux/kbdmux.c +++ b/sys/dev/kbdmux/kbdmux.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: kbdmux.c,v 1.4 2005/07/14 17:38:35 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/kbdmux/kbdmux.c,v 1.2.2.8 2006/10/04 06:09:09 ru Exp $ */ #include "opt_kbd.h" diff --git a/sys/dev/le/am7990.c b/sys/dev/le/am7990.c index 0738ed08aea3..a3fe239889a6 100644 --- a/sys/dev/le/am7990.c +++ b/sys/dev/le/am7990.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/am7990.c,v 1.1.2.3 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/am79900.c b/sys/dev/le/am79900.c index 7246df387b1f..13eca87eabf4 100644 --- a/sys/dev/le/am79900.c +++ b/sys/dev/le/am79900.c @@ -110,7 +110,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/am79900.c,v 1.1.2.3 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/am79900reg.h b/sys/dev/le/am79900reg.h index 33610645d394..0212bbd6dd7d 100644 --- a/sys/dev/le/am79900reg.h +++ b/sys/dev/le/am79900reg.h @@ -70,7 +70,7 @@ * @(#)if_lereg.h 8.1 (Berkeley) 6/10/93 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am79900reg.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM79900REG_H_ #define _DEV_LE_AM79900REG_H_ diff --git a/sys/dev/le/am79900var.h b/sys/dev/le/am79900var.h index 196667e045b0..39e6acb0b2e1 100644 --- a/sys/dev/le/am79900var.h +++ b/sys/dev/le/am79900var.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am79900var.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM79900VAR_H_ #define _DEV_LE_AM79900VAR_H_ diff --git a/sys/dev/le/am7990reg.h b/sys/dev/le/am7990reg.h index d3f8e0d3d9f0..60af47c6144b 100644 --- a/sys/dev/le/am7990reg.h +++ b/sys/dev/le/am7990reg.h @@ -70,7 +70,7 @@ * @(#)if_lereg.h 8.1 (Berkeley) 6/10/93 */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am7990reg.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM7990REG_H_ #define _DEV_LE_AM7990REG_H_ diff --git a/sys/dev/le/am7990var.h b/sys/dev/le/am7990var.h index 8b2c8bf91c87..014c0316281a 100644 --- a/sys/dev/le/am7990var.h +++ b/sys/dev/le/am7990var.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/am7990var.h,v 1.1.2.1 2006/02/13 11:30:40 marius Exp $ */ #ifndef _DEV_LE_AM7990VAR_H_ #define _DEV_LE_AM7990VAR_H_ diff --git a/sys/dev/le/if_le_ledma.c b/sys/dev/le/if_le_ledma.c index d19e241e10d8..e7cbc9a6f15e 100644 --- a/sys/dev/le/if_le_ledma.c +++ b/sys/dev/le/if_le_ledma.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/if_le_ledma.c,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index 40ed93346c67..6a9e94ccc6dc 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/if_le_pci.c,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c index 0c22fccdbaf9..285196bfe0c0 100644 --- a/sys/dev/le/lance.c +++ b/sys/dev/le/lance.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/le/lance.c,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/le/lancereg.h b/sys/dev/le/lancereg.h index 3e0ce060dcf2..e5165e963119 100644 --- a/sys/dev/le/lancereg.h +++ b/sys/dev/le/lancereg.h @@ -120,7 +120,7 @@ * valid on the LANCE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/lancereg.h,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $ */ #ifndef _DEV_LE_LANCEREG_H_ #define _DEV_LE_LANCEREG_H_ diff --git a/sys/dev/le/lancevar.h b/sys/dev/le/lancevar.h index 1c2142b77250..76da35fd6565 100644 --- a/sys/dev/le/lancevar.h +++ b/sys/dev/le/lancevar.h @@ -37,7 +37,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/le/lancevar.h,v 1.1.2.2 2006/06/18 15:43:18 marius Exp $ */ #ifndef _DEV_LE_LANCEVAR_H_ #define _DEV_LE_LANCEVAR_H_ diff --git a/sys/dev/led/led.c b/sys/dev/led/led.c index 11c8d3ad8c21..4713f8812ef6 100644 --- a/sys/dev/led/led.c +++ b/sys/dev/led/led.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/led/led.c,v 1.16 2005/03/07 11:05:46 phk Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/led/led.h b/sys/dev/led/led.h index 866311b9809a..0276b5e91942 100644 --- a/sys/dev/led/led.h +++ b/sys/dev/led/led.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/dev/led/led.h,v 1.5 2004/06/16 09:46:49 phk Exp $ */ #ifndef _DEV_LED_H diff --git a/sys/dev/lge/if_lge.c b/sys/dev/lge/if_lge.c index a13091147a8d..858cec91d0ba 100644 --- a/sys/dev/lge/if_lge.c +++ b/sys/dev/lge/if_lge.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lge/if_lge.c,v 1.39.2.5 2006/03/17 21:30:55 glebius Exp $"); /* * Level 1 LXT1001 gigabit ethernet driver for FreeBSD. Public diff --git a/sys/dev/lge/if_lgereg.h b/sys/dev/lge/if_lgereg.h index 53889f399d3f..de97933207fc 100644 --- a/sys/dev/lge/if_lgereg.h +++ b/sys/dev/lge/if_lgereg.h @@ -30,7 +30,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/dev/lge/if_lgereg.h,v 1.5.2.2 2005/11/30 16:04:52 jhb Exp $ */ diff --git a/sys/dev/lnc/if_lnc.c b/sys/dev/lnc/if_lnc.c index 1d26ad67522c..b41cb780af8c 100644 --- a/sys/dev/lnc/if_lnc.c +++ b/sys/dev/lnc/if_lnc.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lnc/if_lnc.c,v 1.111.2.3 2005/10/09 04:18:17 delphij Exp $"); /* #define DIAGNOSTIC diff --git a/sys/dev/lnc/if_lnc_cbus.c b/sys/dev/lnc/if_lnc_cbus.c index 7132aff37fa9..c4f21de8623d 100644 --- a/sys/dev/lnc/if_lnc_cbus.c +++ b/sys/dev/lnc/if_lnc_cbus.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lnc/if_lnc_cbus.c,v 1.9 2005/06/10 16:49:11 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/lnc/if_lnc_isa.c b/sys/dev/lnc/if_lnc_isa.c index ac0cf97ebd35..30a8f19e4723 100644 --- a/sys/dev/lnc/if_lnc_isa.c +++ b/sys/dev/lnc/if_lnc_isa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lnc/if_lnc_isa.c,v 1.20 2005/06/10 16:49:11 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/lnc/if_lnc_pci.c b/sys/dev/lnc/if_lnc_pci.c index eed20ead4e01..164547796822 100644 --- a/sys/dev/lnc/if_lnc_pci.c +++ b/sys/dev/lnc/if_lnc_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/lnc/if_lnc_pci.c,v 1.37.2.1 2006/09/03 18:16:45 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/lnc/if_lncreg.h b/sys/dev/lnc/if_lncreg.h index 86e1d8b021a9..e23d1ec5665a 100644 --- a/sys/dev/lnc/if_lncreg.h +++ b/sys/dev/lnc/if_lncreg.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/dev/lnc/if_lncreg.h,v 1.7 2001/07/04 13:00:19 nyan Exp $ */ /* diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h index a34d83e58e22..720f7c360517 100644 --- a/sys/dev/lnc/if_lncvar.h +++ b/sys/dev/lnc/if_lncvar.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/lnc/if_lncvar.h,v 1.28 2005/06/10 16:49:11 brooks Exp $ */ /* diff --git a/sys/dev/mc146818/mc146818.c b/sys/dev/mc146818/mc146818.c index 3bd4ce321384..d5e67d96fcd3 100644 --- a/sys/dev/mc146818/mc146818.c +++ b/sys/dev/mc146818/mc146818.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mc146818/mc146818.c,v 1.4 2005/06/04 23:24:50 marius Exp $"); /* * mc146818 and compatible time of day chip subroutines diff --git a/sys/dev/mc146818/mc146818reg.h b/sys/dev/mc146818/mc146818reg.h index 3aab55f56a5a..08f8b47b12ce 100644 --- a/sys/dev/mc146818/mc146818reg.h +++ b/sys/dev/mc146818/mc146818reg.h @@ -24,7 +24,7 @@ * * from: NetBSD: mc146818reg.h,v 1.5 2003/11/02 11:07:45 wiz Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mc146818/mc146818reg.h,v 1.6 2005/01/06 01:42:54 imp Exp $ */ /* diff --git a/sys/dev/mc146818/mc146818var.h b/sys/dev/mc146818/mc146818var.h index 4c6ff099e892..8574bff28b7b 100644 --- a/sys/dev/mc146818/mc146818var.h +++ b/sys/dev/mc146818/mc146818var.h @@ -25,7 +25,7 @@ * * from: NetBSD: mc146818var.h,v 1.3 2003/11/24 06:20:40 tsutsui Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mc146818/mc146818var.h,v 1.3 2005/05/19 21:20:42 marius Exp $ */ struct mc146818_softc { diff --git a/sys/dev/mca/mca_bus.c b/sys/dev/mca/mca_bus.c index efa70d29b8a6..f6e4f89f99dd 100644 --- a/sys/dev/mca/mca_bus.c +++ b/sys/dev/mca/mca_bus.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mca/mca_bus.c,v 1.13 2003/08/24 17:54:09 obrien Exp $"); /* * References: diff --git a/sys/dev/mca/mca_busreg.h b/sys/dev/mca/mca_busreg.h index e818b68b8023..6b9324ec4191 100644 --- a/sys/dev/mca/mca_busreg.h +++ b/sys/dev/mca/mca_busreg.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/dev/mca/mca_busreg.h,v 1.1 1999/09/03 03:40:00 mdodd Exp $ */ /* diff --git a/sys/dev/mca/mca_busvar.h b/sys/dev/mca/mca_busvar.h index db11d67699f6..6555c47f4298 100644 --- a/sys/dev/mca/mca_busvar.h +++ b/sys/dev/mca/mca_busvar.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/dev/mca/mca_busvar.h,v 1.2 1999/09/26 07:02:05 mdodd Exp $ */ typedef u_int16_t mca_id_t; diff --git a/sys/dev/mcd/mcd.c b/sys/dev/mcd/mcd.c index 86e40c474436..a34a589301ef 100644 --- a/sys/dev/mcd/mcd.c +++ b/sys/dev/mcd/mcd.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mcd/mcd.c,v 1.147 2005/05/29 04:42:22 nyan Exp $"); static const char COPYRIGHT[] = "mcd-driver (C)1993 by H.Veit & B.Moore"; #include <sys/param.h> diff --git a/sys/dev/mcd/mcd_isa.c b/sys/dev/mcd/mcd_isa.c index 8b71f105977d..9a6376dd92cb 100644 --- a/sys/dev/mcd/mcd_isa.c +++ b/sys/dev/mcd/mcd_isa.c @@ -2,7 +2,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mcd/mcd_isa.c,v 1.9 2005/05/29 04:42:22 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mcd/mcdreg.h b/sys/dev/mcd/mcdreg.h index 451fc5de76c3..1fb1c7ae1cc6 100644 --- a/sys/dev/mcd/mcdreg.h +++ b/sys/dev/mcd/mcdreg.h @@ -41,7 +41,7 @@ * the manufacturer or anyone else might provide better documentation, * so this file (and the driver) will then have a better quality. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mcd/mcdreg.h,v 1.18 2005/03/02 21:33:24 joerg Exp $ */ #ifndef MCD_H diff --git a/sys/dev/mcd/mcdvar.h b/sys/dev/mcd/mcdvar.h index adfd4a4f4191..162906369e96 100644 --- a/sys/dev/mcd/mcdvar.h +++ b/sys/dev/mcd/mcdvar.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mcd/mcdvar.h,v 1.4 2004/06/16 09:46:49 phk Exp $ */ struct mcd_mbx { diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index 35a6ae195117..21771c734fcb 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/md/md.c,v 1.153.2.6 2006/02/14 14:46:22 luigi Exp $ * */ diff --git a/sys/dev/mem/memdev.c b/sys/dev/mem/memdev.c index 9fb33d2c4d48..6e8ba71d00de 100644 --- a/sys/dev/mem/memdev.c +++ b/sys/dev/mem/memdev.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mem/memdev.c,v 1.3 2004/08/04 18:30:31 markm Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/mem/memutil.c b/sys/dev/mem/memutil.c index f514f50bedb6..61030b3ef8f4 100644 --- a/sys/dev/mem/memutil.c +++ b/sys/dev/mem/memutil.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mem/memutil.c,v 1.1 2004/08/04 18:30:31 markm Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c index 2fedec5c952b..f45e5046bc66 100644 --- a/sys/dev/mfi/mfi.c +++ b/sys/dev/mfi/mfi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi.c,v 1.3.2.4 2006/10/21 05:28:50 scottl Exp $"); #include "opt_mfi.h" diff --git a/sys/dev/mfi/mfi_debug.c b/sys/dev/mfi/mfi_debug.c index 515e6ed05ada..415a51fe8312 100644 --- a/sys/dev/mfi/mfi_debug.c +++ b/sys/dev/mfi/mfi_debug.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_debug.c,v 1.3.2.1 2006/10/21 05:28:50 scottl Exp $"); #include "opt_mfi.h" diff --git a/sys/dev/mfi/mfi_disk.c b/sys/dev/mfi/mfi_disk.c index 35de4df63e53..2df9524fb806 100644 --- a/sys/dev/mfi/mfi_disk.c +++ b/sys/dev/mfi/mfi_disk.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_disk.c,v 1.2.2.4 2006/10/21 05:28:50 scottl Exp $"); #include "opt_mfi.h" diff --git a/sys/dev/mfi/mfi_ioctl.h b/sys/dev/mfi/mfi_ioctl.h index 7c4dae929065..8d495cbd252d 100644 --- a/sys/dev/mfi/mfi_ioctl.h +++ b/sys/dev/mfi/mfi_ioctl.h @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_ioctl.h,v 1.1.2.2 2006/06/15 16:07:56 ambrisko Exp $"); #define MFIQ_FREE 0 #define MFIQ_BIO 1 diff --git a/sys/dev/mfi/mfi_linux.c b/sys/dev/mfi/mfi_linux.c index e12d6067b9e7..7ae60f83fda0 100644 --- a/sys/dev/mfi/mfi_linux.c +++ b/sys/dev/mfi/mfi_linux.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_linux.c,v 1.1.2.1 2006/06/15 16:07:56 ambrisko Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c index e34e857bee62..c8c738fd2d0a 100644 --- a/sys/dev/mfi/mfi_pci.c +++ b/sys/dev/mfi/mfi_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfi_pci.c,v 1.1.2.3 2006/07/18 19:56:55 jhb Exp $"); /* PCI/PCI-X/PCIe bus interface for the LSI MegaSAS controllers */ diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h index d9df2c5743b6..52cdd1d807e7 100644 --- a/sys/dev/mfi/mfireg.h +++ b/sys/dev/mfi/mfireg.h @@ -28,7 +28,7 @@ #define _MFIREG_H #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfireg.h,v 1.1.2.4 2006/10/21 05:28:50 scottl Exp $"); /* * MegaRAID SAS MFI firmware definitions diff --git a/sys/dev/mfi/mfivar.h b/sys/dev/mfi/mfivar.h index 7028cc4dd494..63d60aa2cee4 100644 --- a/sys/dev/mfi/mfivar.h +++ b/sys/dev/mfi/mfivar.h @@ -28,7 +28,7 @@ #define _MFIVAR_H #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mfi/mfivar.h,v 1.1.2.4 2006/10/21 05:28:50 scottl Exp $"); /* * SCSI structures and definitions are used from here, but no linking diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c index d4223f159d6d..16f2e31fc83c 100644 --- a/sys/dev/mii/acphy.c +++ b/sys/dev/mii/acphy.c @@ -65,7 +65,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/acphy.c,v 1.16.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * Driver for Altima AC101 10/100 PHY diff --git a/sys/dev/mii/acphyreg.h b/sys/dev/mii/acphyreg.h index 827aba68f157..0712a62ffd82 100644 --- a/sys/dev/mii/acphyreg.h +++ b/sys/dev/mii/acphyreg.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/dev/mii/acphyreg.h,v 1.1 2001/02/07 19:57:16 semenu Exp $ */ #ifndef _DEV_MII_ACPHYREG_H_ diff --git a/sys/dev/mii/amphy.c b/sys/dev/mii/amphy.c index f54e330e1268..643d7f690320 100644 --- a/sys/dev/mii/amphy.c +++ b/sys/dev/mii/amphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/amphy.c,v 1.17.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for AMD AM79c873 PHYs diff --git a/sys/dev/mii/amphyreg.h b/sys/dev/mii/amphyreg.h index 6cdbc95647b5..91732dc1fbc6 100644 --- a/sys/dev/mii/amphyreg.h +++ b/sys/dev/mii/amphyreg.h @@ -29,7 +29,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/dev/mii/amphyreg.h,v 1.2 2005/01/06 01:42:55 imp Exp $ */ #ifndef _DEV_MII_AMTPHYREG_H_ diff --git a/sys/dev/mii/bmtphy.c b/sys/dev/mii/bmtphy.c index aa595c12b17b..e98b33bc8760 100644 --- a/sys/dev/mii/bmtphy.c +++ b/sys/dev/mii/bmtphy.c @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/bmtphy.c,v 1.9.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * Driver for the Broadcom BCM5201/BCM5202 "Mini-Theta" PHYs. This also diff --git a/sys/dev/mii/bmtphyreg.h b/sys/dev/mii/bmtphyreg.h index 223d631a54d5..7b8abe16259a 100644 --- a/sys/dev/mii/bmtphyreg.h +++ b/sys/dev/mii/bmtphyreg.h @@ -35,7 +35,7 @@ * * from NetBSD: bmtphyreg.h,v 1.1 2001/06/02 21:42:10 thorpej Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mii/bmtphyreg.h,v 1.2 2005/01/06 01:42:55 imp Exp $ */ #ifndef _DEV_MII_BMTPHYREG_H_ diff --git a/sys/dev/mii/brgphy.c b/sys/dev/mii/brgphy.c index 941934b5f86f..9e7d8024ca5b 100644 --- a/sys/dev/mii/brgphy.c +++ b/sys/dev/mii/brgphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/brgphy.c,v 1.34.2.7 2006/10/21 00:26:41 yongari Exp $"); /* * Driver for the Broadcom BCR5400 1000baseTX PHY. Speed is always diff --git a/sys/dev/mii/brgphyreg.h b/sys/dev/mii/brgphyreg.h index bb9636d882fb..0f104d5f1e77 100644 --- a/sys/dev/mii/brgphyreg.h +++ b/sys/dev/mii/brgphyreg.h @@ -29,7 +29,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/dev/mii/brgphyreg.h,v 1.6 2005/01/06 01:42:55 imp Exp $ */ #ifndef _DEV_MII_BRGPHYREG_H_ diff --git a/sys/dev/mii/ciphy.c b/sys/dev/mii/ciphy.c index e915a3d40b2f..5233fad617e4 100644 --- a/sys/dev/mii/ciphy.c +++ b/sys/dev/mii/ciphy.c @@ -29,11 +29,11 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mii/ciphy.c,v 1.2.2.1 2006/08/08 04:37:18 yongari Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ciphy.c,v 1.2.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * Driver for the Cicada CS8201 10/100/1000 copper PHY. diff --git a/sys/dev/mii/ciphyreg.h b/sys/dev/mii/ciphyreg.h index 8c0a8a46cc61..727441ab1b42 100644 --- a/sys/dev/mii/ciphyreg.h +++ b/sys/dev/mii/ciphyreg.h @@ -29,7 +29,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/dev/mii/ciphyreg.h,v 1.2 2005/01/06 01:42:55 imp Exp $ */ #ifndef _DEV_MII_CIPHYREG_H_ diff --git a/sys/dev/mii/dcphy.c b/sys/dev/mii/dcphy.c index 9423b0e11438..5b3d5a83dfec 100644 --- a/sys/dev/mii/dcphy.c +++ b/sys/dev/mii/dcphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/dcphy.c,v 1.28.2.2 2006/08/08 04:37:18 yongari Exp $"); /* * Pseudo-driver for internal NWAY support on DEC 21143 and workalike diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c index 3a02621401b5..5117975a592c 100644 --- a/sys/dev/mii/e1000phy.c +++ b/sys/dev/mii/e1000phy.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/e1000phy.c,v 1.14.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for the Marvell 88E1000 series external 1000/100/10-BT PHY. diff --git a/sys/dev/mii/e1000phyreg.h b/sys/dev/mii/e1000phyreg.h index 14bf6124e69a..4f32ee2b8625 100644 --- a/sys/dev/mii/e1000phyreg.h +++ b/sys/dev/mii/e1000phyreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mii/e1000phyreg.h,v 1.3 2005/01/06 01:42:56 imp Exp $ */ /*- * Principal Author: Parag Patel * Copyright (c) 2001 diff --git a/sys/dev/mii/exphy.c b/sys/dev/mii/exphy.c index 81a5b17f6896..bbcddf703863 100644 --- a/sys/dev/mii/exphy.c +++ b/sys/dev/mii/exphy.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/exphy.c,v 1.19.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for 3Com internal PHYs diff --git a/sys/dev/mii/gentbi.c b/sys/dev/mii/gentbi.c index 06ce4589a920..31d188ae7b1e 100644 --- a/sys/dev/mii/gentbi.c +++ b/sys/dev/mii/gentbi.c @@ -74,7 +74,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/gentbi.c,v 1.1.2.1 2006/08/08 08:05:02 yongari Exp $"); /* * Driver for generic unknown ten-bit interfaces(1000BASE-{LX,SX} diff --git a/sys/dev/mii/inphy.c b/sys/dev/mii/inphy.c index fae17301297e..749e089c6830 100644 --- a/sys/dev/mii/inphy.c +++ b/sys/dev/mii/inphy.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/inphy.c,v 1.14.8.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for Intel 82553 and 82555 PHYs diff --git a/sys/dev/mii/inphyreg.h b/sys/dev/mii/inphyreg.h index 4b7d1f113051..c7a9888ced80 100644 --- a/sys/dev/mii/inphyreg.h +++ b/sys/dev/mii/inphyreg.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/dev/mii/inphyreg.h,v 1.1 2001/03/12 02:41:57 jlemon Exp $ */ #define MII_INPHY_SCR 0x10 /* status and control register */ diff --git a/sys/dev/mii/ip1000phy.c b/sys/dev/mii/ip1000phy.c index a71990ce6f2a..e71c29620d27 100644 --- a/sys/dev/mii/ip1000phy.c +++ b/sys/dev/mii/ip1000phy.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ip1000phy.c,v 1.1.2.1 2006/08/08 08:06:29 yongari Exp $"); /* * Driver for the IC Plus IP1000A 10/100/1000 PHY. diff --git a/sys/dev/mii/ip1000phyreg.h b/sys/dev/mii/ip1000phyreg.h index 26dc84071815..b54a9a9cd8f4 100644 --- a/sys/dev/mii/ip1000phyreg.h +++ b/sys/dev/mii/ip1000phyreg.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/dev/mii/ip1000phyreg.h,v 1.1.2.1 2006/08/08 08:06:29 yongari Exp $ */ #ifndef _DEV_MII_IP1000PHYREG_H_ diff --git a/sys/dev/mii/lxtphy.c b/sys/dev/mii/lxtphy.c index 91f0b5980955..c171509daadd 100644 --- a/sys/dev/mii/lxtphy.c +++ b/sys/dev/mii/lxtphy.c @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/lxtphy.c,v 1.14.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for Level One's LXT-970 ethernet 10/100 PHY diff --git a/sys/dev/mii/lxtphyreg.h b/sys/dev/mii/lxtphyreg.h index 662bd34b280e..efcb0dbf74cc 100644 --- a/sys/dev/mii/lxtphyreg.h +++ b/sys/dev/mii/lxtphyreg.h @@ -1,6 +1,6 @@ /* OpenBSD: lxtphyreg.h,v 1.1 1998/11/11 19:34:47 jason Exp */ /* NetBSD: lxtphyreg.h,v 1.1 1998/10/24 00:33:17 thorpej Exp */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mii/lxtphyreg.h,v 1.1 2001/02/07 19:57:16 semenu Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/mii/mii.c b/sys/dev/mii/mii.c index 25110687b6c2..41ca2230d984 100644 --- a/sys/dev/mii/mii.c +++ b/sys/dev/mii/mii.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/mii.c,v 1.26.2.1 2006/03/17 20:17:43 glebius Exp $"); /* * MII bus layer, glues MII-capable network interface drivers to sharable diff --git a/sys/dev/mii/mii.h b/sys/dev/mii/mii.h index 0f1a4426e6fe..d9883b6c40c0 100644 --- a/sys/dev/mii/mii.h +++ b/sys/dev/mii/mii.h @@ -31,7 +31,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mii/mii.h,v 1.5 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_MII_H_ diff --git a/sys/dev/mii/mii_physubr.c b/sys/dev/mii/mii_physubr.c index ce9dc80b6b80..e775e46dbc60 100644 --- a/sys/dev/mii/mii_physubr.c +++ b/sys/dev/mii/mii_physubr.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/mii_physubr.c,v 1.22.2.2 2006/07/29 08:30:12 oleg Exp $"); /* * Subroutines common to all PHYs. diff --git a/sys/dev/mii/miibus_if.m b/sys/dev/mii/miibus_if.m index 017812f4dfb0..0931059fba7e 100644 --- a/sys/dev/mii/miibus_if.m +++ b/sys/dev/mii/miibus_if.m @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/mii/miibus_if.m,v 1.4 2001/09/29 18:40:06 jlemon Exp $ #include <sys/bus.h> diff --git a/sys/dev/mii/miidevs b/sys/dev/mii/miidevs index 3bb5a55de034..dd9bc4a8f569 100644 --- a/sys/dev/mii/miidevs +++ b/sys/dev/mii/miidevs @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/mii/miidevs,v 1.30.2.4 2006/10/21 00:25:38 yongari Exp $ /*$NetBSD: miidevs,v 1.6 1999/05/14 11:37:30 drochner Exp $*/ /*- diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h index 060968025ded..3c3c82a5b353 100644 --- a/sys/dev/mii/miivar.h +++ b/sys/dev/mii/miivar.h @@ -36,7 +36,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mii/miivar.h,v 1.15.14.1 2006/06/24 06:14:24 oleg Exp $ */ #ifndef _DEV_MII_MIIVAR_H_ diff --git a/sys/dev/mii/mlphy.c b/sys/dev/mii/mlphy.c index 05269f673166..b2293c20d302 100644 --- a/sys/dev/mii/mlphy.c +++ b/sys/dev/mii/mlphy.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/mlphy.c,v 1.20.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for Micro Linear 6692 PHYs diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index 38d1f4bad2ce..7d02f23eabef 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/nsgphy.c,v 1.19.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * Driver for the National Semiconductor DP83891 and DP83861 diff --git a/sys/dev/mii/nsgphyreg.h b/sys/dev/mii/nsgphyreg.h index 44899191715e..14f33cc39caa 100644 --- a/sys/dev/mii/nsgphyreg.h +++ b/sys/dev/mii/nsgphyreg.h @@ -30,7 +30,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/dev/mii/nsgphyreg.h,v 1.4 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_NSGPHYREG_H_ diff --git a/sys/dev/mii/nsphy.c b/sys/dev/mii/nsphy.c index c1e388741221..411d72dabfb4 100644 --- a/sys/dev/mii/nsphy.c +++ b/sys/dev/mii/nsphy.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/nsphy.c,v 1.23.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for National Semiconductor's DP83840A ethernet 10/100 PHY diff --git a/sys/dev/mii/nsphyreg.h b/sys/dev/mii/nsphyreg.h index 5ff0490b1dfe..5e8d3478e854 100644 --- a/sys/dev/mii/nsphyreg.h +++ b/sys/dev/mii/nsphyreg.h @@ -36,7 +36,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mii/nsphyreg.h,v 1.2 1999/08/28 00:42:16 peter Exp $ */ #ifndef _DEV_MII_NSPHYREG_H_ diff --git a/sys/dev/mii/pnaphy.c b/sys/dev/mii/pnaphy.c index ce99cfa9e445..3b3b6d42cee3 100644 --- a/sys/dev/mii/pnaphy.c +++ b/sys/dev/mii/pnaphy.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/pnaphy.c,v 1.15.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for homePNA PHYs diff --git a/sys/dev/mii/pnphy.c b/sys/dev/mii/pnphy.c index f0a2d9130361..1c78f559941e 100644 --- a/sys/dev/mii/pnphy.c +++ b/sys/dev/mii/pnphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/pnphy.c,v 1.18.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * Pseudo-driver for media selection on the Lite-On PNIC 82c168 diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c index 2f42b5115444..4105521ac451 100644 --- a/sys/dev/mii/qsphy.c +++ b/sys/dev/mii/qsphy.c @@ -68,7 +68,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/qsphy.c,v 1.14.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for Quality Semiconductor's QS6612 ethernet 10/100 PHY diff --git a/sys/dev/mii/qsphyreg.h b/sys/dev/mii/qsphyreg.h index a69786596a29..29a32b045a33 100644 --- a/sys/dev/mii/qsphyreg.h +++ b/sys/dev/mii/qsphyreg.h @@ -1,6 +1,6 @@ /* OpenBSD: qsphyreg.h,v 1.2 1999/03/09 00:02:45 jason Exp */ /* NetBSD: qsphyreg.h,v 1.1 1998/08/11 00:01:03 thorpej Exp */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mii/qsphyreg.h,v 1.1 2001/02/07 19:57:16 semenu Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/mii/rgephy.c b/sys/dev/mii/rgephy.c index e2dacba625fc..213df5bbab6e 100644 --- a/sys/dev/mii/rgephy.c +++ b/sys/dev/mii/rgephy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/rgephy.c,v 1.6.2.3 2006/08/17 00:08:26 yongari Exp $"); /* * Driver for the RealTek 8169S/8110S internal 10/100/1000 PHY. diff --git a/sys/dev/mii/rgephyreg.h b/sys/dev/mii/rgephyreg.h index 0ce44dfcd9ac..4e7371b5e6c8 100644 --- a/sys/dev/mii/rgephyreg.h +++ b/sys/dev/mii/rgephyreg.h @@ -29,7 +29,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/dev/mii/rgephyreg.h,v 1.2 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_RGEPHYREG_H_ diff --git a/sys/dev/mii/rlphy.c b/sys/dev/mii/rlphy.c index 627ef46774be..c02599540798 100644 --- a/sys/dev/mii/rlphy.c +++ b/sys/dev/mii/rlphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/rlphy.c,v 1.21.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for RealTek 8139 internal PHYs diff --git a/sys/dev/mii/ruephy.c b/sys/dev/mii/ruephy.c index c0240b21cf04..97398be3d986 100644 --- a/sys/dev/mii/ruephy.c +++ b/sys/dev/mii/ruephy.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ruephy.c,v 1.4.8.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for RealTek RTL8150 internal PHY diff --git a/sys/dev/mii/ruephyreg.h b/sys/dev/mii/ruephyreg.h index 5f3911bebd5d..4690df15c244 100644 --- a/sys/dev/mii/ruephyreg.h +++ b/sys/dev/mii/ruephyreg.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/dev/mii/ruephyreg.h,v 1.1 2003/05/03 10:16:56 akiyama Exp $ */ #ifndef _RUEPHYREG_H_ diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c index 8ec52b3d6b9e..8d201db80f0a 100644 --- a/sys/dev/mii/tdkphy.c +++ b/sys/dev/mii/tdkphy.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/tdkphy.c,v 1.16.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * Driver for the TDK 78Q2120 MII diff --git a/sys/dev/mii/tdkphyreg.h b/sys/dev/mii/tdkphyreg.h index 4429c9481ec7..5986335a893e 100644 --- a/sys/dev/mii/tdkphyreg.h +++ b/sys/dev/mii/tdkphyreg.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/dev/mii/tdkphyreg.h,v 1.2 2005/01/06 01:42:56 imp Exp $ */ /* diff --git a/sys/dev/mii/tlphy.c b/sys/dev/mii/tlphy.c index aea135927f18..eeefe5a1028c 100644 --- a/sys/dev/mii/tlphy.c +++ b/sys/dev/mii/tlphy.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/tlphy.c,v 1.18.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * Driver for Texas Instruments's ThunderLAN PHYs diff --git a/sys/dev/mii/tlphyreg.h b/sys/dev/mii/tlphyreg.h index a016f4cc6910..6689f76c3075 100644 --- a/sys/dev/mii/tlphyreg.h +++ b/sys/dev/mii/tlphyreg.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/dev/mii/tlphyreg.h,v 1.3 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_TLPHYREG_H_ diff --git a/sys/dev/mii/ukphy.c b/sys/dev/mii/ukphy.c index b44560c5cace..994945d400c1 100644 --- a/sys/dev/mii/ukphy.c +++ b/sys/dev/mii/ukphy.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ukphy.c,v 1.17.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for generic unknown PHYs diff --git a/sys/dev/mii/ukphy_subr.c b/sys/dev/mii/ukphy_subr.c index 9d7df3d594b8..fb40b75c1d70 100644 --- a/sys/dev/mii/ukphy_subr.c +++ b/sys/dev/mii/ukphy_subr.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/ukphy_subr.c,v 1.8.8.1 2006/07/19 04:40:26 yongari Exp $"); /* * Subroutines shared by the ukphy driver and other PHY drivers. diff --git a/sys/dev/mii/xmphy.c b/sys/dev/mii/xmphy.c index 797676991029..c60464184993 100644 --- a/sys/dev/mii/xmphy.c +++ b/sys/dev/mii/xmphy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mii/xmphy.c,v 1.17.2.1 2006/08/08 04:37:18 yongari Exp $"); /* * driver for the XaQti XMAC II's internal PHY. This is sort of diff --git a/sys/dev/mii/xmphyreg.h b/sys/dev/mii/xmphyreg.h index 1e828e1681a1..3eba00358c41 100644 --- a/sys/dev/mii/xmphyreg.h +++ b/sys/dev/mii/xmphyreg.h @@ -29,7 +29,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/dev/mii/xmphyreg.h,v 1.4 2005/01/06 01:42:56 imp Exp $ */ #ifndef _DEV_MII_XMPHYREG_H_ diff --git a/sys/dev/mk48txx/mk48txx.c b/sys/dev/mk48txx/mk48txx.c index 00afc90e067a..9dffc6eb751a 100644 --- a/sys/dev/mk48txx/mk48txx.c +++ b/sys/dev/mk48txx/mk48txx.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mk48txx/mk48txx.c,v 1.6.2.1 2006/09/02 20:26:30 marius Exp $"); /* * Mostek MK48T02, MK48T08, MK48T18, MK48T59 time-of-day chip subroutines. diff --git a/sys/dev/mk48txx/mk48txxreg.h b/sys/dev/mk48txx/mk48txxreg.h index 25b9cb392086..91b37324ced5 100644 --- a/sys/dev/mk48txx/mk48txxreg.h +++ b/sys/dev/mk48txx/mk48txxreg.h @@ -35,7 +35,7 @@ * * from: NetBSD: mk48txxreg.h,v 1.7 2003/11/01 22:41:42 tsutsui Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mk48txx/mk48txxreg.h,v 1.5 2005/05/19 21:16:50 marius Exp $ */ /* diff --git a/sys/dev/mk48txx/mk48txxvar.h b/sys/dev/mk48txx/mk48txxvar.h index f7c3d3195062..8334732c4aba 100644 --- a/sys/dev/mk48txx/mk48txxvar.h +++ b/sys/dev/mk48txx/mk48txxvar.h @@ -35,7 +35,7 @@ * * from: NetBSD: mk48txxvar.h,v 1.1 2003/11/01 22:41:42 tsutsui Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mk48txx/mk48txxvar.h,v 1.2 2005/05/19 21:16:50 marius Exp $ */ typedef uint8_t (*mk48txx_nvrd_t)(device_t, int); diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c index d8cc79ac7b36..299eb89ea054 100644 --- a/sys/dev/mlx/mlx.c +++ b/sys/dev/mlx/mlx.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/dev/mlx/mlx.c,v 1.53 2005/05/29 04:42:23 nyan Exp $ */ /* diff --git a/sys/dev/mlx/mlx_compat.h b/sys/dev/mlx/mlx_compat.h index 7160c3d1639b..176c6439ead9 100644 --- a/sys/dev/mlx/mlx_compat.h +++ b/sys/dev/mlx/mlx_compat.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/dev/mlx/mlx_compat.h,v 1.3 2003/03/08 08:01:29 phk Exp $ */ /* * Portability and compatibility interfaces. diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index db86bf85e2e7..9102ee60087d 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mlx/mlx_disk.c,v 1.34 2004/11/25 12:15:49 scottl Exp $"); /* * Disk driver for Mylex DAC960 RAID adapters. diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index b39a6b87d092..22e66bccf9c3 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mlx/mlx_pci.c,v 1.23.2.1 2005/07/31 00:41:53 csjp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/mlx/mlxio.h b/sys/dev/mlx/mlxio.h index f091befad2d0..43c51cb66966 100644 --- a/sys/dev/mlx/mlxio.h +++ b/sys/dev/mlx/mlxio.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/dev/mlx/mlxio.h,v 1.3 2000/04/11 02:52:44 msmith Exp $ */ #include <sys/ioccom.h> diff --git a/sys/dev/mlx/mlxreg.h b/sys/dev/mlx/mlxreg.h index 16fdd0cf8ed3..dd2856a925dd 100644 --- a/sys/dev/mlx/mlxreg.h +++ b/sys/dev/mlx/mlxreg.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/dev/mlx/mlxreg.h,v 1.9 2004/11/25 12:15:49 scottl Exp $ */ #define MLX_BLKSIZE 512 /* fixed feature */ diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h index 345cf9933c22..dc9c7e368ae9 100644 --- a/sys/dev/mlx/mlxvar.h +++ b/sys/dev/mlx/mlxvar.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/dev/mlx/mlxvar.h,v 1.22 2004/06/16 09:46:50 phk Exp $ */ /* diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index 7e31a3e4f85e..3fc709b75a1a 100644 --- a/sys/dev/mly/mly.c +++ b/sys/dev/mly/mly.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/mly/mly.c,v 1.38.8.1 2006/12/21 21:00:51 mjacob Exp $ */ #include <sys/param.h> diff --git a/sys/dev/mly/mly_tables.h b/sys/dev/mly/mly_tables.h index 433a1cb1036e..2f04c87c1f5b 100644 --- a/sys/dev/mly/mly_tables.h +++ b/sys/dev/mly/mly_tables.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/dev/mly/mly_tables.h,v 1.3 2002/02/27 23:57:18 peter Exp $ */ /* diff --git a/sys/dev/mly/mlyio.h b/sys/dev/mly/mlyio.h index 504b5040b532..554544d347fd 100644 --- a/sys/dev/mly/mlyio.h +++ b/sys/dev/mly/mlyio.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/dev/mly/mlyio.h,v 1.2 2001/07/14 00:12:22 msmith Exp $ */ /******************************************************************************** diff --git a/sys/dev/mly/mlyreg.h b/sys/dev/mly/mlyreg.h index a4106a57b003..944998eb9ec8 100644 --- a/sys/dev/mly/mlyreg.h +++ b/sys/dev/mly/mlyreg.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/dev/mly/mlyreg.h,v 1.2 2002/09/23 18:54:30 alfred Exp $ */ /* diff --git a/sys/dev/mly/mlyvar.h b/sys/dev/mly/mlyvar.h index e1c7a50e9167..58f1a8d016c8 100644 --- a/sys/dev/mly/mlyvar.h +++ b/sys/dev/mly/mlyvar.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/dev/mly/mlyvar.h,v 1.6 2004/06/16 09:46:51 phk Exp $ */ /******************************************************************************** diff --git a/sys/dev/mpt/mpilib/mpi.h b/sys/dev/mpt/mpilib/mpi.h index b81e1fdc306a..3a4db56b95c3 100644 --- a/sys/dev/mpt/mpilib/mpi.h +++ b/sys/dev/mpt/mpilib/mpi.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi.h,v 1.6.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_cnfg.h b/sys/dev/mpt/mpilib/mpi_cnfg.h index d2c4810406df..a106b1fb0b81 100644 --- a/sys/dev/mpt/mpilib/mpi_cnfg.h +++ b/sys/dev/mpt/mpilib/mpi_cnfg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_cnfg.h,v 1.6.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_fc.h b/sys/dev/mpt/mpilib/mpi_fc.h index b50a33261791..02c7da16061a 100644 --- a/sys/dev/mpt/mpilib/mpi_fc.h +++ b/sys/dev/mpt/mpilib/mpi_fc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_fc.h,v 1.5.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_inb.h b/sys/dev/mpt/mpilib/mpi_inb.h index 9239ecfa318d..ff19f77f5609 100644 --- a/sys/dev/mpt/mpilib/mpi_inb.h +++ b/sys/dev/mpt/mpilib/mpi_inb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_inb.h,v 1.1.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_init.h b/sys/dev/mpt/mpilib/mpi_init.h index e44e48aaf479..1f7e8479319c 100644 --- a/sys/dev/mpt/mpilib/mpi_init.h +++ b/sys/dev/mpt/mpilib/mpi_init.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_init.h,v 1.6.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_ioc.h b/sys/dev/mpt/mpilib/mpi_ioc.h index e6deaedf3575..5607e7022204 100644 --- a/sys/dev/mpt/mpilib/mpi_ioc.h +++ b/sys/dev/mpt/mpilib/mpi_ioc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_ioc.h,v 1.6.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_lan.h b/sys/dev/mpt/mpilib/mpi_lan.h index 935706463712..54eb3dee7416 100644 --- a/sys/dev/mpt/mpilib/mpi_lan.h +++ b/sys/dev/mpt/mpilib/mpi_lan.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_lan.h,v 1.5.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_log_fc.h b/sys/dev/mpt/mpilib/mpi_log_fc.h index 73cd941ab9d0..66323b8fe106 100644 --- a/sys/dev/mpt/mpilib/mpi_log_fc.h +++ b/sys/dev/mpt/mpilib/mpi_log_fc.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_log_fc.h,v 1.1.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_log_sas.h b/sys/dev/mpt/mpilib/mpi_log_sas.h index 2c0a358612a1..e46c7c65f405 100644 --- a/sys/dev/mpt/mpilib/mpi_log_sas.h +++ b/sys/dev/mpt/mpilib/mpi_log_sas.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_log_sas.h,v 1.1.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_raid.h b/sys/dev/mpt/mpilib/mpi_raid.h index 8dc5a5038a1c..770f6f170b4c 100644 --- a/sys/dev/mpt/mpilib/mpi_raid.h +++ b/sys/dev/mpt/mpilib/mpi_raid.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_raid.h,v 1.6.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_sas.h b/sys/dev/mpt/mpilib/mpi_sas.h index d93e439b15cb..a464bcd19628 100644 --- a/sys/dev/mpt/mpilib/mpi_sas.h +++ b/sys/dev/mpt/mpilib/mpi_sas.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_sas.h,v 1.2.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_targ.h b/sys/dev/mpt/mpilib/mpi_targ.h index fb232fe42b48..86ba040b961c 100644 --- a/sys/dev/mpt/mpilib/mpi_targ.h +++ b/sys/dev/mpt/mpilib/mpi_targ.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_targ.h,v 1.5.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_tool.h b/sys/dev/mpt/mpilib/mpi_tool.h index 14c44110133a..e2a6d15a4c30 100644 --- a/sys/dev/mpt/mpilib/mpi_tool.h +++ b/sys/dev/mpt/mpilib/mpi_tool.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_tool.h,v 1.1.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /*- * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpilib/mpi_type.h b/sys/dev/mpt/mpilib/mpi_type.h index 236baf674f20..20b8d0f049f8 100644 --- a/sys/dev/mpt/mpilib/mpi_type.h +++ b/sys/dev/mpt/mpilib/mpi_type.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpilib/mpi_type.h,v 1.7.2.1 2006/06/08 17:47:35 mjacob Exp $ */ /* * Copyright (c) 2000-2005, LSI Logic Corporation and its contributors. * All rights reserved. diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index 0e8376142924..f27b5737fabf 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -96,7 +96,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt.c,v 1.12.2.4 2006/09/16 05:42:06 mjacob Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> /* XXX For static handler registration */ diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index f27c397b58a0..90573afd7e67 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt.h,v 1.6.2.4 2006/09/16 05:42:06 mjacob Exp $ */ /*- * Generic defines for LSI '909 FC adapters. * FreeBSD Version. diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c index add06e37b350..444c2efe0fb4 100644 --- a/sys/dev/mpt/mpt_cam.c +++ b/sys/dev/mpt/mpt_cam.c @@ -94,7 +94,7 @@ * OWNER OR CONTRIBUTOR IS ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_cam.c,v 1.1.2.6.2.1 2006/12/21 21:00:51 mjacob Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> diff --git a/sys/dev/mpt/mpt_cam.h b/sys/dev/mpt/mpt_cam.h index 0bb6eb2e9e1a..c9559e4e4d77 100644 --- a/sys/dev/mpt/mpt_cam.h +++ b/sys/dev/mpt/mpt_cam.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_cam.h,v 1.1.2.3 2006/09/16 05:42:06 mjacob Exp $ */ /*- * LSI MPT Host Adapter FreeBSD Wrapper Definitions (CAM version) * diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c index 53b0c26431c7..273c7d15ced6 100644 --- a/sys/dev/mpt/mpt_debug.c +++ b/sys/dev/mpt/mpt_debug.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_debug.c,v 1.8.2.2 2006/09/16 05:42:06 mjacob Exp $"); #include <dev/mpt/mpt.h> diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c index 443448c70cfc..fdafb943bc8d 100644 --- a/sys/dev/mpt/mpt_pci.c +++ b/sys/dev/mpt/mpt_pci.c @@ -99,7 +99,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_pci.c,v 1.20.2.6.2.1 2006/12/21 21:00:51 mjacob Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_cam.h> diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c index 7448572ad981..089c236249c6 100644 --- a/sys/dev/mpt/mpt_raid.c +++ b/sys/dev/mpt/mpt_raid.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/mpt/mpt_raid.c,v 1.1.2.3 2006/09/16 05:42:06 mjacob Exp $"); #include <dev/mpt/mpt.h> #include <dev/mpt/mpt_raid.h> diff --git a/sys/dev/mpt/mpt_raid.h b/sys/dev/mpt/mpt_raid.h index bc5aa7dd9fe2..82626ec1a459 100644 --- a/sys/dev/mpt/mpt_raid.h +++ b/sys/dev/mpt/mpt_raid.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_raid.h,v 1.1.2.3 2006/09/16 05:42:06 mjacob Exp $ */ /*- * Definitions for the integrated RAID features LSI MPT Fusion adapters. * diff --git a/sys/dev/mpt/mpt_reg.h b/sys/dev/mpt/mpt_reg.h index dca924c84569..4b877d74351a 100644 --- a/sys/dev/mpt/mpt_reg.h +++ b/sys/dev/mpt/mpt_reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/mpt/mpt_reg.h,v 1.1.2.2 2006/09/16 05:42:06 mjacob Exp $ */ /*- * Generic defines for LSI '909 FC adapters. * FreeBSD Version. diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 1c2a986b9583..3475fababfdd 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.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/dev/mse/mse.c,v 1.72 2005/04/08 05:22:58 imp Exp $ */ /* diff --git a/sys/dev/mse/mse_cbus.c b/sys/dev/mse/mse_cbus.c index e5e06b5f184d..6428df35df19 100644 --- a/sys/dev/mse/mse_cbus.c +++ b/sys/dev/mse/mse_cbus.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/dev/mse/mse_cbus.c,v 1.4 2005/04/08 05:22:58 imp Exp $ */ /*- diff --git a/sys/dev/mse/mse_isa.c b/sys/dev/mse/mse_isa.c index 9e2996aaa54e..10a99560003f 100644 --- a/sys/dev/mse/mse_isa.c +++ b/sys/dev/mse/mse_isa.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/dev/mse/mse_isa.c,v 1.4 2005/04/08 05:22:58 imp Exp $ */ /*- diff --git a/sys/dev/mse/msevar.h b/sys/dev/mse/msevar.h index 2c2b856c4421..40a150660663 100644 --- a/sys/dev/mse/msevar.h +++ b/sys/dev/mse/msevar.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/dev/mse/msevar.h,v 1.4 2005/03/29 09:22:40 imp Exp $ */ /*- diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index 7c135c3f4237..2c9ed0719ed0 100644 --- a/sys/dev/my/if_my.c +++ b/sys/dev/my/if_my.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/my/if_my.c,v 1.29.2.4 2006/06/19 19:40:59 brueffer Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/my/if_myreg.h b/sys/dev/my/if_myreg.h index a552de51cfd4..adece97525bc 100644 --- a/sys/dev/my/if_myreg.h +++ b/sys/dev/my/if_myreg.h @@ -25,7 +25,7 @@ * * Written by: yen_cw@myson.com.tw available at: http://www.myson.com.tw/ * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/my/if_myreg.h,v 1.3.2.1 2005/08/29 20:00:31 jhb Exp $ * * Myson MTD80x register definitions. * diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c index 32bd9021fac1..6b43d270747a 100644 --- a/sys/dev/ncv/ncr53c500.c +++ b/sys/dev/ncv/ncr53c500.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ncv/ncr53c500.c,v 1.12 2005/05/29 04:42:23 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index 6c4533de1240..b8bd60e3e079 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ncv/ncr53c500_pccard.c,v 1.26 2005/06/24 14:36:53 imp Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/dev/ncv/ncr53c500hw.h b/sys/dev/ncv/ncr53c500hw.h index 7a4b337b8985..0f89a1c331e2 100644 --- a/sys/dev/ncv/ncr53c500hw.h +++ b/sys/dev/ncv/ncr53c500hw.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ncv/ncr53c500hw.h,v 1.4 2005/01/06 01:42:59 imp Exp $ */ /* $NecBSD: ncr53c500hw.h,v 1.6.18.1 2001/06/08 06:27:44 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ncv/ncr53c500hwtab.h b/sys/dev/ncv/ncr53c500hwtab.h index 47406b1947e4..e1dd84376833 100644 --- a/sys/dev/ncv/ncr53c500hwtab.h +++ b/sys/dev/ncv/ncr53c500hwtab.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ncv/ncr53c500hwtab.h,v 1.3 2005/01/06 01:42:59 imp Exp $ */ /* $NecBSD: ncr53c500hwtab.h,v 1.2.18.1 2001/06/08 06:27:44 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ncv/ncr53c500reg.h b/sys/dev/ncv/ncr53c500reg.h index 2a9906e44cdf..7dbba7589f30 100644 --- a/sys/dev/ncv/ncr53c500reg.h +++ b/sys/dev/ncv/ncr53c500reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ncv/ncr53c500reg.h,v 1.3 2005/01/06 01:42:59 imp Exp $ */ /* $NecBSD: ncr53c500reg.h,v 1.5.14.1 2001/06/08 06:27:44 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h index b3aff4660f0d..e60f4a9d01f9 100644 --- a/sys/dev/ncv/ncr53c500var.h +++ b/sys/dev/ncv/ncr53c500var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ncv/ncr53c500var.h,v 1.9 2005/01/06 01:42:59 imp Exp $ */ /* $NecBSD: ncr53c500var.h,v 1.11.18.1 2001/06/08 06:27:45 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/nge/if_nge.c b/sys/dev/nge/if_nge.c index d3d03719fe1f..ec925452a76b 100644 --- a/sys/dev/nge/if_nge.c +++ b/sys/dev/nge/if_nge.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nge/if_nge.c,v 1.75.2.7 2006/03/17 21:30:55 glebius Exp $"); /* * National Semiconductor DP83820/DP83821 gigabit ethernet driver diff --git a/sys/dev/nge/if_ngereg.h b/sys/dev/nge/if_ngereg.h index caedfcbfbbab..8a15d7e7a19d 100644 --- a/sys/dev/nge/if_ngereg.h +++ b/sys/dev/nge/if_ngereg.h @@ -30,7 +30,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/dev/nge/if_ngereg.h,v 1.13.2.1 2005/11/05 00:53:41 jhb Exp $ */ #define NGE_CSR 0x00 diff --git a/sys/dev/nmdm/nmdm.c b/sys/dev/nmdm/nmdm.c index 1c118d2960f6..3c22652dbdaa 100644 --- a/sys/dev/nmdm/nmdm.c +++ b/sys/dev/nmdm/nmdm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nmdm/nmdm.c,v 1.35.2.1 2005/08/13 21:24:15 rwatson Exp $"); /* * Pseudo-nulmodem driver diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index cad74162fe56..d8c33a845d52 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nsp/nsp.c,v 1.14 2005/05/29 04:42:24 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/nsp/nsp_pccard.c b/sys/dev/nsp/nsp_pccard.c index 5d1a3dccd6e4..713e1e594b6a 100644 --- a/sys/dev/nsp/nsp_pccard.c +++ b/sys/dev/nsp/nsp_pccard.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nsp/nsp_pccard.c,v 1.23 2005/06/24 14:36:53 imp Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/nsp/nspreg.h b/sys/dev/nsp/nspreg.h index 81512c91a609..43db0f80d2c3 100644 --- a/sys/dev/nsp/nspreg.h +++ b/sys/dev/nsp/nspreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/nsp/nspreg.h,v 1.3 2005/01/06 01:43:00 imp Exp $ */ /* $NecBSD: nspreg.h,v 1.4.14.3 2001/06/29 06:27:53 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/nsp/nspvar.h b/sys/dev/nsp/nspvar.h index 59af783ade02..b70b942bf317 100644 --- a/sys/dev/nsp/nspvar.h +++ b/sys/dev/nsp/nspvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/nsp/nspvar.h,v 1.8 2005/01/06 01:43:00 imp Exp $ */ /* $NecBSD: nspvar.h,v 1.7.14.5 2001/06/29 06:27:54 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/null/null.c b/sys/dev/null/null.c index ee42a1cdb462..3da4a25c7ce0 100644 --- a/sys/dev/null/null.c +++ b/sys/dev/null/null.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/null/null.c,v 1.31 2005/02/27 22:00:45 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/nve/if_nve.c b/sys/dev/nve/if_nve.c index 01cc05072dd3..96e1e8c30e70 100644 --- a/sys/dev/nve/if_nve.c +++ b/sys/dev/nve/if_nve.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/nve/if_nve.c,v 1.7.2.11 2006/09/13 15:15:57 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/nve/if_nvereg.h b/sys/dev/nve/if_nvereg.h index 80a0e686af46..58bc6c20c948 100644 --- a/sys/dev/nve/if_nvereg.h +++ b/sys/dev/nve/if_nvereg.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $Id: if_nvreg.h,v 1.6 2004/08/12 14:00:05 q Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/nve/if_nvereg.h,v 1.3.2.2.2.1 2006/12/07 22:28:52 jhb Exp $ */ #ifndef _IF_NVEREG_H_ diff --git a/sys/dev/ofw/ofw_bus.h b/sys/dev/ofw/ofw_bus.h index 3f4fbae9754d..443eccd88d6b 100644 --- a/sys/dev/ofw/ofw_bus.h +++ b/sys/dev/ofw/ofw_bus.h @@ -23,7 +23,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ofw/ofw_bus.h,v 1.1 2004/08/12 17:41:29 marius Exp $ */ #ifndef _DEV_OFW_OFW_BUS_H_ diff --git a/sys/dev/ofw/ofw_bus_if.m b/sys/dev/ofw/ofw_bus_if.m index edeee5f655b0..c81153cacf05 100644 --- a/sys/dev/ofw/ofw_bus_if.m +++ b/sys/dev/ofw/ofw_bus_if.m @@ -23,7 +23,7 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE # USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/ofw/ofw_bus_if.m,v 1.2 2005/01/06 01:43:00 imp Exp $ #include <sys/bus.h> #include <machine/bus.h> diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index 08609944190e..80d80fdd2e16 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/ofw_console.c,v 1.31 2005/01/06 01:43:00 imp Exp $"); #include "opt_comconsole.h" #include "opt_ofw.h" diff --git a/sys/dev/ofw/ofw_disk.c b/sys/dev/ofw/ofw_disk.c index 5c759d1cee68..786b93550e94 100644 --- a/sys/dev/ofw/ofw_disk.c +++ b/sys/dev/ofw/ofw_disk.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/ofw_disk.c,v 1.17 2005/01/06 01:43:00 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ofw/ofw_pci.h b/sys/dev/ofw/ofw_pci.h index ef48ee96ab63..0a143a47608d 100644 --- a/sys/dev/ofw/ofw_pci.h +++ b/sys/dev/ofw/ofw_pci.h @@ -36,7 +36,7 @@ * * from: NetBSD: ofw_pci.h,v 1.5 2003/10/22 09:04:39 mjl Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ofw/ofw_pci.h,v 1.2 2005/02/12 19:12:17 marius Exp $ */ #ifndef _DEV_OFW_OFW_PCI_H_ diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c index f7ef330597b3..4a7dfa1c35e7 100644 --- a/sys/dev/ofw/openfirm.c +++ b/sys/dev/ofw/openfirm.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/openfirm.c,v 1.14 2005/01/06 01:43:00 imp Exp $"); /*- * Copyright (C) 2000 Benno Rice. * All rights reserved. diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h index 28b95b339761..9c244be1fd0b 100644 --- a/sys/dev/ofw/openfirm.h +++ b/sys/dev/ofw/openfirm.h @@ -54,7 +54,7 @@ * 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/dev/ofw/openfirm.h,v 1.11 2005/01/06 01:43:00 imp Exp $ */ #ifndef _OPENFIRM_H_ diff --git a/sys/dev/ofw/openfirmio.c b/sys/dev/ofw/openfirmio.c index d9272d1145d3..f2ac858597c2 100644 --- a/sys/dev/ofw/openfirmio.c +++ b/sys/dev/ofw/openfirmio.c @@ -1,7 +1,7 @@ /* $NetBSD: openfirmio.c,v 1.4 2002/09/06 13:23:19 gehenna Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/openfirmio.c,v 1.13 2005/01/06 01:43:00 imp Exp $"); /*- * Copyright (c) 1992, 1993 diff --git a/sys/dev/ofw/openfirmio.h b/sys/dev/ofw/openfirmio.h index 676cfb8007d0..62f0244af237 100644 --- a/sys/dev/ofw/openfirmio.h +++ b/sys/dev/ofw/openfirmio.h @@ -34,7 +34,7 @@ * * @(#)openpromio.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ofw/openfirmio.h,v 1.6 2005/05/19 15:22:16 marius Exp $ */ #ifndef _DEV_OFW_OPENFIRMIO_H_ diff --git a/sys/dev/ofw/openpromio.c b/sys/dev/ofw/openpromio.c index ca6aba741af7..d7c674288b16 100644 --- a/sys/dev/ofw/openpromio.c +++ b/sys/dev/ofw/openpromio.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ofw/openpromio.c,v 1.7 2005/05/19 15:23:17 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ofw/openpromio.h b/sys/dev/ofw/openpromio.h index 5233d29eb870..35e6a50d6372 100644 --- a/sys/dev/ofw/openpromio.h +++ b/sys/dev/ofw/openpromio.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/dev/ofw/openpromio.h,v 1.1 2003/06/19 01:40:11 jake Exp $ */ #ifndef _DEV_OFW_OPENPROMIO_H_ diff --git a/sys/dev/owi/if_ieee80211.h b/sys/dev/owi/if_ieee80211.h index 0e67c58a20f6..02900369e7ec 100644 --- a/sys/dev/owi/if_ieee80211.h +++ b/sys/dev/owi/if_ieee80211.h @@ -1,5 +1,5 @@ /* $NetBSD: if_ieee80211.h,v 1.5 2000/07/21 04:47:40 onoe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/owi/if_ieee80211.h,v 1.1 2003/08/24 05:42:48 imp Exp $ */ #ifndef _NET_IF_IEEE80211_H_ #define _NET_IF_IEEE80211_H_ diff --git a/sys/dev/owi/if_owi.c b/sys/dev/owi/if_owi.c index b0f546968348..73087a381cb4 100644 --- a/sys/dev/owi/if_owi.c +++ b/sys/dev/owi/if_owi.c @@ -100,7 +100,7 @@ #if !defined(lint) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/owi/if_owi.c,v 1.9.2.3 2005/08/25 05:01:13 rwatson Exp $"; #endif static void wi_intr(void *); diff --git a/sys/dev/owi/if_owi_pccard.c b/sys/dev/owi/if_owi_pccard.c index 65b49b2e969e..b6500292935f 100644 --- a/sys/dev/owi/if_owi_pccard.c +++ b/sys/dev/owi/if_owi_pccard.c @@ -71,7 +71,7 @@ #if !defined(lint) static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/owi/if_owi_pccard.c,v 1.6.2.1 2005/08/09 01:25:32 avatar Exp $"; #endif static int wi_pccard_probe(device_t); diff --git a/sys/dev/owi/if_wireg.h b/sys/dev/owi/if_wireg.h index 697463fffcad..8dbf99196c41 100644 --- a/sys/dev/owi/if_wireg.h +++ b/sys/dev/owi/if_wireg.h @@ -29,7 +29,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/dev/owi/if_wireg.h,v 1.2 2005/01/06 01:43:01 imp Exp $ */ #define WI_DELAY 5 diff --git a/sys/dev/owi/if_wivar.h b/sys/dev/owi/if_wivar.h index dfdb6ea6bd84..004f194d1183 100644 --- a/sys/dev/owi/if_wivar.h +++ b/sys/dev/owi/if_wivar.h @@ -31,7 +31,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/dev/owi/if_wivar.h,v 1.4 2005/06/10 16:49:12 brooks Exp $ */ #define WICACHE /* turn on signal strength cache code */ diff --git a/sys/dev/patm/genrtab/Makefile b/sys/dev/patm/genrtab/Makefile index a4f50329795b..d4c538f9dfe9 100644 --- a/sys/dev/patm/genrtab/Makefile +++ b/sys/dev/patm/genrtab/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/dev/patm/genrtab/Makefile,v 1.6 2004/12/21 08:47:19 ru Exp $ # # This program is used to generate the if_patm_rtables.c file # for the idt77252 driver. It is not installed. diff --git a/sys/dev/patm/genrtab/genrtab.c b/sys/dev/patm/genrtab/genrtab.c index 8d696cfa8ef6..7de217cfd483 100644 --- a/sys/dev/patm/genrtab/genrtab.c +++ b/sys/dev/patm/genrtab/genrtab.c @@ -31,7 +31,7 @@ * IDT manual. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/genrtab/genrtab.c,v 1.2 2005/01/06 01:43:02 imp Exp $"); #include <sys/types.h> #include <stdio.h> @@ -445,7 +445,7 @@ main(int argc, char *argv[]) printf(" */\n"); printf("\n"); printf("#include <sys/cdefs.h>\n"); - printf("__FBSDID(\"$FreeBSD$\");\n"); + printf("__FBSDID(\"$FreeBSD: src/sys/dev/patm/genrtab/genrtab.c,v 1.2 2005/01/06 01:43:02 imp Exp $\");\n"); printf("\n"); printf("#include <sys/types.h>\n"); printf("\n"); diff --git a/sys/dev/patm/idt77252reg.h b/sys/dev/patm/idt77252reg.h index 13013a2f1056..78c66bf0e9fa 100644 --- a/sys/dev/patm/idt77252reg.h +++ b/sys/dev/patm/idt77252reg.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/patm/idt77252reg.h,v 1.2 2005/01/06 01:43:01 imp Exp $ * * Register definitions for the IDT77252 chip. */ diff --git a/sys/dev/patm/if_patm.c b/sys/dev/patm/if_patm.c index 279afde1d440..d76a0a481bfa 100644 --- a/sys/dev/patm/if_patm.c +++ b/sys/dev/patm/if_patm.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm.c,v 1.8.2.1 2005/08/25 05:01:13 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_attach.c b/sys/dev/patm/if_patm_attach.c index 0402d62ba250..88f50b27fe6f 100644 --- a/sys/dev/patm/if_patm_attach.c +++ b/sys/dev/patm/if_patm_attach.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_attach.c,v 1.11.2.1 2005/10/09 04:18:18 delphij Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_intr.c b/sys/dev/patm/if_patm_intr.c index 9f44d583d5b7..deccd0a49d5d 100644 --- a/sys/dev/patm/if_patm_intr.c +++ b/sys/dev/patm/if_patm_intr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_intr.c,v 1.5.2.1 2005/08/25 05:01:13 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_ioctl.c b/sys/dev/patm/if_patm_ioctl.c index 2ed466d81f2b..86857a21ddd4 100644 --- a/sys/dev/patm/if_patm_ioctl.c +++ b/sys/dev/patm/if_patm_ioctl.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_ioctl.c,v 1.9.2.1 2005/08/25 05:01:13 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_rtables.c b/sys/dev/patm/if_patm_rtables.c index f945276690b4..410b25ac9fba 100644 --- a/sys/dev/patm/if_patm_rtables.c +++ b/sys/dev/patm/if_patm_rtables.c @@ -3,7 +3,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_rtables.c,v 1.3 2004/03/10 17:03:27 bms Exp $"); #include <sys/types.h> diff --git a/sys/dev/patm/if_patm_rx.c b/sys/dev/patm/if_patm_rx.c index 1a012a90b072..a57966bc6cc2 100644 --- a/sys/dev/patm/if_patm_rx.c +++ b/sys/dev/patm/if_patm_rx.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_rx.c,v 1.7 2005/06/10 16:49:13 brooks Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patm_tx.c b/sys/dev/patm/if_patm_tx.c index cb40aa530fc5..b2076f5f56b2 100644 --- a/sys/dev/patm/if_patm_tx.c +++ b/sys/dev/patm/if_patm_tx.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/patm/if_patm_tx.c,v 1.9.2.1 2005/08/25 05:01:13 rwatson Exp $"); #include "opt_inet.h" #include "opt_natm.h" diff --git a/sys/dev/patm/if_patmvar.h b/sys/dev/patm/if_patmvar.h index e934784aec09..d5cd244320b4 100644 --- a/sys/dev/patm/if_patmvar.h +++ b/sys/dev/patm/if_patmvar.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/patm/if_patmvar.h,v 1.5 2005/06/10 16:49:13 brooks Exp $ * * Driver for IDT77252 (ABR) based cards like ProSum's. */ diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index 32f50a9cd8f8..7f804ffd6023 100644 --- a/sys/dev/pbio/pbio.c +++ b/sys/dev/pbio/pbio.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pbio/pbio.c,v 1.9 2005/05/29 04:42:24 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pbio/pbioio.h b/sys/dev/pbio/pbioio.h index 9a08bfab0254..d1bd57f0c255 100644 --- a/sys/dev/pbio/pbioio.h +++ b/sys/dev/pbio/pbioio.h @@ -25,7 +25,7 @@ * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pbio/pbioio.h,v 1.3 2005/01/06 01:43:02 imp Exp $ * */ diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m index 434389e2875e..c6216ed627dc 100644 --- a/sys/dev/pccard/card_if.m +++ b/sys/dev/pccard/card_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/pccard/card_if.m,v 1.29.2.1 2005/09/17 04:01:04 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index f555754ea7eb..b5b7052e5704 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccard/pccard.c,v 1.105.2.3 2006/01/31 17:10:02 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pccard/pccard_cis.c b/sys/dev/pccard/pccard_cis.c index ce2c23d88726..991e60c707e3 100644 --- a/sys/dev/pccard/pccard_cis.c +++ b/sys/dev/pccard/pccard_cis.c @@ -1,5 +1,5 @@ /* $NetBSD: pcmcia_cis.c,v 1.17 2000/02/10 09:01:52 chopps Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pccard/pccard_cis.c,v 1.34.2.2 2005/09/27 18:42:19 imp Exp $ */ /*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pccard/pccard_cis.h b/sys/dev/pccard/pccard_cis.h index d6b9c3899f86..85388d38d972 100644 --- a/sys/dev/pccard/pccard_cis.h +++ b/sys/dev/pccard/pccard_cis.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pccard/pccard_cis.h,v 1.3.2.1 2005/09/17 04:01:04 imp Exp $ */ /*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pccard/pccard_cis_quirks.c b/sys/dev/pccard/pccard_cis_quirks.c index 57e8b4ab6e8c..06bfdfb135ca 100644 --- a/sys/dev/pccard/pccard_cis_quirks.c +++ b/sys/dev/pccard/pccard_cis_quirks.c @@ -1,7 +1,7 @@ /* $NetBSD: pcmcia_cis_quirks.c,v 1.6 2000/04/12 21:07:55 scw Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccard/pccard_cis_quirks.c,v 1.15.2.1 2005/09/27 18:42:20 imp Exp $"); #define PCCARDDEBUG diff --git a/sys/dev/pccard/pccard_device.c b/sys/dev/pccard/pccard_device.c index 807ed7984187..969e64b256f9 100644 --- a/sys/dev/pccard/pccard_device.c +++ b/sys/dev/pccard/pccard_device.c @@ -26,7 +26,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccard/pccard_device.c,v 1.3.2.1 2005/09/27 18:42:20 imp Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/dev/pccard/pccarddevs b/sys/dev/pccard/pccarddevs index c2a0bf79d4dc..dc1ef54a5544 100644 --- a/sys/dev/pccard/pccarddevs +++ b/sys/dev/pccard/pccarddevs @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.109.2.2 2005/11/04 18:11:23 imp Exp $ /* $NetBSD: pcmciadevs,v 1.186 2003/09/16 08:26:37 onoe Exp $ */ /* $OpenBSD: pcmciadevs,v 1.93 2002/06/21 08:31:10 henning Exp $ */ diff --git a/sys/dev/pccard/pccardreg.h b/sys/dev/pccard/pccardreg.h index e0f6647771bc..d386cb755a6c 100644 --- a/sys/dev/pccard/pccardreg.h +++ b/sys/dev/pccard/pccardreg.h @@ -1,5 +1,5 @@ /* $NetBSD: pcmciareg.h,v 1.7 1998/10/29 09:45:52 enami Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pccard/pccardreg.h,v 1.3 2005/01/06 01:43:03 imp Exp $ */ /*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h index e040dc86b2b2..8c068f5ab366 100644 --- a/sys/dev/pccard/pccardvar.h +++ b/sys/dev/pccard/pccardvar.h @@ -1,5 +1,5 @@ /* $NetBSD: pcmciavar.h,v 1.12 2000/02/08 12:51:31 enami Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/pccard/pccardvar.h,v 1.53.2.2 2005/09/27 18:42:20 imp Exp $ */ /*- * Copyright (c) 1997 Marc Horowitz. All rights reserved. diff --git a/sys/dev/pccard/pccardvarp.h b/sys/dev/pccard/pccardvarp.h index 66441c027ace..6f9822bbe8ae 100644 --- a/sys/dev/pccard/pccardvarp.h +++ b/sys/dev/pccard/pccardvarp.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/dev/pccard/pccardvarp.h,v 1.1.2.2 2005/10/23 18:22:16 imp Exp $ */ #ifndef _PCCARD_PCCARDVARP_H diff --git a/sys/dev/pccard/power_if.m b/sys/dev/pccard/power_if.m index a85fd01e50e0..f03340d47ec9 100644 --- a/sys/dev/pccard/power_if.m +++ b/sys/dev/pccard/power_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/pccard/power_if.m,v 1.4 2005/01/06 01:43:03 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 2633ac77d282..b6e01b3963a4 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -75,7 +75,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccbb/pccbb.c,v 1.121 2005/01/13 19:05:25 imp Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c index 13025a615d2a..cb8128aaf30d 100644 --- a/sys/dev/pccbb/pccbb_isa.c +++ b/sys/dev/pccbb/pccbb_isa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccbb/pccbb_isa.c,v 1.4 2005/01/11 05:33:18 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index ab3bc889df51..876f2ef63459 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pccbb/pccbb_pci.c,v 1.9 2005/06/06 06:05:32 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h index 6db43829cde0..c9876a05ae48 100644 --- a/sys/dev/pccbb/pccbbdevid.h +++ b/sys/dev/pccbb/pccbbdevid.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/dev/pccbb/pccbbdevid.h,v 1.19 2005/01/11 05:33:18 imp Exp $ */ /* Vendor/Device IDs */ diff --git a/sys/dev/pccbb/pccbbreg.h b/sys/dev/pccbb/pccbbreg.h index 4b33c873f177..854be0533b63 100644 --- a/sys/dev/pccbb/pccbbreg.h +++ b/sys/dev/pccbb/pccbbreg.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/dev/pccbb/pccbbreg.h,v 1.16 2005/01/13 19:05:25 imp Exp $ */ /* diff --git a/sys/dev/pccbb/pccbbvar.h b/sys/dev/pccbb/pccbbvar.h index 455f7643efd2..223e5e96daee 100644 --- a/sys/dev/pccbb/pccbbvar.h +++ b/sys/dev/pccbb/pccbbvar.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/dev/pccbb/pccbbvar.h,v 1.23 2005/01/13 19:05:25 imp Exp $ */ /* diff --git a/sys/dev/pcf/envctrl.c b/sys/dev/pcf/envctrl.c index 25a163c77902..d22472dbda49 100644 --- a/sys/dev/pcf/envctrl.c +++ b/sys/dev/pcf/envctrl.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcf/envctrl.c,v 1.5 2005/06/04 20:29:28 marius Exp $"); /* * Device specific driver for the SUNW,envctrl device found on some diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index 032095855f59..862185850c69 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcf/pcf.c,v 1.25 2004/05/31 14:24:21 nsouch Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pcf/pcf_ebus.c b/sys/dev/pcf/pcf_ebus.c index 3ea2051b9ff5..7540248cdb12 100644 --- a/sys/dev/pcf/pcf_ebus.c +++ b/sys/dev/pcf/pcf_ebus.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcf/pcf_ebus.c,v 1.4 2005/06/04 20:29:28 marius Exp $"); /* * Device specific driver for the EBus i2c devices found on some sun4u diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c index a4a2a5099f53..1d48651fe31c 100644 --- a/sys/dev/pcf/pcf_isa.c +++ b/sys/dev/pcf/pcf_isa.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pcf/pcf_isa.c,v 1.5 2004/08/11 21:19:31 marius Exp $"); /* * Hardware driver for a Philips PCF8584 I2C bus controller sitting diff --git a/sys/dev/pcf/pcfvar.h b/sys/dev/pcf/pcfvar.h index ed4d9d8cb9a9..c000ec10aeee 100644 --- a/sys/dev/pcf/pcfvar.h +++ b/sys/dev/pcf/pcfvar.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/dev/pcf/pcfvar.h,v 1.3 2004/08/11 21:19:31 marius Exp $ */ #define IO_PCFSIZE 2 diff --git a/sys/dev/pci/eisa_pci.c b/sys/dev/pci/eisa_pci.c index 61027a1cbc67..092438551210 100644 --- a/sys/dev/pci/eisa_pci.c +++ b/sys/dev/pci/eisa_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/eisa_pci.c,v 1.6 2004/05/30 20:08:37 phk Exp $"); /* * PCI:EISA bridge support diff --git a/sys/dev/pci/fixup_pci.c b/sys/dev/pci/fixup_pci.c index 13fc4b15ffcc..e473830202c8 100644 --- a/sys/dev/pci/fixup_pci.c +++ b/sys/dev/pci/fixup_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/fixup_pci.c,v 1.6.8.1 2006/05/31 21:37:11 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/pci/ignore_pci.c b/sys/dev/pci/ignore_pci.c index 1ae9d34545c1..0445c6490da3 100644 --- a/sys/dev/pci/ignore_pci.c +++ b/sys/dev/pci/ignore_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/ignore_pci.c,v 1.4 2004/05/30 17:57:41 phk Exp $"); /* * 'Ignore' driver - eats devices that show up errnoeously on PCI diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c index 073aff7a8095..9baff99e3338 100644 --- a/sys/dev/pci/isa_pci.c +++ b/sys/dev/pci/isa_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/isa_pci.c,v 1.12.8.1 2005/10/06 20:21:03 jhb Exp $"); /* * PCI:ISA bridge support diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index cc3d707c873a..500462e0431b 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/pci.c,v 1.292.2.9 2006/09/25 15:49:51 marcel Exp $"); #include "opt_bus.h" diff --git a/sys/dev/pci/pci_if.m b/sys/dev/pci/pci_if.m index 107746b25f0a..6d87fc96e38d 100644 --- a/sys/dev/pci/pci_if.m +++ b/sys/dev/pci/pci_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/pci/pci_if.m,v 1.7 2005/01/06 01:43:05 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c index e8be83589dcf..b7f11ce555a5 100644 --- a/sys/dev/pci/pci_pci.c +++ b/sys/dev/pci/pci_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/pci_pci.c,v 1.37.2.1 2006/05/22 23:38:08 jkim Exp $"); /* * PCI:PCI bridge support. diff --git a/sys/dev/pci/pci_private.h b/sys/dev/pci/pci_private.h index f6953239e519..c7e67a59ad46 100644 --- a/sys/dev/pci/pci_private.h +++ b/sys/dev/pci/pci_private.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/dev/pci/pci_private.h,v 1.14.2.1 2006/01/30 18:38:08 imp Exp $ * */ diff --git a/sys/dev/pci/pci_user.c b/sys/dev/pci/pci_user.c index 469dc40afcd2..014939344faf 100644 --- a/sys/dev/pci/pci_user.c +++ b/sys/dev/pci/pci_user.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pci/pci_user.c,v 1.19.2.2 2006/10/16 11:45:37 ru Exp $"); #include "opt_bus.h" /* XXX trim includes */ #include "opt_compat.h" diff --git a/sys/dev/pci/pcib_if.m b/sys/dev/pci/pcib_if.m index 51c917a4af18..4ad739b3e99b 100644 --- a/sys/dev/pci/pcib_if.m +++ b/sys/dev/pci/pcib_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/pci/pcib_if.m,v 1.7 2005/04/13 19:10:27 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/pci/pcib_private.h b/sys/dev/pci/pcib_private.h index a4acaabe13a9..344f8d143eb3 100644 --- a/sys/dev/pci/pcib_private.h +++ b/sys/dev/pci/pcib_private.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/dev/pci/pcib_private.h,v 1.6 2004/01/11 06:52:31 imp Exp $ */ #ifndef __PCIB_PRIVATE_H__ diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index ed6d206ea7ed..5fa57fc68eb6 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.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/dev/pci/pcireg.h,v 1.45.2.1 2006/01/29 21:03:46 imp Exp $ * */ diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index 0c38b50e5a60..903c00997b11 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.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/dev/pci/pcivar.h,v 1.66.2.1 2006/01/30 18:34:41 imp Exp $ * */ diff --git a/sys/dev/pdq/if_fea.c b/sys/dev/pdq/if_fea.c index 68dbf139e5a2..a99e4bf4df7d 100644 --- a/sys/dev/pdq/if_fea.c +++ b/sys/dev/pdq/if_fea.c @@ -21,7 +21,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/dev/pdq/if_fea.c,v 1.28 2005/06/10 16:49:13 brooks Exp $ */ /* diff --git a/sys/dev/pdq/if_fpa.c b/sys/dev/pdq/if_fpa.c index 1cca08e668ae..756473fb0ddd 100644 --- a/sys/dev/pdq/if_fpa.c +++ b/sys/dev/pdq/if_fpa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pdq/if_fpa.c,v 1.25 2005/06/10 16:49:13 brooks Exp $"); /* * DEC PDQ FDDI Controller; code for BSD derived operating systems diff --git a/sys/dev/pdq/pdq.c b/sys/dev/pdq/pdq.c index 2f4443954d0c..0fa8ea076dc9 100644 --- a/sys/dev/pdq/pdq.c +++ b/sys/dev/pdq/pdq.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pdq/pdq.c,v 1.11 2005/06/10 16:49:13 brooks Exp $"); /* * DEC PDQ FDDI Controller O/S independent code diff --git a/sys/dev/pdq/pdq_freebsd.h b/sys/dev/pdq/pdq_freebsd.h index ef38138ecc04..58ea9be5de61 100644 --- a/sys/dev/pdq/pdq_freebsd.h +++ b/sys/dev/pdq/pdq_freebsd.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Id: pdqvar.h,v 1.21 1997/03/21 21:16:04 thomas Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pdq/pdq_freebsd.h,v 1.10 2005/06/10 16:49:13 brooks Exp $ * */ diff --git a/sys/dev/pdq/pdq_ifsubr.c b/sys/dev/pdq/pdq_ifsubr.c index 409779a7df5d..0e7b4c53b0ba 100644 --- a/sys/dev/pdq/pdq_ifsubr.c +++ b/sys/dev/pdq/pdq_ifsubr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pdq/pdq_ifsubr.c,v 1.26.2.2 2005/08/25 05:01:13 rwatson Exp $"); /* * DEC PDQ FDDI Controller; code for BSD derived operating systems diff --git a/sys/dev/pdq/pdqreg.h b/sys/dev/pdq/pdqreg.h index 95781957e1a0..c52f7e50ed42 100644 --- a/sys/dev/pdq/pdqreg.h +++ b/sys/dev/pdq/pdqreg.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Id: pdqreg.h,v 1.11 1997/03/21 21:16:04 thomas Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pdq/pdqreg.h,v 1.4 2002/03/29 11:22:19 mdodd Exp $ * */ diff --git a/sys/dev/pdq/pdqvar.h b/sys/dev/pdq/pdqvar.h index de576ba18b39..4851575b3139 100644 --- a/sys/dev/pdq/pdqvar.h +++ b/sys/dev/pdq/pdqvar.h @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * Id: pdqvar.h,v 1.21 1997/03/21 21:16:04 thomas Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/pdq/pdqvar.h,v 1.12 2005/06/10 16:49:13 brooks Exp $ * */ diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c index 6c7cf7ab8aeb..a5ef5140e5dd 100644 --- a/sys/dev/ppbus/if_plip.c +++ b/sys/dev/ppbus/if_plip.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/if_plip.c,v 1.37.2.2 2006/07/19 16:31:12 kib Exp $"); /* * Parallel port TCP/IP interfaces added. I looked at the driver from diff --git a/sys/dev/ppbus/immio.c b/sys/dev/ppbus/immio.c index 6dc30cc63961..56122c945353 100644 --- a/sys/dev/ppbus/immio.c +++ b/sys/dev/ppbus/immio.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/immio.c,v 1.17.10.1 2006/01/29 06:52:35 sam Exp $"); /* * Iomega ZIP+ Matchmaker Parallel Port Interface driver diff --git a/sys/dev/ppbus/lpbb.c b/sys/dev/ppbus/lpbb.c index 07a2f213a9fb..d006ad5f7bdd 100644 --- a/sys/dev/ppbus/lpbb.c +++ b/sys/dev/ppbus/lpbb.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/lpbb.c,v 1.18.8.1 2006/07/19 16:31:12 kib Exp $"); /* * I2C Bit-Banging over parallel port diff --git a/sys/dev/ppbus/lpt.c b/sys/dev/ppbus/lpt.c index dec1084eca97..99ada7d09fe7 100644 --- a/sys/dev/ppbus/lpt.c +++ b/sys/dev/ppbus/lpt.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/lpt.c,v 1.36.2.1 2006/07/19 16:31:12 kib Exp $"); /* * Device Driver for AT parallel printer port diff --git a/sys/dev/ppbus/lpt.h b/sys/dev/ppbus/lpt.h index 9075b4ec6e5a..da1a527ee5b8 100644 --- a/sys/dev/ppbus/lpt.h +++ b/sys/dev/ppbus/lpt.h @@ -34,7 +34,7 @@ * Id: lptreg.h,v 1.6 1997/02/22 09:36:52 peter Exp * From Id: nlpt.h,v 1.3 1999/01/10 12:04:54 nsouch Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ppbus/lpt.h,v 1.4 1999/08/28 00:42:23 peter Exp $ */ /* diff --git a/sys/dev/ppbus/lptio.h b/sys/dev/ppbus/lptio.h index e8471d396d20..e9ee722b68df 100644 --- a/sys/dev/ppbus/lptio.h +++ b/sys/dev/ppbus/lptio.h @@ -11,7 +11,7 @@ * * Geoff Rehmet, Rhodes University, South Africa <csgr@cs.ru.ac.za> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ppbus/lptio.h,v 1.9 2005/01/06 01:43:06 imp Exp $ */ #ifndef _DEV_PPBUS_LPT_H_ diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c index 0a650552aece..cb84a16db6a2 100644 --- a/sys/dev/ppbus/pcfclock.c +++ b/sys/dev/ppbus/pcfclock.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/pcfclock.c,v 1.20 2005/01/06 01:43:06 imp Exp $"); #include "opt_pcfclock.h" diff --git a/sys/dev/ppbus/ppb_1284.c b/sys/dev/ppbus/ppb_1284.c index 566350301cbe..96121cc88def 100644 --- a/sys/dev/ppbus/ppb_1284.c +++ b/sys/dev/ppbus/ppb_1284.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppb_1284.c,v 1.14 2003/08/24 17:54:16 obrien Exp $"); /* * General purpose routines for the IEEE1284-1994 Standard diff --git a/sys/dev/ppbus/ppb_1284.h b/sys/dev/ppbus/ppb_1284.h index 5c4010f88bf5..39657494dd7c 100644 --- a/sys/dev/ppbus/ppb_1284.h +++ b/sys/dev/ppbus/ppb_1284.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/dev/ppbus/ppb_1284.h,v 1.7 2000/01/14 08:03:14 nsouch Exp $ * */ #ifndef __1284_H diff --git a/sys/dev/ppbus/ppb_base.c b/sys/dev/ppbus/ppb_base.c index f54dae1e44ec..117ad8615ff7 100644 --- a/sys/dev/ppbus/ppb_base.c +++ b/sys/dev/ppbus/ppb_base.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppb_base.c,v 1.14 2003/08/24 17:54:16 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ppbus/ppb_msq.c b/sys/dev/ppbus/ppb_msq.c index 533ab5f4603a..553babad0c24 100644 --- a/sys/dev/ppbus/ppb_msq.c +++ b/sys/dev/ppbus/ppb_msq.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppb_msq.c,v 1.14 2003/08/24 17:54:16 obrien Exp $"); #include <machine/stdarg.h> #include <sys/param.h> diff --git a/sys/dev/ppbus/ppb_msq.h b/sys/dev/ppbus/ppb_msq.h index 1ee55e56d4bf..59dc74a6a922 100644 --- a/sys/dev/ppbus/ppb_msq.h +++ b/sys/dev/ppbus/ppb_msq.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/dev/ppbus/ppb_msq.h,v 1.9 2002/11/09 12:55:05 alfred Exp $ * */ #ifndef __PPB_MSQ_H diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 1ad27f8febd3..37eda7fd2e53 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppbconf.c,v 1.23 2003/08/24 17:54:16 obrien Exp $"); #include "opt_ppb_1284.h" #include <sys/param.h> diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h index eb1f64ec68ae..07f11b39b5a4 100644 --- a/sys/dev/ppbus/ppbconf.h +++ b/sys/dev/ppbus/ppbconf.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/dev/ppbus/ppbconf.h,v 1.19 2003/08/07 15:04:25 jhb Exp $ * */ #ifndef __PPBCONF_H diff --git a/sys/dev/ppbus/ppbio.h b/sys/dev/ppbus/ppbio.h index 2794eddc1dea..b288fc892ed5 100644 --- a/sys/dev/ppbus/ppbio.h +++ b/sys/dev/ppbus/ppbio.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/dev/ppbus/ppbio.h,v 1.1 2000/01/14 00:17:57 nsouch Exp $ * */ diff --git a/sys/dev/ppbus/ppbus_if.m b/sys/dev/ppbus/ppbus_if.m index ccc308d23f36..5e72b555927f 100644 --- a/sys/dev/ppbus/ppbus_if.m +++ b/sys/dev/ppbus/ppbus_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/ppbus/ppbus_if.m,v 1.3 2005/01/06 01:43:06 imp Exp $ # #include <sys/bus.h> diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index f689bc14ae52..4353ae558eb2 100644 --- a/sys/dev/ppbus/ppi.c +++ b/sys/dev/ppbus/ppi.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/ppi.c,v 1.38.8.1 2006/07/19 16:31:12 kib Exp $"); #include "opt_ppb_1284.h" #include <sys/param.h> diff --git a/sys/dev/ppbus/ppi.h b/sys/dev/ppbus/ppi.h index 8ff2fb48c4ad..e5b9994cdbce 100644 --- a/sys/dev/ppbus/ppi.h +++ b/sys/dev/ppbus/ppi.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/dev/ppbus/ppi.h,v 1.5 1999/12/29 04:35:43 peter Exp $ * */ #ifndef __PPI_H diff --git a/sys/dev/ppbus/pps.c b/sys/dev/ppbus/pps.c index 37c785e7527f..2155f305cc39 100644 --- a/sys/dev/ppbus/pps.c +++ b/sys/dev/ppbus/pps.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/pps.c,v 1.50.2.1 2006/07/19 16:31:12 kib Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/ppbus/vpo.c b/sys/dev/ppbus/vpo.c index abb2ef896d49..ee6582799a0e 100644 --- a/sys/dev/ppbus/vpo.c +++ b/sys/dev/ppbus/vpo.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/vpo.c,v 1.33.16.1 2006/12/21 21:00:51 mjacob Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ppbus/vpoio.c b/sys/dev/ppbus/vpoio.c index 128fdc7e56f0..33159ab20d18 100644 --- a/sys/dev/ppbus/vpoio.c +++ b/sys/dev/ppbus/vpoio.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppbus/vpoio.c,v 1.18 2003/08/24 17:54:16 obrien Exp $"); #ifdef _KERNEL #include <sys/param.h> diff --git a/sys/dev/ppbus/vpoio.h b/sys/dev/ppbus/vpoio.h index fe66fa5299be..64d2ccbe7637 100644 --- a/sys/dev/ppbus/vpoio.h +++ b/sys/dev/ppbus/vpoio.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/dev/ppbus/vpoio.h,v 1.5 2001/01/02 21:29:06 nsouch Exp $ * */ #ifndef __VP0IO_H diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c index 31acb7ddc569..330301335171 100644 --- a/sys/dev/ppc/ppc.c +++ b/sys/dev/ppc/ppc.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ppc/ppc.c,v 1.45.2.1 2006/07/19 16:31:12 kib Exp $"); #include "opt_ppc.h" diff --git a/sys/dev/ppc/ppc_puc.c b/sys/dev/ppc/ppc_puc.c index 2b41bfebca1d..1f97c4ea0c24 100644 --- a/sys/dev/ppc/ppc_puc.c +++ b/sys/dev/ppc/ppc_puc.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ppc/ppc_puc.c,v 1.2 2004/05/30 20:08:37 phk Exp $ * */ diff --git a/sys/dev/ppc/ppcreg.h b/sys/dev/ppc/ppcreg.h index ea12ead9c417..96a29cac5ee8 100644 --- a/sys/dev/ppc/ppcreg.h +++ b/sys/dev/ppc/ppcreg.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/dev/ppc/ppcreg.h,v 1.15 2001/06/23 06:52:54 nsouch Exp $ * */ #ifndef __PPCREG_H diff --git a/sys/dev/ppc/ppcvar.h b/sys/dev/ppc/ppcvar.h index 9bef9080aa7a..50d50cb8d277 100644 --- a/sys/dev/ppc/ppcvar.h +++ b/sys/dev/ppc/ppcvar.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/dev/ppc/ppcvar.h,v 1.2 2005/01/06 01:43:07 imp Exp $ * */ diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c index 1b017fd865c8..c7dfc6a92691 100644 --- a/sys/dev/pst/pst-iop.c +++ b/sys/dev/pst/pst-iop.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pst/pst-iop.c,v 1.7 2004/10/03 16:06:46 stefanf Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pst/pst-iop.h b/sys/dev/pst/pst-iop.h index 59314ce0bb33..e402c2371314 100644 --- a/sys/dev/pst/pst-iop.h +++ b/sys/dev/pst/pst-iop.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/dev/pst/pst-iop.h,v 1.6 2004/10/03 16:06:46 stefanf Exp $ */ /* misc defines */ diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index c5f4a8592160..feb4d770ed30 100644 --- a/sys/dev/pst/pst-pci.c +++ b/sys/dev/pst/pst-pci.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pst/pst-pci.c,v 1.8 2005/03/05 18:10:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index f14be91904d2..046d7c5cad46 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/pst/pst-raid.c,v 1.14 2004/09/15 15:39:28 sos Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 86e2a0caed52..6c50b043a0f4 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc.c,v 1.39 2005/03/04 22:23:21 marius Exp $"); /* * PCI "universal" communication card device driver, glues com, lpt, diff --git a/sys/dev/puc/puc_ebus.c b/sys/dev/puc/puc_ebus.c index a94576ad2071..3f82172379ec 100644 --- a/sys/dev/puc/puc_ebus.c +++ b/sys/dev/puc/puc_ebus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_ebus.c,v 1.5.2.1 2006/02/15 09:16:01 marius Exp $"); #include "opt_puc.h" diff --git a/sys/dev/puc/puc_pccard.c b/sys/dev/puc/puc_pccard.c index c01db42e6537..e9bb3d05b213 100644 --- a/sys/dev/puc/puc_pccard.c +++ b/sys/dev/puc/puc_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_pccard.c,v 1.9 2004/05/30 20:08:38 phk Exp $"); #include "opt_puc.h" diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index 2be23cf5c16d..51dfdef3eb74 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_pci.c,v 1.14 2005/03/05 18:10:49 imp Exp $"); #include "opt_puc.h" diff --git a/sys/dev/puc/puc_sbus.c b/sys/dev/puc/puc_sbus.c index 8bd36d0c4387..0c520aa68479 100644 --- a/sys/dev/puc/puc_sbus.c +++ b/sys/dev/puc/puc_sbus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/puc_sbus.c,v 1.8 2005/02/26 00:25:43 marius Exp $"); #include "opt_puc.h" diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index 1f43ecc08971..a0aafb7543e5 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/puc/pucdata.c,v 1.51.2.2 2006/09/04 18:52:09 marcel Exp $"); /* * PCI "universal" communications card driver configuration data (used to diff --git a/sys/dev/puc/pucvar.h b/sys/dev/puc/pucvar.h index bf9bb7f4f5d0..afd191534cb4 100644 --- a/sys/dev/puc/pucvar.h +++ b/sys/dev/puc/pucvar.h @@ -1,5 +1,5 @@ /* $NetBSD: pucvar.h,v 1.2 1999/02/06 06:29:54 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/puc/pucvar.h,v 1.15 2005/01/11 06:24:40 imp Exp $ */ /*- * Copyright (c) 2002 JF Hay. All rights reserved. diff --git a/sys/dev/ral/if_ral.c b/sys/dev/ral/if_ral.c index b6a1c709f60f..980611d45c62 100644 --- a/sys/dev/ral/if_ral.c +++ b/sys/dev/ral/if_ral.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ral.c,v 1.10.2.7 2006/02/25 00:50:19 sam Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/if_ral.c,v 1.10.2.7 2006/02/25 00:50:19 sam Exp $"); /*- * Ralink Technology RT2500 chipset driver diff --git a/sys/dev/ral/if_ral_pccard.c b/sys/dev/ral/if_ral_pccard.c index a1c59fa7e3b8..34eab7f87ed3 100644 --- a/sys/dev/ral/if_ral_pccard.c +++ b/sys/dev/ral/if_ral_pccard.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ral_pccard.c,v 1.2.2.1 2006/01/29 15:21:46 damien Exp $ */ /*- * Copyright (c) 2005 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/if_ral_pccard.c,v 1.2.2.1 2006/01/29 15:21:46 damien Exp $"); /* * CardBus front-end for the Ralink RT2500 driver. diff --git a/sys/dev/ral/if_ral_pci.c b/sys/dev/ral/if_ral_pci.c index 362f92db5614..235ca7ae9ff3 100644 --- a/sys/dev/ral/if_ral_pci.c +++ b/sys/dev/ral/if_ral_pci.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ral_pci.c,v 1.1.2.1 2005/08/25 05:01:14 rwatson Exp $ */ /*- * Copyright (c) 2005 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/if_ral_pci.c,v 1.1.2.1 2005/08/25 05:01:14 rwatson Exp $"); /* * PCI front-end for the Ralink RT2500 driver. diff --git a/sys/dev/ral/if_ralrate.c b/sys/dev/ral/if_ralrate.c index b8922ba0da04..92b6e08fb583 100644 --- a/sys/dev/ral/if_ralrate.c +++ b/sys/dev/ral/if_ralrate.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ralrate.c,v 1.1 2005/04/18 18:47:36 damien Exp $ */ /* $NetBSD: ieee80211_rssadapt.c,v 1.9 2005/02/26 22:45:09 perry Exp $ */ /*- * Copyright (c) 2003, 2004 David Young. All rights reserved. diff --git a/sys/dev/ral/if_ralrate.h b/sys/dev/ral/if_ralrate.h index 50eee4429bc3..787dbc7c8534 100644 --- a/sys/dev/ral/if_ralrate.h +++ b/sys/dev/ral/if_ralrate.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ralrate.h,v 1.1 2005/04/18 18:47:36 damien Exp $ */ /* $NetBSD: ieee80211_rssadapt.h,v 1.4 2005/02/26 22:45:09 perry Exp $ */ /*- * Copyright (c) 2003, 2004 David Young. All rights reserved. diff --git a/sys/dev/ral/if_ralreg.h b/sys/dev/ral/if_ralreg.h index c544e696160b..3411763e8af6 100644 --- a/sys/dev/ral/if_ralreg.h +++ b/sys/dev/ral/if_ralreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ralreg.h,v 1.1.2.1 2006/01/29 15:21:46 damien Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/ral/if_ralvar.h b/sys/dev/ral/if_ralvar.h index c7d7501dd6e7..6dc710244e0e 100644 --- a/sys/dev/ral/if_ralvar.h +++ b/sys/dev/ral/if_ralvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ralvar.h,v 1.2.2.1 2006/01/29 15:21:46 damien Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/random/harvest.c b/sys/dev/random/harvest.c index d78306524ff9..da541a952a31 100644 --- a/sys/dev/random/harvest.c +++ b/sys/dev/random/harvest.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/harvest.c,v 1.25 2004/10/18 19:29:13 rwatson Exp $"); #include <sys/param.h> #include <sys/kthread.h> diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c index 611f866c4242..2057053d1182 100644 --- a/sys/dev/random/hash.c +++ b/sys/dev/random/hash.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/hash.c,v 1.13 2005/03/11 15:42:50 ume Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/random/hash.h b/sys/dev/random/hash.h index 8580d145d683..9c31976bc8f8 100644 --- a/sys/dev/random/hash.h +++ b/sys/dev/random/hash.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/dev/random/hash.h,v 1.5 2004/04/09 15:47:09 markm Exp $ */ #define KEYSIZE 32 /* (in bytes) 32 bytes == 256 bits */ diff --git a/sys/dev/random/nehemiah.c b/sys/dev/random/nehemiah.c index 3001b2030e11..8dbc4ced58bd 100644 --- a/sys/dev/random/nehemiah.c +++ b/sys/dev/random/nehemiah.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/nehemiah.c,v 1.3.2.1 2006/02/08 05:58:17 ps Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/dev/random/nehemiah.h b/sys/dev/random/nehemiah.h index b35fb3fb2262..90af99b159d0 100644 --- a/sys/dev/random/nehemiah.h +++ b/sys/dev/random/nehemiah.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/dev/random/nehemiah.h,v 1.1 2004/04/09 15:47:09 markm Exp $ */ extern struct random_systat random_nehemiah; diff --git a/sys/dev/random/probe.c b/sys/dev/random/probe.c index 55b197498c28..fe3347a63821 100644 --- a/sys/dev/random/probe.c +++ b/sys/dev/random/probe.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/probe.c,v 1.4.2.1 2006/07/21 15:12:02 mr Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/dev/random/randomdev.c b/sys/dev/random/randomdev.c index 4d2b1bbffe6d..3e4c498c8fa4 100644 --- a/sys/dev/random/randomdev.c +++ b/sys/dev/random/randomdev.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/randomdev.c,v 1.59.2.1 2006/02/08 05:58:17 ps Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/random/randomdev.h b/sys/dev/random/randomdev.h index 2529a82ec710..80d25e3b4515 100644 --- a/sys/dev/random/randomdev.h +++ b/sys/dev/random/randomdev.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/dev/random/randomdev.h,v 1.6.8.1 2006/02/08 05:58:17 ps Exp $ */ /* This header contains only those definitions that are global diff --git a/sys/dev/random/yarrow.c b/sys/dev/random/yarrow.c index ab10b210b7b4..8d1b79b8e985 100644 --- a/sys/dev/random/yarrow.c +++ b/sys/dev/random/yarrow.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/random/yarrow.c,v 1.45.2.1 2006/02/08 05:58:17 ps Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h index 558354d27f73..098065fdc599 100644 --- a/sys/dev/random/yarrow.h +++ b/sys/dev/random/yarrow.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/dev/random/yarrow.h,v 1.18 2004/04/09 15:47:09 markm Exp $ */ /* This contains Yarrow-specific declarations. diff --git a/sys/dev/ray/if_ray.c b/sys/dev/ray/if_ray.c index 9ea6680289ad..14669cfbc970 100644 --- a/sys/dev/ray/if_ray.c +++ b/sys/dev/ray/if_ray.c @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ray/if_ray.c,v 1.79.2.2 2005/08/25 05:01:14 rwatson Exp $"); /* * Card configuration diff --git a/sys/dev/ray/if_raydbg.h b/sys/dev/ray/if_raydbg.h index 4981da6b85fe..1afdc2bd8cd7 100644 --- a/sys/dev/ray/if_raydbg.h +++ b/sys/dev/ray/if_raydbg.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ray/if_raydbg.h,v 1.13 2005/01/06 01:43:09 imp Exp $ * */ diff --git a/sys/dev/ray/if_raymib.h b/sys/dev/ray/if_raymib.h index de3bb1641131..599b6ebe9e43 100644 --- a/sys/dev/ray/if_raymib.h +++ b/sys/dev/ray/if_raymib.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ray/if_raymib.h,v 1.13 2005/01/06 01:43:09 imp Exp $ * */ diff --git a/sys/dev/ray/if_rayreg.h b/sys/dev/ray/if_rayreg.h index 562279f7aa3d..eeecb78a8ea6 100644 --- a/sys/dev/ray/if_rayreg.h +++ b/sys/dev/ray/if_rayreg.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ray/if_rayreg.h,v 1.11 2005/01/06 01:43:09 imp Exp $ * */ diff --git a/sys/dev/ray/if_rayvar.h b/sys/dev/ray/if_rayvar.h index 7376405bb19a..50fbbd7f9a24 100644 --- a/sys/dev/ray/if_rayvar.h +++ b/sys/dev/ray/if_rayvar.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/ray/if_rayvar.h,v 1.21.2.1 2005/08/25 05:01:14 rwatson Exp $ * */ diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 71cc67567ddb..82bdce7fb45f 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rc/rc.c,v 1.99.2.1 2006/03/10 19:37:32 jhb Exp $ */ /* diff --git a/sys/dev/rc/rcreg.h b/sys/dev/rc/rcreg.h index 8ba287e7251c..e23576548f67 100644 --- a/sys/dev/rc/rcreg.h +++ b/sys/dev/rc/rcreg.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/dev/rc/rcreg.h,v 1.6 2005/01/06 01:43:10 imp Exp $ */ /* diff --git a/sys/dev/re/if_re.c b/sys/dev/re/if_re.c index c23a2fa676cb..d626002cd073 100644 --- a/sys/dev/re/if_re.c +++ b/sys/dev/re/if_re.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/re/if_re.c,v 1.46.2.20 2006/09/21 11:08:28 yongari Exp $"); /* * RealTek 8139C+/8169/8169S/8110S/8168/8111/8101E PCI NIC driver diff --git a/sys/dev/rndtest/rndtest.c b/sys/dev/rndtest/rndtest.c index 15ddcceeb59c..e9207dab66af 100644 --- a/sys/dev/rndtest/rndtest.c +++ b/sys/dev/rndtest/rndtest.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/rndtest/rndtest.c,v 1.5 2005/01/06 01:43:10 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/rndtest/rndtest.h b/sys/dev/rndtest/rndtest.h index 5a284e9a91de..83d6fd94f0e7 100644 --- a/sys/dev/rndtest/rndtest.h +++ b/sys/dev/rndtest/rndtest.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/rndtest/rndtest.h,v 1.2 2005/01/06 01:43:10 imp Exp $ */ /* $OpenBSD$ */ /*- diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c index 0bd0e81271b1..310887b45f42 100644 --- a/sys/dev/rp/rp.c +++ b/sys/dev/rp/rp.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/rp/rp.c,v 1.67.2.1 2005/11/08 15:35:27 jhb Exp $"); /* * rp.c - for RocketPort FreeBSD diff --git a/sys/dev/rp/rp_isa.c b/sys/dev/rp/rp_isa.c index ebefe4f8b3ad..30e85e128641 100644 --- a/sys/dev/rp/rp_isa.c +++ b/sys/dev/rp/rp_isa.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/rp/rp_isa.c,v 1.7 2005/01/06 01:43:11 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/rp/rp_pci.c b/sys/dev/rp/rp_pci.c index e31b2298693f..da37ce8fb216 100644 --- a/sys/dev/rp/rp_pci.c +++ b/sys/dev/rp/rp_pci.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/rp/rp_pci.c,v 1.11.2.1 2006/02/14 23:09:10 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/rp/rpreg.h b/sys/dev/rp/rpreg.h index 7ab041d3ccb8..debca6c5e4a6 100644 --- a/sys/dev/rp/rpreg.h +++ b/sys/dev/rp/rpreg.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rp/rpreg.h,v 1.7 2005/01/06 01:43:11 imp Exp $ */ /* diff --git a/sys/dev/rp/rpvar.h b/sys/dev/rp/rpvar.h index 66aa21966c7b..1b154a0d9e13 100644 --- a/sys/dev/rp/rpvar.h +++ b/sys/dev/rp/rpvar.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rp/rpvar.h,v 1.8 2005/01/06 01:43:11 imp Exp $ */ /* diff --git a/sys/dev/rr232x/LICENSE b/sys/dev/rr232x/LICENSE index ac2b218fa22f..aa341385471b 100644 --- a/sys/dev/rr232x/LICENSE +++ b/sys/dev/rr232x/LICENSE @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/rr232x/LICENSE,v 1.1.2.1 2006/04/30 17:11:34 scottl Exp $ Unless otherwise noted, all program source, header, and binary data files in this directory are governed by the following copyright and license: diff --git a/sys/dev/rr232x/README b/sys/dev/rr232x/README index a73b631e1e5a..64663bab3023 100644 --- a/sys/dev/rr232x/README +++ b/sys/dev/rr232x/README @@ -10,7 +10,7 @@ Revision History: v1.01 2005-8-30 First source code release -$FreeBSD$ +$FreeBSD: src/sys/dev/rr232x/README,v 1.1.2.1 2006/04/30 17:11:34 scottl Exp $ ############################################################################# diff --git a/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu b/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu index 42bea385a41d..589acb1f5f69 100644 --- a/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu +++ b/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu,v 1.1.2.1 2006/04/30 17:11:34 scottl Exp $ begin 644 rr232x_lib.o M?T5,1@(!`0D```````````$`/@`!`````````````````````````/`V`@`` M`````````$```````$``$``-`//#9F9FD&9F9I!F9I!F9I!(@^PH2(D<)$R) diff --git a/sys/dev/rr232x/array.h b/sys/dev/rr232x/array.h index 6e1fd934b226..9bb298612c2d 100644 --- a/sys/dev/rr232x/array.h +++ b/sys/dev/rr232x/array.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/dev/rr232x/array.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_ARRAY_H_ #define _HPT_ARRAY_H_ diff --git a/sys/dev/rr232x/him.h b/sys/dev/rr232x/him.h index 412b988e91f8..ae64bfd5210f 100644 --- a/sys/dev/rr232x/him.h +++ b/sys/dev/rr232x/him.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/dev/rr232x/him.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_HIM_H_ #define _HPT_HIM_H_ diff --git a/sys/dev/rr232x/himfuncs.h b/sys/dev/rr232x/himfuncs.h index 528cb735bc6a..647e160310e3 100644 --- a/sys/dev/rr232x/himfuncs.h +++ b/sys/dev/rr232x/himfuncs.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/dev/rr232x/himfuncs.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ * * define _HIM_INTERFACE before include this file, and * undef it after include this file. diff --git a/sys/dev/rr232x/hptintf.h b/sys/dev/rr232x/hptintf.h index b8826f3da33f..d731446cc63f 100644 --- a/sys/dev/rr232x/hptintf.h +++ b/sys/dev/rr232x/hptintf.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/dev/rr232x/hptintf.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ * * File: hptintf.h * Description: ioctl interface for HPT RAID driver diff --git a/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu b/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu index e054cf42c547..bdfd550fbd50 100644 --- a/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu +++ b/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ begin 644 rr232x_lib.o M?T5,1@$!`0D```````````$``P`!```````````````<R`$``````#0````` M`"@`#@`+`,.-=@!55U93@^P8BUPD+(M##(NP9!T``(DU`````(M##(NH:!T` diff --git a/sys/dev/rr232x/ldm.h b/sys/dev/rr232x/ldm.h index db4edd47effa..b9df8d27e710 100644 --- a/sys/dev/rr232x/ldm.h +++ b/sys/dev/rr232x/ldm.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/dev/rr232x/ldm.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_LDM_H_ #define _HPT_LDM_H_ diff --git a/sys/dev/rr232x/list.h b/sys/dev/rr232x/list.h index 5af23b59fa7e..e37637e2a042 100644 --- a/sys/dev/rr232x/list.h +++ b/sys/dev/rr232x/list.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/dev/rr232x/list.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_LIST_H_ #define _HPT_LIST_H_ diff --git a/sys/dev/rr232x/os_bsd.c b/sys/dev/rr232x/os_bsd.c index 94b99549f03e..5219b808e3bd 100644 --- a/sys/dev/rr232x/os_bsd.c +++ b/sys/dev/rr232x/os_bsd.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rr232x/os_bsd.c,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #include <dev/rr232x/os_bsd.h> diff --git a/sys/dev/rr232x/os_bsd.h b/sys/dev/rr232x/os_bsd.h index 2d696e877a76..5c17d9111ac0 100644 --- a/sys/dev/rr232x/os_bsd.h +++ b/sys/dev/rr232x/os_bsd.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/dev/rr232x/os_bsd.h,v 1.2.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _OS_BSD_H diff --git a/sys/dev/rr232x/osm.h b/sys/dev/rr232x/osm.h index 23e64835b725..e38b30bceced 100644 --- a/sys/dev/rr232x/osm.h +++ b/sys/dev/rr232x/osm.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/dev/rr232x/osm.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef _HPT_OSM_H_ #define _HPT_OSM_H_ diff --git a/sys/dev/rr232x/osm_bsd.c b/sys/dev/rr232x/osm_bsd.c index e93b9baf9569..3dee5c7f0f34 100644 --- a/sys/dev/rr232x/osm_bsd.c +++ b/sys/dev/rr232x/osm_bsd.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rr232x/osm_bsd.c,v 1.1.2.2 2006/05/06 06:31:50 scottl Exp $ */ #include <dev/rr232x/os_bsd.h> diff --git a/sys/dev/rr232x/rr232x_config.c b/sys/dev/rr232x/rr232x_config.c index 32204ba4acbe..934559c2393d 100644 --- a/sys/dev/rr232x/rr232x_config.c +++ b/sys/dev/rr232x/rr232x_config.c @@ -1,7 +1,7 @@ #include <dev/rr232x/rr232x_config.h> /**************************************************************************** * config.c - auto-generated file - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rr232x/rr232x_config.c,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ ****************************************************************************/ #include <dev/rr232x/os_bsd.h> diff --git a/sys/dev/rr232x/rr232x_config.h b/sys/dev/rr232x/rr232x_config.h index c6098aec384f..a6cdac45fdce 100644 --- a/sys/dev/rr232x/rr232x_config.h +++ b/sys/dev/rr232x/rr232x_config.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/rr232x/rr232x_config.h,v 1.1.2.1 2006/04/30 17:11:35 scottl Exp $ */ #ifndef rr232x_CONFIG_H #define rr232x_CONFIG_H diff --git a/sys/dev/sab/sab.c b/sys/dev/sab/sab.c index 20886c8e26ca..5947ff7c9e11 100644 --- a/sys/dev/sab/sab.c +++ b/sys/dev/sab/sab.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sab/sab.c,v 1.39.2.1 2006/03/10 19:37:32 jhb Exp $"); /* * SAB82532 Dual UART driver diff --git a/sys/dev/sab/sab82532reg.h b/sys/dev/sab/sab82532reg.h index 77e48216357f..2a76eb80b892 100644 --- a/sys/dev/sab/sab82532reg.h +++ b/sys/dev/sab/sab82532reg.h @@ -34,7 +34,7 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F30602-01-2-0537. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sab/sab82532reg.h,v 1.2 2005/01/06 01:43:12 imp Exp $ */ /* diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index f1a46a9bdc48..0d43e0a8a0da 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/safe/safe.c,v 1.8.2.1 2006/09/04 15:18:50 pjd Exp $"); /* * SafeNet SafeXcel-1141 hardware crypto accelerator diff --git a/sys/dev/safe/safereg.h b/sys/dev/safe/safereg.h index 6d07999eb10e..c38c3d203acd 100644 --- a/sys/dev/safe/safereg.h +++ b/sys/dev/safe/safereg.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/dev/safe/safereg.h,v 1.1 2003/07/21 21:46:07 sam Exp $ */ #ifndef _SAFE_SAFEREG_H_ #define _SAFE_SAFEREG_H_ diff --git a/sys/dev/safe/safevar.h b/sys/dev/safe/safevar.h index d22d64bd484f..e7c9eae7ceb1 100644 --- a/sys/dev/safe/safevar.h +++ b/sys/dev/safe/safevar.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/dev/safe/safevar.h,v 1.1.12.1 2006/09/04 15:18:50 pjd Exp $ */ #ifndef _SAFE_SAFEVAR_H_ #define _SAFE_SAFEVAR_H_ diff --git a/sys/dev/sbni/if_sbni.c b/sys/dev/sbni/if_sbni.c index 580d37aff64e..0905196442c2 100644 --- a/sys/dev/sbni/if_sbni.c +++ b/sys/dev/sbni/if_sbni.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sbni/if_sbni.c,v 1.20.2.1 2005/08/25 05:01:15 rwatson Exp $"); /* * Device driver for Granch SBNI12 leased line adapters diff --git a/sys/dev/sbni/if_sbni_isa.c b/sys/dev/sbni/if_sbni_isa.c index 35658291f9f2..4d8e0d00427c 100644 --- a/sys/dev/sbni/if_sbni_isa.c +++ b/sys/dev/sbni/if_sbni_isa.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sbni/if_sbni_isa.c,v 1.14 2005/06/10 16:49:14 brooks Exp $"); #include <sys/param.h> diff --git a/sys/dev/sbni/if_sbni_pci.c b/sys/dev/sbni/if_sbni_pci.c index 92e864e9c4a7..afda60d0d692 100644 --- a/sys/dev/sbni/if_sbni_pci.c +++ b/sys/dev/sbni/if_sbni_pci.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sbni/if_sbni_pci.c,v 1.11 2004/03/17 17:50:41 njl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sbni/if_sbnireg.h b/sys/dev/sbni/if_sbnireg.h index 4fec30c62f1f..53ad92fecf69 100644 --- a/sys/dev/sbni/if_sbnireg.h +++ b/sys/dev/sbni/if_sbnireg.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/dev/sbni/if_sbnireg.h,v 1.2 2005/01/06 01:43:12 imp Exp $ */ /* diff --git a/sys/dev/sbni/if_sbnivar.h b/sys/dev/sbni/if_sbnivar.h index 91fb363a49ee..0766bc2fdb09 100644 --- a/sys/dev/sbni/if_sbnivar.h +++ b/sys/dev/sbni/if_sbnivar.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/dev/sbni/if_sbnivar.h,v 1.5 2005/06/10 16:49:14 brooks Exp $ */ /* diff --git a/sys/dev/sbsh/if_sbsh.c b/sys/dev/sbsh/if_sbsh.c index 03cff465cb41..b7449d3baa56 100644 --- a/sys/dev/sbsh/if_sbsh.c +++ b/sys/dev/sbsh/if_sbsh.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sbsh/if_sbsh.c,v 1.12.2.2 2005/08/25 05:01:15 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sbsh/if_sbshreg.h b/sys/dev/sbsh/if_sbshreg.h index 94cb0aac46c9..19c7968c9211 100644 --- a/sys/dev/sbsh/if_sbshreg.h +++ b/sys/dev/sbsh/if_sbshreg.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/dev/sbsh/if_sbshreg.h,v 1.2 2005/01/06 01:43:13 imp Exp $ */ /* SBNI16 controller chip definitions */ diff --git a/sys/dev/scd/scd.c b/sys/dev/scd/scd.c index 136c900973e8..a2b40e519c6e 100644 --- a/sys/dev/scd/scd.c +++ b/sys/dev/scd/scd.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/scd/scd.c,v 1.85 2005/05/29 04:42:25 nyan Exp $"); #undef SCD_DEBUG diff --git a/sys/dev/scd/scd_isa.c b/sys/dev/scd/scd_isa.c index 082d0d8461af..d0ad54e88249 100644 --- a/sys/dev/scd/scd_isa.c +++ b/sys/dev/scd/scd_isa.c @@ -2,7 +2,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/scd/scd_isa.c,v 1.5 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/scd/scdreg.h b/sys/dev/scd/scdreg.h index c98c6ca630a6..5a09fc5a3958 100644 --- a/sys/dev/scd/scdreg.h +++ b/sys/dev/scd/scdreg.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/dev/scd/scdreg.h,v 1.8 2005/03/02 21:33:25 joerg Exp $ * */ diff --git a/sys/dev/scd/scdvar.h b/sys/dev/scd/scdvar.h index 773a78be1fb6..e94e20cba623 100644 --- a/sys/dev/scd/scdvar.h +++ b/sys/dev/scd/scdvar.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/scd/scdvar.h,v 1.3 2004/06/16 09:46:55 phk Exp $ */ struct scd_mbx { diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 9d78fff4e36f..b41e0e1326b4 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si.c,v 1.135.2.2 2006/01/15 00:20:31 glebius Exp $"); #ifndef lint static const char si_copyright1[] = "@(#) Copyright (C) Specialix International, 1990,1992,1998", diff --git a/sys/dev/si/si.h b/sys/dev/si/si.h index c9adefb788e9..4df57aad61da 100644 --- a/sys/dev/si/si.h +++ b/sys/dev/si/si.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/si.h,v 1.20 2005/01/06 01:43:13 imp Exp $ */ #include <sys/callout.h> diff --git a/sys/dev/si/si2_z280.c b/sys/dev/si/si2_z280.c index 44bb2e42c3d3..c2f30c815dd1 100644 --- a/sys/dev/si/si2_z280.c +++ b/sys/dev/si/si2_z280.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si2_z280.c,v 1.6.2.1 2006/01/13 19:27:35 jhb Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/si/si3_t225.c b/sys/dev/si/si3_t225.c index 72bb7791a7eb..2e90d37f46e7 100644 --- a/sys/dev/si/si3_t225.c +++ b/sys/dev/si/si3_t225.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si3_t225.c,v 1.8.2.1 2006/01/13 19:27:35 jhb Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/si/si_eisa.c b/sys/dev/si/si_eisa.c index edb0a8ef0359..f5d6ee62a3ac 100644 --- a/sys/dev/si/si_eisa.c +++ b/sys/dev/si/si_eisa.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_eisa.c,v 1.6 2005/01/06 01:43:14 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/si/si_isa.c b/sys/dev/si/si_isa.c index 5758a8391d4b..194880a73b32 100644 --- a/sys/dev/si/si_isa.c +++ b/sys/dev/si/si_isa.c @@ -20,7 +20,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_isa.c,v 1.7 2005/01/06 01:43:14 imp Exp $"); #include "opt_debug_si.h" diff --git a/sys/dev/si/si_pci.c b/sys/dev/si/si_pci.c index e1dbfe9d454b..19f8f9f4158e 100644 --- a/sys/dev/si/si_pci.c +++ b/sys/dev/si/si_pci.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/si/si_pci.c,v 1.7 2005/03/01 08:58:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/si/sireg.h b/sys/dev/si/sireg.h index 4b4ef6ad6063..6308eb397d7b 100644 --- a/sys/dev/si/sireg.h +++ b/sys/dev/si/sireg.h @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/sireg.h,v 1.10 2005/01/06 01:43:14 imp Exp $ */ /* diff --git a/sys/dev/si/sivar.h b/sys/dev/si/sivar.h index e479f470faf4..eb9927ef0199 100644 --- a/sys/dev/si/sivar.h +++ b/sys/dev/si/sivar.h @@ -17,7 +17,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/si/sivar.h,v 1.4 2005/01/06 01:43:14 imp Exp $ */ #ifdef _KERNEL diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 0f4582f3d4d8..14cd1e240cff 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio.c,v 1.459.2.1 2006/03/10 19:37:32 jhb Exp $"); #include "opt_comconsole.h" #include "opt_compat.h" diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index afb6fac79cff..33343ab9d872 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio_isa.c,v 1.16 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index b71582842eea..0fab27c6ba9b 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio_pccard.c,v 1.15 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 459baa169366..a727d70edbd3 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio_pci.c,v 1.21 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sio/sio_puc.c b/sys/dev/sio/sio_puc.c index dd80e68f5d3b..d92de6319ecd 100644 --- a/sys/dev/sio/sio_puc.c +++ b/sys/dev/sio/sio_puc.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sio/sio_puc.c,v 1.9 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sio/sioreg.h b/sys/dev/sio/sioreg.h index 7b00452c88ce..51e09ed2b6d9 100644 --- a/sys/dev/sio/sioreg.h +++ b/sys/dev/sio/sioreg.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)comreg.h 7.2 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sio/sioreg.h,v 1.24 2004/04/07 20:45:58 imp Exp $ */ /* Receiver clock frequency for "standard" pc serial ports. */ diff --git a/sys/dev/sio/siovar.h b/sys/dev/sio/siovar.h index 22a6019d8e62..094bdd14fe21 100644 --- a/sys/dev/sio/siovar.h +++ b/sys/dev/sio/siovar.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/dev/sio/siovar.h,v 1.6 2004/04/07 20:45:58 imp Exp $ */ #ifdef PC98 diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c index 6a5f349627a1..f3daee9fb14b 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sk/if_sk.c,v 1.125.2.5 2006/08/17 00:03:58 yongari Exp $"); /* * SysKonnect SK-NET gigabit ethernet driver for FreeBSD. Supports @@ -140,7 +140,7 @@ MODULE_DEPEND(sk, miibus, 1, 1, 1); #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/sk/if_sk.c,v 1.125.2.5 2006/08/17 00:03:58 yongari Exp $"; #endif static struct sk_type sk_devs[] = { diff --git a/sys/dev/sk/if_skreg.h b/sys/dev/sk/if_skreg.h index 4ff89d153ce4..c78390321c57 100644 --- a/sys/dev/sk/if_skreg.h +++ b/sys/dev/sk/if_skreg.h @@ -31,7 +31,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/dev/sk/if_skreg.h,v 1.36.2.3 2006/08/02 04:27:31 yongari Exp $ */ /*- diff --git a/sys/dev/sk/xmaciireg.h b/sys/dev/sk/xmaciireg.h index 604073b72a38..845620ebc7ee 100644 --- a/sys/dev/sk/xmaciireg.h +++ b/sys/dev/sk/xmaciireg.h @@ -29,7 +29,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/dev/sk/xmaciireg.h,v 1.5.2.2 2006/06/13 02:11:52 yongari Exp $ */ /* diff --git a/sys/dev/sk/yukonreg.h b/sys/dev/sk/yukonreg.h index efe71a0d3462..2b882b4ff848 100644 --- a/sys/dev/sk/yukonreg.h +++ b/sys/dev/sk/yukonreg.h @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sk/yukonreg.h,v 1.3.2.2 2006/06/13 02:11:52 yongari Exp $ */ /* General Purpose Status Register (GPSR) */ diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c index e5944bd9502d..a7ae257fdc90 100644 --- a/sys/dev/smbus/smb.c +++ b/sys/dev/smbus/smb.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/dev/smbus/smb.c,v 1.34.8.2 2006/09/22 19:19:16 jhb Exp $ */ #include <sys/param.h> diff --git a/sys/dev/smbus/smb.h b/sys/dev/smbus/smb.h index 32347f8f4c2d..ecbf5ba758d3 100644 --- a/sys/dev/smbus/smb.h +++ b/sys/dev/smbus/smb.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/dev/smbus/smb.h,v 1.4.8.1 2006/09/22 19:19:16 jhb Exp $ * */ #ifndef __SMB_H diff --git a/sys/dev/smbus/smbconf.c b/sys/dev/smbus/smbconf.c index 06d225a03869..0e05f63fa379 100644 --- a/sys/dev/smbus/smbconf.c +++ b/sys/dev/smbus/smbconf.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/smbus/smbconf.c,v 1.13.10.1 2006/09/22 19:19:16 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/dev/smbus/smbconf.h b/sys/dev/smbus/smbconf.h index a3d403d566ea..793499d738af 100644 --- a/sys/dev/smbus/smbconf.h +++ b/sys/dev/smbus/smbconf.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/dev/smbus/smbconf.h,v 1.7.14.1 2006/09/22 19:19:16 jhb Exp $ */ #ifndef __SMBONF_H #define __SMBONF_H diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c index 41cc49a77c50..279932459ce6 100644 --- a/sys/dev/smbus/smbus.c +++ b/sys/dev/smbus/smbus.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/smbus/smbus.c,v 1.18.10.4 2006/09/26 18:44:56 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> #include <sys/lock.h> diff --git a/sys/dev/smbus/smbus.h b/sys/dev/smbus/smbus.h index f8335e8e9767..b04670429f2b 100644 --- a/sys/dev/smbus/smbus.h +++ b/sys/dev/smbus/smbus.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/dev/smbus/smbus.h,v 1.2.34.2 2006/09/22 19:19:16 jhb Exp $ * */ #ifndef __SMBUS_H diff --git a/sys/dev/smbus/smbus_if.m b/sys/dev/smbus/smbus_if.m index d969e25ed566..5d88bafa9362 100644 --- a/sys/dev/smbus/smbus_if.m +++ b/sys/dev/smbus/smbus_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/smbus/smbus_if.m,v 1.7.2.1 2006/09/22 19:19:16 jhb Exp $ # #include <sys/bus.h> diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index b4dbd2e76397..fdd86f04eccd 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sn/if_sn.c,v 1.45.2.3 2005/09/17 04:01:04 imp Exp $"); /* * This is a driver for SMC's 9000 series of Ethernet adapters. diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c index eb7bda71b03e..39efd0dde61a 100644 --- a/sys/dev/sn/if_sn_isa.c +++ b/sys/dev/sn/if_sn_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sn/if_sn_isa.c,v 1.14 2005/07/06 15:59:47 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index 034f51a70456..df3b499c83a1 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sn/if_sn_pccard.c,v 1.32.2.1 2005/09/17 04:01:04 imp Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/dev/sn/if_snreg.h b/sys/dev/sn/if_snreg.h index 3f5efd01f5a7..07e1c880d5a2 100644 --- a/sys/dev/sn/if_snreg.h +++ b/sys/dev/sn/if_snreg.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/dev/sn/if_snreg.h,v 1.5 2005/01/06 01:43:15 imp Exp $ */ /* diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h index 048f23a41fc0..c3862515b485 100644 --- a/sys/dev/sn/if_snvar.h +++ b/sys/dev/sn/if_snvar.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sn/if_snvar.h,v 1.8.2.1 2005/09/17 04:01:04 imp Exp $ */ #ifndef _IF_SNVAR_H diff --git a/sys/dev/snc/dp83932.c b/sys/dev/snc/dp83932.c index bbc1e97380fd..df6620fe3b4f 100644 --- a/sys/dev/snc/dp83932.c +++ b/sys/dev/snc/dp83932.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/dp83932.c,v 1.19.2.2 2005/08/25 05:01:15 rwatson Exp $ */ /* $NecBSD: dp83932.c,v 1.5 1999/07/29 05:08:44 kmatsuda Exp $ */ /* $NetBSD: if_snc.c,v 1.18 1998/04/25 21:27:40 scottr Exp $ */ diff --git a/sys/dev/snc/dp83932reg.h b/sys/dev/snc/dp83932reg.h index 31ab550b83ca..be6cf5e8516a 100644 --- a/sys/dev/snc/dp83932reg.h +++ b/sys/dev/snc/dp83932reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/dp83932reg.h,v 1.2 2005/01/06 01:43:15 imp Exp $ */ /* $NecBSD: dp83932reg.h,v 1.2 1999/02/12 05:50:13 kmatsuda Exp $ */ /* $NetBSD: if_snreg.h,v 1.4 1997/06/15 20:20:12 scottr Exp $ */ diff --git a/sys/dev/snc/dp83932subr.c b/sys/dev/snc/dp83932subr.c index 064cb2c3d614..f905766d8978 100644 --- a/sys/dev/snc/dp83932subr.c +++ b/sys/dev/snc/dp83932subr.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snc/dp83932subr.c,v 1.7 2005/01/06 01:43:15 imp Exp $"); /* * Routines of NEC PC-9801-83, 84, 103, 104, PC-9801N-25 and PC-9801N-J02, J02R * Ethernet interface for NetBSD/pc98, ported by Kouichi Matsuda. diff --git a/sys/dev/snc/dp83932subr.h b/sys/dev/snc/dp83932subr.h index f5df4f97970f..ad9ef0ca5e5e 100644 --- a/sys/dev/snc/dp83932subr.h +++ b/sys/dev/snc/dp83932subr.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/dp83932subr.h,v 1.3 2005/01/06 01:43:15 imp Exp $ */ /* $NecBSD: dp83932subr.h,v 1.5 1999/02/02 00:47:25 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/snc/dp83932var.h b/sys/dev/snc/dp83932var.h index 9570162ed8cc..5fddc152c31b 100644 --- a/sys/dev/snc/dp83932var.h +++ b/sys/dev/snc/dp83932var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/dp83932var.h,v 1.5 2005/06/10 16:49:14 brooks Exp $ */ /* $NecBSD: dp83932var.h,v 1.3 1999/01/24 01:39:51 kmatsuda Exp $ */ /* $NetBSD: if_snvar.h,v 1.12 1998/05/01 03:42:47 scottr Exp $ */ diff --git a/sys/dev/snc/if_snc.c b/sys/dev/snc/if_snc.c index 7cbdd804f7ba..67227b190dce 100644 --- a/sys/dev/snc/if_snc.c +++ b/sys/dev/snc/if_snc.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snc/if_snc.c,v 1.7 2005/01/06 01:43:15 imp Exp $"); /* * National Semiconductor DP8393X SONIC Driver diff --git a/sys/dev/snc/if_snc_cbus.c b/sys/dev/snc/if_snc_cbus.c index 1b9ef3ef5655..4c82d8776b58 100644 --- a/sys/dev/snc/if_snc_cbus.c +++ b/sys/dev/snc/if_snc_cbus.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snc/if_snc_cbus.c,v 1.6 2005/01/06 01:43:15 imp Exp $"); /* * National Semiconductor DP8393X SONIC Driver diff --git a/sys/dev/snc/if_snc_pccard.c b/sys/dev/snc/if_snc_pccard.c index 64e2faf782c0..bb3b7ba75218 100644 --- a/sys/dev/snc/if_snc_pccard.c +++ b/sys/dev/snc/if_snc_pccard.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snc/if_snc_pccard.c,v 1.8.2.1 2005/08/25 05:01:15 rwatson Exp $"); /* * National Semiconductor DP8393X SONIC Driver diff --git a/sys/dev/snc/if_sncreg.h b/sys/dev/snc/if_sncreg.h index 888aa4f3ceb3..d3ab86cbe6aa 100644 --- a/sys/dev/snc/if_sncreg.h +++ b/sys/dev/snc/if_sncreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/snc/if_sncreg.h,v 1.2 2005/01/06 01:43:15 imp Exp $ */ /* $NecBSD: if_snreg.h,v 1.3 1999/01/24 01:39:52 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/snc/if_sncvar.h b/sys/dev/snc/if_sncvar.h index 8b6a75b99812..5c58ebe835aa 100644 --- a/sys/dev/snc/if_sncvar.h +++ b/sys/dev/snc/if_sncvar.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/dev/snc/if_sncvar.h,v 1.3 2005/01/06 01:43:15 imp Exp $ */ /* diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 4008baee85b5..47068f654d17 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/snp/snp.c,v 1.99.2.2 2005/09/23 23:22:22 cognet Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sound/chip.h b/sys/dev/sound/chip.h index 012910c978d3..5acbb18f12df 100644 --- a/sys/dev/sound/chip.h +++ b/sys/dev/sound/chip.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/dev/sound/chip.h,v 1.2 2000/01/03 02:51:14 tanimura Exp $ */ /* diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c index 4e20f9afca53..88582a9e77dd 100644 --- a/sys/dev/sound/driver.c +++ b/sys/dev/sound/driver.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/driver.c,v 1.13.2.2 2006/01/24 18:56:11 joel Exp $ */ #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index 2b2761f7619e..6b990ecd0ef8 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -33,7 +33,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/ad1816.c,v 1.37.2.2 2006/04/04 17:23:24 ariff Exp $"); struct ad1816_info; diff --git a/sys/dev/sound/isa/ad1816.h b/sys/dev/sound/isa/ad1816.h index 3fe4a3dc3ff1..7d80a4fe2a69 100644 --- a/sys/dev/sound/isa/ad1816.h +++ b/sys/dev/sound/isa/ad1816.h @@ -4,7 +4,7 @@ * This file contains information and macro definitions for * the ad1816 chip * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/isa/ad1816.h,v 1.2 2005/01/06 01:43:17 imp Exp $ */ /* AD1816 register macros */ diff --git a/sys/dev/sound/isa/es1888.c b/sys/dev/sound/isa/es1888.c index bc89ca4b3bba..807b50db0023 100644 --- a/sys/dev/sound/isa/es1888.c +++ b/sys/dev/sound/isa/es1888.c @@ -29,7 +29,7 @@ #include <isa/isavar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/es1888.c,v 1.15 2005/01/06 01:43:17 imp Exp $"); #ifdef __alpha__ static int diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c index d83f699c076e..aeb1eff66978 100644 --- a/sys/dev/sound/isa/ess.c +++ b/sys/dev/sound/isa/ess.c @@ -38,7 +38,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/ess.c,v 1.34.2.2 2006/01/19 01:17:00 ariff Exp $"); #define ESS_BUFFSIZE (4096) #define ABS(x) (((x) < 0)? -(x) : (x)) diff --git a/sys/dev/sound/isa/gusc.c b/sys/dev/sound/isa/gusc.c index cb1b1ade4e9a..d92ec03802fb 100644 --- a/sys/dev/sound/isa/gusc.c +++ b/sys/dev/sound/isa/gusc.c @@ -45,7 +45,7 @@ #include <alpha/isa/isavar.h> #endif -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/gusc.c,v 1.16 2005/01/06 01:43:17 imp Exp $"); #define LOGICALID_NOPNP 0 #define LOGICALID_PCM 0x0000561e diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 05005124311a..c89d7e46317a 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -29,7 +29,7 @@ #include <dev/sound/pcm/sound.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/mss.c,v 1.95.2.3 2006/04/04 17:30:59 ariff Exp $"); /* board-specific include files */ #include <dev/sound/isa/mss.h> diff --git a/sys/dev/sound/isa/mss.h b/sys/dev/sound/isa/mss.h index d9247f93b7e6..f4508b5d2536 100644 --- a/sys/dev/sound/isa/mss.h +++ b/sys/dev/sound/isa/mss.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/isa/mss.h,v 1.12 2005/01/06 01:43:17 imp Exp $ */ /* diff --git a/sys/dev/sound/isa/sb.h b/sys/dev/sound/isa/sb.h index ddcb863f5de6..d9459c7282a4 100644 --- a/sys/dev/sound/isa/sb.h +++ b/sys/dev/sound/isa/sb.h @@ -1,6 +1,6 @@ /* * file: sbcard.h - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/isa/sb.h,v 1.15 2004/05/13 11:32:54 truckman Exp $ */ #ifndef SB_H diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c index af19e4a3ffb6..da1d77a9a477 100644 --- a/sys/dev/sound/isa/sb16.c +++ b/sys/dev/sound/isa/sb16.c @@ -38,7 +38,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/sb16.c,v 1.90.2.1 2005/12/30 19:55:53 netchild Exp $"); #define SB16_BUFFSIZE 4096 #define PLAIN_SB16(x) ((((x)->bd_flags) & (BD_F_SB16|BD_F_SB16X)) == BD_F_SB16) diff --git a/sys/dev/sound/isa/sb8.c b/sys/dev/sound/isa/sb8.c index e5a2689a09db..98e2c6bb68e0 100644 --- a/sys/dev/sound/isa/sb8.c +++ b/sys/dev/sound/isa/sb8.c @@ -38,7 +38,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/sb8.c,v 1.79.2.1 2005/12/30 19:55:53 netchild Exp $"); #define SB_DEFAULT_BUFSZ 4096 diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index c311ed7d1a03..fd92531c59a5 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -30,7 +30,7 @@ #include <isa/isavar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/sbc.c,v 1.44.2.1 2005/12/30 19:55:53 netchild Exp $"); #define IO_MAX 3 #define IRQ_MAX 1 diff --git a/sys/dev/sound/isa/sndbuf_dma.c b/sys/dev/sound/isa/sndbuf_dma.c index 9e45cde9636d..d073f847568e 100644 --- a/sys/dev/sound/isa/sndbuf_dma.c +++ b/sys/dev/sound/isa/sndbuf_dma.c @@ -28,7 +28,7 @@ #include <isa/isavar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/isa/sndbuf_dma.c,v 1.3 2005/01/06 01:43:17 imp Exp $"); int sndbuf_dmasetup(struct snd_dbuf *b, struct resource *drq) diff --git a/sys/dev/sound/pci/als4000.c b/sys/dev/sound/pci/als4000.c index 5201c19b14ef..c71ad7f0f3ce 100644 --- a/sys/dev/sound/pci/als4000.c +++ b/sys/dev/sound/pci/als4000.c @@ -42,7 +42,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/als4000.c,v 1.18.2.1 2005/12/30 19:55:53 netchild Exp $"); /* Debugging macro's */ #undef DEB diff --git a/sys/dev/sound/pci/als4000.h b/sys/dev/sound/pci/als4000.h index 00661a039b45..4dfa9f112bf3 100644 --- a/sys/dev/sound/pci/als4000.h +++ b/sys/dev/sound/pci/als4000.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/als4000.h,v 1.3 2005/01/06 01:43:18 imp Exp $ */ #define ALS_PCI_ID0 0x40004005 diff --git a/sys/dev/sound/pci/atiixp.c b/sys/dev/sound/pci/atiixp.c index 1e71e2cc4a7f..5f2c35968f2f 100644 --- a/sys/dev/sound/pci/atiixp.c +++ b/sys/dev/sound/pci/atiixp.c @@ -63,7 +63,7 @@ #include <dev/sound/pci/atiixp.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/atiixp.c,v 1.2.2.5 2006/11/14 13:08:11 ariff Exp $"); struct atiixp_dma_op { volatile uint32_t addr; diff --git a/sys/dev/sound/pci/atiixp.h b/sys/dev/sound/pci/atiixp.h index 66753ac0d709..b159130458cf 100644 --- a/sys/dev/sound/pci/atiixp.h +++ b/sys/dev/sound/pci/atiixp.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/dev/sound/pci/atiixp.h,v 1.1.2.2 2006/03/02 00:09:30 ariff Exp $ */ #ifndef _ATIIXP_H_ diff --git a/sys/dev/sound/pci/au88x0.c b/sys/dev/sound/pci/au88x0.c index b1442245b77c..91c489076086 100644 --- a/sys/dev/sound/pci/au88x0.c +++ b/sys/dev/sound/pci/au88x0.c @@ -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/dev/sound/pci/au88x0.c,v 1.10 2005/03/01 08:58:05 imp Exp $ */ #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pci/au88x0.h b/sys/dev/sound/pci/au88x0.h index 15f7b767a0c7..bae2c032bb03 100644 --- a/sys/dev/sound/pci/au88x0.h +++ b/sys/dev/sound/pci/au88x0.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/dev/sound/pci/au88x0.h,v 1.2 2003/10/12 11:33:39 des Exp $ */ #ifndef _AU88X0_H_INCLUDED diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c index 35f91f1b6309..475744193298 100644 --- a/sys/dev/sound/pci/aureal.c +++ b/sys/dev/sound/pci/aureal.c @@ -31,7 +31,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/aureal.c,v 1.32 2005/03/01 08:58:05 imp Exp $"); /* PCI IDs of supported chips */ #define AU8820_PCI_ID 0x000112eb diff --git a/sys/dev/sound/pci/aureal.h b/sys/dev/sound/pci/aureal.h index e835c7119fcb..038b148958ae 100644 --- a/sys/dev/sound/pci/aureal.h +++ b/sys/dev/sound/pci/aureal.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/dev/sound/pci/aureal.h,v 1.4 2005/01/06 01:43:18 imp Exp $ */ #ifndef _AU8820_REG_H diff --git a/sys/dev/sound/pci/cmi.c b/sys/dev/sound/pci/cmi.c index 83e4de835dfe..cf3a9215c3dc 100644 --- a/sys/dev/sound/pci/cmi.c +++ b/sys/dev/sound/pci/cmi.c @@ -51,7 +51,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/cmi.c,v 1.32.2.2 2006/01/24 18:54:22 joel Exp $"); /* Supported chip ID's */ #define CMI8338A_PCI_ID 0x010013f6 diff --git a/sys/dev/sound/pci/cmireg.h b/sys/dev/sound/pci/cmireg.h index 5c468b55ed8b..cda5e07b0fbc 100644 --- a/sys/dev/sound/pci/cmireg.h +++ b/sys/dev/sound/pci/cmireg.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/dev/sound/pci/cmireg.h,v 1.3 2005/01/06 01:43:19 imp Exp $ */ /* C-Media CMI8x38 Audio Chip Support */ diff --git a/sys/dev/sound/pci/cs4281.c b/sys/dev/sound/pci/cs4281.c index 2859f3838230..17ee18ef4f81 100644 --- a/sys/dev/sound/pci/cs4281.c +++ b/sys/dev/sound/pci/cs4281.c @@ -37,7 +37,7 @@ #include <dev/sound/pci/cs4281.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/cs4281.c,v 1.22 2005/03/01 08:58:05 imp Exp $"); #define CS4281_DEFAULT_BUFSZ 16384 diff --git a/sys/dev/sound/pci/cs4281.h b/sys/dev/sound/pci/cs4281.h index c7b3799ab89d..69d0ad193b27 100644 --- a/sys/dev/sound/pci/cs4281.h +++ b/sys/dev/sound/pci/cs4281.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/cs4281.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #ifndef _CS4281_H_ diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 1e3829513a88..8f636512727d 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -48,7 +48,7 @@ #include <gnu/dev/sound/pci/csaimg.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/csa.c,v 1.33.2.1 2005/12/30 19:55:53 netchild Exp $"); /* This is the pci device id. */ #define CS4610_PCI_ID 0x60011013 diff --git a/sys/dev/sound/pci/csapcm.c b/sys/dev/sound/pci/csapcm.c index 2908d38eb75b..dda5f9688bd1 100644 --- a/sys/dev/sound/pci/csapcm.c +++ b/sys/dev/sound/pci/csapcm.c @@ -38,7 +38,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/csapcm.c,v 1.34.2.2 2006/04/04 17:32:48 ariff Exp $"); /* Buffer size on dma transfer. Fixed for CS416x. */ #define CS461x_BUFFSIZE (4 * 1024) diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h index c6767fbe1d70..87843cdaae55 100644 --- a/sys/dev/sound/pci/csareg.h +++ b/sys/dev/sound/pci/csareg.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/dev/sound/pci/csareg.h,v 1.4 2005/06/27 07:43:57 glebius Exp $ */ #ifndef _CSA_REG_H diff --git a/sys/dev/sound/pci/csavar.h b/sys/dev/sound/pci/csavar.h index c8e3697ba948..4968833afdf3 100644 --- a/sys/dev/sound/pci/csavar.h +++ b/sys/dev/sound/pci/csavar.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/dev/sound/pci/csavar.h,v 1.5 2005/06/27 07:43:57 glebius Exp $ */ #ifndef _CSA_VAR_H diff --git a/sys/dev/sound/pci/ds1-fw.h b/sys/dev/sound/pci/ds1-fw.h index a34d2338954c..abbe9c389d86 100644 --- a/sys/dev/sound/pci/ds1-fw.h +++ b/sys/dev/sound/pci/ds1-fw.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/ds1-fw.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #ifndef _HWMCODE_ #define _HWMCODE_ diff --git a/sys/dev/sound/pci/ds1.c b/sys/dev/sound/pci/ds1.c index 19b62e318fbf..e02d879fad90 100644 --- a/sys/dev/sound/pci/ds1.c +++ b/sys/dev/sound/pci/ds1.c @@ -33,7 +33,7 @@ #include <dev/sound/pci/ds1.h> #include <dev/sound/pci/ds1-fw.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/ds1.c,v 1.43.2.1 2006/01/18 01:05:34 ariff Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/ds1.h b/sys/dev/sound/pci/ds1.h index ad4e829cbfee..8cccf33d1808 100644 --- a/sys/dev/sound/pci/ds1.h +++ b/sys/dev/sound/pci/ds1.h @@ -5,7 +5,7 @@ * author : Taichi Sugiyama * create Data : 28/Sep/99 * ======================================================================= - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/ds1.h,v 1.1 2000/05/31 03:21:36 cg Exp $ */ diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index 9631436bbbe3..1c04458d7144 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -35,7 +35,7 @@ #include <dev/pci/pcivar.h> #include <sys/queue.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/emu10k1.c,v 1.55.2.1 2005/12/30 19:55:53 netchild Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c index 06b31ef26634..bd3bdcd25188 100644 --- a/sys/dev/sound/pci/es137x.c +++ b/sys/dev/sound/pci/es137x.c @@ -59,7 +59,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/es137x.c,v 1.55.2.2 2006/01/16 02:08:56 ariff Exp $"); #define MEM_MAP_REG 0x14 diff --git a/sys/dev/sound/pci/es137x.h b/sys/dev/sound/pci/es137x.h index 7e0225fe8cae..9527ca13493d 100644 --- a/sys/dev/sound/pci/es137x.h +++ b/sys/dev/sound/pci/es137x.h @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/es137x.h,v 1.5.2.1 2005/12/30 19:55:53 netchild Exp $ */ #ifndef _ES1370_REG_H diff --git a/sys/dev/sound/pci/fm801.c b/sys/dev/sound/pci/fm801.c index 5735a25264ca..1f4c985cb561 100644 --- a/sys/dev/sound/pci/fm801.c +++ b/sys/dev/sound/pci/fm801.c @@ -29,7 +29,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/fm801.c,v 1.27.2.1 2006/01/10 01:01:24 ariff Exp $"); #define PCI_VENDOR_FORTEMEDIA 0x1319 #define PCI_DEVICE_FORTEMEDIA1 0x08011319 diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index dcb59c477c9b..0ee5810727d4 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -32,7 +32,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/ich.c,v 1.53.2.8.2.1 2006/12/24 05:44:46 ariff Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/ich.h b/sys/dev/sound/pci/ich.h index be3f3fca3b4a..01e8dad05347 100644 --- a/sys/dev/sound/pci/ich.h +++ b/sys/dev/sound/pci/ich.h @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/ich.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #define PCIR_NAMBAR 0x10 diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index 8b97173dd505..bd7c96985ffa 100644 --- a/sys/dev/sound/pci/maestro.c +++ b/sys/dev/sound/pci/maestro.c @@ -54,7 +54,7 @@ #include <dev/sound/pci/maestro_reg.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/maestro.c,v 1.28.2.3 2006/02/04 11:58:28 netchild Exp $"); #define inline __inline diff --git a/sys/dev/sound/pci/maestro3.c b/sys/dev/sound/pci/maestro3.c index c1b89a364973..ba62f3c2dc66 100644 --- a/sys/dev/sound/pci/maestro3.c +++ b/sys/dev/sound/pci/maestro3.c @@ -61,7 +61,7 @@ #include <gnu/dev/sound/pci/maestro3_reg.h> #include <gnu/dev/sound/pci/maestro3_dsp.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/maestro3.c,v 1.28.2.1 2005/09/21 03:18:30 yongari Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/maestro_reg.h b/sys/dev/sound/pci/maestro_reg.h index ab3542368484..bc27cd8a0088 100644 --- a/sys/dev/sound/pci/maestro_reg.h +++ b/sys/dev/sound/pci/maestro_reg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * maestro_reg.h,v 1.13 2001/11/11 18:29:46 taku Exp - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/maestro_reg.h,v 1.3 2004/11/10 04:29:09 julian Exp $ */ #ifndef MAESTRO_REG_H_INCLUDED diff --git a/sys/dev/sound/pci/neomagic-coeff.h b/sys/dev/sound/pci/neomagic-coeff.h index 2fec6427ae14..4547f54b90e9 100644 --- a/sys/dev/sound/pci/neomagic-coeff.h +++ b/sys/dev/sound/pci/neomagic-coeff.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/neomagic-coeff.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #define NM_TOTAL_COEFF_COUNT 0x3158 diff --git a/sys/dev/sound/pci/neomagic.c b/sys/dev/sound/pci/neomagic.c index 5ef43d4bad03..aa124a8b60e7 100644 --- a/sys/dev/sound/pci/neomagic.c +++ b/sys/dev/sound/pci/neomagic.c @@ -34,7 +34,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/neomagic.c,v 1.34.2.1 2005/12/30 19:55:53 netchild Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/neomagic.h b/sys/dev/sound/pci/neomagic.h index 0b87f99cbf97..4cc3c56fc8a2 100644 --- a/sys/dev/sound/pci/neomagic.h +++ b/sys/dev/sound/pci/neomagic.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/neomagic.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #ifndef _NM256_H_ diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c index 9b099c82bd6a..d2eae892eece 100644 --- a/sys/dev/sound/pci/solo.c +++ b/sys/dev/sound/pci/solo.c @@ -33,7 +33,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/solo.c,v 1.35.2.4 2006/07/13 01:53:54 yongari Exp $"); #define SOLO_DEFAULT_BUFSZ 16384 #define ABS(x) (((x) < 0)? -(x) : (x)) diff --git a/sys/dev/sound/pci/t4dwave.c b/sys/dev/sound/pci/t4dwave.c index 9a6001195cf9..16e2af4015a2 100644 --- a/sys/dev/sound/pci/t4dwave.c +++ b/sys/dev/sound/pci/t4dwave.c @@ -31,7 +31,7 @@ #include <dev/pci/pcireg.h> #include <dev/pci/pcivar.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/t4dwave.c,v 1.48 2005/03/01 08:58:05 imp Exp $"); /* -------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pci/t4dwave.h b/sys/dev/sound/pci/t4dwave.h index 4a2ec626c508..066b160660da 100644 --- a/sys/dev/sound/pci/t4dwave.h +++ b/sys/dev/sound/pci/t4dwave.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/dev/sound/pci/t4dwave.h,v 1.7 2005/01/06 01:43:19 imp Exp $ */ #ifndef _T4DWAVE_REG_H diff --git a/sys/dev/sound/pci/via8233.c b/sys/dev/sound/pci/via8233.c index 9897c571592f..35576eb24ee1 100644 --- a/sys/dev/sound/pci/via8233.c +++ b/sys/dev/sound/pci/via8233.c @@ -44,7 +44,7 @@ #include <dev/sound/pci/via8233.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/via8233.c,v 1.20.2.2 2006/04/25 14:39:23 ariff Exp $"); #define VIA8233_PCI_ID 0x30591106 diff --git a/sys/dev/sound/pci/via8233.h b/sys/dev/sound/pci/via8233.h index a38afc96255c..43d159975efe 100644 --- a/sys/dev/sound/pci/via8233.h +++ b/sys/dev/sound/pci/via8233.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THEPOSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sound/pci/via8233.h,v 1.4 2005/01/06 01:43:19 imp Exp $ */ #ifndef _SYS_SOUND_PCI_VIA8233_H_ diff --git a/sys/dev/sound/pci/via82c686.c b/sys/dev/sound/pci/via82c686.c index d0a910cf46d8..8cdc039ba0eb 100644 --- a/sys/dev/sound/pci/via82c686.c +++ b/sys/dev/sound/pci/via82c686.c @@ -33,7 +33,7 @@ #include <dev/sound/pci/via82c686.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/via82c686.c,v 1.34.2.1 2005/12/30 19:55:53 netchild Exp $"); #define VIA_PCI_ID 0x30581106 #define NSEGS 4 /* Number of segments in SGD table */ diff --git a/sys/dev/sound/pci/via82c686.h b/sys/dev/sound/pci/via82c686.h index ac6750e71b08..a4a9a086fd44 100644 --- a/sys/dev/sound/pci/via82c686.h +++ b/sys/dev/sound/pci/via82c686.h @@ -33,7 +33,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/dev/sound/pci/via82c686.h,v 1.6 2003/03/26 05:35:38 orion Exp $ */ #ifndef _VIA_H diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index 823f5f9a658c..7fd6d68857be 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -36,7 +36,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pci/vibes.c,v 1.19.2.1 2006/01/24 18:54:22 joel Exp $"); /* ------------------------------------------------------------------------- */ /* Constants */ diff --git a/sys/dev/sound/pci/vibes.h b/sys/dev/sound/pci/vibes.h index d1eac407efbe..f2b1baf4f3cd 100644 --- a/sys/dev/sound/pci/vibes.h +++ b/sys/dev/sound/pci/vibes.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/dev/sound/pci/vibes.h,v 1.2 2005/01/06 01:43:19 imp Exp $ */ /* ------------------------------------------------------------------------- */ diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index 53365a9ba2ed..9964f68af270 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -30,7 +30,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/ac97.c,v 1.53.2.3 2006/01/09 02:06:42 ariff Exp $"); MALLOC_DEFINE(M_AC97, "ac97", "ac97 codec"); diff --git a/sys/dev/sound/pcm/ac97.h b/sys/dev/sound/pcm/ac97.h index 8266fb5b7621..e0508988473c 100644 --- a/sys/dev/sound/pcm/ac97.h +++ b/sys/dev/sound/pcm/ac97.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/dev/sound/pcm/ac97.h,v 1.16.2.1 2005/12/30 19:55:54 netchild Exp $ */ #define AC97_MUTE 0x8080 diff --git a/sys/dev/sound/pcm/ac97_if.m b/sys/dev/sound/pcm/ac97_if.m index 19f7378d1c6d..3a01f5f61ff8 100644 --- a/sys/dev/sound/pcm/ac97_if.m +++ b/sys/dev/sound/pcm/ac97_if.m @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/sound/pcm/ac97_if.m,v 1.4 2005/01/06 01:43:20 imp Exp $ # #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pcm/ac97_patch.c b/sys/dev/sound/pcm/ac97_patch.c index 33bd48070dac..0ee3c19b3219 100644 --- a/sys/dev/sound/pcm/ac97_patch.c +++ b/sys/dev/sound/pcm/ac97_patch.c @@ -27,7 +27,7 @@ #include <dev/sound/pcm/ac97.h> #include <dev/sound/pcm/ac97_patch.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/ac97_patch.c,v 1.3.2.1 2005/12/30 19:55:54 netchild Exp $"); void ad1886_patch(struct ac97_info* codec) { diff --git a/sys/dev/sound/pcm/ac97_patch.h b/sys/dev/sound/pcm/ac97_patch.h index 2c93f9d525ec..a3e1d216e341 100644 --- a/sys/dev/sound/pcm/ac97_patch.h +++ b/sys/dev/sound/pcm/ac97_patch.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/dev/sound/pcm/ac97_patch.h,v 1.3.2.1 2005/12/30 19:55:54 netchild Exp $ */ typedef void (*ac97_patch)(struct ac97_info*); diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c index b8570f7ad02a..4f48016b424a 100644 --- a/sys/dev/sound/pcm/buffer.c +++ b/sys/dev/sound/pcm/buffer.c @@ -28,7 +28,7 @@ #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/buffer.c,v 1.25.2.1 2005/12/30 19:55:54 netchild Exp $"); struct snd_dbuf * sndbuf_create(device_t dev, char *drv, char *desc, struct pcm_channel *channel) diff --git a/sys/dev/sound/pcm/buffer.h b/sys/dev/sound/pcm/buffer.h index 7b2bffbe127b..c4b98f60d3e9 100644 --- a/sys/dev/sound/pcm/buffer.h +++ b/sys/dev/sound/pcm/buffer.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/dev/sound/pcm/buffer.h,v 1.10 2005/01/06 01:43:20 imp Exp $ */ #define SND_DMA(b) (sndbuf_getflags((b)) & SNDBUF_F_DMA) diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index a2720c302554..617fb229ff5c 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -31,7 +31,7 @@ #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/channel.c,v 1.99.2.4 2006/04/04 17:37:51 ariff Exp $"); #define MIN_CHUNK_SIZE 256 /* for uiomove etc. */ #if 0 diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index b854976893e9..ca1b8ae1d459 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.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/dev/sound/pcm/channel.h,v 1.31.2.1 2005/12/30 19:55:54 netchild Exp $ */ struct pcmchan_children { diff --git a/sys/dev/sound/pcm/channel_if.m b/sys/dev/sound/pcm/channel_if.m index cdc6a3b6f2b3..313097d51b60 100644 --- a/sys/dev/sound/pcm/channel_if.m +++ b/sys/dev/sound/pcm/channel_if.m @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/sound/pcm/channel_if.m,v 1.5 2005/01/06 01:43:20 imp Exp $ # #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c index 48153350864b..ad96cd06d6c9 100644 --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -29,7 +29,7 @@ #include <dev/sound/pcm/sound.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/dsp.c,v 1.80.2.6 2006/04/04 17:43:48 ariff Exp $"); #define OLDPCM_IOCTL diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h index 0d067ededb1a..a8d722f41e2d 100644 --- a/sys/dev/sound/pcm/dsp.h +++ b/sys/dev/sound/pcm/dsp.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/dev/sound/pcm/dsp.h,v 1.9 2005/01/06 01:43:20 imp Exp $ */ extern struct cdevsw dsp_cdevsw; diff --git a/sys/dev/sound/pcm/fake.c b/sys/dev/sound/pcm/fake.c index 714390287832..07edebf93344 100644 --- a/sys/dev/sound/pcm/fake.c +++ b/sys/dev/sound/pcm/fake.c @@ -26,7 +26,7 @@ #include <dev/sound/pcm/sound.h> -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/fake.c,v 1.14.2.1 2005/12/30 19:55:54 netchild Exp $"); static u_int32_t fk_fmt[] = { AFMT_MU_LAW, diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c index b70bd588c2ff..f33abc88cd9d 100644 --- a/sys/dev/sound/pcm/feeder.c +++ b/sys/dev/sound/pcm/feeder.c @@ -28,7 +28,7 @@ #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/feeder.c,v 1.33.2.3 2006/03/07 15:51:19 jhb Exp $"); MALLOC_DEFINE(M_FEEDER, "feeder", "pcm feeder"); diff --git a/sys/dev/sound/pcm/feeder.h b/sys/dev/sound/pcm/feeder.h index 545fd243e393..c12dc67f8429 100644 --- a/sys/dev/sound/pcm/feeder.h +++ b/sys/dev/sound/pcm/feeder.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/dev/sound/pcm/feeder.h,v 1.12.2.1 2006/01/29 02:27:28 ariff Exp $ */ struct pcm_feederdesc { diff --git a/sys/dev/sound/pcm/feeder_fmt.c b/sys/dev/sound/pcm/feeder_fmt.c index 17cd030495c1..984a732e7105 100644 --- a/sys/dev/sound/pcm/feeder_fmt.c +++ b/sys/dev/sound/pcm/feeder_fmt.c @@ -39,7 +39,7 @@ #include <dev/sound/pcm/sound.h> #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/feeder_fmt.c,v 1.14.2.2 2006/01/29 02:27:28 ariff Exp $"); MALLOC_DEFINE(M_FMTFEEDER, "fmtfeed", "pcm format feeder"); diff --git a/sys/dev/sound/pcm/feeder_if.m b/sys/dev/sound/pcm/feeder_if.m index 83c0fb073b53..7de23a60d38b 100644 --- a/sys/dev/sound/pcm/feeder_if.m +++ b/sys/dev/sound/pcm/feeder_if.m @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/sound/pcm/feeder_if.m,v 1.6 2005/01/06 01:43:21 imp Exp $ # #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c index f612bd78e367..5b736612e0e8 100644 --- a/sys/dev/sound/pcm/feeder_rate.c +++ b/sys/dev/sound/pcm/feeder_rate.c @@ -66,7 +66,7 @@ #include <dev/sound/pcm/sound.h> #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/feeder_rate.c,v 1.11.2.2 2006/01/29 02:27:28 ariff Exp $"); #define RATE_ASSERT(x, y) /* KASSERT(x,y) */ #define RATE_TEST(x, y) /* if (!(x)) printf y */ diff --git a/sys/dev/sound/pcm/feeder_volume.c b/sys/dev/sound/pcm/feeder_volume.c index bb46ea0303fa..ade86c16b30b 100644 --- a/sys/dev/sound/pcm/feeder_volume.c +++ b/sys/dev/sound/pcm/feeder_volume.c @@ -29,7 +29,7 @@ #include <dev/sound/pcm/sound.h> #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/feeder_volume.c,v 1.2.2.1 2005/12/30 19:55:54 netchild Exp $"); static int feed_volume_s16(struct pcm_feeder *f, struct pcm_channel *c, uint8_t *b, diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 8e4ab84691d1..b145f4b79c7d 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -28,7 +28,7 @@ #include "mixer_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/mixer.c,v 1.43.2.4 2006/04/04 17:43:48 ariff Exp $"); MALLOC_DEFINE(M_MIXER, "mixer", "mixer"); diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index 2c8dff753e36..863d148b68eb 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.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/dev/sound/pcm/mixer.h,v 1.14 2005/01/06 01:43:21 imp Exp $ */ int mixer_init(device_t dev, kobj_class_t cls, void *devinfo); diff --git a/sys/dev/sound/pcm/mixer_if.m b/sys/dev/sound/pcm/mixer_if.m index 9bd974ce7d9e..1f92f6478647 100644 --- a/sys/dev/sound/pcm/mixer_if.m +++ b/sys/dev/sound/pcm/mixer_if.m @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/dev/sound/pcm/mixer_if.m,v 1.6 2005/01/06 01:43:21 imp Exp $ # #include <dev/sound/pcm/sound.h> diff --git a/sys/dev/sound/pcm/sndstat.c b/sys/dev/sound/pcm/sndstat.c index 5b07ece13d2f..eae01ee95dad 100644 --- a/sys/dev/sound/pcm/sndstat.c +++ b/sys/dev/sound/pcm/sndstat.c @@ -30,7 +30,7 @@ #include <sys/sx.h> #endif -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/sndstat.c,v 1.20.2.2 2005/12/30 19:55:54 netchild Exp $"); #define SS_TYPE_MODULE 0 #define SS_TYPE_FIRST 1 diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index 21381c358884..afbe5378e7b8 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -32,7 +32,7 @@ #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/sound.c,v 1.93.2.3 2006/04/04 17:43:48 ariff Exp $"); devclass_t pcm_devclass; diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 7613b300c642..429ec641006b 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.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/dev/sound/pcm/sound.h,v 1.63.2.2 2006/04/04 17:43:48 ariff Exp $ */ /* diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c index fba208b708b9..4a833687bc3b 100644 --- a/sys/dev/sound/pcm/vchan.c +++ b/sys/dev/sound/pcm/vchan.c @@ -28,7 +28,7 @@ #include <dev/sound/pcm/vchan.h> #include "feeder_if.h" -SND_DECLARE_FILE("$FreeBSD$"); +SND_DECLARE_FILE("$FreeBSD: src/sys/dev/sound/pcm/vchan.c,v 1.17.2.4 2006/04/04 17:43:49 ariff Exp $"); /* * Default speed diff --git a/sys/dev/sound/pcm/vchan.h b/sys/dev/sound/pcm/vchan.h index cb9e1c8ea17c..ce6a0d256c77 100644 --- a/sys/dev/sound/pcm/vchan.h +++ b/sys/dev/sound/pcm/vchan.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/dev/sound/pcm/vchan.h,v 1.4 2005/01/06 01:43:21 imp Exp $ */ int vchan_create(struct pcm_channel *parent); diff --git a/sys/dev/sound/sbus/apcdmareg.h b/sys/dev/sound/sbus/apcdmareg.h index d4296adbe9fe..aef9b83333b1 100644 --- a/sys/dev/sound/sbus/apcdmareg.h +++ b/sys/dev/sound/sbus/apcdmareg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/sbus/apcdmareg.h,v 1.2 2005/01/06 01:43:22 imp Exp $ */ /* $OpenBSD: apcdmareg.h,v 1.2 2003/06/02 18:53:18 jason Exp $ */ /*- diff --git a/sys/dev/sound/sbus/cs4231.c b/sys/dev/sound/sbus/cs4231.c index af85c8adc3ad..396aedb3a63d 100644 --- a/sys/dev/sound/sbus/cs4231.c +++ b/sys/dev/sound/sbus/cs4231.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sound/sbus/cs4231.c,v 1.4 2005/05/19 18:13:49 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sound/sbus/cs4231.h b/sys/dev/sound/sbus/cs4231.h index 26ca399a0fe0..b98f7bbac447 100644 --- a/sys/dev/sound/sbus/cs4231.h +++ b/sys/dev/sound/sbus/cs4231.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/sbus/cs4231.h,v 1.2 2005/01/06 01:43:22 imp Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c index da06fb557d74..dd29a5c6fe9d 100644 --- a/sys/dev/sound/usb/uaudio.c +++ b/sys/dev/sound/usb/uaudio.c @@ -1,5 +1,5 @@ /* $NetBSD: uaudio.c,v 1.91 2004/11/05 17:46:14 kent Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/usb/uaudio.c,v 1.14.2.2 2006/04/04 17:34:10 ariff Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/sound/usb/uaudio.h b/sys/dev/sound/usb/uaudio.h index 5ce74ab2c8d1..f60fa3b8d6b6 100644 --- a/sys/dev/sound/usb/uaudio.h +++ b/sys/dev/sound/usb/uaudio.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/usb/uaudio.h,v 1.6.2.1 2005/12/30 19:55:54 netchild Exp $ */ /*- * Copyright (c) 2000-2002 Hiroyuki Aizu <aizu@navi.org> diff --git a/sys/dev/sound/usb/uaudio_pcm.c b/sys/dev/sound/usb/uaudio_pcm.c index 6442e2d04778..090d9194d519 100644 --- a/sys/dev/sound/usb/uaudio_pcm.c +++ b/sys/dev/sound/usb/uaudio_pcm.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/usb/uaudio_pcm.c,v 1.15.2.1 2005/12/30 19:55:54 netchild Exp $ */ /*- * Copyright (c) 2000-2002 Hiroyuki Aizu <aizu@navi.org> diff --git a/sys/dev/sound/usb/uaudioreg.h b/sys/dev/sound/usb/uaudioreg.h index 3cc09ba5ae45..114725fcb861 100644 --- a/sys/dev/sound/usb/uaudioreg.h +++ b/sys/dev/sound/usb/uaudioreg.h @@ -1,5 +1,5 @@ /* $NetBSD: uaudioreg.h,v 1.12 2004/11/05 19:08:29 kent Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sound/usb/uaudioreg.h,v 1.4 2005/01/06 01:43:22 imp Exp $ */ /*- * Copyright (c) 1999 The NetBSD Foundation, Inc. diff --git a/sys/dev/speaker/speaker.h b/sys/dev/speaker/speaker.h index 9e195c3f0d8b..b078f1e6e7f3 100644 --- a/sys/dev/speaker/speaker.h +++ b/sys/dev/speaker/speaker.h @@ -4,7 +4,7 @@ * v1.4 by Eric S. Raymond (esr@snark.thyrsus.com) Aug 1993 * modified for FreeBSD by Andrew A. Chernov <ache@astral.msk.su> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/speaker/speaker.h,v 1.8.2.1 2005/11/16 10:50:11 ru Exp $ */ #ifndef _DEV_SPEAKER_SPEAKER_H_ diff --git a/sys/dev/speaker/spkr.c b/sys/dev/speaker/spkr.c index bad65c15eff0..e83d467bc541 100644 --- a/sys/dev/speaker/spkr.c +++ b/sys/dev/speaker/spkr.c @@ -7,7 +7,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/speaker/spkr.c,v 1.70.2.1 2005/11/16 10:50:11 ru Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c index 0260b1255aa4..321836244a03 100644 --- a/sys/dev/sr/if_sr.c +++ b/sys/dev/sr/if_sr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr.c,v 1.69.2.1 2005/08/25 05:01:16 rwatson Exp $"); /* * Programming assumptions and other issues. diff --git a/sys/dev/sr/if_sr.h b/sys/dev/sr/if_sr.h index c66f667f0023..197bf46101af 100644 --- a/sys/dev/sr/if_sr.h +++ b/sys/dev/sr/if_sr.h @@ -33,7 +33,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sr/if_sr.h,v 1.4 2005/01/06 01:43:22 imp Exp $ */ #ifndef _I386_ISA_IF_SR_H_ diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c index 3f68e001295b..22ea395b321d 100644 --- a/sys/dev/sr/if_sr_isa.c +++ b/sys/dev/sr/if_sr_isa.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr_isa.c,v 1.51 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sr/if_sr_pci.c b/sys/dev/sr/if_sr_pci.c index 8f62513b360f..694323b5e7c3 100644 --- a/sys/dev/sr/if_sr_pci.c +++ b/sys/dev/sr/if_sr_pci.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sr/if_sr_pci.c,v 1.23 2005/05/29 04:42:25 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sr/if_srregs.h b/sys/dev/sr/if_srregs.h index 16925e6e581e..b1ba98d5fab4 100644 --- a/sys/dev/sr/if_srregs.h +++ b/sys/dev/sr/if_srregs.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/dev/sr/if_srregs.h,v 1.9 2005/01/06 01:43:22 imp Exp $ */ #ifndef _IF_SRREGS_H_ #define _IF_SRREGS_H_ diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c index a0e7139b4969..d1ff008589a9 100644 --- a/sys/dev/stg/tmc18c30.c +++ b/sys/dev/stg/tmc18c30.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30.c,v 1.14 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/stg/tmc18c30.h b/sys/dev/stg/tmc18c30.h index 8a1848c6b5bf..0033a822bb2c 100644 --- a/sys/dev/stg/tmc18c30.h +++ b/sys/dev/stg/tmc18c30.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/dev/stg/tmc18c30.h,v 1.1 2003/04/07 10:13:25 mdodd Exp $ */ extern devclass_t stg_devclass; diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c index 7165a817db90..752c98375ff6 100644 --- a/sys/dev/stg/tmc18c30_isa.c +++ b/sys/dev/stg/tmc18c30_isa.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30_isa.c,v 1.12 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index d0c732f1d69e..d6a24db71cfd 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30_pccard.c,v 1.24 2005/06/24 14:36:54 imp Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/dev/stg/tmc18c30_pci.c b/sys/dev/stg/tmc18c30_pci.c index 1edda5af141a..3ee157d3a17d 100644 --- a/sys/dev/stg/tmc18c30_pci.c +++ b/sys/dev/stg/tmc18c30_pci.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30_pci.c,v 1.6 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/stg/tmc18c30_subr.c b/sys/dev/stg/tmc18c30_subr.c index 152fd11bbbdf..9e977abf615a 100644 --- a/sys/dev/stg/tmc18c30_subr.c +++ b/sys/dev/stg/tmc18c30_subr.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stg/tmc18c30_subr.c,v 1.5 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/stg/tmc18c30reg.h b/sys/dev/stg/tmc18c30reg.h index 93c9940ba649..341ba030e3b3 100644 --- a/sys/dev/stg/tmc18c30reg.h +++ b/sys/dev/stg/tmc18c30reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/stg/tmc18c30reg.h,v 1.3 2005/01/06 01:43:23 imp Exp $ */ /* $NecBSD: tmc18c30reg.h,v 1.4.24.1 2001/06/08 06:27:50 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/stg/tmc18c30var.h b/sys/dev/stg/tmc18c30var.h index 69e837fc6786..ea2201816025 100644 --- a/sys/dev/stg/tmc18c30var.h +++ b/sys/dev/stg/tmc18c30var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/stg/tmc18c30var.h,v 1.8 2005/01/06 01:43:23 imp Exp $ */ /* $NecBSD: tmc18c30var.h,v 1.12.18.2 2001/06/13 05:51:23 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c index e361e6739dc5..f8748d93a5d5 100644 --- a/sys/dev/stge/if_stge.c +++ b/sys/dev/stge/if_stge.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/stge/if_stge.c,v 1.1.2.2 2006/08/17 00:05:51 yongari Exp $"); #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/dev/stge/if_stgereg.h b/sys/dev/stge/if_stgereg.h index f3f596945703..19c479696535 100644 --- a/sys/dev/stge/if_stgereg.h +++ b/sys/dev/stge/if_stgereg.h @@ -36,7 +36,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/stge/if_stgereg.h,v 1.1.2.1 2006/08/08 08:43:11 yongari Exp $ */ /* * Sundance Technology PCI vendor ID diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c index 65fd83a44c95..0810b9645cc7 100644 --- a/sys/dev/streams/streams.c +++ b/sys/dev/streams/streams.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/streams/streams.c,v 1.50 2005/02/07 18:22:20 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/sx/cd1865.h b/sys/dev/sx/cd1865.h index 297a415ff698..ce5acd97e9aa 100644 --- a/sys/dev/sx/cd1865.h +++ b/sys/dev/sx/cd1865.h @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/cd1865.h,v 1.2 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/sx/sx.c b/sys/dev/sx/sx.c index 8821c374af87..893f99bb5a14 100644 --- a/sys/dev/sx/sx.c +++ b/sys/dev/sx/sx.c @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx.c,v 1.14 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/sx/sx.h b/sys/dev/sx/sx.h index 0e035ddbfb16..06b7c8429052 100644 --- a/sys/dev/sx/sx.h +++ b/sys/dev/sx/sx.h @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx.h,v 1.5 2005/01/06 01:43:24 imp Exp $ */ /* diff --git a/sys/dev/sx/sx_pci.c b/sys/dev/sx/sx_pci.c index 79eb4d1717d8..f9d9ee9438f0 100644 --- a/sys/dev/sx/sx_pci.c +++ b/sys/dev/sx/sx_pci.c @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx_pci.c,v 1.6 2005/03/01 08:58:06 imp Exp $ */ #include <sys/param.h> diff --git a/sys/dev/sx/sx_util.c b/sys/dev/sx/sx_util.c index 0eeb8aeb7549..7e7107436334 100644 --- a/sys/dev/sx/sx_util.c +++ b/sys/dev/sx/sx_util.c @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx_util.c,v 1.2 2005/01/06 01:43:24 imp Exp $ */ #include "opt_debug_sx.h" diff --git a/sys/dev/sx/sx_util.h b/sys/dev/sx/sx_util.h index 57f42c9f7517..ec670e871b37 100644 --- a/sys/dev/sx/sx_util.h +++ b/sys/dev/sx/sx_util.h @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sx_util.h,v 1.2 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/sx/sxvar.h b/sys/dev/sx/sxvar.h index fa33e371ec90..4a518aefc2a6 100644 --- a/sys/dev/sx/sxvar.h +++ b/sys/dev/sx/sxvar.h @@ -24,7 +24,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sx/sxvar.h,v 1.2 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/sym/README.sym b/sys/dev/sym/README.sym index d310cd4d150f..25f29f86302d 100644 --- a/sys/dev/sym/README.sym +++ b/sys/dev/sym/README.sym @@ -54,7 +54,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/sym/README.sym,v 1.6 2005/01/06 01:43:24 imp Exp $ */ README.sym diff --git a/sys/dev/sym/sym_conf.h b/sys/dev/sym/sym_conf.h index 768baa7b10a5..c445595e5f54 100644 --- a/sys/dev/sym/sym_conf.h +++ b/sys/dev/sym/sym_conf.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_conf.h,v 1.9 2005/01/06 01:43:24 imp Exp $ */ #ifndef SYM_CONF_H #define SYM_CONF_H diff --git a/sys/dev/sym/sym_defs.h b/sys/dev/sym/sym_defs.h index ad1481f71af3..aaaef2b96be9 100644 --- a/sys/dev/sym/sym_defs.h +++ b/sys/dev/sym/sym_defs.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_defs.h,v 1.11 2005/01/06 01:43:24 imp Exp $ */ #ifndef SYM_DEFS_H #define SYM_DEFS_H diff --git a/sys/dev/sym/sym_fw.h b/sys/dev/sym/sym_fw.h index a274bbcee430..4a219801662d 100644 --- a/sys/dev/sym/sym_fw.h +++ b/sys/dev/sym/sym_fw.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_fw.h,v 1.5 2005/01/06 01:43:24 imp Exp $ */ #ifndef SYM_FW_H #define SYM_FW_H diff --git a/sys/dev/sym/sym_fw1.h b/sys/dev/sym/sym_fw1.h index 9a43dc431f0d..695d783cfd41 100644 --- a/sys/dev/sym/sym_fw1.h +++ b/sys/dev/sym/sym_fw1.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_fw1.h,v 1.7 2005/01/06 01:43:24 imp Exp $ */ /* * Scripts for SYMBIOS-Processor diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h index 5ff740aa3cd9..892b18227200 100644 --- a/sys/dev/sym/sym_fw2.h +++ b/sys/dev/sym/sym_fw2.h @@ -55,7 +55,7 @@ * SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/sym/sym_fw2.h,v 1.8 2005/01/06 01:43:24 imp Exp $ */ /* * Scripts for SYMBIOS-Processor diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index e8f10f0f05bb..2810fd62405c 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/sym/sym_hipd.c,v 1.55 2005/05/29 04:42:26 nyan Exp $"); #define SYM_DRIVER_NAME "sym-1.6.5-20000902" diff --git a/sys/dev/syscons/apm/apm_saver.c b/sys/dev/syscons/apm/apm_saver.c index cdd5969c9806..8e28de64f5d7 100644 --- a/sys/dev/syscons/apm/apm_saver.c +++ b/sys/dev/syscons/apm/apm_saver.c @@ -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/dev/syscons/apm/apm_saver.c,v 1.10 2005/04/04 05:28:19 imp Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/blank/blank_saver.c b/sys/dev/syscons/blank/blank_saver.c index 960acca5a512..03c6df0780d8 100644 --- a/sys/dev/syscons/blank/blank_saver.c +++ b/sys/dev/syscons/blank/blank_saver.c @@ -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/dev/syscons/blank/blank_saver.c,v 1.17 1999/08/28 00:47:45 peter Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/daemon/daemon_saver.c b/sys/dev/syscons/daemon/daemon_saver.c index 92d807f9ed99..5017ea1eed8b 100644 --- a/sys/dev/syscons/daemon/daemon_saver.c +++ b/sys/dev/syscons/daemon/daemon_saver.c @@ -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/dev/syscons/daemon/daemon_saver.c,v 1.23 2005/05/15 08:59:00 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/dragon/dragon_saver.c b/sys/dev/syscons/dragon/dragon_saver.c index f8fa51b5e08b..f847f3f7eabc 100644 --- a/sys/dev/syscons/dragon/dragon_saver.c +++ b/sys/dev/syscons/dragon/dragon_saver.c @@ -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/dev/syscons/dragon/dragon_saver.c,v 1.2 2003/07/21 13:04:54 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/fade/fade_saver.c b/sys/dev/syscons/fade/fade_saver.c index d7793b6dd96f..3b057c8ae7da 100644 --- a/sys/dev/syscons/fade/fade_saver.c +++ b/sys/dev/syscons/fade/fade_saver.c @@ -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/dev/syscons/fade/fade_saver.c,v 1.19 2003/05/31 20:29:34 phk Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/fire/fire_saver.c b/sys/dev/syscons/fire/fire_saver.c index 0bc031cad7cb..3ec42cb5cd66 100644 --- a/sys/dev/syscons/fire/fire_saver.c +++ b/sys/dev/syscons/fire/fire_saver.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/syscons/fire/fire_saver.c,v 1.10 2003/07/21 13:04:54 nyan Exp $ */ /* diff --git a/sys/dev/syscons/green/green_saver.c b/sys/dev/syscons/green/green_saver.c index d6cfe80da689..f37d377eac73 100644 --- a/sys/dev/syscons/green/green_saver.c +++ b/sys/dev/syscons/green/green_saver.c @@ -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/dev/syscons/green/green_saver.c,v 1.17 1999/08/28 00:47:50 peter Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/logo/logo.c b/sys/dev/syscons/logo/logo.c index ea3f46e5c3a7..f9d3b419c88c 100644 --- a/sys/dev/syscons/logo/logo.c +++ b/sys/dev/syscons/logo/logo.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/syscons/logo/logo.c,v 1.3 2001/08/09 00:02:30 peter Exp $ */ #define logo_width 88 #define logo_height 88 diff --git a/sys/dev/syscons/logo/logo_saver.c b/sys/dev/syscons/logo/logo_saver.c index 0a75886388ba..9ad2c6f1f9a1 100644 --- a/sys/dev/syscons/logo/logo_saver.c +++ b/sys/dev/syscons/logo/logo_saver.c @@ -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/dev/syscons/logo/logo_saver.c,v 1.12 2003/07/21 13:04:54 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/rain/rain_saver.c b/sys/dev/syscons/rain/rain_saver.c index 80e2212ee3c7..0987e2e22e75 100644 --- a/sys/dev/syscons/rain/rain_saver.c +++ b/sys/dev/syscons/rain/rain_saver.c @@ -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/dev/syscons/rain/rain_saver.c,v 1.12 2003/02/02 13:52:25 alfred Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c index fa522f8e5e8f..18512ae98e6d 100644 --- a/sys/dev/syscons/scgfbrndr.c +++ b/sys/dev/syscons/scgfbrndr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scgfbrndr.c,v 1.22.2.1 2005/10/05 21:48:02 marius Exp $"); #include "opt_syscons.h" #include "opt_gfb.h" diff --git a/sys/dev/syscons/schistory.c b/sys/dev/syscons/schistory.c index c83048e13f04..880bbcfb16e9 100644 --- a/sys/dev/syscons/schistory.c +++ b/sys/dev/syscons/schistory.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/schistory.c,v 1.19 2004/01/21 05:08:51 grehan Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scmouse.c b/sys/dev/syscons/scmouse.c index 73455f315884..44ffedb48d26 100644 --- a/sys/dev/syscons/scmouse.c +++ b/sys/dev/syscons/scmouse.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scmouse.c,v 1.37.2.3 2005/10/05 21:48:02 marius Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scterm-dumb.c b/sys/dev/syscons/scterm-dumb.c index 4e93a6af1b0d..360a0278eba1 100644 --- a/sys/dev/syscons/scterm-dumb.c +++ b/sys/dev/syscons/scterm-dumb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scterm-dumb.c,v 1.6 2004/01/21 05:08:51 grehan Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scterm-sc.c b/sys/dev/syscons/scterm-sc.c index 96059d482948..ef6a3a14941d 100644 --- a/sys/dev/syscons/scterm-sc.c +++ b/sys/dev/syscons/scterm-sc.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scterm-sc.c,v 1.21 2004/05/30 20:08:42 phk Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scterm.c b/sys/dev/syscons/scterm.c index 0b9135a4a007..f167ad32a335 100644 --- a/sys/dev/syscons/scterm.c +++ b/sys/dev/syscons/scterm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scterm.c,v 1.6 2003/08/24 18:17:24 obrien Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/sctermvar.h b/sys/dev/syscons/sctermvar.h index b1c01af1f800..5d24deef6e06 100644 --- a/sys/dev/syscons/sctermvar.h +++ b/sys/dev/syscons/sctermvar.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/dev/syscons/sctermvar.h,v 1.4 2002/10/20 22:50:13 robert Exp $ */ #ifndef _DEV_SYSCONS_SCTERMVAR_H_ diff --git a/sys/dev/syscons/scvesactl.c b/sys/dev/syscons/scvesactl.c index a556dc01d01a..a6c7eed608f3 100644 --- a/sys/dev/syscons/scvesactl.c +++ b/sys/dev/syscons/scvesactl.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scvesactl.c,v 1.22.2.1 2005/09/02 15:31:03 rodrigc Exp $"); #include "opt_vga.h" diff --git a/sys/dev/syscons/scvgarndr.c b/sys/dev/syscons/scvgarndr.c index 81498ecad167..d161e7e099b6 100644 --- a/sys/dev/syscons/scvgarndr.c +++ b/sys/dev/syscons/scvgarndr.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scvgarndr.c,v 1.19.2.1 2005/10/05 21:48:02 marius Exp $"); #include "opt_syscons.h" #include "opt_vga.h" diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c index 82da7b1f6cf3..eb33fa5ed52a 100644 --- a/sys/dev/syscons/scvidctl.c +++ b/sys/dev/syscons/scvidctl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scvidctl.c,v 1.34.2.4 2006/10/04 06:09:09 ru Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/scvtb.c b/sys/dev/syscons/scvtb.c index 8d2b224b36dd..134d5d26a5b2 100644 --- a/sys/dev/syscons/scvtb.c +++ b/sys/dev/syscons/scvtb.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/scvtb.c,v 1.13 2005/05/21 20:28:15 marius Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/snake/snake_saver.c b/sys/dev/syscons/snake/snake_saver.c index 6a7b7dadba85..3abe350acdd5 100644 --- a/sys/dev/syscons/snake/snake_saver.c +++ b/sys/dev/syscons/snake/snake_saver.c @@ -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/dev/syscons/snake/snake_saver.c,v 1.31 2005/05/15 09:07:42 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/star/star_saver.c b/sys/dev/syscons/star/star_saver.c index 3963e083a813..8508fd7bc935 100644 --- a/sys/dev/syscons/star/star_saver.c +++ b/sys/dev/syscons/star/star_saver.c @@ -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/dev/syscons/star/star_saver.c,v 1.26 2005/05/15 09:07:04 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index 8541a20eca9f..91ef2314ea3f 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/syscons.c,v 1.436.2.6 2006/10/04 06:09:09 ru Exp $"); #include "opt_syscons.h" #include "opt_splash.h" diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 45e96aec7a30..316f5e955bd2 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.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/dev/syscons/syscons.h,v 1.83.2.2 2005/10/05 21:48:02 marius Exp $ */ #ifndef _DEV_SYSCONS_SYSCONS_H_ diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c index 0f6cec526182..9939147c262f 100644 --- a/sys/dev/syscons/sysmouse.c +++ b/sys/dev/syscons/sysmouse.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/syscons/sysmouse.c,v 1.27 2005/02/27 21:16:11 phk Exp $"); #include "opt_syscons.h" diff --git a/sys/dev/syscons/warp/warp_saver.c b/sys/dev/syscons/warp/warp_saver.c index 050790d8a391..049fd4956915 100644 --- a/sys/dev/syscons/warp/warp_saver.c +++ b/sys/dev/syscons/warp/warp_saver.c @@ -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/dev/syscons/warp/warp_saver.c,v 1.13 2003/07/21 13:04:54 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/dev/tdfx/tdfx_io.h b/sys/dev/tdfx/tdfx_io.h index faec61e11771..27d44a4787d2 100644 --- a/sys/dev/tdfx/tdfx_io.h +++ b/sys/dev/tdfx/tdfx_io.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/dev/tdfx/tdfx_io.h,v 1.4 2005/01/06 01:43:24 imp Exp $ */ /* This code originally came from <shocking@prth.pgs.com> diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index 2e877f6d0173..61c119b8af94 100644 --- a/sys/dev/tdfx/tdfx_linux.c +++ b/sys/dev/tdfx/tdfx_linux.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/tdfx/tdfx_linux.c,v 1.1.2.1 2006/03/09 21:51:00 yar Exp $"); #include <sys/param.h> #include <sys/file.h> diff --git a/sys/dev/tdfx/tdfx_linux.h b/sys/dev/tdfx/tdfx_linux.h index a3235cc8ba02..23127fd74056 100644 --- a/sys/dev/tdfx/tdfx_linux.h +++ b/sys/dev/tdfx/tdfx_linux.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/dev/tdfx/tdfx_linux.h,v 1.6 2005/01/06 01:43:24 imp Exp $ */ diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index 4efd7e6e4653..e2fb0bf47b49 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/tdfx/tdfx_pci.c,v 1.37.2.1 2006/03/09 21:51:00 yar Exp $"); /* 3dfx driver for FreeBSD 4.x - Finished 11 May 2000, 12:25AM ET * diff --git a/sys/dev/tdfx/tdfx_pci.h b/sys/dev/tdfx/tdfx_pci.h index 0c60e5a2b6c1..bea33e64a73a 100644 --- a/sys/dev/tdfx/tdfx_pci.h +++ b/sys/dev/tdfx/tdfx_pci.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/dev/tdfx/tdfx_pci.h,v 1.4 2005/01/06 01:43:25 imp Exp $ */ /* tdfx_pci.h -- Prototypes for tdfx device methods */ diff --git a/sys/dev/tdfx/tdfx_vars.h b/sys/dev/tdfx/tdfx_vars.h index 1e10e3c3a669..a7d2629bf639 100644 --- a/sys/dev/tdfx/tdfx_vars.h +++ b/sys/dev/tdfx/tdfx_vars.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/dev/tdfx/tdfx_vars.h,v 1.10 2005/01/06 01:43:25 imp Exp $ */ /* tdfx_vars.h -- constants and structs used in the tdfx driver diff --git a/sys/dev/tga/tga_pci.c b/sys/dev/tga/tga_pci.c index 47f32f438526..bccf93c96f33 100644 --- a/sys/dev/tga/tga_pci.c +++ b/sys/dev/tga/tga_pci.c @@ -30,7 +30,7 @@ #include "opt_fb.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/tga/tga_pci.c,v 1.14 2005/05/29 04:42:26 nyan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/tga/tga_pci.h b/sys/dev/tga/tga_pci.h index 21dc74e37417..c8fe5730378d 100644 --- a/sys/dev/tga/tga_pci.h +++ b/sys/dev/tga/tga_pci.h @@ -26,7 +26,7 @@ * * Copyright (c) 2000 Andrew Miklic * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/tga/tga_pci.h,v 1.2 2005/01/06 01:43:25 imp Exp $ */ #ifndef _PCI_TGA_H_ diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index f91159127bfd..04bb179a6d05 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/trm/trm.c,v 1.26.8.1 2006/12/21 21:00:51 mjacob Exp $"); /* * HISTORY: diff --git a/sys/dev/trm/trm.h b/sys/dev/trm/trm.h index 21248835a510..ac744e10298b 100644 --- a/sys/dev/trm/trm.h +++ b/sys/dev/trm/trm.h @@ -29,7 +29,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/dev/trm/trm.h,v 1.5 2005/01/06 01:43:25 imp Exp $ */ #ifndef trm_H diff --git a/sys/dev/twa/tw_cl.h b/sys/dev/twa/tw_cl.h index d890b844bed1..3491602fd8bf 100644 --- a/sys/dev/twa/tw_cl.h +++ b/sys/dev/twa/tw_cl.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/dev/twa/tw_cl.h,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_externs.h b/sys/dev/twa/tw_cl_externs.h index 1fb51acd6267..3026ecaf9332 100644 --- a/sys/dev/twa/tw_cl_externs.h +++ b/sys/dev/twa/tw_cl_externs.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/dev/twa/tw_cl_externs.h,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_fwif.h b/sys/dev/twa/tw_cl_fwif.h index 444a2cd86028..b8e6b5720570 100644 --- a/sys/dev/twa/tw_cl_fwif.h +++ b/sys/dev/twa/tw_cl_fwif.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/dev/twa/tw_cl_fwif.h,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_fwimg.c b/sys/dev/twa/tw_cl_fwimg.c index c42e5599203e..2b376ecd3a5e 100644 --- a/sys/dev/twa/tw_cl_fwimg.c +++ b/sys/dev/twa/tw_cl_fwimg.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twa/tw_cl_fwimg.c,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_init.c b/sys/dev/twa/tw_cl_init.c index b1da0af65d1b..377f574c6a47 100644 --- a/sys/dev/twa/tw_cl_init.c +++ b/sys/dev/twa/tw_cl_init.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twa/tw_cl_init.c,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_intr.c b/sys/dev/twa/tw_cl_intr.c index 818e4ee392d1..b2ca18d82508 100644 --- a/sys/dev/twa/tw_cl_intr.c +++ b/sys/dev/twa/tw_cl_intr.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twa/tw_cl_intr.c,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_io.c b/sys/dev/twa/tw_cl_io.c index 09064dd9f572..e3a58e4cda64 100644 --- a/sys/dev/twa/tw_cl_io.c +++ b/sys/dev/twa/tw_cl_io.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twa/tw_cl_io.c,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_ioctl.h b/sys/dev/twa/tw_cl_ioctl.h index df2bd3449f5f..f6e1b6d9e659 100644 --- a/sys/dev/twa/tw_cl_ioctl.h +++ b/sys/dev/twa/tw_cl_ioctl.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/dev/twa/tw_cl_ioctl.h,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_misc.c b/sys/dev/twa/tw_cl_misc.c index 772e463bfb45..b3d335d7710f 100644 --- a/sys/dev/twa/tw_cl_misc.c +++ b/sys/dev/twa/tw_cl_misc.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twa/tw_cl_misc.c,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_cl_share.h b/sys/dev/twa/tw_cl_share.h index ecc895b0e53f..45cce4ce3b0f 100644 --- a/sys/dev/twa/tw_cl_share.h +++ b/sys/dev/twa/tw_cl_share.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/dev/twa/tw_cl_share.h,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_osl.h b/sys/dev/twa/tw_osl.h index cee79f6d771b..fdf4b62b7c78 100644 --- a/sys/dev/twa/tw_osl.h +++ b/sys/dev/twa/tw_osl.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/dev/twa/tw_osl.h,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_cam.c b/sys/dev/twa/tw_osl_cam.c index 7bc73ef73a3b..eac201fa673f 100644 --- a/sys/dev/twa/tw_osl_cam.c +++ b/sys/dev/twa/tw_osl_cam.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/twa/tw_osl_cam.c,v 1.3.2.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_externs.h b/sys/dev/twa/tw_osl_externs.h index 2e726b3bcc08..e094b4f46271 100644 --- a/sys/dev/twa/tw_osl_externs.h +++ b/sys/dev/twa/tw_osl_externs.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/dev/twa/tw_osl_externs.h,v 1.1 2005/04/12 22:07:09 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c index f8d972ad7a65..8b8a8c933eb8 100644 --- a/sys/dev/twa/tw_osl_freebsd.c +++ b/sys/dev/twa/tw_osl_freebsd.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/dev/twa/tw_osl_freebsd.c,v 1.1.4.1.4.1 2006/12/21 21:00:51 mjacob Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_includes.h b/sys/dev/twa/tw_osl_includes.h index 48455e1776b4..0646422bc901 100644 --- a/sys/dev/twa/tw_osl_includes.h +++ b/sys/dev/twa/tw_osl_includes.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/dev/twa/tw_osl_includes.h,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_inline.h b/sys/dev/twa/tw_osl_inline.h index a4b42143cd9d..949fd49d4f93 100644 --- a/sys/dev/twa/tw_osl_inline.h +++ b/sys/dev/twa/tw_osl_inline.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/dev/twa/tw_osl_inline.h,v 1.1.2.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_ioctl.h b/sys/dev/twa/tw_osl_ioctl.h index dc11f8cc6ced..66ba379c48f9 100644 --- a/sys/dev/twa/tw_osl_ioctl.h +++ b/sys/dev/twa/tw_osl_ioctl.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/dev/twa/tw_osl_ioctl.h,v 1.1.4.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_share.h b/sys/dev/twa/tw_osl_share.h index e70ee2f90090..8008f8e32bd8 100644 --- a/sys/dev/twa/tw_osl_share.h +++ b/sys/dev/twa/tw_osl_share.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/dev/twa/tw_osl_share.h,v 1.2.2.1 2005/12/07 18:18:05 vkashyap Exp $ */ /* diff --git a/sys/dev/twa/tw_osl_types.h b/sys/dev/twa/tw_osl_types.h index 5eeb5e235f60..b7fe74c75a40 100644 --- a/sys/dev/twa/tw_osl_types.h +++ b/sys/dev/twa/tw_osl_types.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/dev/twa/tw_osl_types.h,v 1.1 2005/04/12 22:07:09 vkashyap Exp $ */ /* diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index 96dc538eb471..d1011fef688a 100644 --- a/sys/dev/twe/twe.c +++ b/sys/dev/twe/twe.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/dev/twe/twe.c,v 1.25 2005/02/17 19:05:42 vkashyap Exp $ */ /* diff --git a/sys/dev/twe/twe_compat.h b/sys/dev/twe/twe_compat.h index 1bd46f0022ae..c8fc8b713653 100644 --- a/sys/dev/twe/twe_compat.h +++ b/sys/dev/twe/twe_compat.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/dev/twe/twe_compat.h,v 1.14 2005/05/29 04:42:26 nyan Exp $ */ /* * Portability and compatibility interfaces. diff --git a/sys/dev/twe/twe_freebsd.c b/sys/dev/twe/twe_freebsd.c index addc7f45016b..28983d6ae9c3 100644 --- a/sys/dev/twe/twe_freebsd.c +++ b/sys/dev/twe/twe_freebsd.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/dev/twe/twe_freebsd.c,v 1.42 2005/03/06 20:57:54 scottl Exp $ */ /* diff --git a/sys/dev/twe/twe_tables.h b/sys/dev/twe/twe_tables.h index 3ba83c972c4b..c8871a280213 100644 --- a/sys/dev/twe/twe_tables.h +++ b/sys/dev/twe/twe_tables.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/dev/twe/twe_tables.h,v 1.4 2003/12/02 07:57:20 ps Exp $ */ /* diff --git a/sys/dev/twe/tweio.h b/sys/dev/twe/tweio.h index 1b78472495ab..202de992b28f 100644 --- a/sys/dev/twe/tweio.h +++ b/sys/dev/twe/tweio.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/dev/twe/tweio.h,v 1.5 2005/02/17 19:05:42 vkashyap Exp $ */ diff --git a/sys/dev/twe/twereg.h b/sys/dev/twe/twereg.h index f6e7db6e1a03..2f77bc85cce7 100644 --- a/sys/dev/twe/twereg.h +++ b/sys/dev/twe/twereg.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/dev/twe/twereg.h,v 1.11 2004/05/12 04:10:37 vkashyap Exp $ */ /* diff --git a/sys/dev/twe/twevar.h b/sys/dev/twe/twevar.h index 90391ad95dfc..3245e10fbc05 100644 --- a/sys/dev/twe/twevar.h +++ b/sys/dev/twe/twevar.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/dev/twe/twevar.h,v 1.13 2004/06/11 18:42:44 vkashyap Exp $ */ #define TWE_DRIVER_VERSION_STRING "1.50.01.002" diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 0941ab2554df..86e92dfa9852 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/tx/if_tx.c,v 1.89.2.3 2006/03/17 21:30:55 glebius Exp $"); /* * EtherPower II 10/100 Fast Ethernet (SMC 9432 serie) diff --git a/sys/dev/tx/if_txreg.h b/sys/dev/tx/if_txreg.h index 63891cda2457..291f06e354d6 100644 --- a/sys/dev/tx/if_txreg.h +++ b/sys/dev/tx/if_txreg.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/dev/tx/if_txreg.h,v 1.14 2003/09/02 17:30:39 jhb Exp $ */ #define EPIC_MAX_MTU 1600 /* This is experiment-derived value */ diff --git a/sys/dev/tx/if_txvar.h b/sys/dev/tx/if_txvar.h index a1322c90060a..ed5bbbc76ba7 100644 --- a/sys/dev/tx/if_txvar.h +++ b/sys/dev/tx/if_txvar.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/dev/tx/if_txvar.h,v 1.19 2005/06/10 16:49:15 brooks Exp $ */ /* diff --git a/sys/dev/txp/3c990img.h b/sys/dev/txp/3c990img.h index 6e75f5d83cf0..6a39870ffd15 100644 --- a/sys/dev/txp/3c990img.h +++ b/sys/dev/txp/3c990img.h @@ -1,5 +1,5 @@ /* $OpenBSD: 3c990img.h,v 1.2 2001/06/05 02:15:17 jason Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/txp/3c990img.h,v 1.2 2005/01/06 01:43:26 imp Exp $ */ /*- * Copyright (C) 1999-2001 3Com, Inc. diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index 78f85c02f827..ac7ed18261f2 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -35,14 +35,14 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/txp/if_txp.c,v 1.31.2.5 2006/01/13 19:21:44 glebius Exp $"); /* * Driver for 3c990 (Typhoon) Ethernet ASIC */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/txp/if_txp.c,v 1.31.2.5 2006/01/13 19:21:44 glebius Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -92,7 +92,7 @@ __FBSDID("$FreeBSD$"); #ifndef lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/sys/dev/txp/if_txp.c,v 1.31.2.5 2006/01/13 19:21:44 glebius Exp $"; #endif /* diff --git a/sys/dev/txp/if_txpreg.h b/sys/dev/txp/if_txpreg.h index f5ab7c92506f..2343588cb1b9 100644 --- a/sys/dev/txp/if_txpreg.h +++ b/sys/dev/txp/if_txpreg.h @@ -1,5 +1,5 @@ /* $OpenBSD: if_txpreg.h,v 1.30 2001/06/23 04:18:02 jason Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/txp/if_txpreg.h,v 1.4.2.1 2005/11/15 19:54:10 jhb Exp $ */ /*- * Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>. diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index da9bd1baf4d4..f824b336eb5c 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.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/dev/uart/uart.h,v 1.4.8.1 2006/11/29 17:54:59 marcel Exp $ */ #ifndef _DEV_UART_H_ diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h index 9fd84e9eca6c..73372487faa8 100644 --- a/sys/dev/uart/uart_bus.h +++ b/sys/dev/uart/uart_bus.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/dev/uart/uart_bus.h,v 1.9 2005/01/06 01:43:26 imp Exp $ */ #ifndef _DEV_UART_BUS_H_ diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index 042dfef5d219..61ef8a7624d5 100644 --- a/sys/dev/uart/uart_bus_acpi.c +++ b/sys/dev/uart/uart_bus_acpi.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_acpi.c,v 1.3 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_ebus.c b/sys/dev/uart/uart_bus_ebus.c index 76e36b3aabec..377d37193d36 100644 --- a/sys/dev/uart/uart_bus_ebus.c +++ b/sys/dev/uart/uart_bus_ebus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_ebus.c,v 1.6.2.5 2006/02/15 09:16:01 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index 51713ad25a62..8667144cc336 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_isa.c,v 1.6 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index c9c8b66b861b..c55acf5af3db 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_pccard.c,v 1.9.2.1 2005/11/05 18:45:37 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index cb6625d18840..0d778465b2a0 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_pci.c,v 1.5.2.2 2006/08/01 22:57:07 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c index 7277df99fc41..db158a448170 100644 --- a/sys/dev/uart/uart_bus_puc.c +++ b/sys/dev/uart/uart_bus_puc.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_bus_puc.c,v 1.2 2003/09/26 05:14:56 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index b2ff203d0b2a..417e4c59867f 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_core.c,v 1.13.2.1 2005/11/05 19:04:08 marcel Exp $"); #ifndef KLD_MODULE #include "opt_comconsole.h" diff --git a/sys/dev/uart/uart_cpu.h b/sys/dev/uart/uart_cpu.h index 702ee5ec5d93..b3de144e6833 100644 --- a/sys/dev/uart/uart_cpu.h +++ b/sys/dev/uart/uart_cpu.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/dev/uart/uart_cpu.h,v 1.8 2005/01/06 01:43:26 imp Exp $ */ #ifndef _DEV_UART_CPU_H_ diff --git a/sys/dev/uart/uart_cpu_alpha.c b/sys/dev/uart/uart_cpu_alpha.c index f7a2f8bb5d4a..fc2c95164417 100644 --- a/sys/dev/uart/uart_cpu_alpha.c +++ b/sys/dev/uart/uart_cpu_alpha.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_alpha.c,v 1.11 2005/06/16 18:06:38 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_amd64.c b/sys/dev/uart/uart_cpu_amd64.c index 498496b86b90..29579917e061 100644 --- a/sys/dev/uart/uart_cpu_amd64.c +++ b/sys/dev/uart/uart_cpu_amd64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_amd64.c,v 1.10 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_i386.c b/sys/dev/uart/uart_cpu_i386.c index 673dde54b25a..4395ed0d5f49 100644 --- a/sys/dev/uart/uart_cpu_i386.c +++ b/sys/dev/uart/uart_cpu_i386.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_i386.c,v 1.10 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_ia64.c b/sys/dev/uart/uart_cpu_ia64.c index cf1e7e178e98..e5472fdb18c2 100644 --- a/sys/dev/uart/uart_cpu_ia64.c +++ b/sys/dev/uart/uart_cpu_ia64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_ia64.c,v 1.11 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_pc98.c b/sys/dev/uart/uart_cpu_pc98.c index 0ae255967727..1a2ba0ee4b5d 100644 --- a/sys/dev/uart/uart_cpu_pc98.c +++ b/sys/dev/uart/uart_cpu_pc98.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_pc98.c,v 1.15 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_cpu_sparc64.c b/sys/dev/uart/uart_cpu_sparc64.c index efe0283df204..47ed66270733 100644 --- a/sys/dev/uart/uart_cpu_sparc64.c +++ b/sys/dev/uart/uart_cpu_sparc64.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_cpu_sparc64.c,v 1.19.2.2 2006/02/15 09:16:01 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_dbg.c b/sys/dev/uart/uart_dbg.c index 51d9ec59bdde..8ff090120260 100644 --- a/sys/dev/uart/uart_dbg.c +++ b/sys/dev/uart/uart_dbg.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_dbg.c,v 1.2 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index 70e990833f9e..3d95f7d49c83 100644 --- a/sys/dev/uart/uart_dev_ns8250.c +++ b/sys/dev/uart/uart_dev_ns8250.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_dev_ns8250.c,v 1.14.8.1 2006/11/29 17:54:59 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_dev_sab82532.c b/sys/dev/uart/uart_dev_sab82532.c index 112dca43f54a..59ba53221370 100644 --- a/sys/dev/uart/uart_dev_sab82532.c +++ b/sys/dev/uart/uart_dev_sab82532.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_dev_sab82532.c,v 1.10 2005/01/30 22:14:30 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_dev_z8530.c b/sys/dev/uart/uart_dev_z8530.c index 917842312489..dd492f877952 100644 --- a/sys/dev/uart/uart_dev_z8530.c +++ b/sys/dev/uart/uart_dev_z8530.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_dev_z8530.c,v 1.12 2005/04/27 21:57:51 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_if.m b/sys/dev/uart/uart_if.m index 0bb145490ed4..572733797a98 100644 --- a/sys/dev/uart/uart_if.m +++ b/sys/dev/uart/uart_if.m @@ -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/dev/uart/uart_if.m,v 1.3 2005/01/06 01:43:26 imp Exp $ #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/dev/uart/uart_kbd_sun.c b/sys/dev/uart/uart_kbd_sun.c index 4cdc61e07d89..76686c34d02c 100644 --- a/sys/dev/uart/uart_kbd_sun.c +++ b/sys/dev/uart/uart_kbd_sun.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_kbd_sun.c,v 1.5.2.3 2006/10/04 06:09:09 ru Exp $"); #include "opt_kbd.h" diff --git a/sys/dev/uart/uart_kbd_sun.h b/sys/dev/uart/uart_kbd_sun.h index 603d257432df..9443f9b2a0a9 100644 --- a/sys/dev/uart/uart_kbd_sun.h +++ b/sys/dev/uart/uart_kbd_sun.h @@ -32,7 +32,7 @@ * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F30602-01-2-0537. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/uart/uart_kbd_sun.h,v 1.2 2005/01/06 01:43:26 imp Exp $ */ /* keyboard commands (host->kbd) */ diff --git a/sys/dev/uart/uart_kbd_sun_tables.h b/sys/dev/uart/uart_kbd_sun_tables.h index e7dc61205104..5a3a0e3d82ca 100644 --- a/sys/dev/uart/uart_kbd_sun_tables.h +++ b/sys/dev/uart/uart_kbd_sun_tables.h @@ -2,7 +2,7 @@ * Automatically generated from sun.us.unix.kbd. * DO NOT EDIT! * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/uart/uart_kbd_sun_tables.h,v 1.1 2003/11/11 07:33:24 jake Exp $ */ static keymap_t keymap_sun_us_unix_kbd = { 0x80, { /* alt diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index 14ce64b1b84f..8b047e724eea 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_subr.c,v 1.4 2005/01/06 01:43:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index 7e32c98a4821..04ef03066b45 100644 --- a/sys/dev/uart/uart_tty.c +++ b/sys/dev/uart/uart_tty.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/uart/uart_tty.c,v 1.22.2.2 2006/08/01 21:30:07 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c index d882361f3578..5a88c2640ba0 100644 --- a/sys/dev/ubsec/ubsec.c +++ b/sys/dev/ubsec/ubsec.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ubsec/ubsec.c,v 1.31.2.1 2006/09/04 15:18:50 pjd Exp $"); /* * uBsec 5[56]01, 58xx hardware crypto accelerator diff --git a/sys/dev/ubsec/ubsecreg.h b/sys/dev/ubsec/ubsecreg.h index 2ba1f937d06e..b6c6fdd9205b 100644 --- a/sys/dev/ubsec/ubsecreg.h +++ b/sys/dev/ubsec/ubsecreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ubsec/ubsecreg.h,v 1.6 2005/01/06 01:43:27 imp Exp $ */ /* $OpenBSD: ubsecreg.h,v 1.27 2002/09/11 22:40:31 jason Exp $ */ /*- diff --git a/sys/dev/ubsec/ubsecvar.h b/sys/dev/ubsec/ubsecvar.h index 79a2758f9a0d..ec657eddea4c 100644 --- a/sys/dev/ubsec/ubsecvar.h +++ b/sys/dev/ubsec/ubsecvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ubsec/ubsecvar.h,v 1.8.2.1 2006/09/04 15:18:50 pjd Exp $ */ /* $OpenBSD: ubsecvar.h,v 1.35 2002/09/24 18:33:26 jason Exp $ */ /*- diff --git a/sys/dev/usb/FILES b/sys/dev/usb/FILES index 5bccdb79939f..64d9f72a4cd4 100644 --- a/sys/dev/usb/FILES +++ b/sys/dev/usb/FILES @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/usb/FILES,v 1.7 2004/12/08 22:02:58 rsm Exp $ A small roadmap of the USB files: diff --git a/sys/dev/usb/dsbr100io.h b/sys/dev/usb/dsbr100io.h index 811c3a72b8e2..31e668210271 100644 --- a/sys/dev/usb/dsbr100io.h +++ b/sys/dev/usb/dsbr100io.h @@ -28,7 +28,7 @@ * its contributors. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/dsbr100io.h,v 1.2 2005/01/06 01:36:28 imp Exp $ */ #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/ioccom.h> diff --git a/sys/dev/usb/ehci.c b/sys/dev/usb/ehci.c index e14ee411cb10..bee87fa0cd33 100644 --- a/sys/dev/usb/ehci.c +++ b/sys/dev/usb/ehci.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ehci.c,v 1.36.2.3 2006/09/24 13:39:04 iedowse Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/ehci_pci.c b/sys/dev/usb/ehci_pci.c index 204fad084514..a66c6d7b230c 100644 --- a/sys/dev/usb/ehci_pci.c +++ b/sys/dev/usb/ehci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ehci_pci.c,v 1.18.2.1 2006/01/26 01:43:13 iedowse Exp $"); /* * USB Enhanced Host Controller Driver, a.k.a. USB 2.0 controller. diff --git a/sys/dev/usb/ehcireg.h b/sys/dev/usb/ehcireg.h index e9182736edde..202f9d9616b0 100644 --- a/sys/dev/usb/ehcireg.h +++ b/sys/dev/usb/ehcireg.h @@ -1,5 +1,5 @@ /* $NetBSD: ehcireg.h,v 1.18 2004/10/22 10:38:17 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ehcireg.h,v 1.7.2.1 2006/01/26 01:43:13 iedowse Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/ehcivar.h b/sys/dev/usb/ehcivar.h index fb66ae7d5ed3..42d0fbc2ab78 100644 --- a/sys/dev/usb/ehcivar.h +++ b/sys/dev/usb/ehcivar.h @@ -1,5 +1,5 @@ /* $NetBSD: ehcivar.h,v 1.19 2005/04/29 15:04:29 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ehcivar.h,v 1.9.2.1 2006/01/26 01:43:13 iedowse Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/hid.c b/sys/dev/usb/hid.c index acd86bfba558..cc6767493c42 100644 --- a/sys/dev/usb/hid.c +++ b/sys/dev/usb/hid.c @@ -2,7 +2,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/hid.c,v 1.25.2.1 2006/03/25 04:46:52 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/hid.h b/sys/dev/usb/hid.h index a4ab7d2b2969..803560b55479 100644 --- a/sys/dev/usb/hid.h +++ b/sys/dev/usb/hid.h @@ -1,5 +1,5 @@ /* $NetBSD: hid.h,v 1.6 2000/06/01 14:28:57 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/hid.h,v 1.13 2005/01/06 01:43:27 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index 92fe19941598..e013d92b6cef 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_aue.c,v 1.90.2.6 2006/11/14 12:54:38 flz Exp $"); /* * ADMtek AN986 Pegasus and AN8511 Pegasus II USB to ethernet driver. diff --git a/sys/dev/usb/if_auereg.h b/sys/dev/usb/if_auereg.h index d161acdc6a17..77f508a8418a 100644 --- a/sys/dev/usb/if_auereg.h +++ b/sys/dev/usb/if_auereg.h @@ -29,7 +29,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/dev/usb/if_auereg.h,v 1.22 2005/06/10 16:49:15 brooks Exp $ */ /* diff --git a/sys/dev/usb/if_axe.c b/sys/dev/usb/if_axe.c index 18e34cfb4835..0f7d001dca53 100644 --- a/sys/dev/usb/if_axe.c +++ b/sys/dev/usb/if_axe.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_axe.c,v 1.30.2.4 2006/03/17 21:30:56 glebius Exp $"); /* * ASIX Electronics AX88172 USB 2.0 ethernet driver. Used in the diff --git a/sys/dev/usb/if_axereg.h b/sys/dev/usb/if_axereg.h index c89ac275dcd1..dd6690036eea 100644 --- a/sys/dev/usb/if_axereg.h +++ b/sys/dev/usb/if_axereg.h @@ -29,7 +29,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/dev/usb/if_axereg.h,v 1.8 2005/06/10 16:49:15 brooks Exp $ */ /* diff --git a/sys/dev/usb/if_cdce.c b/sys/dev/usb/if_cdce.c index 33610a8fd643..15e1d32dd190 100644 --- a/sys/dev/usb/if_cdce.c +++ b/sys/dev/usb/if_cdce.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_cdce.c,v 1.7.2.7 2006/11/14 12:54:38 flz Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/if_cdcereg.h b/sys/dev/usb/if_cdcereg.h index 93738fae7c72..458c0ac4cea3 100644 --- a/sys/dev/usb/if_cdcereg.h +++ b/sys/dev/usb/if_cdcereg.h @@ -29,7 +29,7 @@ * 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/dev/usb/if_cdcereg.h,v 1.5.2.1 2005/12/29 05:30:39 sobomax Exp $ */ #ifndef _USB_IF_CDCEREG_H_ diff --git a/sys/dev/usb/if_cue.c b/sys/dev/usb/if_cue.c index 0d6ce719ef44..6b9aab8b9169 100644 --- a/sys/dev/usb/if_cue.c +++ b/sys/dev/usb/if_cue.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_cue.c,v 1.57.2.3 2005/10/09 03:59:36 delphij Exp $"); /* * CATC USB-EL1210A USB to ethernet driver. Used in the CATC Netmate diff --git a/sys/dev/usb/if_cuereg.h b/sys/dev/usb/if_cuereg.h index f20aeed586c9..f7227f0225ee 100644 --- a/sys/dev/usb/if_cuereg.h +++ b/sys/dev/usb/if_cuereg.h @@ -29,7 +29,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/dev/usb/if_cuereg.h,v 1.18 2005/06/10 16:49:15 brooks Exp $ */ /* diff --git a/sys/dev/usb/if_kue.c b/sys/dev/usb/if_kue.c index cd7ae5ef9bcb..30381875175a 100644 --- a/sys/dev/usb/if_kue.c +++ b/sys/dev/usb/if_kue.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_kue.c,v 1.64.2.4 2006/11/14 12:54:38 flz Exp $"); /* * Kawasaki LSI KL5KUSB101B USB to ethernet adapter driver. diff --git a/sys/dev/usb/if_kuereg.h b/sys/dev/usb/if_kuereg.h index 904ef12112b4..d1824aec4721 100644 --- a/sys/dev/usb/if_kuereg.h +++ b/sys/dev/usb/if_kuereg.h @@ -29,7 +29,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/dev/usb/if_kuereg.h,v 1.18 2005/06/10 16:49:15 brooks Exp $ */ /* diff --git a/sys/dev/usb/if_rue.c b/sys/dev/usb/if_rue.c index d66d9d3269b1..113bd64bf095 100644 --- a/sys/dev/usb/if_rue.c +++ b/sys/dev/usb/if_rue.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_rue.c,v 1.21.2.4 2006/03/17 21:30:56 glebius Exp $"); /* * RealTek RTL8150 USB to fast ethernet controller driver. diff --git a/sys/dev/usb/if_ruereg.h b/sys/dev/usb/if_ruereg.h index 5a1b5f7754b8..8fcaf57e441f 100644 --- a/sys/dev/usb/if_ruereg.h +++ b/sys/dev/usb/if_ruereg.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/dev/usb/if_ruereg.h,v 1.6 2005/06/10 16:49:15 brooks Exp $ */ #ifndef _IF_RUEREG_H_ diff --git a/sys/dev/usb/if_udav.c b/sys/dev/usb/if_udav.c index 9f23b69a6df2..1fc929073ed4 100644 --- a/sys/dev/usb/if_udav.c +++ b/sys/dev/usb/if_udav.c @@ -1,6 +1,6 @@ /* $NetBSD: if_udav.c,v 1.2 2003/09/04 15:17:38 tsutsui Exp $ */ /* $nabe: if_udav.c,v 1.3 2003/08/21 16:57:19 nabe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_udav.c,v 1.14.2.4 2006/03/17 21:30:56 glebius Exp $ */ /*- * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. @@ -45,7 +45,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_udav.c,v 1.14.2.4 2006/03/17 21:30:56 glebius Exp $"); #include "opt_inet.h" #if defined(__NetBSD__) diff --git a/sys/dev/usb/if_udavreg.h b/sys/dev/usb/if_udavreg.h index 5982857bfc75..2d511e2812c9 100644 --- a/sys/dev/usb/if_udavreg.h +++ b/sys/dev/usb/if_udavreg.h @@ -1,6 +1,6 @@ /* $NetBSD: if_udavreg.h,v 1.2 2003/09/04 15:17:39 tsutsui Exp $ */ /* $nabe: if_udavreg.h,v 1.2 2003/08/21 16:26:40 nabe Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_udavreg.h,v 1.5 2005/06/10 16:49:15 brooks Exp $ */ /*- * Copyright (c) 2003 * Shingo WATANABE <nabe@nabechan.org>. All rights reserved. diff --git a/sys/dev/usb/if_ural.c b/sys/dev/usb/if_ural.c index 5fb1da867fa1..2bac31b39f85 100644 --- a/sys/dev/usb/if_ural.c +++ b/sys/dev/usb/if_ural.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_ural.c,v 1.10.2.9 2006/11/14 12:54:38 flz Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/if_ural.c,v 1.10.2.9 2006/11/14 12:54:38 flz Exp $"); /*- * Ralink Technology RT2500USB chipset driver diff --git a/sys/dev/usb/if_uralreg.h b/sys/dev/usb/if_uralreg.h index 70e06f1887a7..504ab4766f09 100644 --- a/sys/dev/usb/if_uralreg.h +++ b/sys/dev/usb/if_uralreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_uralreg.h,v 1.1.2.1 2006/01/29 14:16:36 damien Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/usb/if_uralvar.h b/sys/dev/usb/if_uralvar.h index e32220c1df5b..14fd78df3e49 100644 --- a/sys/dev/usb/if_uralvar.h +++ b/sys/dev/usb/if_uralvar.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/if_uralvar.h,v 1.3.2.3 2006/01/29 14:16:36 damien Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/usb/kue_fw.h b/sys/dev/usb/kue_fw.h index 659dc6bb78f3..d70acf3df3a2 100644 --- a/sys/dev/usb/kue_fw.h +++ b/sys/dev/usb/kue_fw.h @@ -29,7 +29,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/dev/usb/kue_fw.h,v 1.3 2005/01/06 01:43:27 imp Exp $ */ /* diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index 5f4bbfa8a26e..3541f28e1a79 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -13,7 +13,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ohci.c,v 1.154.2.4 2006/06/26 00:31:25 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c index a11945135df5..d0ed54448191 100644 --- a/sys/dev/usb/ohci_pci.c +++ b/sys/dev/usb/ohci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ohci_pci.c,v 1.44.2.1 2006/01/29 01:26:46 iedowse Exp $"); /* * USB Open Host Controller driver. diff --git a/sys/dev/usb/ohcireg.h b/sys/dev/usb/ohcireg.h index c255a4b28f34..60d711cc0dfe 100644 --- a/sys/dev/usb/ohcireg.h +++ b/sys/dev/usb/ohcireg.h @@ -1,5 +1,5 @@ /* $NetBSD: ohcireg.h,v 1.17 2000/04/01 09:27:35 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ohcireg.h,v 1.22 2005/01/06 01:43:28 imp Exp $ */ /*- diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index cc4f92252224..f3911e6bee2f 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -1,5 +1,5 @@ /* $NetBSD: ohcivar.h,v 1.30 2001/12/31 12:20:35 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ohcivar.h,v 1.40.2.1 2005/12/04 05:52:23 iedowse Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/rio500_usb.h b/sys/dev/usb/rio500_usb.h index f2c2081ccc9d..14e111a5d00c 100644 --- a/sys/dev/usb/rio500_usb.h +++ b/sys/dev/usb/rio500_usb.h @@ -20,7 +20,7 @@ ---------------------------------------------------------------------- */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/rio500_usb.h,v 1.2 2005/01/06 01:43:28 imp Exp $ */ #if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) #include <sys/ioccom.h> diff --git a/sys/dev/usb/ubsa.c b/sys/dev/usb/ubsa.c index 271c1729b511..8658736b8e34 100644 --- a/sys/dev/usb/ubsa.c +++ b/sys/dev/usb/ubsa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ubsa.c,v 1.17 2005/01/06 01:43:28 imp Exp $"); /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/usb/ubser.c b/sys/dev/usb/ubser.c index 2740691f1623..5ec8914cb278 100644 --- a/sys/dev/usb/ubser.c +++ b/sys/dev/usb/ubser.c @@ -70,7 +70,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ubser.c,v 1.16.2.1 2006/01/30 22:47:45 ticso Exp $"); /* * BWCT serial adapter driver diff --git a/sys/dev/usb/ubser.h b/sys/dev/usb/ubser.h index f256d4a403d8..afb9360b8241 100644 --- a/sys/dev/usb/ubser.h +++ b/sys/dev/usb/ubser.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/dev/usb/ubser.h,v 1.3 2005/03/17 22:47:18 ticso Exp $ */ #ifndef UBSER_H diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c index 0260cb6d8c9f..81c3c3d9cd66 100644 --- a/sys/dev/usb/ucom.c +++ b/sys/dev/usb/ucom.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ucom.c,v 1.57 2005/04/12 00:26:40 iedowse Exp $"); /*- * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/ucomvar.h b/sys/dev/usb/ucomvar.h index e8a51fe3fd21..33b86f0986c7 100644 --- a/sys/dev/usb/ucomvar.h +++ b/sys/dev/usb/ucomvar.h @@ -1,5 +1,5 @@ /* $NetBSD: ucomvar.h,v 1.9 2001/01/23 21:56:17 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ucomvar.h,v 1.7 2005/01/06 01:43:28 imp Exp $ */ /*- * Copyright (c) 2001-2002, Shunsuke Akiyama <akiyama@jp.FreeBSD.org>. diff --git a/sys/dev/usb/ucycom.c b/sys/dev/usb/ucycom.c index 2c32a80b4937..a23eb8691187 100644 --- a/sys/dev/usb/ucycom.c +++ b/sys/dev/usb/ucycom.c @@ -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/dev/usb/ucycom.c,v 1.3 2004/10/12 09:21:03 phk Exp $ */ /* @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ucycom.c,v 1.3 2004/10/12 09:21:03 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/udbp.c b/sys/dev/usb/udbp.c index 1ad11bccfb56..f7f9b6b6ddd7 100644 --- a/sys/dev/usb/udbp.c +++ b/sys/dev/usb/udbp.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/udbp.c,v 1.29 2005/01/06 01:43:28 imp Exp $"); /* Driver for arbitrary double bulk pipe devices. * The driver assumes that there will be the same driver on the other side. diff --git a/sys/dev/usb/udbp.h b/sys/dev/usb/udbp.h index 97ef9455b664..9f86afb9d5a8 100644 --- a/sys/dev/usb/udbp.h +++ b/sys/dev/usb/udbp.h @@ -34,7 +34,7 @@ * This file was derived from src/sys/netgraph/ng_sample.h, revision 1.1 * written by Julian Elischer, Whistle Communications. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/udbp.h,v 1.4 2005/01/06 01:43:28 imp Exp $ */ #ifndef _NETGRAPH_UDBP_H_ diff --git a/sys/dev/usb/ufm.c b/sys/dev/usb/ufm.c index 8439abb2cad2..0112cd054bdf 100644 --- a/sys/dev/usb/ufm.c +++ b/sys/dev/usb/ufm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ufm.c,v 1.23 2005/01/06 01:43:28 imp Exp $"); #include <sys/param.h> diff --git a/sys/dev/usb/uftdi.c b/sys/dev/usb/uftdi.c index 15318cefce34..67b054b3252f 100644 --- a/sys/dev/usb/uftdi.c +++ b/sys/dev/usb/uftdi.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uftdi.c,v 1.22 2005/04/05 22:09:18 ticso Exp $"); /* * FTDI FT8U100AX serial adapter driver diff --git a/sys/dev/usb/uftdireg.h b/sys/dev/usb/uftdireg.h index a7c6edcb6005..11bab9c98774 100644 --- a/sys/dev/usb/uftdireg.h +++ b/sys/dev/usb/uftdireg.h @@ -1,5 +1,5 @@ /* $NetBSD: uftdireg.h,v 1.6 2002/07/11 21:14:28 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/uftdireg.h,v 1.2 2004/07/01 17:16:20 brooks Exp $ */ /* * Definitions for the FTDI USB Single Port Serial Converter - diff --git a/sys/dev/usb/ugen.c b/sys/dev/usb/ugen.c index f7477250672f..f3cb7d78e058 100644 --- a/sys/dev/usb/ugen.c +++ b/sys/dev/usb/ugen.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ugen.c,v 1.103.2.1 2006/09/24 14:55:48 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/ugraphire_rdesc.h b/sys/dev/usb/ugraphire_rdesc.h index 9c5a0c1a6cf7..465ad386a241 100644 --- a/sys/dev/usb/ugraphire_rdesc.h +++ b/sys/dev/usb/ugraphire_rdesc.h @@ -1,5 +1,5 @@ /* $NetBSD: usb/ugraphire_rdesc.h,v 1.1 2000/12/29 01:47:49 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/ugraphire_rdesc.h,v 1.2.2.1 2006/01/20 22:55:45 mux Exp $ */ /*- * Copyright (c) 2000 Nick Hibma <n_hibma@freebsd.org> * All rights reserved. diff --git a/sys/dev/usb/uhci.c b/sys/dev/usb/uhci.c index b85a5b1048d1..480bd2072d43 100644 --- a/sys/dev/usb/uhci.c +++ b/sys/dev/usb/uhci.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uhci.c,v 1.162.2.1 2006/03/01 01:59:04 iedowse Exp $"); /*- diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c index c92273c590f5..ba809042df07 100644 --- a/sys/dev/usb/uhci_pci.c +++ b/sys/dev/usb/uhci_pci.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uhci_pci.c,v 1.57 2005/03/01 07:50:11 imp Exp $"); /* Universal Host Controller Interface * diff --git a/sys/dev/usb/uhcireg.h b/sys/dev/usb/uhcireg.h index 512dd2d7d3c0..e897f07313d0 100644 --- a/sys/dev/usb/uhcireg.h +++ b/sys/dev/usb/uhcireg.h @@ -1,5 +1,5 @@ /* $NetBSD: uhcireg.h,v 1.15 2002/02/11 11:41:30 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/uhcireg.h,v 1.22 2005/01/06 01:43:28 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index 3100db756c86..6dde4af7c1e7 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -1,5 +1,5 @@ /* $NetBSD: uhcivar.h,v 1.33 2002/02/11 11:41:30 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/uhcivar.h,v 1.40 2005/03/19 19:08:46 iedowse Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 3b193fb9d427..012539a872be 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uhid.c,v 1.77.2.3 2006/01/20 22:55:45 mux Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uhub.c b/sys/dev/usb/uhub.c index 17b9332818d0..ad7017e43c13 100644 --- a/sys/dev/usb/uhub.c +++ b/sys/dev/usb/uhub.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uhub.c,v 1.69.2.1 2005/12/18 15:51:31 iedowse Exp $"); /* * USB spec: http://www.usb.org/developers/docs/usbspec.zip diff --git a/sys/dev/usb/ukbd.c b/sys/dev/usb/ukbd.c index 0e9e37424f85..5505731e1a71 100644 --- a/sys/dev/usb/ukbd.c +++ b/sys/dev/usb/ukbd.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ukbd.c,v 1.52.2.3 2006/10/29 07:30:06 ru Exp $"); /* * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf diff --git a/sys/dev/usb/ulpt.c b/sys/dev/usb/ulpt.c index 905961347a98..d240e72fdba4 100644 --- a/sys/dev/usb/ulpt.c +++ b/sys/dev/usb/ulpt.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ulpt.c,v 1.66.2.1 2005/11/20 03:18:22 iedowse Exp $"); /* * Printer Class spec: http://www.usb.org/developers/data/devclass/usbprint109.PDF diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 035b89211e33..ad4d8cc6c07c 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/usb/umass.c,v 1.122.2.11.2.1 2006/12/23 02:03:40 kensmith Exp $ * $NetBSD: umass.c,v 1.28 2000/04/02 23:46:53 augustss Exp $ */ diff --git a/sys/dev/usb/umct.c b/sys/dev/usb/umct.c index b73e1223c424..1ddd17fba31f 100644 --- a/sys/dev/usb/umct.c +++ b/sys/dev/usb/umct.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/umct.c,v 1.9.2.1 2006/06/18 20:13:43 netchild Exp $"); /* * Driver for the MCT (Magic Control Technology) USB-RS232 Converter. diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 9d286558eeec..235dd4e16369 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -2,7 +2,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/umodem.c,v 1.57.2.1 2006/06/18 20:13:43 netchild Exp $"); /*- * Copyright (c) 2003, M. Warner Losh <imp@freebsd.org>. * All rights reserved. diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index b883757d6aad..136ea730c215 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/ums.c,v 1.77.2.2 2006/02/06 20:29:17 netchild Exp $"); /* * HID spec: http://www.usb.org/developers/devclass_docs/HID1_11.pdf diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index ee70273420b2..3e1fc3053630 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uplcom.c,v 1.29.2.3 2006/08/20 05:23:07 imp Exp $"); /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c index 68efc9c19e54..9ee77bda8a2a 100644 --- a/sys/dev/usb/urio.c +++ b/sys/dev/usb/urio.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/urio.c,v 1.35 2005/01/06 01:43:29 imp Exp $"); /* diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 6be1d33a8636..9fc7afb748ca 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb.c,v 1.106 2005/03/27 15:31:23 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 07dd4b39faba..80d7a4083bb6 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,5 +1,5 @@ /* $NetBSD: usb.h,v 1.69 2002/09/22 23:20:50 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb.h,v 1.39.2.1 2006/01/20 22:47:49 mux Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb_ethersubr.c b/sys/dev/usb/usb_ethersubr.c index 90eff91e51d6..36960f722f85 100644 --- a/sys/dev/usb/usb_ethersubr.c +++ b/sys/dev/usb/usb_ethersubr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_ethersubr.c,v 1.20 2005/03/25 12:42:30 sobomax Exp $"); /* * Callbacks in the USB code operate at splusb() (actually splbio() diff --git a/sys/dev/usb/usb_ethersubr.h b/sys/dev/usb/usb_ethersubr.h index 5c31ddc2c809..a69a12cc1145 100644 --- a/sys/dev/usb/usb_ethersubr.h +++ b/sys/dev/usb/usb_ethersubr.h @@ -29,7 +29,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/dev/usb/usb_ethersubr.h,v 1.10 2005/03/25 13:22:58 sobomax Exp $ */ #ifndef _USB_ETHERSUBR_H_ diff --git a/sys/dev/usb/usb_if.m b/sys/dev/usb/usb_if.m index b04c8a45a4c4..24566dc7d0c4 100644 --- a/sys/dev/usb/usb_if.m +++ b/sys/dev/usb/usb_if.m @@ -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/dev/usb/usb_if.m,v 1.10 2005/01/06 01:43:29 imp Exp $ # # USB interface description diff --git a/sys/dev/usb/usb_mem.c b/sys/dev/usb/usb_mem.c index f9a59eb3c6d9..d649dd0f03a2 100644 --- a/sys/dev/usb/usb_mem.c +++ b/sys/dev/usb/usb_mem.c @@ -1,5 +1,5 @@ /* $NetBSD: usb_mem.c,v 1.26 2003/02/01 06:23:40 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_mem.c,v 1.7 2005/01/06 01:43:29 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_mem.c,v 1.7 2005/01/06 01:43:29 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/usb_mem.h b/sys/dev/usb/usb_mem.h index 6fe63f3e3385..e92fbe905e77 100644 --- a/sys/dev/usb/usb_mem.h +++ b/sys/dev/usb/usb_mem.h @@ -1,5 +1,5 @@ /* $NetBSD: usb_mem.h,v 1.18 2002/05/28 17:45:17 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_mem.h,v 1.21 2005/01/06 01:43:29 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index dc2c64888f0c..8e93d1ad7232 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -1,6 +1,6 @@ /* $OpenBSD: usb_port.h,v 1.18 2000/09/06 22:42:10 rahnds Exp $ */ /* $NetBSD: usb_port.h,v 1.54 2002/03/28 21:49:19 ichiro Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_port.h,v 1.74 2005/01/20 05:03:28 imp Exp $ */ /* Also already merged from NetBSD: * $NetBSD: usb_port.h,v 1.57 2002/09/27 20:42:01 thorpej Exp $ diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 7f58241493b6..9ee665aef777 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_quirks.c,v 1.41.2.5 2006/11/14 12:54:38 flz Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/usb_quirks.h b/sys/dev/usb/usb_quirks.h index 85fe8cc7f73b..921cc86e40ef 100644 --- a/sys/dev/usb/usb_quirks.h +++ b/sys/dev/usb/usb_quirks.h @@ -1,5 +1,5 @@ /* $NetBSD: usb_quirks.h,v 1.20 2001/04/15 09:38:01 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usb_quirks.h,v 1.17.2.3 2006/02/15 22:51:08 iedowse Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usb_subr.c b/sys/dev/usb/usb_subr.c index e1ceaf0ac04c..dd78f92c576c 100644 --- a/sys/dev/usb/usb_subr.c +++ b/sys/dev/usb/usb_subr.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.76.2.3 2006/03/01 01:59:05 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbcdc.h b/sys/dev/usb/usbcdc.h index d68410874303..ea0b05f2b23a 100644 --- a/sys/dev/usb/usbcdc.h +++ b/sys/dev/usb/usbcdc.h @@ -1,5 +1,5 @@ /* $NetBSD: usbcdc.h,v 1.9 2004/10/23 13:24:24 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbcdc.h,v 1.12 2005/03/01 06:35:04 sobomax Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index a8dac59a4c3d..a21408afbcf9 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/dev/usb/usbdevs,v 1.232.2.17 2006/11/14 12:54:38 flz Exp $ /* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */ /*- diff --git a/sys/dev/usb/usbdi.c b/sys/dev/usb/usbdi.c index 8246b939c9f1..ea4cbead40dc 100644 --- a/sys/dev/usb/usbdi.c +++ b/sys/dev/usb/usbdi.c @@ -1,7 +1,7 @@ /* $NetBSD: usbdi.c,v 1.106 2004/10/24 12:52:40 augustss Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usbdi.c,v 1.91.2.1 2005/12/15 00:36:00 iedowse Exp $"); /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index 902b1bd47627..b2d95721bacc 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -1,5 +1,5 @@ /* $NetBSD: usbdi.h,v 1.64 2004/10/23 13:26:34 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbdi.h,v 1.59 2005/05/16 06:58:43 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbdi_util.c b/sys/dev/usb/usbdi_util.c index b275778203dd..05ca0c284292 100644 --- a/sys/dev/usb/usbdi_util.c +++ b/sys/dev/usb/usbdi_util.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/usbdi_util.c,v 1.34 2005/03/01 08:01:22 sobomax Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/usb/usbdi_util.h b/sys/dev/usb/usbdi_util.h index 82ea13b1c303..6edc85b35c34 100644 --- a/sys/dev/usb/usbdi_util.h +++ b/sys/dev/usb/usbdi_util.h @@ -1,5 +1,5 @@ /* $NetBSD: usbdi_util.h,v 1.31 2004/12/03 08:53:40 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbdi_util.h,v 1.19 2005/03/01 08:01:22 sobomax Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbdivar.h b/sys/dev/usb/usbdivar.h index 42537daa4785..abde6294f2be 100644 --- a/sys/dev/usb/usbdivar.h +++ b/sys/dev/usb/usbdivar.h @@ -1,5 +1,5 @@ /* $NetBSD: usbdivar.h,v 1.70 2002/07/11 21:14:36 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbdivar.h,v 1.43.2.1 2006/03/01 01:59:05 iedowse Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index 8e0ecd579907..575202ced0d7 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -1,5 +1,5 @@ /* $NetBSD: usbhid.h,v 1.9 2000/09/03 19:09:14 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/usbhid.h,v 1.15 2005/01/06 01:43:29 imp Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c index 4989236367f0..6fd2689b3b2f 100644 --- a/sys/dev/usb/uscanner.c +++ b/sys/dev/usb/uscanner.c @@ -5,7 +5,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uscanner.c,v 1.63.2.5 2006/11/14 12:54:38 flz Exp $"); /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. diff --git a/sys/dev/usb/uvisor.c b/sys/dev/usb/uvisor.c index 35edc886dc71..9bd8a58e7308 100644 --- a/sys/dev/usb/uvisor.c +++ b/sys/dev/usb/uvisor.c @@ -1,5 +1,5 @@ /* $NetBSD: uvisor.c,v 1.9 2001/01/23 14:04:14 augustss Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/usb/uvisor.c,v 1.24.2.2 2006/06/18 20:13:43 netchild Exp $ */ /* Also already merged from NetBSD: * $NetBSD: uvisor.c,v 1.12 2001/11/13 06:24:57 lukem Exp $ diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c index 07e42f5cf2d3..17b5bb5f9ec9 100644 --- a/sys/dev/usb/uvscom.c +++ b/sys/dev/usb/uvscom.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/usb/uvscom.c,v 1.25.2.1 2006/06/18 20:13:43 netchild Exp $"); /* * uvscom: SUNTAC Slipper U VS-10U driver. diff --git a/sys/dev/usb/uxb360gp_rdesc.h b/sys/dev/usb/uxb360gp_rdesc.h index d51b52f807e8..0857f37f71d9 100644 --- a/sys/dev/usb/uxb360gp_rdesc.h +++ b/sys/dev/usb/uxb360gp_rdesc.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/dev/usb/uxb360gp_rdesc.h,v 1.2.2.1 2006/01/20 22:47:49 mux Exp $ */ /* diff --git a/sys/dev/utopia/idtphy.c b/sys/dev/utopia/idtphy.c index 5aaa576abb23..9bdd55cc2edf 100644 --- a/sys/dev/utopia/idtphy.c +++ b/sys/dev/utopia/idtphy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/idtphy.c,v 1.1 2005/02/24 16:56:36 harti Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/idtphy.h b/sys/dev/utopia/idtphy.h index 1451d0561fa3..b49df52b1313 100644 --- a/sys/dev/utopia/idtphy.h +++ b/sys/dev/utopia/idtphy.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/idtphy.h,v 1.3 2005/01/06 01:43:31 imp Exp $ * * Register definitions for the following chips: * IDT 77105 diff --git a/sys/dev/utopia/suni.c b/sys/dev/utopia/suni.c index ffc49e8e84da..707676469bb5 100644 --- a/sys/dev/utopia/suni.c +++ b/sys/dev/utopia/suni.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/suni.c,v 1.1 2005/02/24 16:56:36 harti Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/suni.h b/sys/dev/utopia/suni.h index fd1be7e13e39..e73476115eb9 100644 --- a/sys/dev/utopia/suni.h +++ b/sys/dev/utopia/suni.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/suni.h,v 1.2 2005/01/06 01:43:31 imp Exp $ * * Register definitions for the following chips: * PMC-Sierra PMC-5346 (S/UNI-LITE) diff --git a/sys/dev/utopia/utopia.c b/sys/dev/utopia/utopia.c index 7480efc3da6f..5cdd4a342bfc 100644 --- a/sys/dev/utopia/utopia.c +++ b/sys/dev/utopia/utopia.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/utopia/utopia.c,v 1.11 2005/06/22 06:51:52 harti Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/utopia/utopia.h b/sys/dev/utopia/utopia.h index 6e42e99b2e51..054ec84f7e4e 100644 --- a/sys/dev/utopia/utopia.h +++ b/sys/dev/utopia/utopia.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/utopia.h,v 1.5 2005/02/24 16:56:36 harti Exp $ */ #ifndef _DEV_UTOPIA_UTOPIA_H #define _DEV_UTOPIA_UTOPIA_H diff --git a/sys/dev/utopia/utopia_priv.h b/sys/dev/utopia/utopia_priv.h index cbb242cb9991..41397af815f1 100644 --- a/sys/dev/utopia/utopia_priv.h +++ b/sys/dev/utopia/utopia_priv.h @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/utopia/utopia_priv.h,v 1.1 2005/02/24 16:56:36 harti Exp $ * * Private include file for the interface between chip files and * the utopia main stuff. diff --git a/sys/dev/vge/if_vge.c b/sys/dev/vge/if_vge.c index fc1a77f9da06..0d847c293a92 100644 --- a/sys/dev/vge/if_vge.c +++ b/sys/dev/vge/if_vge.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/vge/if_vge.c,v 1.14.2.8 2006/09/05 07:06:15 mr Exp $"); /* * VIA Networking Technologies VT612x PCI gigabit ethernet NIC driver. diff --git a/sys/dev/vge/if_vgereg.h b/sys/dev/vge/if_vgereg.h index 8d11a9c3e1f6..c097c3be99ff 100644 --- a/sys/dev/vge/if_vgereg.h +++ b/sys/dev/vge/if_vgereg.h @@ -29,7 +29,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/dev/vge/if_vgereg.h,v 1.2 2005/01/06 01:43:31 imp Exp $ */ /* diff --git a/sys/dev/vge/if_vgevar.h b/sys/dev/vge/if_vgevar.h index 5d240a33a9ed..52cd072f54e7 100644 --- a/sys/dev/vge/if_vgevar.h +++ b/sys/dev/vge/if_vgevar.h @@ -29,7 +29,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/dev/vge/if_vgevar.h,v 1.4 2005/06/10 16:49:16 brooks Exp $ */ #if !defined(__i386__) diff --git a/sys/dev/vkbd/vkbd.c b/sys/dev/vkbd/vkbd.c index f0dfd3aeba2c..ceb43e0e8fb2 100644 --- a/sys/dev/vkbd/vkbd.c +++ b/sys/dev/vkbd/vkbd.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: vkbd.c,v 1.20 2004/11/15 23:53:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vkbd/vkbd.c,v 1.7.2.4 2006/10/04 06:09:10 ru Exp $ */ #include "opt_kbd.h" diff --git a/sys/dev/vkbd/vkbd_var.h b/sys/dev/vkbd/vkbd_var.h index 51e7ff467d17..24f8ed0cd35e 100644 --- a/sys/dev/vkbd/vkbd_var.h +++ b/sys/dev/vkbd/vkbd_var.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * $Id: vkbd_var.h,v 1.4 2004/08/17 17:43:14 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vkbd/vkbd_var.h,v 1.2 2005/01/06 01:43:32 imp Exp $ */ #ifndef _VKBD_VAR_H_ diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index abc80917f988..25b91d90c6fb 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/vx/if_vx.c,v 1.56.2.3 2005/11/04 17:45:20 jhb Exp $"); /* * Created from if_ep.c driver by Fred Gray (fgray@rice.edu) to support diff --git a/sys/dev/vx/if_vx_eisa.c b/sys/dev/vx/if_vx_eisa.c index 459e34841342..4fc80a98da0b 100644 --- a/sys/dev/vx/if_vx_eisa.c +++ b/sys/dev/vx/if_vx_eisa.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/vx/if_vx_eisa.c,v 1.24.2.2 2005/11/04 17:47:17 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index dc0fea7a578c..4303b8ce8bf1 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/vx/if_vx_pci.c,v 1.34.2.2 2005/11/04 17:47:17 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index b876782ca8cb..620a88cbb82a 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -19,7 +19,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vx/if_vxreg.h,v 1.13 2005/01/06 01:43:32 imp Exp $ */ /* diff --git a/sys/dev/vx/if_vxvar.h b/sys/dev/vx/if_vxvar.h index ec20a3fbcfe4..b5eb662bb82d 100644 --- a/sys/dev/vx/if_vxvar.h +++ b/sys/dev/vx/if_vxvar.h @@ -19,7 +19,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/vx/if_vxvar.h,v 1.5.2.1 2005/11/04 17:45:20 jhb Exp $ * October 2, 1994 diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c index 782388588089..2a49a7ff75d2 100644 --- a/sys/dev/watchdog/watchdog.c +++ b/sys/dev/watchdog/watchdog.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/watchdog/watchdog.c,v 1.2 2004/06/16 09:47:02 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/dev/wds/wd7000.c b/sys/dev/wds/wd7000.c index 90759fe6f9d1..f250fde92649 100644 --- a/sys/dev/wds/wd7000.c +++ b/sys/dev/wds/wd7000.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wds/wd7000.c,v 1.9.8.1 2006/12/21 21:00:52 mjacob Exp $"); /* All bugs are subject to removal without further notice */ diff --git a/sys/dev/wi/if_wavelan_ieee.h b/sys/dev/wi/if_wavelan_ieee.h index 585edaa237fa..0c40de1547fd 100644 --- a/sys/dev/wi/if_wavelan_ieee.h +++ b/sys/dev/wi/if_wavelan_ieee.h @@ -29,7 +29,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/dev/wi/if_wavelan_ieee.h,v 1.19 2005/01/06 01:43:33 imp Exp $ */ #ifndef _IF_WAVELAN_IEEE_H diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index 38064fc71261..fe093b0accb7 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wi/if_wi.c,v 1.180.2.8 2006/08/01 07:37:22 avatar Exp $"); #define WI_HERMES_AUTOINC_WAR /* Work around data write autoinc bug. */ #define WI_HERMES_STATS_WAR /* Work around stats counter bug. */ diff --git a/sys/dev/wi/if_wi_pccard.c b/sys/dev/wi/if_wi_pccard.c index 765e31dcd619..f412f78e340e 100644 --- a/sys/dev/wi/if_wi_pccard.c +++ b/sys/dev/wi/if_wi_pccard.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wi/if_wi_pccard.c,v 1.57 2005/07/10 02:00:35 imp Exp $"); #include "opt_wi.h" diff --git a/sys/dev/wi/if_wi_pci.c b/sys/dev/wi/if_wi_pci.c index cddc9298d50b..ccd1c992e2f2 100644 --- a/sys/dev/wi/if_wi_pci.c +++ b/sys/dev/wi/if_wi_pci.c @@ -29,7 +29,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/dev/wi/if_wi_pci.c,v 1.25.2.1 2005/08/25 05:01:17 rwatson Exp $ */ /* diff --git a/sys/dev/wi/if_wireg.h b/sys/dev/wi/if_wireg.h index 7992f891c481..a31bbd858292 100644 --- a/sys/dev/wi/if_wireg.h +++ b/sys/dev/wi/if_wireg.h @@ -29,7 +29,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/dev/wi/if_wireg.h,v 1.44 2005/01/06 01:43:33 imp Exp $ */ #define WI_DELAY 5 diff --git a/sys/dev/wi/if_wivar.h b/sys/dev/wi/if_wivar.h index 38038fcdbefc..a7ee62c87445 100644 --- a/sys/dev/wi/if_wivar.h +++ b/sys/dev/wi/if_wivar.h @@ -31,7 +31,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/dev/wi/if_wivar.h,v 1.25.2.1 2005/10/05 13:13:46 avatar Exp $ */ #if 0 diff --git a/sys/dev/wi/spectrum24t_cf.h b/sys/dev/wi/spectrum24t_cf.h index ce053fa1930c..374fefee02b5 100644 --- a/sys/dev/wi/spectrum24t_cf.h +++ b/sys/dev/wi/spectrum24t_cf.h @@ -1,5 +1,5 @@ /* $NetBSD$ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/wi/spectrum24t_cf.h,v 1.2 2005/01/06 01:43:33 imp Exp $ */ /*- * Copyright (c) 2001 Symbol Technologies Inc. -- http://www.symbol.com diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c index aa57433eb936..9d7c09a3a734 100644 --- a/sys/dev/wl/if_wl.c +++ b/sys/dev/wl/if_wl.c @@ -173,7 +173,7 @@ WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/wl/if_wl.c,v 1.66.2.2 2005/08/25 05:01:18 rwatson Exp $"); /* diff --git a/sys/dev/wl/if_wl.h b/sys/dev/wl/if_wl.h index e883b782b046..b177c4c114e4 100644 --- a/sys/dev/wl/if_wl.h +++ b/sys/dev/wl/if_wl.h @@ -18,7 +18,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/dev/wl/if_wl.h,v 1.7 2005/01/06 01:43:34 imp Exp $ */ /* Definitions for WaveLAN driver */ diff --git a/sys/dev/wl/if_wl_i82586.h b/sys/dev/wl/if_wl_i82586.h index fc08adcc5226..712ff9262e85 100644 --- a/sys/dev/wl/if_wl_i82586.h +++ b/sys/dev/wl/if_wl_i82586.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/dev/wl/if_wl_i82586.h,v 1.1 2005/05/09 04:47:57 nyan Exp $ */ /* Copyright 1988, 1989 by Olivetti Advanced Technology Center, Inc., diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index 54d3cdc4d8ef..8198d96a5696 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xe/if_xe.c,v 1.55.2.3 2005/09/17 04:01:05 imp Exp $"); /* * FreeBSD device driver for Xircom CreditCard PCMCIA Ethernet adapters. The diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c index 4e6b2a43ae82..5cae6cafeeaa 100644 --- a/sys/dev/xe/if_xe_pccard.c +++ b/sys/dev/xe/if_xe_pccard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xe/if_xe_pccard.c,v 1.26.2.2 2005/09/17 04:01:05 imp Exp $"); /* xe pccard interface driver */ diff --git a/sys/dev/xe/if_xereg.h b/sys/dev/xe/if_xereg.h index 9b3c39a611a0..80c07fc4bcb5 100644 --- a/sys/dev/xe/if_xereg.h +++ b/sys/dev/xe/if_xereg.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $Id: if_xereg.h,v 1.5 1999/05/20 21:53:58 scott Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/xe/if_xereg.h,v 1.6 2003/10/14 22:51:35 rsm Exp $ */ #ifndef DEV_XE_IF_XEREG_H #define DEV_XE_IF_XEREG_H diff --git a/sys/dev/xe/if_xevar.h b/sys/dev/xe/if_xevar.h index 0e6610219ca1..46defb37034d 100644 --- a/sys/dev/xe/if_xevar.h +++ b/sys/dev/xe/if_xevar.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $Id: if_xe.c,v 1.20 1999/06/13 19:17:40 scott Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/dev/xe/if_xevar.h,v 1.6 2005/06/10 16:49:17 brooks Exp $ */ #ifndef DEV_XE_IF_XEDEV_H #define DEV_XE_IF_XEDEV_H diff --git a/sys/dev/zs/z8530reg.h b/sys/dev/zs/z8530reg.h index b471c9c4deb5..df5a5cf4429c 100644 --- a/sys/dev/zs/z8530reg.h +++ b/sys/dev/zs/z8530reg.h @@ -39,7 +39,7 @@ * * @(#)zsreg.h 8.1 (Berkeley) 6/11/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/zs/z8530reg.h,v 1.4 2005/01/06 01:43:34 imp Exp $ */ /* diff --git a/sys/dev/zs/z8530var.h b/sys/dev/zs/z8530var.h index 1e5fef7d3282..9da92d6b6c6a 100644 --- a/sys/dev/zs/z8530var.h +++ b/sys/dev/zs/z8530var.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/dev/zs/z8530var.h,v 1.2 2004/06/16 09:47:02 phk Exp $ */ #ifndef _DEV_ZS_ZSVAR_H_ diff --git a/sys/dev/zs/zs.c b/sys/dev/zs/zs.c index f67f7c584ee2..4fd2d9bfb0f7 100644 --- a/sys/dev/zs/zs.c +++ b/sys/dev/zs/zs.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/zs/zs.c,v 1.30.2.1 2006/03/10 19:37:32 jhb Exp $"); /*- * Copyright (c) 2003 Jake Burkholder. * All rights reserved. diff --git a/sys/dev/zs/zs_macio.c b/sys/dev/zs/zs_macio.c index 3879a9edf5d1..b483dd8cc5c6 100644 --- a/sys/dev/zs/zs_macio.c +++ b/sys/dev/zs/zs_macio.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/zs/zs_macio.c,v 1.6 2004/08/12 17:41:30 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/doc/Doxyfile b/sys/doc/Doxyfile index 146afc32ba0f..ec8512cff496 100644 --- a/sys/doc/Doxyfile +++ b/sys/doc/Doxyfile @@ -1,5 +1,5 @@ # Doxyfile 1.3.6 -# $FreeBSD$ +# $FreeBSD: src/sys/doc/Doxyfile,v 1.1 2004/07/11 16:13:57 dfr Exp $ #--------------------------------------------------------------------------- # Project related configuration options diff --git a/sys/doc/Makefile b/sys/doc/Makefile index ec665a7b0256..4edd34e977ed 100644 --- a/sys/doc/Makefile +++ b/sys/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/doc/Makefile,v 1.1 2004/07/11 16:13:57 dfr Exp $ .PATH: ${.CURDIR}/../kern diff --git a/sys/fs/deadfs/dead_vnops.c b/sys/fs/deadfs/dead_vnops.c index 1bbf4537dc9f..b8912eb9bb60 100644 --- a/sys/fs/deadfs/dead_vnops.c +++ b/sys/fs/deadfs/dead_vnops.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)dead_vnops.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/deadfs/dead_vnops.c,v 1.48.2.1 2006/03/13 03:05:02 jeff Exp $ */ #include <sys/param.h> diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h index 1050ba5fa155..7429ae6a28cf 100644 --- a/sys/fs/devfs/devfs.h +++ b/sys/fs/devfs/devfs.h @@ -33,7 +33,7 @@ * @(#)kernfs.h 8.6 (Berkeley) 3/29/95 * From: FreeBSD: src/sys/miscfs/kernfs/kernfs.h 1.14 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/devfs/devfs.h,v 1.22.2.5 2006/10/30 15:40:53 kib Exp $ */ #ifndef _FS_DEVFS_DEVFS_H_ diff --git a/sys/fs/devfs/devfs_devs.c b/sys/fs/devfs/devfs_devs.c index 7696a74eec05..3b57b2aee4ea 100644 --- a/sys/fs/devfs/devfs_devs.c +++ b/sys/fs/devfs/devfs_devs.c @@ -25,7 +25,7 @@ * * From: FreeBSD: src/sys/miscfs/kernfs/kernfs_vfsops.c 1.36 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/devfs/devfs_devs.c,v 1.36.2.6 2006/10/30 15:40:53 kib Exp $ */ #include "opt_devfs.h" diff --git a/sys/fs/devfs/devfs_int.h b/sys/fs/devfs/devfs_int.h index 2bd7f99da73a..da2b9fced6b7 100644 --- a/sys/fs/devfs/devfs_int.h +++ b/sys/fs/devfs/devfs_int.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/fs/devfs/devfs_int.h,v 1.1.2.3 2006/10/30 15:40:53 kib Exp $ */ /* diff --git a/sys/fs/devfs/devfs_rule.c b/sys/fs/devfs/devfs_rule.c index bfd23b7ec22e..7f4aede1fe87 100644 --- a/sys/fs/devfs/devfs_rule.c +++ b/sys/fs/devfs/devfs_rule.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/fs/devfs/devfs_rule.c,v 1.14.2.3 2006/01/11 10:15:57 rwatson Exp $ */ /* diff --git a/sys/fs/devfs/devfs_vfsops.c b/sys/fs/devfs/devfs_vfsops.c index 5d64e38eef57..4f42b4d08cee 100644 --- a/sys/fs/devfs/devfs_vfsops.c +++ b/sys/fs/devfs/devfs_vfsops.c @@ -31,7 +31,7 @@ * @(#)kernfs_vfsops.c 8.10 (Berkeley) 5/14/95 * From: FreeBSD: src/sys/miscfs/kernfs/kernfs_vfsops.c 1.36 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/devfs/devfs_vfsops.c,v 1.44.2.5 2006/10/30 15:33:38 kib Exp $ */ #include "opt_devfs.h" diff --git a/sys/fs/devfs/devfs_vnops.c b/sys/fs/devfs/devfs_vnops.c index 2e31617d7626..64006273f279 100644 --- a/sys/fs/devfs/devfs_vnops.c +++ b/sys/fs/devfs/devfs_vnops.c @@ -31,7 +31,7 @@ * @(#)kernfs_vnops.c 8.15 (Berkeley) 5/21/95 * From: FreeBSD: src/sys/miscfs/kernfs/kernfs_vnops.c 1.43 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/devfs/devfs_vnops.c,v 1.114.2.14 2006/10/30 15:46:29 kib Exp $ */ /* diff --git a/sys/fs/fdescfs/fdesc.h b/sys/fs/fdescfs/fdesc.h index fb7d9528a4b3..e82029a9fea4 100644 --- a/sys/fs/fdescfs/fdesc.h +++ b/sys/fs/fdescfs/fdesc.h @@ -31,7 +31,7 @@ * * @(#)fdesc.h 8.5 (Berkeley) 1/21/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/fdescfs/fdesc.h,v 1.20 2005/02/10 12:09:15 phk Exp $ */ #ifdef _KERNEL diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c index ebd17a4601fa..108389cbf435 100644 --- a/sys/fs/fdescfs/fdesc_vfsops.c +++ b/sys/fs/fdescfs/fdesc_vfsops.c @@ -31,7 +31,7 @@ * * @(#)fdesc_vfsops.c 8.4 (Berkeley) 1/21/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/fdescfs/fdesc_vfsops.c,v 1.53 2005/03/24 07:36:13 jeff Exp $ */ /* diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c index 1a5daba03bcb..473f6df8886a 100644 --- a/sys/fs/fdescfs/fdesc_vnops.c +++ b/sys/fs/fdescfs/fdesc_vnops.c @@ -31,7 +31,7 @@ * * @(#)fdesc_vnops.c 8.9 (Berkeley) 1/21/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/fdescfs/fdesc_vnops.c,v 1.99.2.2 2006/03/22 17:39:27 tegge Exp $ */ /* diff --git a/sys/fs/fifofs/fifo.h b/sys/fs/fifofs/fifo.h index da85ae23d86b..6d62759c5443 100644 --- a/sys/fs/fifofs/fifo.h +++ b/sys/fs/fifofs/fifo.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)fifo.h 8.6 (Berkeley) 5/21/95 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/fifofs/fifo.h,v 1.20 2005/01/06 18:10:38 imp Exp $ */ /* diff --git a/sys/fs/fifofs/fifo_vnops.c b/sys/fs/fifofs/fifo_vnops.c index 6947c472a64d..93327d3a0bcb 100644 --- a/sys/fs/fifofs/fifo_vnops.c +++ b/sys/fs/fifofs/fifo_vnops.c @@ -29,7 +29,7 @@ * SUCH DAMAGE. * * @(#)fifo_vnops.c 8.10 (Berkeley) 5/27/95 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/fifofs/fifo_vnops.c,v 1.113.2.19 2006/03/28 12:42:20 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/fs/hpfs/hpfs.h b/sys/fs/hpfs/hpfs.h index b56d6b651ba8..2f5c951d3025 100644 --- a/sys/fs/hpfs/hpfs.h +++ b/sys/fs/hpfs/hpfs.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/fs/hpfs/hpfs.h,v 1.19 2005/03/16 07:21:38 phk Exp $ */ /*#define HPFS_DEBUG 10*/ diff --git a/sys/fs/hpfs/hpfs_alsubr.c b/sys/fs/hpfs/hpfs_alsubr.c index 226865fd1e2d..48b0c06641e7 100644 --- a/sys/fs/hpfs/hpfs_alsubr.c +++ b/sys/fs/hpfs/hpfs_alsubr.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/fs/hpfs/hpfs_alsubr.c,v 1.3 2003/03/04 00:04:42 jeff Exp $ */ #include <sys/param.h> diff --git a/sys/fs/hpfs/hpfs_ioctl.h b/sys/fs/hpfs/hpfs_ioctl.h index 7f60729b1ba3..fb6a65b5b5a0 100644 --- a/sys/fs/hpfs/hpfs_ioctl.h +++ b/sys/fs/hpfs/hpfs_ioctl.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/fs/hpfs/hpfs_ioctl.h,v 1.1 1999/12/09 19:09:59 semenu Exp $ */ #ifndef _HPFS_IOCTL_H_ diff --git a/sys/fs/hpfs/hpfs_lookup.c b/sys/fs/hpfs/hpfs_lookup.c index 88542cb2160b..cde396abf830 100644 --- a/sys/fs/hpfs/hpfs_lookup.c +++ b/sys/fs/hpfs/hpfs_lookup.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/fs/hpfs/hpfs_lookup.c,v 1.2 2000/05/05 09:57:53 phk Exp $ */ #include <sys/param.h> diff --git a/sys/fs/hpfs/hpfs_subr.c b/sys/fs/hpfs/hpfs_subr.c index 6844545ae239..3471c762b673 100644 --- a/sys/fs/hpfs/hpfs_subr.c +++ b/sys/fs/hpfs/hpfs_subr.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/fs/hpfs/hpfs_subr.c,v 1.7 2004/12/06 20:14:20 phk Exp $ */ #include <sys/param.h> diff --git a/sys/fs/hpfs/hpfs_subr.h b/sys/fs/hpfs/hpfs_subr.h index 4cddcf705bab..8676049738fc 100644 --- a/sys/fs/hpfs/hpfs_subr.h +++ b/sys/fs/hpfs/hpfs_subr.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/hpfs/hpfs_subr.h,v 1.3 2004/12/06 20:14:20 phk Exp $ */ #define hpfs_bmmarkfree(hpmp, bn,bl) hpfs_bmmark(hpmp, bn, bl, 1) diff --git a/sys/fs/hpfs/hpfs_vfsops.c b/sys/fs/hpfs/hpfs_vfsops.c index 5ca6f8df6f67..fc76bad729dc 100644 --- a/sys/fs/hpfs/hpfs_vfsops.c +++ b/sys/fs/hpfs/hpfs_vfsops.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/fs/hpfs/hpfs_vfsops.c,v 1.53.2.2 2006/10/09 19:47:14 tegge Exp $ */ diff --git a/sys/fs/hpfs/hpfs_vnops.c b/sys/fs/hpfs/hpfs_vnops.c index 8d6533bf153a..b3a7c9d57016 100644 --- a/sys/fs/hpfs/hpfs_vnops.c +++ b/sys/fs/hpfs/hpfs_vnops.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/fs/hpfs/hpfs_vnops.c,v 1.66.2.1 2006/03/12 21:50:01 scottl Exp $ */ #include <sys/param.h> diff --git a/sys/fs/hpfs/hpfsmount.h b/sys/fs/hpfs/hpfsmount.h index 3566776b96ad..7ccc96c9e3b3 100644 --- a/sys/fs/hpfs/hpfsmount.h +++ b/sys/fs/hpfs/hpfsmount.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/fs/hpfs/hpfsmount.h,v 1.1 1999/12/09 19:10:00 semenu Exp $ */ #define HPFSMNT_TABLES 0x0001 diff --git a/sys/fs/msdosfs/bootsect.h b/sys/fs/msdosfs/bootsect.h index 9e8aa9767b90..33bfe55a3379 100644 --- a/sys/fs/msdosfs/bootsect.h +++ b/sys/fs/msdosfs/bootsect.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/bootsect.h,v 1.12.2.1 2005/10/04 13:13:57 peadar Exp $ */ /* $NetBSD: bootsect.h,v 1.9 1997/11/17 15:36:17 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/bpb.h b/sys/fs/msdosfs/bpb.h index 6ba9670c00fc..3c3a54b3229a 100644 --- a/sys/fs/msdosfs/bpb.h +++ b/sys/fs/msdosfs/bpb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/bpb.h,v 1.11 2005/01/06 18:10:38 imp Exp $ */ /* $NetBSD: bpb.h,v 1.7 1997/11/17 15:36:24 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/denode.h b/sys/fs/msdosfs/denode.h index cbba8e79af11..47baf7f34b60 100644 --- a/sys/fs/msdosfs/denode.h +++ b/sys/fs/msdosfs/denode.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/denode.h,v 1.33 2005/04/07 07:55:37 phk Exp $ */ /* $NetBSD: denode.h,v 1.25 1997/11/17 15:36:28 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/direntry.h b/sys/fs/msdosfs/direntry.h index 47e1257cb18c..b156f9adcfdf 100644 --- a/sys/fs/msdosfs/direntry.h +++ b/sys/fs/msdosfs/direntry.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/direntry.h,v 1.21 2005/01/06 18:10:38 imp Exp $ */ /* $NetBSD: direntry.h,v 1.14 1997/11/17 15:36:32 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/fat.h b/sys/fs/msdosfs/fat.h index cd6b7d18b811..2d196d5cc904 100644 --- a/sys/fs/msdosfs/fat.h +++ b/sys/fs/msdosfs/fat.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/fat.h,v 1.14 2005/01/06 18:10:38 imp Exp $ */ /* $NetBSD: fat.h,v 1.12 1997/11/17 15:36:36 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/msdosfs_conv.c b/sys/fs/msdosfs/msdosfs_conv.c index 2da772392683..9cf3718a6cda 100644 --- a/sys/fs/msdosfs/msdosfs_conv.c +++ b/sys/fs/msdosfs/msdosfs_conv.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/msdosfs_conv.c,v 1.44.2.1 2005/07/23 17:02:04 imura Exp $ */ /* $NetBSD: msdosfs_conv.c,v 1.25 1997/11/17 15:36:40 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/msdosfs_denode.c b/sys/fs/msdosfs/msdosfs_denode.c index 3f7b977c5e7e..953bfe5b8f1b 100644 --- a/sys/fs/msdosfs/msdosfs_denode.c +++ b/sys/fs/msdosfs/msdosfs_denode.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/msdosfs_denode.c,v 1.88.2.2 2006/03/12 21:50:01 scottl Exp $ */ /* $NetBSD: msdosfs_denode.c,v 1.28 1998/02/10 14:10:00 mrg Exp $ */ /*- diff --git a/sys/fs/msdosfs/msdosfs_fat.c b/sys/fs/msdosfs/msdosfs_fat.c index 31cf977f17ed..107911bc0832 100644 --- a/sys/fs/msdosfs/msdosfs_fat.c +++ b/sys/fs/msdosfs/msdosfs_fat.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/msdosfs_fat.c,v 1.37 2005/01/06 18:10:38 imp Exp $ */ /* $NetBSD: msdosfs_fat.c,v 1.28 1997/11/17 15:36:49 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/msdosfs_fileno.c b/sys/fs/msdosfs/msdosfs_fileno.c index ad6d4a7f8c6c..5181cee06e86 100644 --- a/sys/fs/msdosfs/msdosfs_fileno.c +++ b/sys/fs/msdosfs/msdosfs_fileno.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/msdosfs/msdosfs_fileno.c,v 1.1 2004/07/03 13:22:38 tjr Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/msdosfs/msdosfs_iconv.c b/sys/fs/msdosfs/msdosfs_iconv.c index 26ef1a4a0002..baf5d00a4c4d 100644 --- a/sys/fs/msdosfs/msdosfs_iconv.c +++ b/sys/fs/msdosfs/msdosfs_iconv.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/msdosfs/msdosfs_iconv.c,v 1.2 2003/12/26 17:24:37 trhodes Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/fs/msdosfs/msdosfs_lookup.c b/sys/fs/msdosfs/msdosfs_lookup.c index a16881e9a8fc..27cff52a0052 100644 --- a/sys/fs/msdosfs/msdosfs_lookup.c +++ b/sys/fs/msdosfs/msdosfs_lookup.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/msdosfs_lookup.c,v 1.46 2005/04/16 23:47:19 das Exp $ */ /* $NetBSD: msdosfs_lookup.c,v 1.37 1997/11/17 15:36:54 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c index a5656770d8f6..80f14ea16d11 100644 --- a/sys/fs/msdosfs/msdosfs_vfsops.c +++ b/sys/fs/msdosfs/msdosfs_vfsops.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/msdosfs_vfsops.c,v 1.144.2.6.2.2 2006/12/20 03:05:30 delphij Exp $ */ /* $NetBSD: msdosfs_vfsops.c,v 1.51 1997/11/17 15:36:58 ws Exp $ */ /*- diff --git a/sys/fs/msdosfs/msdosfs_vnops.c b/sys/fs/msdosfs/msdosfs_vnops.c index ee5763413f60..0c3fa6314477 100644 --- a/sys/fs/msdosfs/msdosfs_vnops.c +++ b/sys/fs/msdosfs/msdosfs_vnops.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/msdosfs_vnops.c,v 1.160.2.2 2006/03/13 03:05:13 jeff Exp $ */ /* $NetBSD: msdosfs_vnops.c,v 1.68 1998/02/10 14:10:04 mrg Exp $ */ /*- diff --git a/sys/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index f7f2dffc2f88..4809a7a4f531 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/msdosfs/msdosfsmount.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/fs/msdosfs/msdosfsmount.h,v 1.37 2005/03/15 20:57:25 phk Exp $ */ /* $NetBSD: msdosfsmount.h,v 1.17 1997/11/17 15:37:07 ws Exp $ */ /*- diff --git a/sys/fs/ntfs/ntfs.h b/sys/fs/ntfs/ntfs.h index 5618b67938ce..e1f6a24abb7f 100644 --- a/sys/fs/ntfs/ntfs.h +++ b/sys/fs/ntfs/ntfs.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/fs/ntfs/ntfs.h,v 1.19 2004/12/06 20:22:16 phk Exp $ */ /*#define NTFS_DEBUG 1*/ diff --git a/sys/fs/ntfs/ntfs_compr.c b/sys/fs/ntfs/ntfs_compr.c index 6816220c0e5c..e25ec1f65add 100644 --- a/sys/fs/ntfs/ntfs_compr.c +++ b/sys/fs/ntfs/ntfs_compr.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/ntfs/ntfs_compr.c,v 1.13 2001/11/26 23:45:12 jhb Exp $ */ #include <sys/param.h> diff --git a/sys/fs/ntfs/ntfs_compr.h b/sys/fs/ntfs/ntfs_compr.h index e51bc09f2fda..3ede7027aa95 100644 --- a/sys/fs/ntfs/ntfs_compr.h +++ b/sys/fs/ntfs/ntfs_compr.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/fs/ntfs/ntfs_compr.h,v 1.6 1999/12/03 20:37:38 semenu Exp $ */ #define NTFS_COMPBLOCK_SIZE 0x1000 diff --git a/sys/fs/ntfs/ntfs_iconv.c b/sys/fs/ntfs/ntfs_iconv.c index 347306e88536..cffe5cc88a2f 100644 --- a/sys/fs/ntfs/ntfs_iconv.c +++ b/sys/fs/ntfs/ntfs_iconv.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/ntfs/ntfs_iconv.c,v 1.1 2003/09/26 20:26:23 fjoe Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/fs/ntfs/ntfs_ihash.c b/sys/fs/ntfs/ntfs_ihash.c index a84574e4d552..cb10a5c3c716 100644 --- a/sys/fs/ntfs/ntfs_ihash.c +++ b/sys/fs/ntfs/ntfs_ihash.c @@ -29,7 +29,7 @@ * SUCH DAMAGE. * * @(#)ufs_ihash.c 8.7 (Berkeley) 5/17/95 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/ntfs/ntfs_ihash.c,v 1.21 2005/01/06 18:10:39 imp Exp $ */ #include <sys/param.h> diff --git a/sys/fs/ntfs/ntfs_ihash.h b/sys/fs/ntfs/ntfs_ihash.h index 7df7495c770a..f39053de6a9a 100644 --- a/sys/fs/ntfs/ntfs_ihash.h +++ b/sys/fs/ntfs/ntfs_ihash.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/fs/ntfs/ntfs_ihash.h,v 1.8 2004/06/16 09:47:04 phk Exp $ */ extern struct lock ntfs_hashlock; diff --git a/sys/fs/ntfs/ntfs_inode.h b/sys/fs/ntfs/ntfs_inode.h index c11cfa1f6317..62c4ca075b4f 100644 --- a/sys/fs/ntfs/ntfs_inode.h +++ b/sys/fs/ntfs/ntfs_inode.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/fs/ntfs/ntfs_inode.h,v 1.12 2004/06/16 09:47:04 phk Exp $ */ /* These flags are kept in i_flag. */ diff --git a/sys/fs/ntfs/ntfs_subr.c b/sys/fs/ntfs/ntfs_subr.c index bdd2daa40d06..6063f6befedd 100644 --- a/sys/fs/ntfs/ntfs_subr.c +++ b/sys/fs/ntfs/ntfs_subr.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/ntfs/ntfs_subr.c,v 1.38.2.1 2006/01/08 20:28:48 maxim Exp $ */ #include <sys/param.h> diff --git a/sys/fs/ntfs/ntfs_subr.h b/sys/fs/ntfs/ntfs_subr.h index c0ecc75e5dc4..c4dd67a3a69d 100644 --- a/sys/fs/ntfs/ntfs_subr.h +++ b/sys/fs/ntfs/ntfs_subr.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/fs/ntfs/ntfs_subr.h,v 1.13 2003/09/26 20:26:23 fjoe Exp $ */ #define VA_LOADED 0x0001 diff --git a/sys/fs/ntfs/ntfs_vfsops.c b/sys/fs/ntfs/ntfs_vfsops.c index 38302360a2bb..5af9a7a9bbdc 100644 --- a/sys/fs/ntfs/ntfs_vfsops.c +++ b/sys/fs/ntfs/ntfs_vfsops.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/ntfs/ntfs_vfsops.c,v 1.78.2.4 2006/10/09 19:47:14 tegge Exp $ */ diff --git a/sys/fs/ntfs/ntfs_vfsops.h b/sys/fs/ntfs/ntfs_vfsops.h index adb737d4e54b..09001e4c0bb9 100644 --- a/sys/fs/ntfs/ntfs_vfsops.h +++ b/sys/fs/ntfs/ntfs_vfsops.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/fs/ntfs/ntfs_vfsops.h,v 1.8 2005/02/10 12:09:49 phk Exp $ */ #define VG_DONTLOADIN 0x0001 /* Tells ntfs_vgetex to do not call */ /* ntfs_loadntnode() on ntnode, even if */ diff --git a/sys/fs/ntfs/ntfs_vnops.c b/sys/fs/ntfs/ntfs_vnops.c index 1d3aad001ef9..a5c3067eace1 100644 --- a/sys/fs/ntfs/ntfs_vnops.c +++ b/sys/fs/ntfs/ntfs_vnops.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/ntfs/ntfs_vnops.c,v 1.55.2.3 2006/11/14 20:42:40 trhodes Exp $ * */ diff --git a/sys/fs/ntfs/ntfsmount.h b/sys/fs/ntfs/ntfsmount.h index 5497ad9f2176..bf62f0f86f6e 100644 --- a/sys/fs/ntfs/ntfsmount.h +++ b/sys/fs/ntfs/ntfsmount.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/fs/ntfs/ntfsmount.h,v 1.8 2003/09/26 20:26:23 fjoe Exp $ */ #define NTFS_MFLAG_CASEINS 0x00000001 diff --git a/sys/fs/nullfs/null.h b/sys/fs/nullfs/null.h index c8fc5de3c838..95e09a19c2ef 100644 --- a/sys/fs/nullfs/null.h +++ b/sys/fs/nullfs/null.h @@ -31,7 +31,7 @@ * * @(#)null.h 8.3 (Berkeley) 8/20/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nullfs/null.h,v 1.23 2005/03/15 13:49:33 jeff Exp $ */ struct null_mount { diff --git a/sys/fs/nullfs/null_subr.c b/sys/fs/nullfs/null_subr.c index b72739ee6fb6..3d339adaf79f 100644 --- a/sys/fs/nullfs/null_subr.c +++ b/sys/fs/nullfs/null_subr.c @@ -31,7 +31,7 @@ * * @(#)null_subr.c 8.7 (Berkeley) 5/14/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nullfs/null_subr.c,v 1.48.2.1 2006/03/13 03:05:17 jeff Exp $ */ #include <sys/param.h> diff --git a/sys/fs/nullfs/null_vfsops.c b/sys/fs/nullfs/null_vfsops.c index 6b4a2cc4d3b5..7602ba909b95 100644 --- a/sys/fs/nullfs/null_vfsops.c +++ b/sys/fs/nullfs/null_vfsops.c @@ -32,7 +32,7 @@ * @(#)null_vfsops.c 8.2 (Berkeley) 1/21/94 * * @(#)lofs_vfsops.c 1.2 (Berkeley) 6/18/92 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nullfs/null_vfsops.c,v 1.72.2.5 2006/10/09 19:47:14 tegge Exp $ */ /* diff --git a/sys/fs/nullfs/null_vnops.c b/sys/fs/nullfs/null_vnops.c index f2261f9747ea..a65b2638316f 100644 --- a/sys/fs/nullfs/null_vnops.c +++ b/sys/fs/nullfs/null_vnops.c @@ -36,7 +36,7 @@ * ...and... * @(#)null_vnodeops.c 1.20 92/07/07 UCLA Ficus project * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nullfs/null_vnops.c,v 1.87.2.3 2006/03/13 03:05:26 jeff Exp $ */ /* diff --git a/sys/fs/nwfs/nwfs.h b/sys/fs/nwfs/nwfs.h index d7b2f6299e2f..7700002f935c 100644 --- a/sys/fs/nwfs/nwfs.h +++ b/sys/fs/nwfs/nwfs.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs.h,v 1.9 2005/01/14 08:09:42 phk Exp $ */ #ifndef _NWFS_H_ diff --git a/sys/fs/nwfs/nwfs_io.c b/sys/fs/nwfs/nwfs_io.c index 0b697560ccd9..f0ef8e456722 100644 --- a/sys/fs/nwfs/nwfs_io.c +++ b/sys/fs/nwfs/nwfs_io.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_io.c,v 1.41 2005/03/13 12:18:24 jeff Exp $ * */ #include <sys/param.h> diff --git a/sys/fs/nwfs/nwfs_ioctl.c b/sys/fs/nwfs/nwfs_ioctl.c index 0fd55319493d..eb5a794ee707 100644 --- a/sys/fs/nwfs/nwfs_ioctl.c +++ b/sys/fs/nwfs/nwfs_ioctl.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_ioctl.c,v 1.8 2005/01/06 18:10:39 imp Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/nwfs/nwfs_mount.h b/sys/fs/nwfs/nwfs_mount.h index a6f9568bb666..395b2dd9693b 100644 --- a/sys/fs/nwfs/nwfs_mount.h +++ b/sys/fs/nwfs/nwfs_mount.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_mount.h,v 1.8 2005/01/06 18:10:39 imp Exp $ */ #ifndef _NWFS_MOUNT_H_ #define _NWFS_MOUNT_H_ diff --git a/sys/fs/nwfs/nwfs_node.c b/sys/fs/nwfs/nwfs_node.c index e80a7da4b89a..6e6fda69f8dc 100644 --- a/sys/fs/nwfs/nwfs_node.c +++ b/sys/fs/nwfs/nwfs_node.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_node.c,v 1.36.2.1 2006/03/12 21:50:01 scottl Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/nwfs/nwfs_node.h b/sys/fs/nwfs/nwfs_node.h index f2e0adae58ac..8a6af9030c0e 100644 --- a/sys/fs/nwfs/nwfs_node.h +++ b/sys/fs/nwfs/nwfs_node.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_node.h,v 1.10 2005/01/06 18:10:39 imp Exp $ */ #ifndef _NWFS_NODE_H_ #define _NWFS_NODE_H_ diff --git a/sys/fs/nwfs/nwfs_subr.c b/sys/fs/nwfs/nwfs_subr.c index 4a2c65ca6af3..6b2e4f1f9d2d 100644 --- a/sys/fs/nwfs/nwfs_subr.c +++ b/sys/fs/nwfs/nwfs_subr.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_subr.c,v 1.13 2005/05/11 19:08:38 kan Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/nwfs/nwfs_subr.h b/sys/fs/nwfs/nwfs_subr.h index 683a94379d97..d1a7f2847993 100644 --- a/sys/fs/nwfs/nwfs_subr.h +++ b/sys/fs/nwfs/nwfs_subr.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_subr.h,v 1.5 2005/01/06 18:10:39 imp Exp $ */ #ifndef _NWFS_SUBR_H_ #define _NWFS_SUBR_H_ diff --git a/sys/fs/nwfs/nwfs_vfsops.c b/sys/fs/nwfs/nwfs_vfsops.c index a6d1e1bb5fc4..cd843173f9ce 100644 --- a/sys/fs/nwfs/nwfs_vfsops.c +++ b/sys/fs/nwfs/nwfs_vfsops.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_vfsops.c,v 1.40.2.3 2006/10/09 19:47:14 tegge Exp $ */ #include <sys/param.h> diff --git a/sys/fs/nwfs/nwfs_vnops.c b/sys/fs/nwfs/nwfs_vnops.c index 1dd2ae5c1652..9559b5c1bce7 100644 --- a/sys/fs/nwfs/nwfs_vnops.c +++ b/sys/fs/nwfs/nwfs_vnops.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/nwfs/nwfs_vnops.c,v 1.41.2.1 2005/10/19 20:18:44 truckman Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/portalfs/portal.h b/sys/fs/portalfs/portal.h index 6606ccc014c3..f1efaf984928 100644 --- a/sys/fs/portalfs/portal.h +++ b/sys/fs/portalfs/portal.h @@ -31,7 +31,7 @@ * * @(#)portal.h 8.4 (Berkeley) 1/21/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/portalfs/portal.h,v 1.10 2005/01/06 18:10:40 imp Exp $ */ struct portal_args { diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c index 781c8fa3d489..f074a826d156 100644 --- a/sys/fs/portalfs/portal_vfsops.c +++ b/sys/fs/portalfs/portal_vfsops.c @@ -31,7 +31,7 @@ * * @(#)portal_vfsops.c 8.11 (Berkeley) 5/14/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/portalfs/portal_vfsops.c,v 1.57.2.1 2006/10/09 19:47:14 tegge Exp $ */ /* diff --git a/sys/fs/portalfs/portal_vnops.c b/sys/fs/portalfs/portal_vnops.c index 680d1fb6d15d..b9f0a3c009f4 100644 --- a/sys/fs/portalfs/portal_vnops.c +++ b/sys/fs/portalfs/portal_vnops.c @@ -31,7 +31,7 @@ * * @(#)portal_vnops.c 8.14 (Berkeley) 5/21/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/portalfs/portal_vnops.c,v 1.70 2005/03/28 09:33:52 jeff Exp $ */ /* diff --git a/sys/fs/procfs/README b/sys/fs/procfs/README index f816b321b432..e7a941f288cd 100644 --- a/sys/fs/procfs/README +++ b/sys/fs/procfs/README @@ -110,4 +110,4 @@ the debugger, the debugger should fork and the child should stop itself "attach". as before, the child will hit a breakpoint on the first instruction in any newly exec'd image. -$FreeBSD$ +$FreeBSD: src/sys/fs/procfs/README,v 1.4 1999/08/28 00:46:53 peter Exp $ diff --git a/sys/fs/procfs/procfs.c b/sys/fs/procfs/procfs.c index 90d8975a23ba..aa285e6af95b 100644 --- a/sys/fs/procfs/procfs.c +++ b/sys/fs/procfs/procfs.c @@ -37,7 +37,7 @@ * * @(#)procfs_vfsops.c 8.7 (Berkeley) 5/10/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs.c,v 1.12.2.1 2006/06/14 21:20:39 ghelmer Exp $ */ #include <sys/param.h> diff --git a/sys/fs/procfs/procfs.h b/sys/fs/procfs/procfs.h index 48d4bca84b48..4f23f3fefbb7 100644 --- a/sys/fs/procfs/procfs.h +++ b/sys/fs/procfs/procfs.h @@ -33,7 +33,7 @@ * @(#)procfs.h 8.9 (Berkeley) 5/14/95 * * From: - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs.h,v 1.47 2005/01/06 18:10:40 imp Exp $ */ #ifdef _KERNEL diff --git a/sys/fs/procfs/procfs_ctl.c b/sys/fs/procfs/procfs_ctl.c index 86ed23ba7e0d..e451d9cd0677 100644 --- a/sys/fs/procfs/procfs_ctl.c +++ b/sys/fs/procfs/procfs_ctl.c @@ -34,7 +34,7 @@ * * From: * $Id: procfs_ctl.c,v 1.51 2003/12/07 17:40:00 des Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_ctl.c,v 1.53.2.1 2006/03/01 20:52:10 jhb Exp $ */ #include <sys/param.h> diff --git a/sys/fs/procfs/procfs_dbregs.c b/sys/fs/procfs/procfs_dbregs.c index c30f231c67a9..913b2a470e05 100644 --- a/sys/fs/procfs/procfs_dbregs.c +++ b/sys/fs/procfs/procfs_dbregs.c @@ -40,7 +40,7 @@ * * From: * $Id: procfs_regs.c,v 3.2 1993/12/15 09:40:17 jsp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_dbregs.c,v 1.26 2005/06/30 07:49:21 peter Exp $ */ #include "opt_compat.h" diff --git a/sys/fs/procfs/procfs_fpregs.c b/sys/fs/procfs/procfs_fpregs.c index cb9797b0081e..31914529c717 100644 --- a/sys/fs/procfs/procfs_fpregs.c +++ b/sys/fs/procfs/procfs_fpregs.c @@ -34,7 +34,7 @@ * * From: * $Id: procfs_regs.c,v 3.2 1993/12/15 09:40:17 jsp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_fpregs.c,v 1.32 2005/06/30 07:49:21 peter Exp $ */ #include "opt_compat.h" diff --git a/sys/fs/procfs/procfs_ioctl.c b/sys/fs/procfs/procfs_ioctl.c index 8d5648f29a98..674828268b62 100644 --- a/sys/fs/procfs/procfs_ioctl.c +++ b/sys/fs/procfs/procfs_ioctl.c @@ -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/fs/procfs/procfs_ioctl.c,v 1.12.2.1 2006/10/04 06:09:10 ru Exp $ */ #include "opt_compat.h" diff --git a/sys/fs/procfs/procfs_map.c b/sys/fs/procfs/procfs_map.c index b98d207ad386..920cb683d7c7 100644 --- a/sys/fs/procfs/procfs_map.c +++ b/sys/fs/procfs/procfs_map.c @@ -32,7 +32,7 @@ * * @(#)procfs_status.c 8.3 (Berkeley) 2/17/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_map.c,v 1.38 2005/06/30 07:49:21 peter Exp $ */ #include "opt_compat.h" diff --git a/sys/fs/procfs/procfs_mem.c b/sys/fs/procfs/procfs_mem.c index d4a789635b01..f4304a9e46f6 100644 --- a/sys/fs/procfs/procfs_mem.c +++ b/sys/fs/procfs/procfs_mem.c @@ -33,7 +33,7 @@ * * @(#)procfs_mem.c 8.5 (Berkeley) 6/15/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_mem.c,v 1.60 2005/01/06 18:10:40 imp Exp $ */ #include <sys/param.h> diff --git a/sys/fs/procfs/procfs_note.c b/sys/fs/procfs/procfs_note.c index 16c917e78795..2ad11287b0a9 100644 --- a/sys/fs/procfs/procfs_note.c +++ b/sys/fs/procfs/procfs_note.c @@ -32,7 +32,7 @@ * * @(#)procfs_note.c 8.2 (Berkeley) 1/21/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_note.c,v 1.9 2004/04/07 20:46:02 imp Exp $ */ #include <sys/param.h> diff --git a/sys/fs/procfs/procfs_regs.c b/sys/fs/procfs/procfs_regs.c index cba2b7bc14a4..a9d08d6e3e39 100644 --- a/sys/fs/procfs/procfs_regs.c +++ b/sys/fs/procfs/procfs_regs.c @@ -34,7 +34,7 @@ * * From: * $Id: procfs_regs.c,v 3.2 1993/12/15 09:40:17 jsp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_regs.c,v 1.31 2005/06/30 07:49:21 peter Exp $ */ #include "opt_compat.h" diff --git a/sys/fs/procfs/procfs_rlimit.c b/sys/fs/procfs/procfs_rlimit.c index 3885f566f6ea..ae6c87a32baa 100644 --- a/sys/fs/procfs/procfs_rlimit.c +++ b/sys/fs/procfs/procfs_rlimit.c @@ -36,7 +36,7 @@ * * @(#)procfs_status.c 8.4 (Berkeley) 6/15/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_rlimit.c,v 1.10 2005/01/06 18:10:40 imp Exp $ */ /* diff --git a/sys/fs/procfs/procfs_status.c b/sys/fs/procfs/procfs_status.c index 1579037166b2..d5e8708f2bdf 100644 --- a/sys/fs/procfs/procfs_status.c +++ b/sys/fs/procfs/procfs_status.c @@ -34,7 +34,7 @@ * * From: * $Id: procfs_status.c,v 3.1 1993/12/15 09:40:17 jsp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_status.c,v 1.56 2005/03/15 11:05:11 phk Exp $ */ #include <sys/param.h> diff --git a/sys/fs/procfs/procfs_type.c b/sys/fs/procfs/procfs_type.c index c19bf9d9c7c0..0826d1f7ac16 100644 --- a/sys/fs/procfs/procfs_type.c +++ b/sys/fs/procfs/procfs_type.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/procfs/procfs_type.c,v 1.12 2005/01/06 18:10:40 imp Exp $ */ #include <sys/param.h> diff --git a/sys/fs/pseudofs/pseudofs.c b/sys/fs/pseudofs/pseudofs.c index 1fe0371711ee..dca2e4f2467f 100644 --- a/sys/fs/pseudofs/pseudofs.c +++ b/sys/fs/pseudofs/pseudofs.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/pseudofs/pseudofs.c,v 1.26 2005/03/24 07:36:15 jeff Exp $"); #include "opt_pseudofs.h" diff --git a/sys/fs/pseudofs/pseudofs.h b/sys/fs/pseudofs/pseudofs.h index 8eaa13735d31..e9e54599d985 100644 --- a/sys/fs/pseudofs/pseudofs.h +++ b/sys/fs/pseudofs/pseudofs.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/fs/pseudofs/pseudofs.h,v 1.30 2005/03/24 07:36:15 jeff Exp $ */ #ifndef _PSEUDOFS_H_INCLUDED diff --git a/sys/fs/pseudofs/pseudofs_fileno.c b/sys/fs/pseudofs/pseudofs_fileno.c index 9ddca9dae7a1..c26d856417d4 100644 --- a/sys/fs/pseudofs/pseudofs_fileno.c +++ b/sys/fs/pseudofs/pseudofs_fileno.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/pseudofs/pseudofs_fileno.c,v 1.12 2005/03/19 08:22:36 phk Exp $"); #include "opt_pseudofs.h" diff --git a/sys/fs/pseudofs/pseudofs_internal.h b/sys/fs/pseudofs/pseudofs_internal.h index 7cbc86d2d3ae..d11cd21c0704 100644 --- a/sys/fs/pseudofs/pseudofs_internal.h +++ b/sys/fs/pseudofs/pseudofs_internal.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/fs/pseudofs/pseudofs_internal.h,v 1.4 2005/03/19 08:22:36 phk Exp $ */ #ifndef _PSEUDOFS_INTERNAL_H_INCLUDED diff --git a/sys/fs/pseudofs/pseudofs_vncache.c b/sys/fs/pseudofs/pseudofs_vncache.c index 4ce29af704d5..4e61c69aa7ae 100644 --- a/sys/fs/pseudofs/pseudofs_vncache.c +++ b/sys/fs/pseudofs/pseudofs_vncache.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/pseudofs/pseudofs_vncache.c,v 1.32 2005/07/07 07:33:10 jeff Exp $"); #include "opt_pseudofs.h" diff --git a/sys/fs/pseudofs/pseudofs_vnops.c b/sys/fs/pseudofs/pseudofs_vnops.c index 347513fc19dc..4236ee85d9ef 100644 --- a/sys/fs/pseudofs/pseudofs_vnops.c +++ b/sys/fs/pseudofs/pseudofs_vnops.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/pseudofs/pseudofs_vnops.c,v 1.56.2.4 2006/07/08 14:06:55 netchild Exp $"); #include "opt_pseudofs.h" diff --git a/sys/fs/smbfs/smbfs.h b/sys/fs/smbfs/smbfs.h index 59693e3cd602..fcd5e78cc0f5 100644 --- a/sys/fs/smbfs/smbfs.h +++ b/sys/fs/smbfs/smbfs.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs.h,v 1.12 2005/01/14 08:52:55 phk Exp $ */ #ifndef _SMBFS_SMBFS_H_ #define _SMBFS_SMBFS_H_ diff --git a/sys/fs/smbfs/smbfs_io.c b/sys/fs/smbfs/smbfs_io.c index a5161945c923..78d4243690ac 100644 --- a/sys/fs/smbfs/smbfs_io.c +++ b/sys/fs/smbfs/smbfs_io.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs_io.c,v 1.33 2005/03/13 12:18:24 jeff Exp $ * */ #include <sys/param.h> diff --git a/sys/fs/smbfs/smbfs_node.c b/sys/fs/smbfs/smbfs_node.c index 7d57ebe8a016..18ef0cc1634e 100644 --- a/sys/fs/smbfs/smbfs_node.c +++ b/sys/fs/smbfs/smbfs_node.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs_node.c,v 1.28.2.1 2006/03/12 21:50:01 scottl Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/smbfs/smbfs_node.h b/sys/fs/smbfs/smbfs_node.h index 4e923936adbb..76dd51059351 100644 --- a/sys/fs/smbfs/smbfs_node.h +++ b/sys/fs/smbfs/smbfs_node.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs_node.h,v 1.7 2005/01/06 18:10:41 imp Exp $ */ #ifndef _FS_SMBFS_NODE_H_ #define _FS_SMBFS_NODE_H_ diff --git a/sys/fs/smbfs/smbfs_smb.c b/sys/fs/smbfs/smbfs_smb.c index f45d2ace476f..1eb9e05a72c6 100644 --- a/sys/fs/smbfs/smbfs_smb.c +++ b/sys/fs/smbfs/smbfs_smb.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs_smb.c,v 1.15 2005/05/04 15:05:46 takawata Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/smbfs/smbfs_subr.c b/sys/fs/smbfs/smbfs_subr.c index a91cc799a00a..ff51f5cd35b4 100644 --- a/sys/fs/smbfs/smbfs_subr.c +++ b/sys/fs/smbfs/smbfs_subr.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs_subr.c,v 1.8 2005/05/06 20:47:09 anholt Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/smbfs/smbfs_subr.h b/sys/fs/smbfs/smbfs_subr.h index a72b9e657a5f..c9916278ad4a 100644 --- a/sys/fs/smbfs/smbfs_subr.h +++ b/sys/fs/smbfs/smbfs_subr.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs_subr.h,v 1.6 2005/05/04 15:05:46 takawata Exp $ */ #ifndef _FS_SMBFS_SMBFS_SUBR_H_ #define _FS_SMBFS_SMBFS_SUBR_H_ diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c index 804d5900dab0..85bad864a999 100644 --- a/sys/fs/smbfs/smbfs_vfsops.c +++ b/sys/fs/smbfs/smbfs_vfsops.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs_vfsops.c,v 1.34.2.2 2006/10/09 19:47:15 tegge Exp $ */ #include <sys/param.h> diff --git a/sys/fs/smbfs/smbfs_vnops.c b/sys/fs/smbfs/smbfs_vnops.c index fdbfc15b20ce..d30d7dc9f79e 100644 --- a/sys/fs/smbfs/smbfs_vnops.c +++ b/sys/fs/smbfs/smbfs_vnops.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/smbfs/smbfs_vnops.c,v 1.61.2.2 2006/05/31 22:31:21 cperciva Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/fs/udf/ecma167-udf.h b/sys/fs/udf/ecma167-udf.h index bd78da4b7971..057cfa542a7a 100644 --- a/sys/fs/udf/ecma167-udf.h +++ b/sys/fs/udf/ecma167-udf.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/fs/udf/ecma167-udf.h,v 1.5 2005/04/14 14:40:09 brueffer Exp $ */ /* ecma167-udf.h */ diff --git a/sys/fs/udf/osta.c b/sys/fs/udf/osta.c index 81c72862d45f..8780edc2ec34 100644 --- a/sys/fs/udf/osta.c +++ b/sys/fs/udf/osta.c @@ -3,7 +3,7 @@ * each code segment. Slight whitespace modifications have been made for * formatting purposes. Typos/bugs have been fixed. * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/udf/osta.c,v 1.4 2005/01/06 18:10:41 imp Exp $ */ #include <fs/udf/osta.h> diff --git a/sys/fs/udf/osta.h b/sys/fs/udf/osta.h index a5e3b8625a14..26c6cf095b4d 100644 --- a/sys/fs/udf/osta.h +++ b/sys/fs/udf/osta.h @@ -1,7 +1,7 @@ /* * Prototypes for the OSTA functions * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/udf/osta.h,v 1.2 2003/11/05 06:55:23 scottl Exp $ */ #ifndef UNIX diff --git a/sys/fs/udf/udf.h b/sys/fs/udf/udf.h index a43f0cd68901..643e960b38f6 100644 --- a/sys/fs/udf/udf.h +++ b/sys/fs/udf/udf.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/fs/udf/udf.h,v 1.13 2005/03/16 08:09:52 phk Exp $ */ #define UDF_HASHTBLSIZE 100 diff --git a/sys/fs/udf/udf_iconv.c b/sys/fs/udf/udf_iconv.c index 934516986c85..812baef2a6f9 100644 --- a/sys/fs/udf/udf_iconv.c +++ b/sys/fs/udf/udf_iconv.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/fs/udf/udf_iconv.c,v 1.1 2003/11/05 06:56:08 scottl Exp $"); #include <sys/param.h> #include <sys/iconv.h> diff --git a/sys/fs/udf/udf_mount.h b/sys/fs/udf/udf_mount.h index 1c34694c3d4c..a04888144a68 100644 --- a/sys/fs/udf/udf_mount.h +++ b/sys/fs/udf/udf_mount.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/fs/udf/udf_mount.h,v 1.3 2003/11/05 06:56:08 scottl Exp $ */ #define UDFMNT_KICONV 0x00000001 diff --git a/sys/fs/udf/udf_vfsops.c b/sys/fs/udf/udf_vfsops.c index 1f1f12bba740..e2cb6a790f6d 100644 --- a/sys/fs/udf/udf_vfsops.c +++ b/sys/fs/udf/udf_vfsops.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/fs/udf/udf_vfsops.c,v 1.33.2.4 2006/10/09 19:47:15 tegge Exp $ */ /* udf_vfsops.c */ diff --git a/sys/fs/udf/udf_vnops.c b/sys/fs/udf/udf_vnops.c index f76d542b010b..9a14a5dc279b 100644 --- a/sys/fs/udf/udf_vnops.c +++ b/sys/fs/udf/udf_vnops.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/fs/udf/udf_vnops.c,v 1.58.2.1 2006/03/12 21:50:02 scottl Exp $ */ /* udf_vnops.c */ diff --git a/sys/fs/umapfs/umap.h b/sys/fs/umapfs/umap.h index d32b42860eb1..aa1d4855639e 100644 --- a/sys/fs/umapfs/umap.h +++ b/sys/fs/umapfs/umap.h @@ -31,7 +31,7 @@ * * @(#)umap.h 8.4 (Berkeley) 8/20/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/umapfs/umap.h,v 1.19 2005/01/06 18:10:41 imp Exp $ */ #define MAPFILEENTRIES 64 diff --git a/sys/fs/umapfs/umap_subr.c b/sys/fs/umapfs/umap_subr.c index 90f19d975911..c03bfca9ce1a 100644 --- a/sys/fs/umapfs/umap_subr.c +++ b/sys/fs/umapfs/umap_subr.c @@ -31,7 +31,7 @@ * * @(#)umap_subr.c 8.9 (Berkeley) 5/14/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/umapfs/umap_subr.c,v 1.34 2005/01/06 18:10:41 imp Exp $ */ #include <sys/param.h> diff --git a/sys/fs/umapfs/umap_vfsops.c b/sys/fs/umapfs/umap_vfsops.c index 494a7f865383..34354f568edd 100644 --- a/sys/fs/umapfs/umap_vfsops.c +++ b/sys/fs/umapfs/umap_vfsops.c @@ -31,7 +31,7 @@ * * @(#)umap_vfsops.c 8.8 (Berkeley) 5/14/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/fs/umapfs/umap_vfsops.c,v 1.63.2.1 2006/10/09 19:47:15 tegge Exp $ */ /* diff --git a/sys/fs/umapfs/umap_vnops.c b/sys/fs/umapfs/umap_vnops.c index 92a3bc480612..39055e22a6f4 100644 --- a/sys/fs/umapfs/umap_vnops.c +++ b/sys/fs/umapfs/umap_vnops.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)umap_vnops.c 8.6 (Berkeley) 5/22/95 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/umapfs/umap_vnops.c,v 1.47 2005/03/13 12:18:25 jeff Exp $ */ /* diff --git a/sys/fs/unionfs/union.h b/sys/fs/unionfs/union.h index ff3db84a39ff..392ef7e3a2e1 100644 --- a/sys/fs/unionfs/union.h +++ b/sys/fs/unionfs/union.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)union.h 8.9 (Berkeley) 12/10/94 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/unionfs/union.h,v 1.31 2005/01/06 18:10:42 imp Exp $ */ #define UNMNT_ABOVE 0x0001 /* Target appears above mount point */ diff --git a/sys/fs/unionfs/union_subr.c b/sys/fs/unionfs/union_subr.c index 6c6351903264..532633458035 100644 --- a/sys/fs/unionfs/union_subr.c +++ b/sys/fs/unionfs/union_subr.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)union_subr.c 8.20 (Berkeley) 5/20/95 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/unionfs/union_subr.c,v 1.86 2005/04/27 09:06:06 jeff Exp $ */ #include <sys/param.h> diff --git a/sys/fs/unionfs/union_vfsops.c b/sys/fs/unionfs/union_vfsops.c index 1e323217e46f..12bbf0baa005 100644 --- a/sys/fs/unionfs/union_vfsops.c +++ b/sys/fs/unionfs/union_vfsops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)union_vfsops.c 8.20 (Berkeley) 5/20/95 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/unionfs/union_vfsops.c,v 1.76.2.1 2006/10/09 19:47:15 tegge Exp $ */ /* diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c index 037923576d4c..9a8c6f5a22ac 100644 --- a/sys/fs/unionfs/union_vnops.c +++ b/sys/fs/unionfs/union_vnops.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)union_vnops.c 8.32 (Berkeley) 6/23/95 - * $FreeBSD$ + * $FreeBSD: src/sys/fs/unionfs/union_vnops.c,v 1.132 2005/05/03 11:05:33 jeff Exp $ */ #include <sys/param.h> diff --git a/sys/gdb/gdb.h b/sys/gdb/gdb.h index 6fd75583b4c0..b2fd7676c0e1 100644 --- a/sys/gdb/gdb.h +++ b/sys/gdb/gdb.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/gdb/gdb.h,v 1.2 2005/01/06 18:27:29 imp Exp $ */ #ifndef _GDB_GDB_H_ diff --git a/sys/gdb/gdb_int.h b/sys/gdb/gdb_int.h index c9e1bdcb117e..fcb770e0b96c 100644 --- a/sys/gdb/gdb_int.h +++ b/sys/gdb/gdb_int.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/gdb/gdb_int.h,v 1.2 2005/01/06 18:27:29 imp Exp $ */ #ifndef _GDB_GDB_INT_H_ diff --git a/sys/gdb/gdb_main.c b/sys/gdb/gdb_main.c index 9e361c811046..9f3d1db6e0bf 100644 --- a/sys/gdb/gdb_main.c +++ b/sys/gdb/gdb_main.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/gdb/gdb_main.c,v 1.5 2005/03/28 18:31:18 sam Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/gdb/gdb_packet.c b/sys/gdb/gdb_packet.c index a4bbe24ee817..304e0af25cda 100644 --- a/sys/gdb/gdb_packet.c +++ b/sys/gdb/gdb_packet.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/gdb/gdb_packet.c,v 1.2 2005/01/06 18:27:29 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/bde/g_bde.c b/sys/geom/bde/g_bde.c index 90aaf7a44b83..662c7467f8b1 100644 --- a/sys/geom/bde/g_bde.c +++ b/sys/geom/bde/g_bde.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde.c,v 1.29 2005/03/11 15:42:51 ume Exp $ * */ diff --git a/sys/geom/bde/g_bde.h b/sys/geom/bde/g_bde.h index 9332c6b27061..efd3d9fce658 100644 --- a/sys/geom/bde/g_bde.h +++ b/sys/geom/bde/g_bde.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde.h,v 1.6 2003/10/07 09:28:07 phk Exp $ */ #ifndef _SYS_GEOM_BDE_G_BDE_H_ diff --git a/sys/geom/bde/g_bde_crypt.c b/sys/geom/bde/g_bde_crypt.c index c5de0b932394..319d154a0ece 100644 --- a/sys/geom/bde/g_bde_crypt.c +++ b/sys/geom/bde/g_bde_crypt.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde_crypt.c,v 1.22.2.1 2005/10/09 03:30:30 delphij Exp $ */ /* This source file contains the functions responsible for the crypto, keying * and mapping operations on the I/O requests. diff --git a/sys/geom/bde/g_bde_lock.c b/sys/geom/bde/g_bde_lock.c index 855987e52947..ba3686e86153 100644 --- a/sys/geom/bde/g_bde_lock.c +++ b/sys/geom/bde/g_bde_lock.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde_lock.c,v 1.16.2.1 2005/12/29 05:34:46 sobomax Exp $ */ /* This souce file contains routines which operates on the lock sectors, both * for the kernel and the userland program gbde(1). diff --git a/sys/geom/bde/g_bde_work.c b/sys/geom/bde/g_bde_work.c index e0e58ca591f3..e3756ecf54e1 100644 --- a/sys/geom/bde/g_bde_work.c +++ b/sys/geom/bde/g_bde_work.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/bde/g_bde_work.c,v 1.26 2005/03/11 15:42:51 ume Exp $ */ /* * This source file contains the state-engine which makes things happen in the diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c index 8838e1aca7e6..1ef3d1519e9c 100644 --- a/sys/geom/concat/g_concat.c +++ b/sys/geom/concat/g_concat.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/concat/g_concat.c,v 1.24.2.2 2006/03/01 17:55:29 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h index def0a9813a22..6267d9a23f9f 100644 --- a/sys/geom/concat/g_concat.h +++ b/sys/geom/concat/g_concat.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/geom/concat/g_concat.h,v 1.11.2.1 2006/03/01 17:55:29 pjd Exp $ */ #ifndef _G_CONCAT_H_ diff --git a/sys/geom/eli/g_eli.c b/sys/geom/eli/g_eli.c index c5587202c3da..18a5f1cd36e8 100644 --- a/sys/geom/eli/g_eli.c +++ b/sys/geom/eli/g_eli.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli.c,v 1.3.2.12.2.1 2006/12/02 08:52:40 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/eli/g_eli.h b/sys/geom/eli/g_eli.h index 5460eea0ef80..07a69453be0d 100644 --- a/sys/geom/eli/g_eli.h +++ b/sys/geom/eli/g_eli.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/geom/eli/g_eli.h,v 1.1.2.7 2006/09/19 11:40:36 pjd Exp $ */ #ifndef _G_ELI_H_ diff --git a/sys/geom/eli/g_eli_crypto.c b/sys/geom/eli/g_eli_crypto.c index 817ff72c5d62..7c752adaf0b3 100644 --- a/sys/geom/eli/g_eli_crypto.c +++ b/sys/geom/eli/g_eli_crypto.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_crypto.c,v 1.1.2.3 2006/05/10 07:22:36 pjd Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/geom/eli/g_eli_ctl.c b/sys/geom/eli/g_eli_ctl.c index a788ba2ec773..e391e95e282d 100644 --- a/sys/geom/eli/g_eli_ctl.c +++ b/sys/geom/eli/g_eli_ctl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_ctl.c,v 1.1.2.6 2006/09/19 11:40:36 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/eli/g_eli_integrity.c b/sys/geom/eli/g_eli_integrity.c index b9a3f31359ad..76b71ec18c55 100644 --- a/sys/geom/eli/g_eli_integrity.c +++ b/sys/geom/eli/g_eli_integrity.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_integrity.c,v 1.4.2.1 2006/09/04 15:26:05 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/eli/g_eli_key.c b/sys/geom/eli/g_eli_key.c index 3f7be95752c2..fd88a39da239 100644 --- a/sys/geom/eli/g_eli_key.c +++ b/sys/geom/eli/g_eli_key.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_key.c,v 1.1.2.3 2006/09/04 15:26:05 pjd Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/geom/eli/g_eli_privacy.c b/sys/geom/eli/g_eli_privacy.c index 94cc4fca5647..82bb05a9f0e1 100644 --- a/sys/geom/eli/g_eli_privacy.c +++ b/sys/geom/eli/g_eli_privacy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/g_eli_privacy.c,v 1.1.2.1 2006/09/04 15:26:05 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/eli/pkcs5v2.c b/sys/geom/eli/pkcs5v2.c index 05677c1b76f1..a83fb0282d43 100644 --- a/sys/geom/eli/pkcs5v2.c +++ b/sys/geom/eli/pkcs5v2.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/eli/pkcs5v2.c,v 1.1.2.2 2006/03/01 17:52:15 pjd Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/geom/eli/pkcs5v2.h b/sys/geom/eli/pkcs5v2.h index 154616972e61..e1aa194cb162 100644 --- a/sys/geom/eli/pkcs5v2.h +++ b/sys/geom/eli/pkcs5v2.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/geom/eli/pkcs5v2.h,v 1.1.2.2 2006/03/01 17:52:15 pjd Exp $ */ #ifndef _PKCS5V2_H_ diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c index 3737ee058689..6c4f388e1b2c 100644 --- a/sys/geom/gate/g_gate.c +++ b/sys/geom/gate/g_gate.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/gate/g_gate.c,v 1.21.2.2 2006/09/08 10:22:41 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/gate/g_gate.h b/sys/geom/gate/g_gate.h index cd2564d937b2..5e59b4837fbc 100644 --- a/sys/geom/gate/g_gate.h +++ b/sys/geom/gate/g_gate.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/geom/gate/g_gate.h,v 1.7.2.2 2006/09/08 10:22:41 pjd Exp $ */ #ifndef _G_GATE_H_ diff --git a/sys/geom/geom.h b/sys/geom/geom.h index f6e3adf21336..c9bc44e86285 100644 --- a/sys/geom/geom.h +++ b/sys/geom/geom.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom.h,v 1.90.2.3 2006/09/19 11:44:16 pjd Exp $ */ #ifndef _GEOM_GEOM_H_ diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c index 50b85e6e58e3..1274377be6fa 100644 --- a/sys/geom/geom_aes.c +++ b/sys/geom/geom_aes.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_aes.c,v 1.28.2.1 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_apple.c b/sys/geom/geom_apple.c index cfb53e89d8bc..ab02131490ba 100644 --- a/sys/geom/geom_apple.c +++ b/sys/geom/geom_apple.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_apple.c,v 1.16.8.1 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c index b7402cf6a817..2aee39d1788d 100644 --- a/sys/geom/geom_bsd.c +++ b/sys/geom/geom_bsd.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_bsd.c,v 1.73.2.2 2006/03/23 22:40:28 sobomax Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/geom_bsd_enc.c b/sys/geom/geom_bsd_enc.c index a526cac48719..c2b800b808d2 100644 --- a/sys/geom/geom_bsd_enc.c +++ b/sys/geom/geom_bsd_enc.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_bsd_enc.c,v 1.6 2005/01/06 18:27:29 imp Exp $"); #include <sys/types.h> #include <sys/endian.h> diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c index bfa125dc0d0b..49a87a72c6f8 100644 --- a/sys/geom/geom_ccd.c +++ b/sys/geom/geom_ccd.c @@ -50,7 +50,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_ccd.c,v 1.153 2005/01/06 18:27:29 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_ctl.c b/sys/geom/geom_ctl.c index a60e4cd80bd9..794fba28b8aa 100644 --- a/sys/geom/geom_ctl.c +++ b/sys/geom/geom_ctl.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_ctl.c,v 1.35 2005/04/08 09:28:08 pjd Exp $"); #include "opt_geom.h" diff --git a/sys/geom/geom_ctl.h b/sys/geom/geom_ctl.h index fd68bdaa428a..32221cddbf0e 100644 --- a/sys/geom/geom_ctl.h +++ b/sys/geom/geom_ctl.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/geom/geom_ctl.h,v 1.5 2003/06/01 13:47:51 phk Exp $ */ #ifndef _GEOM_GEOM_CTL_H_ diff --git a/sys/geom/geom_dev.c b/sys/geom/geom_dev.c index 7b15559680fd..4cdf7acfa6df 100644 --- a/sys/geom/geom_dev.c +++ b/sys/geom/geom_dev.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_dev.c,v 1.89.2.1 2006/07/12 18:51:51 simon Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index 2001632387a2..da50f5f8a362 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_disk.c,v 1.96.2.1 2005/11/26 22:55:20 jdp Exp $"); #include "opt_geom.h" diff --git a/sys/geom/geom_disk.h b/sys/geom/geom_disk.h index 23719bf1288b..01df73dbf213 100644 --- a/sys/geom/geom_disk.h +++ b/sys/geom/geom_disk.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_disk.h,v 1.4.2.1 2005/11/26 22:55:20 jdp Exp $ */ #ifndef _GEOM_GEOM_DISK_H_ diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c index fd7001f65787..283ba5f23974 100644 --- a/sys/geom/geom_dump.c +++ b/sys/geom/geom_dump.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_dump.c,v 1.31 2004/03/10 08:49:08 phk Exp $"); #include <sys/param.h> #include <sys/sbuf.h> diff --git a/sys/geom/geom_event.c b/sys/geom/geom_event.c index 5288e327eefb..cad78935de2c 100644 --- a/sys/geom/geom_event.c +++ b/sys/geom/geom_event.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_event.c,v 1.53.2.2 2006/09/19 11:07:59 pjd Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/geom/geom_fox.c b/sys/geom/geom_fox.c index d943d859340c..6060a78d4cf4 100644 --- a/sys/geom/geom_fox.c +++ b/sys/geom/geom_fox.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/geom/geom_fox.c,v 1.9.2.1 2005/12/29 05:59:51 sobomax Exp $ */ /* This is a GEOM module for handling path selection for multi-path diff --git a/sys/geom/geom_gpt.c b/sys/geom/geom_gpt.c index ad6e5d41dcc8..c9620f858617 100644 --- a/sys/geom/geom_gpt.c +++ b/sys/geom/geom_gpt.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_gpt.c,v 1.32.2.2 2006/06/11 20:02:58 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_int.h b/sys/geom/geom_int.h index cb69df3183ed..50f3a2ab5b25 100644 --- a/sys/geom/geom_int.h +++ b/sys/geom/geom_int.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_int.h,v 1.29 2004/10/25 12:28:28 phk Exp $ */ LIST_HEAD(class_list_head, g_class); diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index 89847a6113c5..ed50968e25c8 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_io.c,v 1.64.2.3 2006/09/03 16:28:40 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c index 1308799f2ab3..a8c805f58c54 100644 --- a/sys/geom/geom_kern.c +++ b/sys/geom/geom_kern.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_kern.c,v 1.39 2005/04/19 06:23:58 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_mbr.c b/sys/geom/geom_mbr.c index 6b034ba833b5..a6007679a8ec 100644 --- a/sys/geom/geom_mbr.c +++ b/sys/geom/geom_mbr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_mbr.c,v 1.65.2.2 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/geom/geom_mbr_enc.c b/sys/geom/geom_mbr_enc.c index e3e3977582b4..07f14e5d772b 100644 --- a/sys/geom/geom_mbr_enc.c +++ b/sys/geom/geom_mbr_enc.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_mbr_enc.c,v 1.3 2005/01/06 18:27:29 imp Exp $"); #include <sys/types.h> #include <sys/diskmbr.h> diff --git a/sys/geom/geom_pc98.c b/sys/geom/geom_pc98.c index 4f89958dfc58..c9ad37583494 100644 --- a/sys/geom/geom_pc98.c +++ b/sys/geom/geom_pc98.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_pc98.c,v 1.53.2.2 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/geom_pc98_enc.c b/sys/geom/geom_pc98_enc.c index cf0f7f3fe7bc..6e2fe2a28621 100644 --- a/sys/geom/geom_pc98_enc.c +++ b/sys/geom/geom_pc98_enc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_pc98_enc.c,v 1.3 2005/05/01 09:44:50 nyan Exp $"); #include <sys/types.h> #include <sys/diskpc98.h> diff --git a/sys/geom/geom_slice.c b/sys/geom/geom_slice.c index 97b58f5e7f2a..fb461837ee4d 100644 --- a/sys/geom/geom_slice.c +++ b/sys/geom/geom_slice.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_slice.c,v 1.57.2.2 2006/03/01 17:57:11 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_slice.h b/sys/geom/geom_slice.h index cb7fbab2de5b..a547f709db6e 100644 --- a/sys/geom/geom_slice.h +++ b/sys/geom/geom_slice.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/geom/geom_slice.h,v 1.17.10.1 2006/03/01 17:57:11 pjd Exp $ */ #ifndef _GEOM_GEOM_SLICE_H_ diff --git a/sys/geom/geom_subr.c b/sys/geom/geom_subr.c index 8bedee9bc731..b06e98bffbdd 100644 --- a/sys/geom/geom_subr.c +++ b/sys/geom/geom_subr.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_subr.c,v 1.87.2.1 2005/11/26 22:55:20 jdp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c index e9002de7fd6a..c376e3b10512 100644 --- a/sys/geom/geom_sunlabel.c +++ b/sys/geom/geom_sunlabel.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_sunlabel.c,v 1.44.2.1 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/geom/geom_sunlabel_enc.c b/sys/geom/geom_sunlabel_enc.c index 7463e01172d8..47183ccaa9e2 100644 --- a/sys/geom/geom_sunlabel_enc.c +++ b/sys/geom/geom_sunlabel_enc.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_sunlabel_enc.c,v 1.6 2005/03/30 09:33:09 joerg Exp $"); #include <sys/types.h> #include <sys/endian.h> diff --git a/sys/geom/geom_vfs.c b/sys/geom/geom_vfs.c index f144415f3de2..366e20f599ce 100644 --- a/sys/geom/geom_vfs.c +++ b/sys/geom/geom_vfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_vfs.c,v 1.9.2.2 2006/03/13 03:05:29 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/geom_vfs.h b/sys/geom/geom_vfs.h index 806ec1ca089a..4d5f8febbb6d 100644 --- a/sys/geom/geom_vfs.h +++ b/sys/geom/geom_vfs.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/geom/geom_vfs.h,v 1.3 2005/02/10 12:10:35 phk Exp $ */ #ifndef _GEOM_GEOM_VFS_H_ diff --git a/sys/geom/geom_vol_ffs.c b/sys/geom/geom_vol_ffs.c index c21b1b6c81f5..ac66c60e5d69 100644 --- a/sys/geom/geom_vol_ffs.c +++ b/sys/geom/geom_vol_ffs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/geom_vol_ffs.c,v 1.14.2.1 2005/12/29 05:59:51 sobomax Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/geom/label/g_label.c b/sys/geom/label/g_label.c index a6685e9d12c4..425f60aa62e8 100644 --- a/sys/geom/label/g_label.c +++ b/sys/geom/label/g_label.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label.c,v 1.13.2.5 2006/09/04 12:47:19 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label.h b/sys/geom/label/g_label.h index e2d7a5e053e1..41875be99bcf 100644 --- a/sys/geom/label/g_label.h +++ b/sys/geom/label/g_label.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/geom/label/g_label.h,v 1.4.2.3 2006/03/01 17:53:57 pjd Exp $ */ #ifndef _G_LABEL_H_ diff --git a/sys/geom/label/g_label_ext2fs.c b/sys/geom/label/g_label_ext2fs.c index 379785f54558..5f3d4270383f 100644 --- a/sys/geom/label/g_label_ext2fs.c +++ b/sys/geom/label/g_label_ext2fs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_ext2fs.c,v 1.1.2.2 2005/08/30 15:18:54 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_iso9660.c b/sys/geom/label/g_label_iso9660.c index 7d29bcd864d9..1e175d5cf175 100644 --- a/sys/geom/label/g_label_iso9660.c +++ b/sys/geom/label/g_label_iso9660.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_iso9660.c,v 1.1.8.3 2006/03/01 17:53:57 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_msdosfs.c b/sys/geom/label/g_label_msdosfs.c index 5e40bd931157..2a9a937b76d9 100644 --- a/sys/geom/label/g_label_msdosfs.c +++ b/sys/geom/label/g_label_msdosfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_msdosfs.c,v 1.1.8.2 2006/03/01 17:53:57 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_ntfs.c b/sys/geom/label/g_label_ntfs.c index 4781d7debbef..416eddb05123 100644 --- a/sys/geom/label/g_label_ntfs.c +++ b/sys/geom/label/g_label_ntfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_ntfs.c,v 1.5.2.2 2006/01/17 08:59:55 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_reiserfs.c b/sys/geom/label/g_label_reiserfs.c index c2bee7165c45..18c3e5daac91 100644 --- a/sys/geom/label/g_label_reiserfs.c +++ b/sys/geom/label/g_label_reiserfs.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_reiserfs.c,v 1.1.2.2 2005/08/30 15:18:54 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/label/g_label_ufs.c b/sys/geom/label/g_label_ufs.c index a1801d5e8def..9724c635926f 100644 --- a/sys/geom/label/g_label_ufs.c +++ b/sys/geom/label/g_label_ufs.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/label/g_label_ufs.c,v 1.3.2.4 2006/09/23 09:58:50 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/mirror/g_mirror.c b/sys/geom/mirror/g_mirror.c index 3d8a39478963..59d255c5ef2d 100644 --- a/sys/geom/mirror/g_mirror.c +++ b/sys/geom/mirror/g_mirror.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/mirror/g_mirror.c,v 1.66.2.10 2006/09/19 11:16:14 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/mirror/g_mirror.h b/sys/geom/mirror/g_mirror.h index a6ddc51b15b3..db84554853b1 100644 --- a/sys/geom/mirror/g_mirror.h +++ b/sys/geom/mirror/g_mirror.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/geom/mirror/g_mirror.h,v 1.17.2.2 2006/05/10 07:10:03 pjd Exp $ */ #ifndef _G_MIRROR_H_ diff --git a/sys/geom/mirror/g_mirror_ctl.c b/sys/geom/mirror/g_mirror_ctl.c index 957878209755..9a11ec01ebca 100644 --- a/sys/geom/mirror/g_mirror_ctl.c +++ b/sys/geom/mirror/g_mirror_ctl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/mirror/g_mirror_ctl.c,v 1.11.2.3 2006/07/16 15:43:52 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c index 359b0542c71d..cfa20f40bfbe 100644 --- a/sys/geom/nop/g_nop.c +++ b/sys/geom/nop/g_nop.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/nop/g_nop.c,v 1.11.2.2 2006/04/05 22:12:28 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/nop/g_nop.h b/sys/geom/nop/g_nop.h index e8df8882f236..35d9315c62d1 100644 --- a/sys/geom/nop/g_nop.h +++ b/sys/geom/nop/g_nop.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/geom/nop/g_nop.h,v 1.4.8.1 2006/01/17 09:11:30 pjd Exp $ */ #ifndef _G_NOP_H_ diff --git a/sys/geom/notes b/sys/geom/notes index 4fcacaefbc40..f160a355e57c 100644 --- a/sys/geom/notes +++ b/sys/geom/notes @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/geom/notes,v 1.5 2004/09/05 21:15:58 phk Exp $ For the lack of a better place to put them, this file will contain notes on some of the more intricate details of geom. diff --git a/sys/geom/raid3/g_raid3.c b/sys/geom/raid3/g_raid3.c index b80e5a4fe3d1..c292e64d566e 100644 --- a/sys/geom/raid3/g_raid3.c +++ b/sys/geom/raid3/g_raid3.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/raid3/g_raid3.c,v 1.40.2.16 2006/10/21 07:16:41 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/raid3/g_raid3.h b/sys/geom/raid3/g_raid3.h index 1032142f8a56..b4992d64a694 100644 --- a/sys/geom/raid3/g_raid3.h +++ b/sys/geom/raid3/g_raid3.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/geom/raid3/g_raid3.h,v 1.11.2.3 2006/05/10 07:15:37 pjd Exp $ */ #ifndef _G_RAID3_H_ diff --git a/sys/geom/raid3/g_raid3_ctl.c b/sys/geom/raid3/g_raid3_ctl.c index 7847e29e1d24..66e773fa5846 100644 --- a/sys/geom/raid3/g_raid3_ctl.c +++ b/sys/geom/raid3/g_raid3_ctl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/raid3/g_raid3_ctl.c,v 1.11.2.4 2006/09/19 11:42:42 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/shsec/g_shsec.c b/sys/geom/shsec/g_shsec.c index c2c09341029e..a9d793eabd9b 100644 --- a/sys/geom/shsec/g_shsec.c +++ b/sys/geom/shsec/g_shsec.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/shsec/g_shsec.c,v 1.3.4.1 2006/04/05 22:12:29 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/shsec/g_shsec.h b/sys/geom/shsec/g_shsec.h index 5927645f213d..c2f0c6ccb651 100644 --- a/sys/geom/shsec/g_shsec.h +++ b/sys/geom/shsec/g_shsec.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/geom/shsec/g_shsec.h,v 1.3.4.1 2006/04/05 22:12:29 pjd Exp $ */ #ifndef _G_SHSEC_H_ diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c index 4f99ba425b5e..d65fe00ad03f 100644 --- a/sys/geom/stripe/g_stripe.c +++ b/sys/geom/stripe/g_stripe.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/stripe/g_stripe.c,v 1.25.2.3 2006/04/05 22:12:29 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/geom/stripe/g_stripe.h b/sys/geom/stripe/g_stripe.h index 2720c6f77958..573817a89777 100644 --- a/sys/geom/stripe/g_stripe.h +++ b/sys/geom/stripe/g_stripe.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/geom/stripe/g_stripe.h,v 1.7.2.2 2006/04/05 22:12:29 pjd Exp $ */ #ifndef _G_STRIPE_H_ diff --git a/sys/geom/uzip/g_uzip.c b/sys/geom/uzip/g_uzip.c index f3fa2ca89ca1..f2ac4afa54e7 100644 --- a/sys/geom/uzip/g_uzip.c +++ b/sys/geom/uzip/g_uzip.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/uzip/g_uzip.c,v 1.4.2.3 2006/01/25 15:55:27 pjd Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum.c b/sys/geom/vinum/geom_vinum.c index dfb0452b56e4..040390ee7432 100644 --- a/sys/geom/vinum/geom_vinum.c +++ b/sys/geom/vinum/geom_vinum.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum.c,v 1.16.2.3 2005/12/10 14:36:17 le Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum.h b/sys/geom/vinum/geom_vinum.h index 1a31b3bfffe7..9df77253200d 100644 --- a/sys/geom/vinum/geom_vinum.h +++ b/sys/geom/vinum/geom_vinum.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/geom/vinum/geom_vinum.h,v 1.9.2.1 2005/11/26 11:06:11 le Exp $ */ #ifndef _GEOM_VINUM_H_ diff --git a/sys/geom/vinum/geom_vinum_drive.c b/sys/geom/vinum/geom_vinum_drive.c index b2841a81e454..a84e41beaaab 100644 --- a/sys/geom/vinum/geom_vinum_drive.c +++ b/sys/geom/vinum/geom_vinum_drive.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_drive.c,v 1.18.2.4 2005/12/10 14:36:17 le Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum_init.c b/sys/geom/vinum/geom_vinum_init.c index b3d744e3b00f..a575897856d6 100644 --- a/sys/geom/vinum/geom_vinum_init.c +++ b/sys/geom/vinum/geom_vinum_init.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_init.c,v 1.10.2.1 2005/10/09 04:36:44 delphij Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum_list.c b/sys/geom/vinum/geom_vinum_list.c index cb4ccfa5a45f..33f7e6006d43 100644 --- a/sys/geom/vinum/geom_vinum_list.c +++ b/sys/geom/vinum/geom_vinum_list.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_list.c,v 1.3 2005/01/06 18:27:30 imp Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_move.c b/sys/geom/vinum/geom_vinum_move.c index 6b63c350e341..704d2d005463 100644 --- a/sys/geom/vinum/geom_vinum_move.c +++ b/sys/geom/vinum/geom_vinum_move.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_move.c,v 1.2.2.1 2005/11/26 11:06:11 le Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_plex.c b/sys/geom/vinum/geom_vinum_plex.c index 6f68dd9bfd22..0469e677bb5d 100644 --- a/sys/geom/vinum/geom_vinum_plex.c +++ b/sys/geom/vinum/geom_vinum_plex.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_plex.c,v 1.15.2.1 2005/08/19 08:48:04 le Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum_raid5.c b/sys/geom/vinum/geom_vinum_raid5.c index 789db193ecbd..d35e24053af2 100644 --- a/sys/geom/vinum/geom_vinum_raid5.c +++ b/sys/geom/vinum/geom_vinum_raid5.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_raid5.c,v 1.10 2004/11/26 11:59:51 le Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/vinum/geom_vinum_raid5.h b/sys/geom/vinum/geom_vinum_raid5.h index 747307d05d80..ac50b3d14182 100644 --- a/sys/geom/vinum/geom_vinum_raid5.h +++ b/sys/geom/vinum/geom_vinum_raid5.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/geom/vinum/geom_vinum_raid5.h,v 1.6 2005/01/06 18:27:30 imp Exp $ */ #ifndef _GEOM_VINUM_RAID5_H_ diff --git a/sys/geom/vinum/geom_vinum_rename.c b/sys/geom/vinum/geom_vinum_rename.c index 3d66fce015d3..4371bcaf8e09 100644 --- a/sys/geom/vinum/geom_vinum_rename.c +++ b/sys/geom/vinum/geom_vinum_rename.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_rename.c,v 1.3.2.1 2005/11/26 11:06:11 le Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_rm.c b/sys/geom/vinum/geom_vinum_rm.c index eb188b7e6edc..062c23e44bc0 100644 --- a/sys/geom/vinum/geom_vinum_rm.c +++ b/sys/geom/vinum/geom_vinum_rm.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_rm.c,v 1.6.2.3 2005/11/26 11:06:11 le Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/geom/vinum/geom_vinum_share.c b/sys/geom/vinum/geom_vinum_share.c index 1219f0e1bb7e..3fe1d07ed698 100644 --- a/sys/geom/vinum/geom_vinum_share.c +++ b/sys/geom/vinum/geom_vinum_share.c @@ -41,7 +41,7 @@ /* This file is shared between kernel and userland. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_share.c,v 1.4 2004/11/15 12:30:59 le Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/geom/vinum/geom_vinum_share.h b/sys/geom/vinum/geom_vinum_share.h index f15f45df667c..b48952c47940 100644 --- a/sys/geom/vinum/geom_vinum_share.h +++ b/sys/geom/vinum/geom_vinum_share.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/geom/vinum/geom_vinum_share.h,v 1.2 2004/11/15 12:30:59 le Exp $ */ #ifndef _GEOM_VINUM_SHARE_H_ diff --git a/sys/geom/vinum/geom_vinum_state.c b/sys/geom/vinum/geom_vinum_state.c index 81e305a346ee..0c16c90f4403 100644 --- a/sys/geom/vinum/geom_vinum_state.c +++ b/sys/geom/vinum/geom_vinum_state.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_state.c,v 1.7 2005/01/21 18:27:23 le Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/geom/vinum/geom_vinum_subr.c b/sys/geom/vinum/geom_vinum_subr.c index ff91196e7823..35d02469fa82 100644 --- a/sys/geom/vinum/geom_vinum_subr.c +++ b/sys/geom/vinum/geom_vinum_subr.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_subr.c,v 1.13 2005/01/19 13:57:09 le Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/geom/vinum/geom_vinum_var.h b/sys/geom/vinum/geom_vinum_var.h index 3de2b44a3901..2e01a6fa9685 100644 --- a/sys/geom/vinum/geom_vinum_var.h +++ b/sys/geom/vinum/geom_vinum_var.h @@ -35,7 +35,7 @@ * 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/geom/vinum/geom_vinum_var.h,v 1.8.2.1 2005/08/19 08:48:04 le Exp $ */ #ifndef _GEOM_VINUM_VAR_H_ diff --git a/sys/geom/vinum/geom_vinum_volume.c b/sys/geom/vinum/geom_vinum_volume.c index 510d3f06ee92..7c38330a9f83 100644 --- a/sys/geom/vinum/geom_vinum_volume.c +++ b/sys/geom/vinum/geom_vinum_volume.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/vinum/geom_vinum_volume.c,v 1.8.2.2 2005/10/09 04:35:42 delphij Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/geom/zero/g_zero.c b/sys/geom/zero/g_zero.c index 638bd3250fbd..ee2146541a0a 100644 --- a/sys/geom/zero/g_zero.c +++ b/sys/geom/zero/g_zero.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/geom/zero/g_zero.c,v 1.1.2.3 2006/04/05 22:12:29 pjd Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/gnu/dev/sound/pci/csaimg.h b/sys/gnu/dev/sound/pci/csaimg.h index ba3ba14914f6..6d87f3ae834f 100755 --- a/sys/gnu/dev/sound/pci/csaimg.h +++ b/sys/gnu/dev/sound/pci/csaimg.h @@ -19,7 +19,7 @@ * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, * USA. * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/dev/sound/pci/csaimg.h,v 1.2 2005/01/06 18:27:30 imp Exp $ * ***************************************************************************/ diff --git a/sys/gnu/dev/sound/pci/emu10k1-ac97.h b/sys/gnu/dev/sound/pci/emu10k1-ac97.h index 4f4b072ed2b7..3e72827e9a34 100644 --- a/sys/gnu/dev/sound/pci/emu10k1-ac97.h +++ b/sys/gnu/dev/sound/pci/emu10k1-ac97.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/gnu/dev/sound/pci/emu10k1-ac97.h,v 1.2 2004/01/09 05:08:32 obrien Exp $ */ #ifndef _AC97_CODEC_H_ #define _AC97_CODEC_H_ diff --git a/sys/gnu/dev/sound/pci/emu10k1-alsa.h b/sys/gnu/dev/sound/pci/emu10k1-alsa.h index cd0fa1ffeabe..9433dd9e4139 100644 --- a/sys/gnu/dev/sound/pci/emu10k1-alsa.h +++ b/sys/gnu/dev/sound/pci/emu10k1-alsa.h @@ -23,7 +23,7 @@ * */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/gnu/dev/sound/pci/emu10k1-alsa.h,v 1.2 2005/01/06 18:26:37 imp Exp $ */ #ifdef __KERNEL__ diff --git a/sys/gnu/dev/sound/pci/emu10k1.h b/sys/gnu/dev/sound/pci/emu10k1.h index 95e2fa422631..138cee6b0f59 100644 --- a/sys/gnu/dev/sound/pci/emu10k1.h +++ b/sys/gnu/dev/sound/pci/emu10k1.h @@ -33,7 +33,7 @@ * * ********************************************************************** - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/dev/sound/pci/emu10k1.h,v 1.8 2005/01/06 18:27:30 imp Exp $ */ diff --git a/sys/gnu/dev/sound/pci/maestro3_dsp.h b/sys/gnu/dev/sound/pci/maestro3_dsp.h index 908abca55a8b..85fca1ad32b9 100644 --- a/sys/gnu/dev/sound/pci/maestro3_dsp.h +++ b/sys/gnu/dev/sound/pci/maestro3_dsp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/gnu/dev/sound/pci/maestro3_dsp.h,v 1.5 2005/01/06 18:27:30 imp Exp $ */ /*- * ESS Technology allegro audio driver. * diff --git a/sys/gnu/dev/sound/pci/maestro3_reg.h b/sys/gnu/dev/sound/pci/maestro3_reg.h index 2e60a1c32af8..39603a435f2c 100644 --- a/sys/gnu/dev/sound/pci/maestro3_reg.h +++ b/sys/gnu/dev/sound/pci/maestro3_reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/gnu/dev/sound/pci/maestro3_reg.h,v 1.5 2005/01/06 18:27:30 imp Exp $ */ /*- * ESS Technology allegro audio driver. * diff --git a/sys/gnu/fs/ext2fs/COPYRIGHT.INFO b/sys/gnu/fs/ext2fs/COPYRIGHT.INFO index 699f519c02a8..9364b7041c31 100644 --- a/sys/gnu/fs/ext2fs/COPYRIGHT.INFO +++ b/sys/gnu/fs/ext2fs/COPYRIGHT.INFO @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/gnu/fs/ext2fs/COPYRIGHT.INFO,v 1.3 2000/01/01 11:27:50 bde Exp $ Most of the files in this directory are written by Godmar Back or modified by him using the CSRG sources. Those files are covered by the Berkeley-style diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c index 8acfda8f1536..bb5a35643f5a 100644 --- a/sys/gnu/fs/ext2fs/ext2_alloc.c +++ b/sys/gnu/fs/ext2fs/ext2_alloc.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)ffs_alloc.c 8.8 (Berkeley) 2/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_alloc.c,v 1.42 2005/06/15 02:36:10 rodrigc Exp $ */ #include <sys/param.h> diff --git a/sys/gnu/fs/ext2fs/ext2_balloc.c b/sys/gnu/fs/ext2fs/ext2_balloc.c index f15a9606ea68..0fa156851a72 100644 --- a/sys/gnu/fs/ext2fs/ext2_balloc.c +++ b/sys/gnu/fs/ext2fs/ext2_balloc.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)ffs_balloc.c 8.4 (Berkeley) 9/23/93 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_balloc.c,v 1.21 2005/06/15 02:36:10 rodrigc Exp $ */ #include <sys/param.h> diff --git a/sys/gnu/fs/ext2fs/ext2_bitops.h b/sys/gnu/fs/ext2fs/ext2_bitops.h index 0ee54a1a76ed..738deac0e856 100644 --- a/sys/gnu/fs/ext2fs/ext2_bitops.h +++ b/sys/gnu/fs/ext2fs/ext2_bitops.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/gnu/fs/ext2fs/ext2_bitops.h,v 1.2.2.1 2006/05/03 21:51:09 maxim Exp $ */ #ifndef _SYS_GNU_EXT2FS_EXT2_BITOPS_H_ diff --git a/sys/gnu/fs/ext2fs/ext2_bmap.c b/sys/gnu/fs/ext2fs/ext2_bmap.c index 9d5e37bf3948..97111cc79b43 100644 --- a/sys/gnu/fs/ext2fs/ext2_bmap.c +++ b/sys/gnu/fs/ext2fs/ext2_bmap.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)ufs_bmap.c 8.7 (Berkeley) 3/21/95 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_bmap.c,v 1.63 2005/06/15 02:36:10 rodrigc Exp $ */ #include <sys/param.h> diff --git a/sys/gnu/fs/ext2fs/ext2_extern.h b/sys/gnu/fs/ext2fs/ext2_extern.h index 24c8f4572948..67330fdbeb60 100644 --- a/sys/gnu/fs/ext2fs/ext2_extern.h +++ b/sys/gnu/fs/ext2fs/ext2_extern.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)ffs_extern.h 8.3 (Berkeley) 4/16/94 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_extern.h,v 1.35 2005/03/14 13:30:05 phk Exp $ */ #ifndef _SYS_GNU_EXT2FS_EXT2_EXTERN_H_ diff --git a/sys/gnu/fs/ext2fs/ext2_fs.h b/sys/gnu/fs/ext2fs/ext2_fs.h index 1b2f3c2de9af..b7b904103928 100644 --- a/sys/gnu/fs/ext2fs/ext2_fs.h +++ b/sys/gnu/fs/ext2fs/ext2_fs.h @@ -4,7 +4,7 @@ * Aug 1995, Godmar Back (gback@cs.utah.edu) * University of Utah, Department of Computer Science * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_fs.h,v 1.15 2005/06/16 06:51:38 imp Exp $ */ /*- * linux/include/linux/ext2_fs.h diff --git a/sys/gnu/fs/ext2fs/ext2_fs_sb.h b/sys/gnu/fs/ext2fs/ext2_fs_sb.h index 89d829e5539c..7e5046908271 100644 --- a/sys/gnu/fs/ext2fs/ext2_fs_sb.h +++ b/sys/gnu/fs/ext2fs/ext2_fs_sb.h @@ -4,7 +4,7 @@ * Aug 1995, Godmar Back (gback@cs.utah.edu) * University of Utah, Department of Computer Science * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_fs_sb.h,v 1.6 2005/06/16 06:51:38 imp Exp $ */ /*- * linux/include/linux/ext2_fs_sb.h diff --git a/sys/gnu/fs/ext2fs/ext2_inode.c b/sys/gnu/fs/ext2fs/ext2_inode.c index 8f1b21e76de4..c196ff80cc96 100644 --- a/sys/gnu/fs/ext2fs/ext2_inode.c +++ b/sys/gnu/fs/ext2fs/ext2_inode.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)ffs_inode.c 8.5 (Berkeley) 12/30/93 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_inode.c,v 1.56 2005/06/15 02:36:10 rodrigc Exp $ */ #include <sys/param.h> diff --git a/sys/gnu/fs/ext2fs/ext2_inode_cnv.c b/sys/gnu/fs/ext2fs/ext2_inode_cnv.c index de30739fc51f..0e50336dc0a9 100644 --- a/sys/gnu/fs/ext2fs/ext2_inode_cnv.c +++ b/sys/gnu/fs/ext2fs/ext2_inode_cnv.c @@ -19,7 +19,7 @@ * improvements that they make and grant CSL redistribution rights. * * Utah $Hdr$ - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_inode_cnv.c,v 1.15 2005/06/15 02:36:10 rodrigc Exp $ */ /* diff --git a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c index 2c9a6dabf205..537cea666c4a 100644 --- a/sys/gnu/fs/ext2fs/ext2_linux_balloc.c +++ b/sys/gnu/fs/ext2fs/ext2_linux_balloc.c @@ -4,7 +4,7 @@ * Aug 1995, Godmar Back (gback@cs.utah.edu) * University of Utah, Department of Computer Science * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_linux_balloc.c,v 1.25 2005/06/16 06:51:38 imp Exp $ */ /*- * linux/fs/ext2/balloc.c diff --git a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c index 95e21facd5bd..4c509e0ae5b5 100644 --- a/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c +++ b/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c @@ -4,7 +4,7 @@ * Aug 1995, Godmar Back (gback@cs.utah.edu) * University of Utah, Department of Computer Science * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c,v 1.24 2005/06/16 06:51:38 imp Exp $ */ /*- * linux/fs/ext2/ialloc.c diff --git a/sys/gnu/fs/ext2fs/ext2_lookup.c b/sys/gnu/fs/ext2fs/ext2_lookup.c index d057e2a9d079..822592e61aa0 100644 --- a/sys/gnu/fs/ext2fs/ext2_lookup.c +++ b/sys/gnu/fs/ext2fs/ext2_lookup.c @@ -38,7 +38,7 @@ * SUCH DAMAGE. * * @(#)ufs_lookup.c 8.6 (Berkeley) 4/1/94 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_lookup.c,v 1.50.2.1 2006/01/04 19:32:00 truckman Exp $ */ #include <sys/param.h> diff --git a/sys/gnu/fs/ext2fs/ext2_mount.h b/sys/gnu/fs/ext2fs/ext2_mount.h index 6be0c7d950fb..d9e799b80444 100644 --- a/sys/gnu/fs/ext2fs/ext2_mount.h +++ b/sys/gnu/fs/ext2fs/ext2_mount.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ufsmount.h 8.6 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_mount.h,v 1.31 2005/01/06 18:27:30 imp Exp $ */ #ifndef _SYS_GNU_EXT2FS_EXT2_MOUNT_H_ diff --git a/sys/gnu/fs/ext2fs/ext2_readwrite.c b/sys/gnu/fs/ext2fs/ext2_readwrite.c index e533392fd2da..243d25b36af3 100644 --- a/sys/gnu/fs/ext2fs/ext2_readwrite.c +++ b/sys/gnu/fs/ext2fs/ext2_readwrite.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)ufs_readwrite.c 8.7 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_readwrite.c,v 1.31 2005/01/06 18:27:30 imp Exp $ */ #define BLKSIZE(a, b, c) blksize(a, b, c) diff --git a/sys/gnu/fs/ext2fs/ext2_subr.c b/sys/gnu/fs/ext2fs/ext2_subr.c index 561784294b7b..3bf100714c36 100644 --- a/sys/gnu/fs/ext2fs/ext2_subr.c +++ b/sys/gnu/fs/ext2fs/ext2_subr.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)ffs_subr.c 8.2 (Berkeley) 9/21/93 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_subr.c,v 1.30 2005/06/15 02:36:10 rodrigc Exp $ */ #include <sys/param.h> diff --git a/sys/gnu/fs/ext2fs/ext2_vfsops.c b/sys/gnu/fs/ext2fs/ext2_vfsops.c index 7b63aee9641a..fa0f8fed38e0 100644 --- a/sys/gnu/fs/ext2fs/ext2_vfsops.c +++ b/sys/gnu/fs/ext2fs/ext2_vfsops.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)ffs_vfsops.c 8.8 (Berkeley) 4/18/94 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_vfsops.c,v 1.151.2.6 2006/10/09 19:47:15 tegge Exp $ */ /*- diff --git a/sys/gnu/fs/ext2fs/ext2_vnops.c b/sys/gnu/fs/ext2fs/ext2_vnops.c index 2ec956443f23..337629fafc39 100644 --- a/sys/gnu/fs/ext2fs/ext2_vnops.c +++ b/sys/gnu/fs/ext2fs/ext2_vnops.c @@ -39,7 +39,7 @@ * * @(#)ufs_vnops.c 8.7 (Berkeley) 2/3/94 * @(#)ufs_vnops.c 8.27 (Berkeley) 5/27/95 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/ext2_vnops.c,v 1.103.2.3 2006/02/20 00:53:14 yar Exp $ */ #include "opt_suiddir.h" diff --git a/sys/gnu/fs/ext2fs/fs.h b/sys/gnu/fs/ext2fs/fs.h index 341371d53173..186e41a481ac 100644 --- a/sys/gnu/fs/ext2fs/fs.h +++ b/sys/gnu/fs/ext2fs/fs.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)fs.h 8.7 (Berkeley) 4/19/94 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/fs.h,v 1.17.2.1 2005/09/11 19:06:50 truckman Exp $ */ /* diff --git a/sys/gnu/fs/ext2fs/i386-bitops.h b/sys/gnu/fs/ext2fs/i386-bitops.h index 001c51db7fb9..3764bd523a29 100644 --- a/sys/gnu/fs/ext2fs/i386-bitops.h +++ b/sys/gnu/fs/ext2fs/i386-bitops.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/gnu/fs/ext2fs/i386-bitops.h,v 1.7 2005/06/16 06:51:38 imp Exp $ */ /* * this is mixture of i386/bitops.h and asm/string.h * taken from the Linux source tree diff --git a/sys/gnu/fs/ext2fs/inode.h b/sys/gnu/fs/ext2fs/inode.h index 9ba55462ee5d..75141b61c80f 100644 --- a/sys/gnu/fs/ext2fs/inode.h +++ b/sys/gnu/fs/ext2fs/inode.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)inode.h 8.9 (Berkeley) 5/14/95 - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/ext2fs/inode.h,v 1.44 2005/03/16 08:09:52 phk Exp $ */ #ifndef _SYS_GNU_EXT2FS_INODE_H_ diff --git a/sys/gnu/fs/ext2fs/sparc64-bitops.h b/sys/gnu/fs/ext2fs/sparc64-bitops.h index 26cb578358b7..664ee07d7e07 100644 --- a/sys/gnu/fs/ext2fs/sparc64-bitops.h +++ b/sys/gnu/fs/ext2fs/sparc64-bitops.h @@ -19,7 +19,7 @@ * */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/gnu/fs/ext2fs/sparc64-bitops.h,v 1.3 2005/06/16 06:51:38 imp Exp $ */ #ifndef _SPARC64_BITOPS_H #define _SPARC64_BITOPS_H diff --git a/sys/gnu/fs/reiserfs/README b/sys/gnu/fs/reiserfs/README index f3917c1be08a..35ff09320f03 100644 --- a/sys/gnu/fs/reiserfs/README +++ b/sys/gnu/fs/reiserfs/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/gnu/fs/reiserfs/README,v 1.1 2005/06/18 17:06:09 dumbbell Exp $ [LICENSING] diff --git a/sys/gnu/fs/reiserfs/reiserfs_fs.h b/sys/gnu/fs/reiserfs/reiserfs_fs.h index e32ae23c2274..8f52b2a893b2 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_fs.h +++ b/sys/gnu/fs/reiserfs/reiserfs_fs.h @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_fs.h,v 1.2 2005/06/21 10:11:13 dumbbell Exp $ */ #ifndef _GNU_REISERFS_REISERFS_FS_H diff --git a/sys/gnu/fs/reiserfs/reiserfs_fs_i.h b/sys/gnu/fs/reiserfs/reiserfs_fs_i.h index a9aa7e53f2d7..3e3d73e01f6c 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_fs_i.h +++ b/sys/gnu/fs/reiserfs/reiserfs_fs_i.h @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_fs_i.h,v 1.1 2005/06/18 17:06:09 dumbbell Exp $ */ #ifndef _GNU_REISERFS_REISERFS_FS_I_H diff --git a/sys/gnu/fs/reiserfs/reiserfs_fs_sb.h b/sys/gnu/fs/reiserfs/reiserfs_fs_sb.h index 184e01c85957..b51708919e60 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_fs_sb.h +++ b/sys/gnu/fs/reiserfs/reiserfs_fs_sb.h @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_fs_sb.h,v 1.1 2005/06/18 17:06:09 dumbbell Exp $ */ #ifndef _GNU_REISERFS_REISERFS_FS_SB_H diff --git a/sys/gnu/fs/reiserfs/reiserfs_hashes.c b/sys/gnu/fs/reiserfs/reiserfs_hashes.c index c42bbe2fd30c..67eb163c0151 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_hashes.c +++ b/sys/gnu/fs/reiserfs/reiserfs_hashes.c @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_hashes.c,v 1.1 2005/06/18 17:06:09 dumbbell Exp $ */ #include <gnu/fs/reiserfs/reiserfs_fs.h> diff --git a/sys/gnu/fs/reiserfs/reiserfs_inode.c b/sys/gnu/fs/reiserfs/reiserfs_inode.c index ece4a75d3251..b12e3d5df686 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_inode.c +++ b/sys/gnu/fs/reiserfs/reiserfs_inode.c @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <dumbbell@FreeBSD.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_inode.c,v 1.1.2.1 2006/01/05 19:37:39 dumbbell Exp $ */ #include <gnu/fs/reiserfs/reiserfs_fs.h> diff --git a/sys/gnu/fs/reiserfs/reiserfs_item_ops.c b/sys/gnu/fs/reiserfs/reiserfs_item_ops.c index 7b10183a79fb..ebfced7d62ce 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_item_ops.c +++ b/sys/gnu/fs/reiserfs/reiserfs_item_ops.c @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_item_ops.c,v 1.1 2005/06/18 17:06:09 dumbbell Exp $ */ #include <gnu/fs/reiserfs/reiserfs_fs.h> diff --git a/sys/gnu/fs/reiserfs/reiserfs_mount.h b/sys/gnu/fs/reiserfs/reiserfs_mount.h index f47c97610fca..9bb23da26d1c 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_mount.h +++ b/sys/gnu/fs/reiserfs/reiserfs_mount.h @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_mount.h,v 1.2 2005/06/21 10:11:13 dumbbell Exp $ */ #ifndef _GNU_REISERFS_REISERFS_MOUNT_H diff --git a/sys/gnu/fs/reiserfs/reiserfs_namei.c b/sys/gnu/fs/reiserfs/reiserfs_namei.c index 6ab714a91c0d..65bb485ecaff 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_namei.c +++ b/sys/gnu/fs/reiserfs/reiserfs_namei.c @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_namei.c,v 1.1.2.1 2005/12/09 14:55:39 dumbbell Exp $ */ #include <gnu/fs/reiserfs/reiserfs_fs.h> diff --git a/sys/gnu/fs/reiserfs/reiserfs_prints.c b/sys/gnu/fs/reiserfs/reiserfs_prints.c index e48433ba0014..5f4e1e53ebd6 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_prints.c +++ b/sys/gnu/fs/reiserfs/reiserfs_prints.c @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_prints.c,v 1.1 2005/06/18 17:06:09 dumbbell Exp $ */ #include <gnu/fs/reiserfs/reiserfs_fs.h> diff --git a/sys/gnu/fs/reiserfs/reiserfs_stree.c b/sys/gnu/fs/reiserfs/reiserfs_stree.c index 5d5e4c412bc1..4a217273f866 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_stree.c +++ b/sys/gnu/fs/reiserfs/reiserfs_stree.c @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_stree.c,v 1.1 2005/06/18 17:06:09 dumbbell Exp $ */ #include <gnu/fs/reiserfs/reiserfs_fs.h> diff --git a/sys/gnu/fs/reiserfs/reiserfs_vfsops.c b/sys/gnu/fs/reiserfs/reiserfs_vfsops.c index fbd6c1780133..a14cf42da6f1 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_vfsops.c +++ b/sys/gnu/fs/reiserfs/reiserfs_vfsops.c @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_vfsops.c,v 1.1.2.3 2006/10/09 19:47:16 tegge Exp $ */ #include <gnu/fs/reiserfs/reiserfs_fs.h> diff --git a/sys/gnu/fs/reiserfs/reiserfs_vnops.c b/sys/gnu/fs/reiserfs/reiserfs_vnops.c index 732fdc7436de..9f8936db8c77 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_vnops.c +++ b/sys/gnu/fs/reiserfs/reiserfs_vnops.c @@ -4,7 +4,7 @@ * * Ported to FreeBSD by Jean-Sébastien Pédron <jspedron@club-internet.fr> * - * $FreeBSD$ + * $FreeBSD: src/sys/gnu/fs/reiserfs/reiserfs_vnops.c,v 1.1.2.1 2006/02/20 00:53:14 yar Exp $ */ #include <gnu/fs/reiserfs/reiserfs_fs.h> diff --git a/sys/i386/Makefile b/sys/i386/Makefile index b7d021a7d3d1..f33c7a5af6f9 100644 --- a/sys/i386/Makefile +++ b/sys/i386/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/i386/Makefile,v 1.11 2002/06/21 06:18:02 mckusick Exp $ # @(#)Makefile 8.1 (Berkeley) 6/11/93 # Makefile for i386 links, tags file diff --git a/sys/i386/acpica/Makefile b/sys/i386/acpica/Makefile index 48d65eaa1aac..3f9cc35399c7 100644 --- a/sys/i386/acpica/Makefile +++ b/sys/i386/acpica/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/i386/acpica/Makefile,v 1.6.8.1 2006/10/22 19:51:49 ru Exp $ # Correct path for kernel builds # Don't rely on the kernel's .depend file diff --git a/sys/i386/acpica/OsdEnvironment.c b/sys/i386/acpica/OsdEnvironment.c index 628bd83f04f9..9e11e6e6f294 100644 --- a/sys/i386/acpica/OsdEnvironment.c +++ b/sys/i386/acpica/OsdEnvironment.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/acpica/OsdEnvironment.c,v 1.10.8.1 2005/11/07 09:53:24 obrien Exp $"); /* * 6.1 : Environmental support diff --git a/sys/i386/acpica/acpi_machdep.c b/sys/i386/acpica/acpi_machdep.c index 725f43f3c993..a0d0388ed546 100644 --- a/sys/i386/acpica/acpi_machdep.c +++ b/sys/i386/acpica/acpi_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/acpica/acpi_machdep.c,v 1.28.2.3 2006/08/16 04:01:49 njl Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/i386/acpica/acpi_wakecode.S b/sys/i386/acpica/acpi_wakecode.S index 889a58a24c1e..3eb0a3c75b71 100644 --- a/sys/i386/acpica/acpi_wakecode.S +++ b/sys/i386/acpica/acpi_wakecode.S @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/acpica/acpi_wakecode.S,v 1.10.2.1 2006/08/16 04:01:49 njl Exp $ */ #define LOCORE diff --git a/sys/i386/acpica/acpi_wakeup.c b/sys/i386/acpica/acpi_wakeup.c index 0b5a39e8fe26..cce4e5abe204 100644 --- a/sys/i386/acpica/acpi_wakeup.c +++ b/sys/i386/acpica/acpi_wakeup.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/acpica/acpi_wakeup.c,v 1.39.2.4 2006/08/16 04:01:49 njl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/acpica/genwakecode.sh b/sys/i386/acpica/genwakecode.sh index caffbf8642ae..c6c6771f6a06 100644 --- a/sys/i386/acpica/genwakecode.sh +++ b/sys/i386/acpica/genwakecode.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/i386/acpica/genwakecode.sh,v 1.3 2004/12/12 06:59:14 njl Exp $ # file2c 'static char wakecode[] = {' '};' <acpi_wakecode.bin diff --git a/sys/i386/acpica/madt.c b/sys/i386/acpica/madt.c index 89f3aa386e73..4f02bbbd8e8a 100644 --- a/sys/i386/acpica/madt.c +++ b/sys/i386/acpica/madt.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/acpica/madt.c,v 1.19.2.2 2006/05/11 17:41:00 njl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c index b9b446d3208c..7005dc6bf9fb 100644 --- a/sys/i386/bios/apm.c +++ b/sys/i386/bios/apm.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/bios/apm.c,v 1.145 2005/04/12 20:14:56 mdodd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/bios/apm.h b/sys/i386/bios/apm.h index ce87c546aa8c..a71e69e6bb79 100644 --- a/sys/i386/bios/apm.h +++ b/sys/i386/bios/apm.h @@ -15,7 +15,7 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/bios/apm.h,v 1.5 2005/01/06 22:18:15 imp Exp $ */ #define APM_NEVENTS 16 diff --git a/sys/i386/bios/mca_machdep.c b/sys/i386/bios/mca_machdep.c index 4b78c13693a9..4fe94d1c9365 100644 --- a/sys/i386/bios/mca_machdep.c +++ b/sys/i386/bios/mca_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/bios/mca_machdep.c,v 1.9 2004/08/31 21:51:51 mdodd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/bios/mca_machdep.h b/sys/i386/bios/mca_machdep.h index c639b5b74044..b1d48581b858 100644 --- a/sys/i386/bios/mca_machdep.h +++ b/sys/i386/bios/mca_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/i386/bios/mca_machdep.h,v 1.1 1999/09/03 02:04:28 mdodd Exp $ */ extern int MCA_system; diff --git a/sys/i386/bios/smapi.c b/sys/i386/bios/smapi.c index 9879c90334de..f455277b2346 100644 --- a/sys/i386/bios/smapi.c +++ b/sys/i386/bios/smapi.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/bios/smapi.c,v 1.13 2004/06/16 09:47:07 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/bios/smapi_bios.S b/sys/i386/bios/smapi_bios.S index 3a280055902b..60c3f84c7eb8 100644 --- a/sys/i386/bios/smapi_bios.S +++ b/sys/i386/bios/smapi_bios.S @@ -1,5 +1,5 @@ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/bios/smapi_bios.S,v 1.4 2003/06/13 00:36:03 mdodd Exp $"); #include <machine/asmacros.h> diff --git a/sys/i386/bios/smbios.c b/sys/i386/bios/smbios.c index c620b4cc0644..900dcbb131aa 100644 --- a/sys/i386/bios/smbios.c +++ b/sys/i386/bios/smbios.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/bios/smbios.c,v 1.4.8.1 2005/10/06 20:43:44 jkim Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/bios/vpd.c b/sys/i386/bios/vpd.c index 735efe760e64..58a62e62bc0d 100644 --- a/sys/i386/bios/vpd.c +++ b/sys/i386/bios/vpd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/bios/vpd.c,v 1.5 2004/08/31 21:45:30 mdodd Exp $"); /* * VPD decoder for IBM systems (Thinkpads) diff --git a/sys/i386/compile/.cvsignore b/sys/i386/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/i386/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/i386/conf/.cvsignore b/sys/i386/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/i386/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS index 60cb04a5e979..4d93cf7afa3a 100644 --- a/sys/i386/conf/DEFAULTS +++ b/sys/i386/conf/DEFAULTS @@ -1,7 +1,7 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/i386 # -# $FreeBSD$ +# $FreeBSD: src/sys/i386/conf/DEFAULTS,v 1.1.2.1 2005/10/28 19:21:27 jhb Exp $ # Not yet, this would break all existing configs #machine i386 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 7db8ecd60b4c..4385265aaf74 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/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/i386/conf/GENERIC,v 1.429.2.13 2006/10/09 18:41:36 simon Exp $ machine i386 cpu I486_CPU diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints index 7fdc9b78984e..6ad36f11ff77 100644 --- a/sys/i386/conf/GENERIC.hints +++ b/sys/i386/conf/GENERIC.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/i386/conf/GENERIC.hints,v 1.14 2005/01/14 06:54:59 imp Exp $ hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" diff --git a/sys/i386/conf/Makefile b/sys/i386/conf/Makefile index 2c006e9c2c80..0284f84e82b5 100644 --- a/sys/i386/conf/Makefile +++ b/sys/i386/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/i386/conf/Makefile,v 1.9 2003/02/26 23:36:58 ru Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index c912db8d9d01..1b1e5aca8cdc 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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/i386/conf/NOTES,v 1.1202.2.12 2006/09/29 21:21:53 jhb Exp $ # # diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 82db98b4400b..732e9753d76d 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -1,7 +1,7 @@ # # PAE -- Generic kernel configuration file for FreeBSD/i386 PAE # -# $FreeBSD$ +# $FreeBSD: src/sys/i386/conf/PAE,v 1.16.2.4 2006/07/17 02:18:56 sam Exp $ include GENERIC diff --git a/sys/i386/conf/SMP b/sys/i386/conf/SMP index 1a40a5521098..f0865e1bfd53 100644 --- a/sys/i386/conf/SMP +++ b/sys/i386/conf/SMP @@ -2,7 +2,7 @@ # SMP -- Generic kernel configuration file for FreeBSD/i386 SMP # Use this for multi-processor machines # -# $FreeBSD$ +# $FreeBSD: src/sys/i386/conf/SMP,v 1.5.6.1 2005/09/18 03:37:58 scottl Exp $ include GENERIC diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX index faf13e70972e..100f52aec0f7 100644 --- a/sys/i386/conf/XBOX +++ b/sys/i386/conf/XBOX @@ -1,7 +1,7 @@ # # XBOX -- kernel for an XBOX # -# $FreeBSD$ +# $FreeBSD: src/sys/i386/conf/XBOX,v 1.7.2.1 2006/08/23 16:28:03 rink Exp $ machine i386 cpu I686_CPU # Celeron ident XBOX diff --git a/sys/i386/cpufreq/est.c b/sys/i386/cpufreq/est.c index 32ee7bb403d8..b30a1152c137 100644 --- a/sys/i386/cpufreq/est.c +++ b/sys/i386/cpufreq/est.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/cpufreq/est.c,v 1.7.2.1 2006/05/29 22:40:03 njl Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/i386/cpufreq/p4tcc.c b/sys/i386/cpufreq/p4tcc.c index 7a2eea1f2f11..17d70a8b7adc 100644 --- a/sys/i386/cpufreq/p4tcc.c +++ b/sys/i386/cpufreq/p4tcc.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/cpufreq/p4tcc.c,v 1.11.2.1 2005/10/25 20:52:44 njl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/cpufreq/powernow.c b/sys/i386/cpufreq/powernow.c index b9d219fa2537..331aeca76936 100644 --- a/sys/i386/cpufreq/powernow.c +++ b/sys/i386/cpufreq/powernow.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/cpufreq/powernow.c,v 1.2 2005/03/31 06:11:04 njl Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/i386/cpufreq/smist.c b/sys/i386/cpufreq/smist.c index 0b0c99e89201..2550ab3e2ac0 100644 --- a/sys/i386/cpufreq/smist.c +++ b/sys/i386/cpufreq/smist.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/cpufreq/smist.c,v 1.1 2005/04/19 16:38:24 njl Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/i386/i386/apic_vector.s b/sys/i386/i386/apic_vector.s index 99b765f1519c..98c794b4edcb 100644 --- a/sys/i386/i386/apic_vector.s +++ b/sys/i386/i386/apic_vector.s @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * from: vector.s, 386BSD 0.1 unknown origin - * $FreeBSD$ + * $FreeBSD: src/sys/i386/i386/apic_vector.s,v 1.103.2.1 2005/10/04 15:15:21 jhb Exp $ */ /* diff --git a/sys/i386/i386/atomic.c b/sys/i386/i386/atomic.c index 1b4ff7eaa693..983578a484b8 100644 --- a/sys/i386/i386/atomic.c +++ b/sys/i386/i386/atomic.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/atomic.c,v 1.6 2003/08/25 09:48:46 obrien 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/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index 029ed2ef9dbe..d8b91a066134 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/autoconf.c,v 1.181 2005/05/29 23:44:22 marcel Exp $"); /* * Setup the system to run on the current machine. diff --git a/sys/i386/i386/bios.c b/sys/i386/i386/bios.c index 9d5df7de1609..14a9e626fb4d 100644 --- a/sys/i386/i386/bios.c +++ b/sys/i386/i386/bios.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/bios.c,v 1.72.2.1 2005/08/16 22:47:14 phk Exp $"); /* * Code for dealing with the BIOS in x86 PC systems. diff --git a/sys/i386/i386/bioscall.s b/sys/i386/i386/bioscall.s index 3af198adb5e9..34393c840e1c 100644 --- a/sys/i386/i386/bioscall.s +++ b/sys/i386/i386/bioscall.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/i386/i386/bioscall.s,v 1.11 2002/09/17 01:48:57 peter Exp $ */ /* diff --git a/sys/i386/i386/busdma_machdep.c b/sys/i386/i386/busdma_machdep.c index cc5795497bfe..54525f0a7543 100644 --- a/sys/i386/i386/busdma_machdep.c +++ b/sys/i386/i386/busdma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/busdma_machdep.c,v 1.74.2.4 2006/10/21 16:26:53 hrs Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/i386/i386/db_disasm.c b/sys/i386/i386/db_disasm.c index 66a3c4bfcbc9..27af10b39cf7 100644 --- a/sys/i386/i386/db_disasm.c +++ b/sys/i386/i386/db_disasm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/db_disasm.c,v 1.29 2005/01/05 19:09:59 imp Exp $"); /* * Instruction disassembler. diff --git a/sys/i386/i386/db_interface.c b/sys/i386/i386/db_interface.c index 7079e5688b85..98888c1f1611 100644 --- a/sys/i386/i386/db_interface.c +++ b/sys/i386/i386/db_interface.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/db_interface.c,v 1.83 2005/01/05 19:09:59 imp Exp $"); /* * Interface to new debugger. diff --git a/sys/i386/i386/db_trace.c b/sys/i386/i386/db_trace.c index 1bae518b72a8..cc7832cf1867 100644 --- a/sys/i386/i386/db_trace.c +++ b/sys/i386/i386/db_trace.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/db_trace.c,v 1.66.2.2 2006/08/15 15:59:25 yar Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/i386/dump_machdep.c b/sys/i386/i386/dump_machdep.c index d3e510b81f84..66bfb2a1e4f9 100644 --- a/sys/i386/i386/dump_machdep.c +++ b/sys/i386/i386/dump_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/dump_machdep.c,v 1.11.2.1 2006/07/24 23:28:09 peter Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/i386/elan-mmcr.c b/sys/i386/i386/elan-mmcr.c index 66c218f2ee4b..2c0bc273f880 100644 --- a/sys/i386/i386/elan-mmcr.c +++ b/sys/i386/i386/elan-mmcr.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/elan-mmcr.c,v 1.31.2.1 2005/08/16 22:47:14 phk Exp $"); #include "opt_cpu.h" #include <sys/param.h> diff --git a/sys/i386/i386/elf_machdep.c b/sys/i386/i386/elf_machdep.c index d8756cc51fbf..e0b419d19686 100644 --- a/sys/i386/i386/elf_machdep.c +++ b/sys/i386/i386/elf_machdep.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/elf_machdep.c,v 1.20 2004/08/11 02:35:05 marcel Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i386/i386/exception.s b/sys/i386/i386/exception.s index 2e69ab8c7ec2..96491dd72679 100644 --- a/sys/i386/i386/exception.s +++ b/sys/i386/i386/exception.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/i386/i386/exception.s,v 1.113.2.1 2005/07/28 03:30:53 jkoshy Exp $ */ #include "opt_apic.h" diff --git a/sys/i386/i386/gdb_machdep.c b/sys/i386/i386/gdb_machdep.c index a42b2b63402d..83b0171ff47c 100644 --- a/sys/i386/i386/gdb_machdep.c +++ b/sys/i386/i386/gdb_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/gdb_machdep.c,v 1.4 2005/01/05 19:09:59 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c index 0cb371c652c0..5b1563134dc6 100644 --- a/sys/i386/i386/genassym.c +++ b/sys/i386/i386/genassym.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/genassym.c,v 1.151 2005/04/13 22:57:17 peter Exp $"); #include "opt_apic.h" #include "opt_compat.h" diff --git a/sys/i386/i386/geode.c b/sys/i386/i386/geode.c index a32d68cdd194..ba88e8d42ce5 100644 --- a/sys/i386/i386/geode.c +++ b/sys/i386/i386/geode.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/geode.c,v 1.5.8.1 2005/08/16 22:47:14 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/i386/i686_mem.c b/sys/i386/i386/i686_mem.c index 453932969e06..84a3243d900e 100644 --- a/sys/i386/i386/i686_mem.c +++ b/sys/i386/i386/i686_mem.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/i686_mem.c,v 1.24 2004/07/01 07:46:28 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 4bda5e75c5b1..bf98cf8a82f9 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/identcpu.c,v 1.145.2.5 2006/08/08 08:41:34 mr Exp $"); #include "opt_cpu.h" diff --git a/sys/i386/i386/in_cksum.c b/sys/i386/i386/in_cksum.c index 412a93b69e95..453e924ca610 100644 --- a/sys/i386/i386/in_cksum.c +++ b/sys/i386/i386/in_cksum.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/in_cksum.c,v 1.28 2005/03/02 21:33:25 joerg Exp $"); /* * MPsafe: alfred diff --git a/sys/i386/i386/initcpu.c b/sys/i386/i386/initcpu.c index 2c1ee52dc723..3aaedd2e934c 100644 --- a/sys/i386/i386/initcpu.c +++ b/sys/i386/i386/initcpu.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/initcpu.c,v 1.52.2.3 2006/07/21 15:12:02 mr Exp $"); #include "opt_cpu.h" diff --git a/sys/i386/i386/intr_machdep.c b/sys/i386/i386/intr_machdep.c index 60e63affef1e..0117968f8ec6 100644 --- a/sys/i386/i386/intr_machdep.c +++ b/sys/i386/i386/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/i386/i386/intr_machdep.c,v 1.14.2.3 2006/10/30 18:03:03 jhb Exp $ */ /* diff --git a/sys/i386/i386/io.c b/sys/i386/i386/io.c index 1c0866d30fde..1b43f0441d5c 100644 --- a/sys/i386/i386/io.c +++ b/sys/i386/i386/io.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/io.c,v 1.1 2004/08/01 11:40:52 markm Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/i386/i386/io_apic.c b/sys/i386/i386/io_apic.c index 734ad84e4745..e8381688867b 100644 --- a/sys/i386/i386/io_apic.c +++ b/sys/i386/i386/io_apic.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/io_apic.c,v 1.20.2.6 2006/10/30 18:03:03 jhb Exp $"); #include "opt_isa.h" diff --git a/sys/i386/i386/k6_mem.c b/sys/i386/i386/k6_mem.c index ac7a55a6a924..e8ab3fbe3b91 100644 --- a/sys/i386/i386/k6_mem.c +++ b/sys/i386/i386/k6_mem.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/k6_mem.c,v 1.11 2003/08/25 09:48:47 obrien Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i386/i386/legacy.c b/sys/i386/i386/legacy.c index e5f7e8e67d1f..71d72e2edd45 100644 --- a/sys/i386/i386/legacy.c +++ b/sys/i386/i386/legacy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/legacy.c,v 1.61 2005/02/15 07:21:20 njl Exp $"); /* * This code implements a system driver for legacy systems that do not diff --git a/sys/i386/i386/local_apic.c b/sys/i386/i386/local_apic.c index 120cf8e1171b..9aeb3f20faf0 100644 --- a/sys/i386/i386/local_apic.c +++ b/sys/i386/i386/local_apic.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/local_apic.c,v 1.17.2.10 2006/10/30 18:03:03 jhb Exp $"); #include "opt_hwpmc_hooks.h" diff --git a/sys/i386/i386/locore.s b/sys/i386/i386/locore.s index 7ca289c0c619..b2c9df457cc9 100644 --- a/sys/i386/i386/locore.s +++ b/sys/i386/i386/locore.s @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)locore.s 7.3 (Berkeley) 5/13/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/i386/locore.s,v 1.186 2005/05/16 09:47:53 obrien Exp $ * * originally from: locore.s, by William F. Jolitz * diff --git a/sys/i386/i386/longrun.c b/sys/i386/i386/longrun.c index 55724ffed712..cb3dd212f31c 100644 --- a/sys/i386/i386/longrun.c +++ b/sys/i386/i386/longrun.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/longrun.c,v 1.3 2004/12/12 05:53:57 njl Exp $"); #include "opt_cpu.h" diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 30d0a9f4056b..96be22e2fcc1 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/machdep.c,v 1.616.2.8 2006/09/11 18:41:31 jhb Exp $"); #include "opt_apic.h" #include "opt_atalk.h" diff --git a/sys/i386/i386/mem.c b/sys/i386/i386/mem.c index 1a9ecdd83637..39363b02041c 100644 --- a/sys/i386/i386/mem.c +++ b/sys/i386/i386/mem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/mem.c,v 1.116.8.1 2006/04/04 19:46:44 ups Exp $"); /* * Memory special file diff --git a/sys/i386/i386/minidump_machdep.c b/sys/i386/i386/minidump_machdep.c index be974795e9a1..4bda1c956fb5 100644 --- a/sys/i386/i386/minidump_machdep.c +++ b/sys/i386/i386/minidump_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/minidump_machdep.c,v 1.2.2.1 2006/07/24 23:28:09 peter Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/i386/mp_clock.c b/sys/i386/i386/mp_clock.c index 2c3dbbbe055a..af07002ebb52 100644 --- a/sys/i386/i386/mp_clock.c +++ b/sys/i386/i386/mp_clock.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/mp_clock.c,v 1.19 2004/05/30 20:34:57 phk Exp $"); /*- * Just when we thought life were beautiful, reality pops its grim face over diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index 896febdeb8e0..46a2532e0ed4 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/mp_machdep.c,v 1.252.2.7 2006/10/30 18:03:03 jhb Exp $"); #include "opt_apic.h" #include "opt_cpu.h" diff --git a/sys/i386/i386/mp_watchdog.c b/sys/i386/i386/mp_watchdog.c index bc5e6d2edc67..e95026d1c0d8 100644 --- a/sys/i386/i386/mp_watchdog.c +++ b/sys/i386/i386/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/i386/i386/mp_watchdog.c,v 1.4 2005/02/27 22:34:07 pjd Exp $ */ #include "opt_mp_watchdog.h" diff --git a/sys/i386/i386/mpboot.s b/sys/i386/i386/mpboot.s index 5effeb9b65c2..bf010047dc46 100644 --- a/sys/i386/i386/mpboot.s +++ b/sys/i386/i386/mpboot.s @@ -31,7 +31,7 @@ * mpboot.s: FreeBSD machine support for the Intel MP Spec * multiprocessor systems. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/i386/mpboot.s,v 1.24 2005/01/05 19:10:48 imp Exp $ */ #include "opt_pmap.h" diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c index cffeb1c6244d..926ff6666482 100644 --- a/sys/i386/i386/mptable.c +++ b/sys/i386/i386/mptable.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/mptable.c,v 1.241 2005/04/14 17:59:58 jhb Exp $"); #include "opt_mptable_force_htt.h" #include <sys/param.h> diff --git a/sys/i386/i386/mptable_pci.c b/sys/i386/i386/mptable_pci.c index 5a3437321fd9..63284882c362 100644 --- a/sys/i386/i386/mptable_pci.c +++ b/sys/i386/i386/mptable_pci.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/mptable_pci.c,v 1.2.8.1 2005/09/18 02:55:10 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/i386/nexus.c b/sys/i386/i386/nexus.c index 743c74daa4f2..7f05e5ad79e9 100644 --- a/sys/i386/i386/nexus.c +++ b/sys/i386/i386/nexus.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/nexus.c,v 1.62.2.1 2006/09/22 19:04:51 jhb Exp $"); /* * This code implements a `root nexus' for Intel Architecture diff --git a/sys/i386/i386/perfmon.c b/sys/i386/i386/perfmon.c index d085261547c2..5c95f84acbe3 100644 --- a/sys/i386/i386/perfmon.c +++ b/sys/i386/i386/perfmon.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/perfmon.c,v 1.38 2004/06/16 09:47:07 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/i386/pmap.c b/sys/i386/i386/pmap.c index acae25f66efa..9da36f6d60d8 100644 --- a/sys/i386/i386/pmap.c +++ b/sys/i386/i386/pmap.c @@ -75,7 +75,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/pmap.c,v 1.523.2.8 2006/09/27 18:10:16 alc Exp $"); /* * Manages physical address maps. diff --git a/sys/i386/i386/ptrace_machdep.c b/sys/i386/i386/ptrace_machdep.c index 409db160892b..4c6898164932 100644 --- a/sys/i386/i386/ptrace_machdep.c +++ b/sys/i386/i386/ptrace_machdep.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/ptrace_machdep.c,v 1.3.2.2 2006/07/01 00:57:56 davidxu Exp $"); #include "opt_cpu.h" diff --git a/sys/i386/i386/support.s b/sys/i386/i386/support.s index 1e970da67ca7..342359765fcd 100644 --- a/sys/i386/i386/support.s +++ b/sys/i386/i386/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/i386/i386/support.s,v 1.107 2005/04/21 23:07:20 alc Exp $ */ #include "opt_npx.h" diff --git a/sys/i386/i386/swtch.s b/sys/i386/i386/swtch.s index f1404c3ad547..de079d7eb54f 100644 --- a/sys/i386/i386/swtch.s +++ b/sys/i386/i386/swtch.s @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/i386/swtch.s,v 1.148 2005/04/13 22:57:17 peter Exp $ */ #include "opt_npx.h" diff --git a/sys/i386/i386/symbols.raw b/sys/i386/i386/symbols.raw index c15f5049cbd0..0bb8b4d619d0 100644 --- a/sys/i386/i386/symbols.raw +++ b/sys/i386/i386/symbols.raw @@ -1,6 +1,6 @@ # @(#)symbols.raw 7.6 (Berkeley) 5/8/91 # -# $FreeBSD$ +# $FreeBSD: src/sys/i386/i386/symbols.raw,v 1.16 2004/06/10 20:30:57 jhb Exp $ # diff --git a/sys/i386/i386/sys_machdep.c b/sys/i386/i386/sys_machdep.c index 23e81447db8e..0e2c45fad2bc 100644 --- a/sys/i386/i386/sys_machdep.c +++ b/sys/i386/i386/sys_machdep.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/sys_machdep.c,v 1.102.2.1 2005/09/26 19:38:11 jhb Exp $"); #include "opt_kstack_pages.h" #include "opt_mac.h" diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index a15a352ad489..6e2482fae424 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/trap.c,v 1.277.2.4 2006/09/02 17:12:46 rwatson Exp $"); /* * 386 Trap and System call handling diff --git a/sys/i386/i386/tsc.c b/sys/i386/i386/tsc.c index 01c8d729e6d4..cfb1b50c85b0 100644 --- a/sys/i386/i386/tsc.c +++ b/sys/i386/i386/tsc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/tsc.c,v 1.204 2003/10/21 18:28:34 silby Exp $"); #include "opt_clock.h" diff --git a/sys/i386/i386/uio_machdep.c b/sys/i386/i386/uio_machdep.c index 3558ec01377a..a486934ac972 100644 --- a/sys/i386/i386/uio_machdep.c +++ b/sys/i386/i386/uio_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/uio_machdep.c,v 1.8 2005/02/13 23:09:36 alc Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i386/i386/vm86.c b/sys/i386/i386/vm86.c index e22929b5d5b3..7f36c9068e3b 100644 --- a/sys/i386/i386/vm86.c +++ b/sys/i386/i386/vm86.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/vm86.c,v 1.57 2004/11/27 06:51:36 das Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/i386/vm86bios.s b/sys/i386/i386/vm86bios.s index a32daf7ddc86..47691949fc45 100644 --- a/sys/i386/i386/vm86bios.s +++ b/sys/i386/i386/vm86bios.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/i386/i386/vm86bios.s,v 1.31 2005/04/13 18:13:40 peter Exp $ */ #include "opt_npx.h" diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index c0311442e4cc..ac95dfc0766d 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/i386/vm_machdep.c,v 1.259.2.4 2006/08/22 16:52:41 rink Exp $"); #include "opt_isa.h" #include "opt_npx.h" diff --git a/sys/i386/ibcs2/Makefile b/sys/i386/ibcs2/Makefile index 68e91fa17485..dda7b1b5ba5f 100644 --- a/sys/i386/ibcs2/Makefile +++ b/sys/i386/ibcs2/Makefile @@ -1,6 +1,6 @@ # Makefile for syscall tables # -# $FreeBSD$ +# $FreeBSD: src/sys/i386/ibcs2/Makefile,v 1.3.14.1 2006/02/13 23:48:26 rwatson Exp $ all: @echo "make sysent, isc_sysent or xenix_sysent only" diff --git a/sys/i386/ibcs2/coff.h b/sys/i386/ibcs2/coff.h index a0eecd97ba95..a9f89c26e7ad 100644 --- a/sys/i386/ibcs2/coff.h +++ b/sys/i386/ibcs2/coff.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/i386/ibcs2/coff.h,v 1.5 1999/08/28 00:43:57 peter Exp $ */ #ifndef _COFF_H diff --git a/sys/i386/ibcs2/ibcs2_dirent.h b/sys/i386/ibcs2/ibcs2_dirent.h index 918adf1adc8e..2784790539f6 100644 --- a/sys/i386/ibcs2/ibcs2_dirent.h +++ b/sys/i386/ibcs2/ibcs2_dirent.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_dirent.h,v 1.2 1994/10/26 02:52:51 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_dirent.h,v 1.3 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_errno.c b/sys/i386/ibcs2/ibcs2_errno.c index c3b385af49b5..87b666e879af 100644 --- a/sys/i386/ibcs2/ibcs2_errno.c +++ b/sys/i386/ibcs2/ibcs2_errno.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_errno.c,v 1.6 2005/01/06 23:22:04 imp Exp $"); #include <sys/errno.h> #include <i386/ibcs2/ibcs2_errno.h> diff --git a/sys/i386/ibcs2/ibcs2_errno.h b/sys/i386/ibcs2/ibcs2_errno.h index 1e38f40ef4ba..cf1a598d2470 100644 --- a/sys/i386/ibcs2/ibcs2_errno.h +++ b/sys/i386/ibcs2/ibcs2_errno.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/i386/ibcs2/ibcs2_errno.h,v 1.2 2005/01/06 23:22:04 imp Exp $ */ #ifndef _IBCS2_ERRNO_H diff --git a/sys/i386/ibcs2/ibcs2_fcntl.c b/sys/i386/ibcs2/ibcs2_fcntl.c index fcdc714079c5..cc1d92b8b047 100644 --- a/sys/i386/ibcs2/ibcs2_fcntl.c +++ b/sys/i386/ibcs2/ibcs2_fcntl.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_fcntl.c,v 1.28 2005/02/07 22:02:18 jhb Exp $"); #include "opt_spx_hack.h" diff --git a/sys/i386/ibcs2/ibcs2_fcntl.h b/sys/i386/ibcs2/ibcs2_fcntl.h index 75a2b62e3836..76da232721e1 100644 --- a/sys/i386/ibcs2/ibcs2_fcntl.h +++ b/sys/i386/ibcs2/ibcs2_fcntl.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_fcntl.h,v 1.2 1994/10/26 02:52:54 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_fcntl.h,v 1.3 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_ioctl.c b/sys/i386/ibcs2/ibcs2_ioctl.c index bbaab3919406..329afda1ef2b 100644 --- a/sys/i386/ibcs2/ibcs2_ioctl.c +++ b/sys/i386/ibcs2/ibcs2_ioctl.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_ioctl.c,v 1.31 2005/01/06 23:22:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/ibcs2/ibcs2_ipc.c b/sys/i386/ibcs2/ibcs2_ipc.c index cdf44f1d246a..c0bed566818c 100644 --- a/sys/i386/ibcs2/ibcs2_ipc.c +++ b/sys/i386/ibcs2/ibcs2_ipc.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_ipc.c,v 1.22 2005/01/06 23:22:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/ibcs2/ibcs2_ipc.h b/sys/i386/ibcs2/ibcs2_ipc.h index 473d140cea74..5d6a385c1130 100644 --- a/sys/i386/ibcs2/ibcs2_ipc.h +++ b/sys/i386/ibcs2/ibcs2_ipc.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/i386/ibcs2/ibcs2_ipc.h,v 1.8 2005/01/06 23:22:04 imp Exp $ */ diff --git a/sys/i386/ibcs2/ibcs2_isc.c b/sys/i386/ibcs2/ibcs2_isc.c index e2638a317168..3dfa53e710bb 100644 --- a/sys/i386/ibcs2/ibcs2_isc.c +++ b/sys/i386/ibcs2/ibcs2_isc.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_isc.c,v 1.18 2005/07/07 19:28:55 jhb Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/i386/ibcs2/ibcs2_isc_syscall.h b/sys/i386/ibcs2/ibcs2_isc_syscall.h index 57ea169dcb53..a4d295ac48af 100644 --- a/sys/i386/ibcs2/ibcs2_isc_syscall.h +++ b/sys/i386/ibcs2/ibcs2_isc_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_isc_syscall.h,v 1.9.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.8.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/ibcs2/ibcs2_isc_sysent.c b/sys/i386/ibcs2/ibcs2_isc_sysent.c index 907590f2dc88..861b6ef80762 100644 --- a/sys/i386/ibcs2/ibcs2_isc_sysent.c +++ b/sys/i386/ibcs2/ibcs2_isc_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_isc_sysent.c,v 1.12.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.8.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/ibcs2/ibcs2_misc.c b/sys/i386/ibcs2/ibcs2_misc.c index e5ecace35bb6..2c7dcae8aa25 100644 --- a/sys/i386/ibcs2/ibcs2_misc.c +++ b/sys/i386/ibcs2/ibcs2_misc.c @@ -47,7 +47,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_misc.c,v 1.61 2005/07/07 19:29:42 jhb Exp $"); /* * IBCS2 compatibility module. diff --git a/sys/i386/ibcs2/ibcs2_mount.h b/sys/i386/ibcs2/ibcs2_mount.h index 67161482c114..aab82540e4fc 100644 --- a/sys/i386/ibcs2/ibcs2_mount.h +++ b/sys/i386/ibcs2/ibcs2_mount.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_mount.h,v 1.2 1994/10/26 02:53:00 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_mount.h,v 1.2 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_msg.c b/sys/i386/ibcs2/ibcs2_msg.c index bbca3b8ff13e..6a39f039e166 100644 --- a/sys/i386/ibcs2/ibcs2_msg.c +++ b/sys/i386/ibcs2/ibcs2_msg.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_msg.c,v 1.12 2005/02/25 20:15:11 sam Exp $"); /* * IBCS2 message compatibility module. diff --git a/sys/i386/ibcs2/ibcs2_other.c b/sys/i386/ibcs2/ibcs2_other.c index 2a8c21d96a30..bb874129d336 100644 --- a/sys/i386/ibcs2/ibcs2_other.c +++ b/sys/i386/ibcs2/ibcs2_other.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_other.c,v 1.17 2005/02/07 22:02:18 jhb Exp $"); /* * IBCS2 compatibility module. diff --git a/sys/i386/ibcs2/ibcs2_poll.h b/sys/i386/ibcs2/ibcs2_poll.h index fecec70797ac..7548351cc049 100644 --- a/sys/i386/ibcs2/ibcs2_poll.h +++ b/sys/i386/ibcs2/ibcs2_poll.h @@ -21,7 +21,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/i386/ibcs2/ibcs2_poll.h,v 1.5 2005/01/06 23:22:04 imp Exp $ */ diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h index ce1d422a0438..00518e91e895 100644 --- a/sys/i386/ibcs2/ibcs2_proto.h +++ b/sys/i386/ibcs2/ibcs2_proto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_proto.h,v 1.21.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.20.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/ibcs2/ibcs2_signal.c b/sys/i386/ibcs2/ibcs2_signal.c index b2f339338fc6..32bfe251af1d 100644 --- a/sys/i386/ibcs2/ibcs2_signal.c +++ b/sys/i386/ibcs2/ibcs2_signal.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_signal.c,v 1.35 2005/02/13 17:37:18 sobomax Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/ibcs2/ibcs2_signal.h b/sys/i386/ibcs2/ibcs2_signal.h index 59070aa0640f..74d41639798e 100644 --- a/sys/i386/ibcs2/ibcs2_signal.h +++ b/sys/i386/ibcs2/ibcs2_signal.h @@ -29,7 +29,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/i386/ibcs2/ibcs2_signal.h,v 1.8 2005/01/06 23:22:04 imp Exp $ */ #ifndef _IBCS2_SIGNAL_H diff --git a/sys/i386/ibcs2/ibcs2_socksys.c b/sys/i386/ibcs2/ibcs2_socksys.c index 515f318cd4b8..07634bc1a805 100644 --- a/sys/i386/ibcs2/ibcs2_socksys.c +++ b/sys/i386/ibcs2/ibcs2_socksys.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_socksys.c,v 1.21 2005/01/06 23:22:04 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/ibcs2/ibcs2_socksys.h b/sys/i386/ibcs2/ibcs2_socksys.h index 533a4827b8d9..45724ce3ebca 100644 --- a/sys/i386/ibcs2/ibcs2_socksys.h +++ b/sys/i386/ibcs2/ibcs2_socksys.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_socksys.h,v 1.9 2005/01/06 23:22:04 imp Exp $ */ #ifndef _I386_IBCS2_IBCS2_SOCKSYS_H_ diff --git a/sys/i386/ibcs2/ibcs2_stat.c b/sys/i386/ibcs2/ibcs2_stat.c index 925307156354..97bf49611fcd 100644 --- a/sys/i386/ibcs2/ibcs2_stat.c +++ b/sys/i386/ibcs2/ibcs2_stat.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_stat.c,v 1.26 2005/02/07 22:02:18 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/ibcs2/ibcs2_stat.h b/sys/i386/ibcs2/ibcs2_stat.h index 1ab76fb97e47..5610ec6dff27 100644 --- a/sys/i386/ibcs2/ibcs2_stat.h +++ b/sys/i386/ibcs2/ibcs2_stat.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_stat.h,v 1.2 1994/10/26 02:53:03 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_stat.h,v 1.3 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_statfs.h b/sys/i386/ibcs2/ibcs2_statfs.h index 51eb84413fd8..fbb68276e46c 100644 --- a/sys/i386/ibcs2/ibcs2_statfs.h +++ b/sys/i386/ibcs2/ibcs2_statfs.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_statfs.h,v 1.2 1994/10/26 02:53:06 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_statfs.h,v 1.2 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_stropts.h b/sys/i386/ibcs2/ibcs2_stropts.h index 7623da353120..f4bcb9488ff0 100644 --- a/sys/i386/ibcs2/ibcs2_stropts.h +++ b/sys/i386/ibcs2/ibcs2_stropts.h @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_stropts.h,v 1.2 2005/01/06 23:22:04 imp Exp $ */ #ifndef _IBCS2_STROPTS_H diff --git a/sys/i386/ibcs2/ibcs2_syscall.h b/sys/i386/ibcs2/ibcs2_syscall.h index bc0ad62d1d03..2114e38b1950 100644 --- a/sys/i386/ibcs2/ibcs2_syscall.h +++ b/sys/i386/ibcs2/ibcs2_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_syscall.h,v 1.18.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.20.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/ibcs2/ibcs2_sysent.c b/sys/i386/ibcs2/ibcs2_sysent.c index 2573c4831fd2..63112df986aa 100644 --- a/sys/i386/ibcs2/ibcs2_sysent.c +++ b/sys/i386/ibcs2/ibcs2_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_sysent.c,v 1.23.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.20.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/ibcs2/ibcs2_sysi86.c b/sys/i386/ibcs2/ibcs2_sysi86.c index 12321d1ea0e0..d8ffd3105456 100644 --- a/sys/i386/ibcs2/ibcs2_sysi86.c +++ b/sys/i386/ibcs2/ibcs2_sysi86.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_sysi86.c,v 1.22 2005/07/07 19:30:30 jhb Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/i386/ibcs2/ibcs2_sysvec.c b/sys/i386/ibcs2/ibcs2_sysvec.c index 864e89f08a52..2fed068f2b6f 100644 --- a/sys/i386/ibcs2/ibcs2_sysvec.c +++ b/sys/i386/ibcs2/ibcs2_sysvec.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_sysvec.c,v 1.30.2.1 2006/01/10 21:44:58 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i386/ibcs2/ibcs2_termios.h b/sys/i386/ibcs2/ibcs2_termios.h index bce259fcb374..f1251d2b028e 100644 --- a/sys/i386/ibcs2/ibcs2_termios.h +++ b/sys/i386/ibcs2/ibcs2_termios.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_termios.h,v 1.3 1994/10/26 02:53:07 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_termios.h,v 1.3 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_time.h b/sys/i386/ibcs2/ibcs2_time.h index 15b23fa587b2..766d06ca7c5f 100644 --- a/sys/i386/ibcs2/ibcs2_time.h +++ b/sys/i386/ibcs2/ibcs2_time.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_time.h,v 1.2 1994/10/26 02:53:08 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_time.h,v 1.3 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_types.h b/sys/i386/ibcs2/ibcs2_types.h index f80a83c6cc7b..811f6d9817e1 100644 --- a/sys/i386/ibcs2/ibcs2_types.h +++ b/sys/i386/ibcs2/ibcs2_types.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_types.h,v 1.5 1995/08/14 01:11:54 mycroft Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_types.h,v 1.2 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_unistd.h b/sys/i386/ibcs2/ibcs2_unistd.h index 77e5afd2738e..d7be86ee04e2 100644 --- a/sys/i386/ibcs2/ibcs2_unistd.h +++ b/sys/i386/ibcs2/ibcs2_unistd.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_unistd.h,v 1.2 1994/10/26 02:53:11 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_unistd.h,v 1.2 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_ustat.h b/sys/i386/ibcs2/ibcs2_ustat.h index 19af5bb638c8..6367e5eff3ac 100644 --- a/sys/i386/ibcs2/ibcs2_ustat.h +++ b/sys/i386/ibcs2/ibcs2_ustat.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_ustat.h,v 1.2 1994/10/26 02:53:13 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_ustat.h,v 1.3 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_util.c b/sys/i386/ibcs2/ibcs2_util.c index 298fb8417a85..512c3093cfb9 100644 --- a/sys/i386/ibcs2/ibcs2_util.c +++ b/sys/i386/ibcs2/ibcs2_util.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_util.c,v 1.19 2005/02/07 22:02:18 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/ibcs2/ibcs2_util.h b/sys/i386/ibcs2/ibcs2_util.h index bf2513ef1f58..cedf419d2429 100644 --- a/sys/i386/ibcs2/ibcs2_util.h +++ b/sys/i386/ibcs2/ibcs2_util.h @@ -29,7 +29,7 @@ * from: svr4_util.h,v 1.5 1994/11/18 02:54:31 christos Exp * from: linux_util.h,v 1.2 1995/03/05 23:23:50 fvdl Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_util.h,v 1.19 2005/02/07 22:02:18 jhb Exp $ */ /* diff --git a/sys/i386/ibcs2/ibcs2_utime.h b/sys/i386/ibcs2/ibcs2_utime.h index b0a43498188f..94329bf013ec 100644 --- a/sys/i386/ibcs2/ibcs2_utime.h +++ b/sys/i386/ibcs2/ibcs2_utime.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/i386/ibcs2/ibcs2_utime.h,v 1.3 2005/01/06 23:22:04 imp Exp $ */ #ifndef _IBCS2_UTIME_H diff --git a/sys/i386/ibcs2/ibcs2_utsname.h b/sys/i386/ibcs2/ibcs2_utsname.h index 748c17b4c696..9466b3ba10d2 100644 --- a/sys/i386/ibcs2/ibcs2_utsname.h +++ b/sys/i386/ibcs2/ibcs2_utsname.h @@ -1,5 +1,5 @@ /* $NetBSD: ibcs2_utsname.h,v 1.2 1994/10/26 02:53:14 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/ibcs2/ibcs2_utsname.h,v 1.3 2005/01/06 23:22:04 imp Exp $ */ /*- * Copyright (c) 1994 Scott Bartram diff --git a/sys/i386/ibcs2/ibcs2_xenix.c b/sys/i386/ibcs2/ibcs2_xenix.c index dc8bfacd3e57..049a38f99aa4 100644 --- a/sys/i386/ibcs2/ibcs2_xenix.c +++ b/sys/i386/ibcs2/ibcs2_xenix.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/ibcs2_xenix.c,v 1.35 2005/07/07 19:28:55 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/ibcs2/ibcs2_xenix.h b/sys/i386/ibcs2/ibcs2_xenix.h index 4289d881c196..5d57973232eb 100644 --- a/sys/i386/ibcs2/ibcs2_xenix.h +++ b/sys/i386/ibcs2/ibcs2_xenix.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_xenix.h,v 1.15.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.9.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/ibcs2/ibcs2_xenix_syscall.h b/sys/i386/ibcs2/ibcs2_xenix_syscall.h index e2a64c098157..bc98bc2bfee2 100644 --- a/sys/i386/ibcs2/ibcs2_xenix_syscall.h +++ b/sys/i386/ibcs2/ibcs2_xenix_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_xenix_syscall.h,v 1.11.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.9.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/ibcs2/ibcs2_xenix_sysent.c b/sys/i386/ibcs2/ibcs2_xenix_sysent.c index 00d037ff558e..da730d9d7fa7 100644 --- a/sys/i386/ibcs2/ibcs2_xenix_sysent.c +++ b/sys/i386/ibcs2/ibcs2_xenix_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/ibcs2/ibcs2_xenix_sysent.c,v 1.13.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.9.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c index a7ab6075d648..ca0e9ed2afdf 100644 --- a/sys/i386/ibcs2/imgact_coff.c +++ b/sys/i386/ibcs2/imgact_coff.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/ibcs2/imgact_coff.c,v 1.65 2005/04/27 09:05:19 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/ibcs2/syscalls.conf b/sys/i386/ibcs2/syscalls.conf index 1dce299f1f0b..7f5f2c823163 100644 --- a/sys/i386/ibcs2/syscalls.conf +++ b/sys/i386/ibcs2/syscalls.conf @@ -1,4 +1,4 @@ -# syscalls.conf $FreeBSD$ +# syscalls.conf $FreeBSD: src/sys/i386/ibcs2/syscalls.conf,v 1.7 2003/12/24 00:32:07 peter Exp $ sysnames="/dev/null" sysproto="ibcs2_proto.h" sysproto_h=_IBCS2_SYSPROTO_H_ diff --git a/sys/i386/ibcs2/syscalls.isc b/sys/i386/ibcs2/syscalls.isc index 40892e68e693..eb195f6f5eb4 100644 --- a/sys/i386/ibcs2/syscalls.isc +++ b/sys/i386/ibcs2/syscalls.isc @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.8.2.1 2005/07/20 17:42:15 jhb Exp $ #include <sys/param.h> #include <sys/sysent.h> diff --git a/sys/i386/ibcs2/syscalls.isc.conf b/sys/i386/ibcs2/syscalls.isc.conf index 61f25954a227..e60c0dfa09af 100644 --- a/sys/i386/ibcs2/syscalls.isc.conf +++ b/sys/i386/ibcs2/syscalls.isc.conf @@ -1,4 +1,4 @@ -# syscalls.conf $FreeBSD$ +# syscalls.conf $FreeBSD: src/sys/i386/ibcs2/syscalls.isc.conf,v 1.6 2003/12/24 00:32:07 peter Exp $ sysnames="/dev/null" #sysproto="ibcs2_isc.h" sysproto="/dev/null" diff --git a/sys/i386/ibcs2/syscalls.master b/sys/i386/ibcs2/syscalls.master index cadec1785b92..8dce0d3cb17c 100644 --- a/sys/i386/ibcs2/syscalls.master +++ b/sys/i386/ibcs2/syscalls.master @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/i386/ibcs2/syscalls.master,v 1.20.2.1 2005/07/20 17:42:15 jhb Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from IBCS2). diff --git a/sys/i386/ibcs2/syscalls.xenix b/sys/i386/ibcs2/syscalls.xenix index 755d75f3a1bf..ba219f344fcb 100644 --- a/sys/i386/ibcs2/syscalls.xenix +++ b/sys/i386/ibcs2/syscalls.xenix @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.9.2.1 2005/07/20 17:42:15 jhb Exp $ #include <sys/param.h> #include <sys/sysent.h> diff --git a/sys/i386/ibcs2/syscalls.xenix.conf b/sys/i386/ibcs2/syscalls.xenix.conf index 54fdd7bfa3fe..b3372936c9ec 100644 --- a/sys/i386/ibcs2/syscalls.xenix.conf +++ b/sys/i386/ibcs2/syscalls.xenix.conf @@ -1,4 +1,4 @@ -# syscalls.conf $FreeBSD$ +# syscalls.conf $FreeBSD: src/sys/i386/ibcs2/syscalls.xenix.conf,v 1.6 2003/12/24 00:32:07 peter Exp $ sysnames="/dev/null" sysproto="ibcs2_xenix.h" sysproto_h=_IBCS2_XENIX_H_ diff --git a/sys/i386/include/_bus.h b/sys/i386/include/_bus.h index 49bdd5a30757..f1de6b211a1c 100644 --- a/sys/i386/include/_bus.h +++ b/sys/i386/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/i386/include/_bus.h,v 1.1 2005/04/18 21:45:33 imp Exp $ */ #ifndef I386_INCLUDE__BUS_H diff --git a/sys/i386/include/_inttypes.h b/sys/i386/include/_inttypes.h index 7da589d8a771..ccc41f2f6e5e 100644 --- a/sys/i386/include/_inttypes.h +++ b/sys/i386/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/i386/include/_inttypes.h,v 1.2 2002/06/30 05:48:02 mike Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/i386/include/_limits.h b/sys/i386/include/_limits.h index 461f4c3d53e9..4b29a975e458 100644 --- a/sys/i386/include/_limits.h +++ b/sys/i386/include/_limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/_limits.h,v 1.27 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/i386/include/_stdint.h b/sys/i386/include/_stdint.h index 0d8aedfff5d6..7b94f833e916 100644 --- a/sys/i386/include/_stdint.h +++ b/sys/i386/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/i386/include/_stdint.h,v 1.2 2004/05/18 16:04:57 stefanf Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/i386/include/_types.h b/sys/i386/include/_types.h index b272cf0f3f8f..69213f8670a2 100644 --- a/sys/i386/include/_types.h +++ b/sys/i386/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/i386/include/_types.h,v 1.12 2005/07/02 23:13:31 thompsa Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/i386/include/acpica_machdep.h b/sys/i386/include/acpica_machdep.h index 57d39cc0cb3a..907934ffd3af 100644 --- a/sys/i386/include/acpica_machdep.h +++ b/sys/i386/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/i386/include/acpica_machdep.h,v 1.7 2004/10/11 05:39:15 njl Exp $ */ /****************************************************************************** diff --git a/sys/i386/include/apicreg.h b/sys/i386/include/apicreg.h index d5d5dc39ac67..b7ff0a54baf0 100644 --- a/sys/i386/include/apicreg.h +++ b/sys/i386/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/i386/include/apicreg.h,v 1.28 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_APICREG_H_ diff --git a/sys/i386/include/apicvar.h b/sys/i386/include/apicvar.h index c2b39825eaba..a110063b42cc 100644 --- a/sys/i386/include/apicvar.h +++ b/sys/i386/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/i386/include/apicvar.h,v 1.13.2.3 2006/10/30 18:03:04 jhb Exp $ */ #ifndef _MACHINE_APICVAR_H_ diff --git a/sys/i386/include/apm_bios.h b/sys/i386/include/apm_bios.h index 5f0bafa8f038..512cf0aa9e6b 100644 --- a/sys/i386/include/apm_bios.h +++ b/sys/i386/include/apm_bios.h @@ -12,7 +12,7 @@ * * Aug, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/apm_bios.h,v 1.32 2005/04/03 23:26:05 imp Exp $ */ #ifndef _MACHINE_APM_BIOS_H_ diff --git a/sys/i386/include/apm_segments.h b/sys/i386/include/apm_segments.h index 2d04b9bd8e15..4296968aa5fd 100644 --- a/sys/i386/include/apm_segments.h +++ b/sys/i386/include/apm_segments.h @@ -12,7 +12,7 @@ * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/apm_segments.h,v 1.9 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_APM_SEGMENTS_H diff --git a/sys/i386/include/asm.h b/sys/i386/include/asm.h index 64117d0dc65b..f007c8a81b15 100644 --- a/sys/i386/include/asm.h +++ b/sys/i386/include/asm.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/asm.h,v 1.13 2004/04/07 20:46:05 imp Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/i386/include/asmacros.h b/sys/i386/include/asmacros.h index 9b77bd0c4ed6..f5493e836746 100644 --- a/sys/i386/include/asmacros.h +++ b/sys/i386/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/i386/include/asmacros.h,v 1.26 2004/04/07 20:46:05 imp Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/i386/include/atomic.h b/sys/i386/include/atomic.h index 70cec8429672..6db24074b935 100644 --- a/sys/i386/include/atomic.h +++ b/sys/i386/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/i386/include/atomic.h,v 1.38.2.3 2005/10/06 18:12:05 jhb Exp $ */ #ifndef _MACHINE_ATOMIC_H_ #define _MACHINE_ATOMIC_H_ diff --git a/sys/i386/include/bootinfo.h b/sys/i386/include/bootinfo.h index 475a09e08883..9a8e8947cdd9 100644 --- a/sys/i386/include/bootinfo.h +++ b/sys/i386/include/bootinfo.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/bootinfo.h,v 1.15 2003/04/04 16:35:15 phk Exp $ */ #ifndef _MACHINE_BOOTINFO_H_ diff --git a/sys/i386/include/bus.h b/sys/i386/include/bus.h index b3a99511e13c..efd1871e6f0c 100644 --- a/sys/i386/include/bus.h +++ b/sys/i386/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/i386/include/bus.h,v 1.13 2005/05/29 04:42:28 nyan Exp $ */ /* $NetBSD: bus.h,v 1.12 1997/10/01 08:25:15 fvdl Exp $ */ diff --git a/sys/i386/include/bus_dma.h b/sys/i386/include/bus_dma.h index 95e98a7e43c2..765e80575616 100644 --- a/sys/i386/include/bus_dma.h +++ b/sys/i386/include/bus_dma.h @@ -24,7 +24,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/include/bus_dma.h,v 1.28 2005/03/14 16:46:27 scottl Exp $ */ #ifndef _I386_BUS_DMA_H_ #define _I386_BUS_DMA_H_ diff --git a/sys/i386/include/clock.h b/sys/i386/include/clock.h index 8a14df3c34ee..3b4004fd4a7e 100644 --- a/sys/i386/include/clock.h +++ b/sys/i386/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/clock.h,v 1.52 2005/04/13 13:12:12 nyan Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/i386/include/cpu.h b/sys/i386/include/cpu.h index ec9ecd3c33b8..9f02b176d989 100644 --- a/sys/i386/include/cpu.h +++ b/sys/i386/include/cpu.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/cpu.h,v 1.74 2004/11/16 20:42:31 jhb Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 9a646f6cce22..bdd66af871ac 100644 --- a/sys/i386/include/cpufunc.h +++ b/sys/i386/include/cpufunc.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/i386/include/cpufunc.h,v 1.144 2005/05/13 00:05:56 nectar Exp $ */ /* diff --git a/sys/i386/include/cputypes.h b/sys/i386/include/cputypes.h index 58d460ddc56e..f5ad637601a7 100644 --- a/sys/i386/include/cputypes.h +++ b/sys/i386/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/i386/include/cputypes.h,v 1.19 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_CPUTYPES_H_ diff --git a/sys/i386/include/cserial.h b/sys/i386/include/cserial.h index 1fcb611700e6..bb0d375094e3 100644 --- a/sys/i386/include/cserial.h +++ b/sys/i386/include/cserial.h @@ -18,7 +18,7 @@ * all derivative works or modified versions. * * Cronyx Id: cserial.h,v 1.4.2.2 2005/11/09 13:01:35 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/cserial.h,v 1.2.2.1 2006/03/10 23:10:39 rik Exp $ */ /* diff --git a/sys/i386/include/db_machdep.h b/sys/i386/include/db_machdep.h index 27207a8d336b..227c3aa363b8 100644 --- a/sys/i386/include/db_machdep.h +++ b/sys/i386/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/i386/include/db_machdep.h,v 1.20 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/i386/include/elan_mmcr.h b/sys/i386/include/elan_mmcr.h index a02d4b2c90ff..38ec2a455391 100644 --- a/sys/i386/include/elan_mmcr.h +++ b/sys/i386/include/elan_mmcr.h @@ -32,7 +32,7 @@ * bytes. Ignore fields with the 'pad' prefix - they are only present for * alignment purposes. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/elan_mmcr.h,v 1.2 2005/01/06 22:05:28 imp Exp $ */ #ifndef _MACHINE_ELAN_MMCR_H_ diff --git a/sys/i386/include/elf.h b/sys/i386/include/elf.h index c8506ff5c406..1ac3922a8478 100644 --- a/sys/i386/include/elf.h +++ b/sys/i386/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/i386/include/elf.h,v 1.16 2004/08/02 19:12:17 dfr Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/i386/include/endian.h b/sys/i386/include/endian.h index 59fa4a5e9cc5..0f5b42f54c83 100644 --- a/sys/i386/include/endian.h +++ b/sys/i386/include/endian.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)endian.h 7.8 (Berkeley) 4/3/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/endian.h,v 1.41 2005/03/02 21:33:26 joerg Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/i386/include/exec.h b/sys/i386/include/exec.h index 8d07887be252..bd7bac207f27 100644 --- a/sys/i386/include/exec.h +++ b/sys/i386/include/exec.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/exec.h,v 1.10 2005/02/19 21:16:48 ru Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/i386/include/float.h b/sys/i386/include/float.h index 52b899f6e4ce..bafe449d4ada 100644 --- a/sys/i386/include/float.h +++ b/sys/i386/include/float.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/float.h,v 1.15 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/i386/include/floatingpoint.h b/sys/i386/include/floatingpoint.h index cda9e46230ca..a1d874445e37 100644 --- a/sys/i386/include/floatingpoint.h +++ b/sys/i386/include/floatingpoint.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/floatingpoint.h,v 1.14 2005/04/02 17:31:42 netchild Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/i386/include/frame.h b/sys/i386/include/frame.h index 391b8749c760..97fd02d9c9bf 100644 --- a/sys/i386/include/frame.h +++ b/sys/i386/include/frame.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)frame.h 5.2 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/frame.h,v 1.25 2004/07/10 22:11:14 marcel Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/i386/include/gdb_machdep.h b/sys/i386/include/gdb_machdep.h index 95af8d4a8f1f..6b9a2f5c1bdb 100644 --- a/sys/i386/include/gdb_machdep.h +++ b/sys/i386/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/i386/include/gdb_machdep.h,v 1.3 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/i386/include/i4b_cause.h b/sys/i386/include/i4b_cause.h index 0e94483d48b0..582e562ab17f 100644 --- a/sys/i386/include/i4b_cause.h +++ b/sys/i386/include/i4b_cause.h @@ -28,7 +28,7 @@ * i4b_cause.h - causes and cause handling for i4b * ----------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/i4b_cause.h,v 1.9 2005/01/06 22:18:15 imp Exp $ * * last edit-date: [Sun Mar 17 10:08:21 2002] * diff --git a/sys/i386/include/i4b_debug.h b/sys/i386/include/i4b_debug.h index 38ae5ad6230e..a90cdf1f15fd 100644 --- a/sys/i386/include/i4b_debug.h +++ b/sys/i386/include/i4b_debug.h @@ -28,7 +28,7 @@ * i4b_debug.h - i4b debug header file * ----------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/i4b_debug.h,v 1.12 2005/01/06 22:18:15 imp Exp $ * * last edit-date: [Sun Mar 17 10:08:41 2002] * diff --git a/sys/i386/include/i4b_ioctl.h b/sys/i386/include/i4b_ioctl.h index 5c8e4fee3b29..8af1c8badc4c 100644 --- a/sys/i386/include/i4b_ioctl.h +++ b/sys/i386/include/i4b_ioctl.h @@ -28,7 +28,7 @@ * i4b_ioctl.h - messages kernel <--> userland * ------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/i4b_ioctl.h,v 1.22.2.1 2006/08/06 19:03:26 twinterg Exp $ * * last edit-date: [Sun Aug 11 19:19:08 2002] * diff --git a/sys/i386/include/i4b_rbch_ioctl.h b/sys/i386/include/i4b_rbch_ioctl.h index 334aa9dc9305..6f73a05e1cef 100644 --- a/sys/i386/include/i4b_rbch_ioctl.h +++ b/sys/i386/include/i4b_rbch_ioctl.h @@ -28,7 +28,7 @@ * i4b_rbch_ioctl.h raw B-channel driver interface ioctls * ------------------------------------------------------ * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/i4b_rbch_ioctl.h,v 1.6 2005/01/06 22:18:15 imp Exp $ * * last edit-date: [Sun Mar 17 10:10:25 2002] * diff --git a/sys/i386/include/i4b_tel_ioctl.h b/sys/i386/include/i4b_tel_ioctl.h index 47ffc7075f91..33095b6522da 100644 --- a/sys/i386/include/i4b_tel_ioctl.h +++ b/sys/i386/include/i4b_tel_ioctl.h @@ -28,7 +28,7 @@ * i4b_tel_ioctl.h telephony interface ioctls * ------------------------------------------ * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/i4b_tel_ioctl.h,v 1.10 2005/01/06 22:18:15 imp Exp $ * * last edit-date: [Sun Mar 17 10:10:39 2002] * diff --git a/sys/i386/include/i4b_trace.h b/sys/i386/include/i4b_trace.h index fbd40afc2444..f5a439ae7763 100644 --- a/sys/i386/include/i4b_trace.h +++ b/sys/i386/include/i4b_trace.h @@ -28,7 +28,7 @@ * i4b_trace.h - header file for trace data read device * ---------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/i4b_trace.h,v 1.9 2005/01/06 22:18:15 imp Exp $ * * last edit-date: [Sun Mar 17 10:10:52 2002] * diff --git a/sys/i386/include/ieeefp.h b/sys/i386/include/ieeefp.h index b22d99e0bf55..66d1ce8b0761 100644 --- a/sys/i386/include/ieeefp.h +++ b/sys/i386/include/ieeefp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#) ieeefp.h 1.0 (Berkeley) 9/23/93 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/ieeefp.h,v 1.11 2005/03/15 15:53:39 das Exp $ */ /* diff --git a/sys/i386/include/if_wl_wavelan.h b/sys/i386/include/if_wl_wavelan.h index c91768131394..02690d6f7a0c 100644 --- a/sys/i386/include/if_wl_wavelan.h +++ b/sys/i386/include/if_wl_wavelan.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/include/if_wl_wavelan.h,v 1.7 2005/01/06 22:18:15 imp Exp $ */ /*- * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/i386/include/in_cksum.h b/sys/i386/include/in_cksum.h index 062c675c8e77..08efe8ac6b19 100644 --- a/sys/i386/include/in_cksum.h +++ b/sys/i386/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/i386/include/in_cksum.h,v 1.17 2005/03/02 21:33:26 joerg Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/i386/include/intr_machdep.h b/sys/i386/include/intr_machdep.h index 686869bbe4a1..853f47a91213 100644 --- a/sys/i386/include/intr_machdep.h +++ b/sys/i386/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/i386/include/intr_machdep.h,v 1.7.2.5 2006/10/30 18:03:04 jhb Exp $ */ #ifndef __MACHINE_INTR_MACHDEP_H__ diff --git a/sys/i386/include/ioctl_bt848.h b/sys/i386/include/ioctl_bt848.h index ca83a36cdb5a..b8c0bc3432f8 100644 --- a/sys/i386/include/ioctl_bt848.h +++ b/sys/i386/include/ioctl_bt848.h @@ -23,7 +23,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/ioctl_bt848.h,v 1.31 2005/03/02 21:33:26 joerg Exp $ */ #ifndef _MACHINE_IOCTL_BT848_H_ diff --git a/sys/i386/include/ioctl_meteor.h b/sys/i386/include/ioctl_meteor.h index 0322f1ede2c1..965480d79156 100644 --- a/sys/i386/include/ioctl_meteor.h +++ b/sys/i386/include/ioctl_meteor.h @@ -23,7 +23,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/ioctl_meteor.h,v 1.16 2005/03/02 21:33:26 joerg Exp $ */ #ifndef _MACHINE_IOCTL_METEOR_H_ diff --git a/sys/i386/include/iodev.h b/sys/i386/include/iodev.h index 2273620ccba4..3927fba07e37 100644 --- a/sys/i386/include/iodev.h +++ b/sys/i386/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/i386/include/iodev.h,v 1.1 2004/08/01 11:40:53 markm Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/i386/include/kdb.h b/sys/i386/include/kdb.h index ae8cb4f855d4..1a47fa3a3045 100644 --- a/sys/i386/include/kdb.h +++ b/sys/i386/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/i386/include/kdb.h,v 1.2 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/i386/include/legacyvar.h b/sys/i386/include/legacyvar.h index 91f784f1f143..97bd6ef0c0a3 100644 --- a/sys/i386/include/legacyvar.h +++ b/sys/i386/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/i386/include/legacyvar.h,v 1.6.2.1 2005/09/18 02:55:10 imp Exp $ */ #ifndef _MACHINE_LEGACYVAR_H_ diff --git a/sys/i386/include/limits.h b/sys/i386/include/limits.h index 35eea1f619de..eb2c4b54f14d 100644 --- a/sys/i386/include/limits.h +++ b/sys/i386/include/limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/limits.h,v 1.27 2005/03/02 21:33:26 joerg Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/i386/include/md_var.h b/sys/i386/include/md_var.h index 4f8b96d4514f..9681d008e9eb 100644 --- a/sys/i386/include/md_var.h +++ b/sys/i386/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/i386/include/md_var.h,v 1.72.2.4 2006/07/24 23:28:09 peter Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/i386/include/memdev.h b/sys/i386/include/memdev.h index 4443e3605cbe..402e595c8222 100644 --- a/sys/i386/include/memdev.h +++ b/sys/i386/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/i386/include/memdev.h,v 1.1 2004/08/01 11:40:53 markm Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/i386/include/metadata.h b/sys/i386/include/metadata.h index 84e6f8739970..7bd215cc1304 100644 --- a/sys/i386/include/metadata.h +++ b/sys/i386/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/i386/include/metadata.h,v 1.2 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/i386/include/minidump.h b/sys/i386/include/minidump.h index 55508a370e70..da500cc1d057 100644 --- a/sys/i386/include/minidump.h +++ b/sys/i386/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/i386/include/minidump.h,v 1.1.2.1 2006/07/24 23:28:09 peter Exp $ */ #ifndef _MACHINE_MINIDUMP_H_ diff --git a/sys/i386/include/mp_watchdog.h b/sys/i386/include/mp_watchdog.h index bcec051a942f..cfc0cd22a781 100644 --- a/sys/i386/include/mp_watchdog.h +++ b/sys/i386/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/i386/include/mp_watchdog.h,v 1.1 2004/08/15 18:02:09 rwatson Exp $ */ #ifndef _MACHINE_MP_WATCHDOG_H_ diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index 451d9ce14d55..9b218a3dafc9 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/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/i386/include/mptable.h,v 1.222.2.1 2006/03/01 05:57:15 sam Exp $ */ #ifndef __MACHINE_MPTABLE_H__ diff --git a/sys/i386/include/mutex.h b/sys/i386/include/mutex.h index 87d47e511ffc..49ae886798a6 100644 --- a/sys/i386/include/mutex.h +++ b/sys/i386/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/i386/include/mutex.h,v 1.36 2002/03/28 15:14:23 jhb Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h index d63b01d26aa1..38c2addc903d 100644 --- a/sys/i386/include/npx.h +++ b/sys/i386/include/npx.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)npx.h 5.3 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/npx.h,v 1.29.2.1 2006/07/01 00:57:55 davidxu Exp $ */ /* diff --git a/sys/i386/include/param.h b/sys/i386/include/param.h index 4ef1e8d90ba6..4de9f4283a7d 100644 --- a/sys/i386/include/param.h +++ b/sys/i386/include/param.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/param.h,v 1.79 2004/11/20 02:29:49 das Exp $ */ /* diff --git a/sys/i386/include/pc/bios.h b/sys/i386/include/pc/bios.h index 4533de75acdc..d69ed5fd610c 100644 --- a/sys/i386/include/pc/bios.h +++ b/sys/i386/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/i386/include/pc/bios.h,v 1.17.8.1 2005/08/16 22:47:14 phk Exp $ */ #ifndef _MACHINE_PC_BIOS_H_ diff --git a/sys/i386/include/pc/display.h b/sys/i386/include/pc/display.h index cd2d5ff35b73..d4aab5b739c4 100644 --- a/sys/i386/include/pc/display.h +++ b/sys/i386/include/pc/display.h @@ -1,7 +1,7 @@ /* * IBM PC display definitions * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/pc/display.h,v 1.7 2005/04/13 13:12:12 nyan Exp $ */ /* Color attributes for foreground text */ diff --git a/sys/i386/include/pc/vesa.h b/sys/i386/include/pc/vesa.h index 0e991cd3be43..31a8b8e5cde9 100644 --- a/sys/i386/include/pc/vesa.h +++ b/sys/i386/include/pc/vesa.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/i386/include/pc/vesa.h,v 1.8 2002/09/23 18:54:31 alfred Exp $ */ #ifndef _MACHINE_PC_VESA_H diff --git a/sys/i386/include/pcaudioio.h b/sys/i386/include/pcaudioio.h index 969f910f7f81..0b4e57bfc1e5 100644 --- a/sys/i386/include/pcaudioio.h +++ b/sys/i386/include/pcaudioio.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/i386/include/pcaudioio.h,v 1.10 1999/08/28 00:44:20 peter Exp $ */ #ifndef _MACHINE_PCAUDIOIO_H_ diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h index 8a58da2e50f4..2d7d9874c4d7 100644 --- a/sys/i386/include/pcb.h +++ b/sys/i386/include/pcb.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)pcb.h 5.10 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/pcb.h,v 1.55 2005/04/14 04:13:27 peter Exp $ */ #ifndef _I386_PCB_H_ diff --git a/sys/i386/include/pcb_ext.h b/sys/i386/include/pcb_ext.h index 81e1bed513b4..d69838ee94c9 100644 --- a/sys/i386/include/pcb_ext.h +++ b/sys/i386/include/pcb_ext.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/i386/include/pcb_ext.h,v 1.9.14.1 2005/09/26 19:38:12 jhb Exp $ */ #ifndef _I386_PCB_EXT_H_ diff --git a/sys/i386/include/pci_cfgreg.h b/sys/i386/include/pci_cfgreg.h index b246993aa6d7..2ed4719f1eb2 100644 --- a/sys/i386/include/pci_cfgreg.h +++ b/sys/i386/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/i386/include/pci_cfgreg.h,v 1.14 2005/04/03 23:26:44 imp Exp $ * */ diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h index 6312b973834d..8747b79a0e2f 100644 --- a/sys/i386/include/pcpu.h +++ b/sys/i386/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/i386/include/pcpu.h,v 1.44 2005/04/13 22:57:17 peter Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/i386/include/pcvt_ioctl.h b/sys/i386/include/pcvt_ioctl.h index 721539c6a94f..9d39a03cc4fa 100644 --- a/sys/i386/include/pcvt_ioctl.h +++ b/sys/i386/include/pcvt_ioctl.h @@ -49,7 +49,7 @@ * * Last Edit-Date: [Fri Mar 31 10:22:29 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/pcvt_ioctl.h,v 1.17 2005/01/06 22:18:15 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/include/pecoff_machdep.h b/sys/i386/include/pecoff_machdep.h index b20cb711dc69..d1056a5637a2 100644 --- a/sys/i386/include/pecoff_machdep.h +++ b/sys/i386/include/pecoff_machdep.h @@ -1,5 +1,5 @@ /* $NetBSD: pecoff_machdep.h,v 1.5 2000/01/10 03:03:54 matt Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/include/pecoff_machdep.h,v 1.1 2000/12/20 12:50:50 takawata Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/i386/include/perfmon.h b/sys/i386/include/perfmon.h index 891c05eb1f05..ecb31f6fb367 100644 --- a/sys/i386/include/perfmon.h +++ b/sys/i386/include/perfmon.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/perfmon.h,v 1.9 2005/01/06 22:18:15 imp Exp $ */ /* diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h index 03246589aa4a..15d1fdfb3c77 100644 --- a/sys/i386/include/pmap.h +++ b/sys/i386/include/pmap.h @@ -38,7 +38,7 @@ * * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/pmap.h,v 1.117 2005/06/29 22:28:45 peter Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/i386/include/pmc_mdep.h b/sys/i386/include/pmc_mdep.h index 2d4c4a363de7..874c979a1c86 100644 --- a/sys/i386/include/pmc_mdep.h +++ b/sys/i386/include/pmc_mdep.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/i386/include/pmc_mdep.h,v 1.5 2005/06/09 19:45:07 jkoshy Exp $ */ #ifndef _MACHINE_PMC_MDEP_H diff --git a/sys/i386/include/ppireg.h b/sys/i386/include/ppireg.h index 5774757ce67a..9c67557839e3 100644 --- a/sys/i386/include/ppireg.h +++ b/sys/i386/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/i386/include/ppireg.h,v 1.1 2005/05/14 09:10:01 nyan Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/i386/include/privatespace.h b/sys/i386/include/privatespace.h index d5f2bcf3d5fc..26b8d0da5977 100644 --- a/sys/i386/include/privatespace.h +++ b/sys/i386/include/privatespace.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/i386/include/privatespace.h,v 1.3 2001/12/11 23:33:40 jhb Exp $ */ #ifndef _MACHINE_PRIVATESPACE_H_ diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index ec2e6b4beefd..cbfc41899070 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/proc.h,v 1.25 2005/04/04 21:53:54 jhb Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/i386/include/profile.h b/sys/i386/include/profile.h index 06418ebad19d..8c62c04f37d8 100644 --- a/sys/i386/include/profile.h +++ b/sys/i386/include/profile.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)profile.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/profile.h,v 1.40 2005/03/02 21:33:26 joerg Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/i386/include/psl.h b/sys/i386/include/psl.h index 12d05c5cfdbc..427102b88f2e 100644 --- a/sys/i386/include/psl.h +++ b/sys/i386/include/psl.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)psl.h 5.2 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/psl.h,v 1.12 2004/04/07 20:46:05 imp Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/i386/include/ptrace.h b/sys/i386/include/ptrace.h index 24eb41128c47..052bc41a4b0d 100644 --- a/sys/i386/include/ptrace.h +++ b/sys/i386/include/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/ptrace.h,v 1.14 2005/05/31 09:43:04 dfr Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/i386/include/reg.h b/sys/i386/include/reg.h index dbafd4b8a789..b4699879a915 100644 --- a/sys/i386/include/reg.h +++ b/sys/i386/include/reg.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/reg.h,v 1.31 2005/05/31 09:43:04 dfr Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/i386/include/reloc.h b/sys/i386/include/reloc.h index 188319323399..942c956e2460 100644 --- a/sys/i386/include/reloc.h +++ b/sys/i386/include/reloc.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)reloc.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/reloc.h,v 1.8 2004/04/07 20:46:05 imp Exp $ */ #ifndef _I386_MACHINE_RELOC_H_ diff --git a/sys/i386/include/resource.h b/sys/i386/include/resource.h index edde5eb29908..09886cb97ec1 100644 --- a/sys/i386/include/resource.h +++ b/sys/i386/include/resource.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/include/resource.h,v 1.4 2005/01/06 22:18:15 imp Exp $ */ /*- * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/i386/include/runq.h b/sys/i386/include/runq.h index e906fa192c6c..5643b36dd408 100644 --- a/sys/i386/include/runq.h +++ b/sys/i386/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/i386/include/runq.h,v 1.3 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/i386/include/segments.h b/sys/i386/include/segments.h index 351ff5dff8fe..6f785d79e312 100644 --- a/sys/i386/include/segments.h +++ b/sys/i386/include/segments.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)segments.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/segments.h,v 1.38 2005/04/13 22:57:17 peter Exp $ */ #ifndef _MACHINE_SEGMENTS_H_ diff --git a/sys/i386/include/setjmp.h b/sys/i386/include/setjmp.h index e6e0371d5d1b..c6d2f2c765da 100644 --- a/sys/i386/include/setjmp.h +++ b/sys/i386/include/setjmp.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/setjmp.h,v 1.7 2002/10/05 05:47:55 mike Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/i386/include/sf_buf.h b/sys/i386/include/sf_buf.h index 9076260e0116..120ee761bc78 100644 --- a/sys/i386/include/sf_buf.h +++ b/sys/i386/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/i386/include/sf_buf.h,v 1.4 2005/02/13 06:23:13 alc Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/i386/include/sigframe.h b/sys/i386/include/sigframe.h index 98be731d8f10..5f658dcac3f4 100644 --- a/sys/i386/include/sigframe.h +++ b/sys/i386/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/i386/include/sigframe.h,v 1.8 2002/10/25 19:10:56 peter Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/i386/include/signal.h b/sys/i386/include/signal.h index cdeedb21c573..4643f3cf5c51 100644 --- a/sys/i386/include/signal.h +++ b/sys/i386/include/signal.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/signal.h,v 1.22 2005/01/06 22:18:15 imp Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/i386/include/smapi.h b/sys/i386/include/smapi.h index 63b9927016b2..1d30c1683b78 100644 --- a/sys/i386/include/smapi.h +++ b/sys/i386/include/smapi.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/i386/include/smapi.h,v 1.2 2003/03/24 20:44:39 mdodd Exp $ */ #ifndef _MACHINE_SMAPI_H_ diff --git a/sys/i386/include/smp.h b/sys/i386/include/smp.h index 4c9ae76117a2..bd747337238a 100644 --- a/sys/i386/include/smp.h +++ b/sys/i386/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/i386/include/smp.h,v 1.82 2005/04/30 20:00:59 dwhite Exp $ * */ diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h index 3d60740b75d0..1df290fb4bb9 100644 --- a/sys/i386/include/smptests.h +++ b/sys/i386/include/smptests.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/i386/include/smptests.h,v 1.47.2.1 2005/10/04 15:15:22 jhb Exp $ */ #ifndef _MACHINE_SMPTESTS_H_ diff --git a/sys/i386/include/speaker.h b/sys/i386/include/speaker.h index 2950b4760feb..8d1bedfe5e04 100644 --- a/sys/i386/include/speaker.h +++ b/sys/i386/include/speaker.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/speaker.h,v 1.7.14.1 2005/11/16 10:50:11 ru Exp $ */ #ifndef _MACHINE_SPEAKER_H_ diff --git a/sys/i386/include/specialreg.h b/sys/i386/include/specialreg.h index 4cdc3e79fb36..9925c0698994 100644 --- a/sys/i386/include/specialreg.h +++ b/sys/i386/include/specialreg.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)specialreg.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/specialreg.h,v 1.27.8.2 2006/07/21 15:12:03 mr Exp $ */ #ifndef _MACHINE_SPECIALREG_H_ diff --git a/sys/i386/include/stdarg.h b/sys/i386/include/stdarg.h index a8ef25e62239..6cf6b69df78f 100644 --- a/sys/i386/include/stdarg.h +++ b/sys/i386/include/stdarg.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)stdarg.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/stdarg.h,v 1.20 2005/03/02 21:33:26 joerg Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/i386/include/sysarch.h b/sys/i386/include/sysarch.h index 454d64cb6d63..a32f440d0884 100644 --- a/sys/i386/include/sysarch.h +++ b/sys/i386/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/i386/include/sysarch.h,v 1.23 2005/04/13 22:57:17 peter Exp $ */ /* diff --git a/sys/i386/include/timerreg.h b/sys/i386/include/timerreg.h index 0ab7d40510a7..2ab41f4aaf27 100644 --- a/sys/i386/include/timerreg.h +++ b/sys/i386/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/i386/include/timerreg.h,v 1.2 2005/05/28 13:40:26 nyan Exp $ */ /* diff --git a/sys/i386/include/trap.h b/sys/i386/include/trap.h index 2a1e12015a03..9f982d6d8c22 100644 --- a/sys/i386/include/trap.h +++ b/sys/i386/include/trap.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)trap.h 5.4 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/trap.h,v 1.14 2004/04/07 20:46:05 imp Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h index 29907d420498..8dc2910ff801 100644 --- a/sys/i386/include/tss.h +++ b/sys/i386/include/tss.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)tss.h 5.4 (Berkeley) 1/18/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/tss.h,v 1.14 2004/04/07 20:46:05 imp Exp $ */ #ifndef _MACHINE_TSS_H_ diff --git a/sys/i386/include/ucontext.h b/sys/i386/include/ucontext.h index ec3e0eefaea2..2e43dfff0066 100644 --- a/sys/i386/include/ucontext.h +++ b/sys/i386/include/ucontext.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/i386/include/ucontext.h,v 1.10 2002/12/02 19:58:55 deischen Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/i386/include/varargs.h b/sys/i386/include/varargs.h index a71b2ffc8a04..ddf3ff0c6207 100644 --- a/sys/i386/include/varargs.h +++ b/sys/i386/include/varargs.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)varargs.h 8.2 (Berkeley) 3/22/94 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/varargs.h,v 1.14 2005/03/02 21:33:26 joerg Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/i386/include/vm86.h b/sys/i386/include/vm86.h index 041504abab18..2b1d233031e6 100644 --- a/sys/i386/include/vm86.h +++ b/sys/i386/include/vm86.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/i386/include/vm86.h,v 1.17 2002/11/07 01:34:23 davidxu Exp $ */ #ifndef _MACHINE_VM86_H_ diff --git a/sys/i386/include/vmparam.h b/sys/i386/include/vmparam.h index a94408a5ec27..8b3660ab17df 100644 --- a/sys/i386/include/vmparam.h +++ b/sys/i386/include/vmparam.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/include/vmparam.h,v 1.39 2004/08/16 08:35:22 obrien Exp $ */ diff --git a/sys/i386/include/xbox.h b/sys/i386/include/xbox.h index 50822f1e5e1e..f6868afe529b 100644 --- a/sys/i386/include/xbox.h +++ b/sys/i386/include/xbox.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/i386/include/xbox.h,v 1.3.2.1 2006/08/23 16:28:03 rink Exp $ */ #ifndef _MACHINE_XBOX_H_ #define _MACHINE_XBOX_H_ diff --git a/sys/i386/isa/atpic.c b/sys/i386/isa/atpic.c index 3b70f230fc6a..c71970369c7b 100644 --- a/sys/i386/isa/atpic.c +++ b/sys/i386/isa/atpic.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/atpic.c,v 1.20.2.4 2006/10/30 18:03:04 jhb Exp $"); #include "opt_auto_eoi.h" #include "opt_isa.h" diff --git a/sys/i386/isa/atpic_vector.s b/sys/i386/isa/atpic_vector.s index 52aaded17fa0..8e9ea69a7622 100644 --- a/sys/i386/isa/atpic_vector.s +++ b/sys/i386/isa/atpic_vector.s @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * from: vector.s, 386BSD 0.1 unknown origin - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/atpic_vector.s,v 1.47 2004/05/26 07:43:41 bde Exp $ */ /* diff --git a/sys/i386/isa/ccbque.h b/sys/i386/isa/ccbque.h index 72375b087db1..c84757e8b40e 100644 --- a/sys/i386/isa/ccbque.h +++ b/sys/i386/isa/ccbque.h @@ -27,7 +27,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/ccbque.h,v 1.10 2005/01/06 22:18:16 imp Exp $ */ /* * Common command control queue funcs. diff --git a/sys/i386/isa/clock.c b/sys/i386/isa/clock.c index 38b238f6dd92..3eeb009ab76d 100644 --- a/sys/i386/isa/clock.c +++ b/sys/i386/isa/clock.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/clock.c,v 1.222.2.2 2006/08/22 16:52:42 rink Exp $"); /* * Routines to handle clock hardware. diff --git a/sys/i386/isa/elcr.c b/sys/i386/isa/elcr.c index 266d78396db9..95ffec08a4b6 100644 --- a/sys/i386/isa/elcr.c +++ b/sys/i386/isa/elcr.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/elcr.c,v 1.2 2005/01/18 20:24:47 jhb Exp $"); /* * The ELCR is a register that controls the trigger mode and polarity of diff --git a/sys/i386/isa/elink.c b/sys/i386/isa/elink.c index 5fbfd363192b..184d450c7e87 100644 --- a/sys/i386/isa/elink.c +++ b/sys/i386/isa/elink.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/elink.c,v 1.13 2005/01/06 22:18:16 imp Exp $"); /* * Common code for dealing with 3COM ethernet cards. diff --git a/sys/i386/isa/elink.h b/sys/i386/isa/elink.h index 9b27088e7899..24413c2cf999 100644 --- a/sys/i386/isa/elink.h +++ b/sys/i386/isa/elink.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/i386/isa/elink.h,v 1.9 2005/01/06 22:18:16 imp Exp $ */ #ifdef PC98 diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h index b8820221dc1b..a1be0f01102b 100644 --- a/sys/i386/isa/icu.h +++ b/sys/i386/isa/icu.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)icu.h 5.6 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/icu.h,v 1.33 2004/05/11 20:23:24 jhb Exp $ */ /* diff --git a/sys/i386/isa/if_el.c b/sys/i386/isa/if_el.c index ad174bd165fe..6e11d75f8960 100644 --- a/sys/i386/isa/if_el.c +++ b/sys/i386/isa/if_el.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/if_el.c,v 1.67.2.1 2005/08/25 05:01:18 rwatson Exp $"); /* Except of course for the portions of code lifted from other FreeBSD * drivers (mainly elread, elget and el_ioctl) diff --git a/sys/i386/isa/if_elreg.h b/sys/i386/isa/if_elreg.h index f7f36d99d3a4..3d68dc5eaa1c 100644 --- a/sys/i386/isa/if_elreg.h +++ b/sys/i386/isa/if_elreg.h @@ -5,7 +5,7 @@ * of the software, derivative works or modified versions, and any * portions thereof. * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/if_elreg.h,v 1.9 2005/01/06 22:18:16 imp Exp $ */ /* 3COM Etherlink 3C501 Register Definitions */ diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c index 175b1e872608..47ec37a1fa6f 100644 --- a/sys/i386/isa/isa.c +++ b/sys/i386/isa/isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/isa.c,v 1.148 2005/01/06 22:18:16 imp Exp $"); /*- * Modifications for Intel architecture by Garrett A. Wollman. diff --git a/sys/i386/isa/isa.h b/sys/i386/isa/isa.h index ac493b2d8435..30b9742f6fa9 100644 --- a/sys/i386/isa/isa.h +++ b/sys/i386/isa/isa.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/isa.h,v 1.30 2005/05/14 10:14:56 nyan Exp $ */ #ifdef PC98 diff --git a/sys/i386/isa/isa_dma.c b/sys/i386/isa/isa_dma.c index ccfb9c54c77e..7ec18c602f3b 100644 --- a/sys/i386/isa/isa_dma.c +++ b/sys/i386/isa/isa_dma.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/isa_dma.c,v 1.19 2005/05/14 10:14:56 nyan Exp $"); /* * code to manage AT bus diff --git a/sys/i386/isa/nmi.c b/sys/i386/isa/nmi.c index db5550c63423..1b56e767ffa3 100644 --- a/sys/i386/isa/nmi.c +++ b/sys/i386/isa/nmi.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/nmi.c,v 1.79 2004/04/07 20:46:06 imp Exp $"); #include "opt_mca.h" diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index 39e04731f9c3..9485be39ba44 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/npx.c,v 1.162.2.4 2006/07/01 00:57:56 davidxu Exp $"); #include "opt_cpu.h" #include "opt_isa.h" diff --git a/sys/i386/isa/pcf.c b/sys/i386/isa/pcf.c index 10ef4ff075cf..fcd41f59cf5b 100644 --- a/sys/i386/isa/pcf.c +++ b/sys/i386/isa/pcf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/pcf.c,v 1.23 2005/02/25 23:06:25 sam Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/isa/pcvt/pcvt_conf.h b/sys/i386/isa/pcvt/pcvt_conf.h index 02c229e53743..462cfb222733 100644 --- a/sys/i386/isa/pcvt/pcvt_conf.h +++ b/sys/i386/isa/pcvt/pcvt_conf.h @@ -41,7 +41,7 @@ * * Last Edit-Date: [Fri Mar 31 10:20:27 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_conf.h,v 1.12 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pcvt/pcvt_drv.c b/sys/i386/isa/pcvt/pcvt_drv.c index 465067e3de20..a1d7a8904b98 100644 --- a/sys/i386/isa/pcvt/pcvt_drv.c +++ b/sys/i386/isa/pcvt/pcvt_drv.c @@ -50,7 +50,7 @@ * * Last Edit-Date: [Sat Jul 15 15:06:06 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_drv.c,v 1.91 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pcvt/pcvt_ext.c b/sys/i386/isa/pcvt/pcvt_ext.c index 7e2f5cf5c14e..9c253565133d 100644 --- a/sys/i386/isa/pcvt/pcvt_ext.c +++ b/sys/i386/isa/pcvt/pcvt_ext.c @@ -44,7 +44,7 @@ * * Last Edit-Date: [Fri Mar 8 19:57:55 2002] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_ext.c,v 1.35 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pcvt/pcvt_hdr.h b/sys/i386/isa/pcvt/pcvt_hdr.h index 481c0374ba11..b9ef07fa8ba8 100644 --- a/sys/i386/isa/pcvt/pcvt_hdr.h +++ b/sys/i386/isa/pcvt/pcvt_hdr.h @@ -41,7 +41,7 @@ * * Last Edit-Date: [Wed Apr 5 18:21:32 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_hdr.h,v 1.55 2005/06/10 20:56:38 marius Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pcvt/pcvt_kbd.c b/sys/i386/isa/pcvt/pcvt_kbd.c index 9c4d8dc27305..7d1619781ff8 100644 --- a/sys/i386/isa/pcvt/pcvt_kbd.c +++ b/sys/i386/isa/pcvt/pcvt_kbd.c @@ -47,7 +47,7 @@ * * Last Edit-Date: [Wed Apr 5 18:16:52 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_kbd.c,v 1.44 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pcvt/pcvt_kbd.h b/sys/i386/isa/pcvt/pcvt_kbd.h index 109dca52b546..7c004f5aa36b 100644 --- a/sys/i386/isa/pcvt/pcvt_kbd.h +++ b/sys/i386/isa/pcvt/pcvt_kbd.h @@ -47,7 +47,7 @@ * * Last Edit-Date: [Sun Mar 26 10:38:38 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_kbd.h,v 1.12 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pcvt/pcvt_out.c b/sys/i386/isa/pcvt/pcvt_out.c index da32ec50dd07..98e23bddf305 100644 --- a/sys/i386/isa/pcvt/pcvt_out.c +++ b/sys/i386/isa/pcvt/pcvt_out.c @@ -44,7 +44,7 @@ * * Last Edit-Date: [Tue Jun 5 17:27:48 2001] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_out.c,v 1.27 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pcvt/pcvt_sup.c b/sys/i386/isa/pcvt/pcvt_sup.c index a62f54dd935d..30b348617aa6 100644 --- a/sys/i386/isa/pcvt/pcvt_sup.c +++ b/sys/i386/isa/pcvt/pcvt_sup.c @@ -46,7 +46,7 @@ * * Last Edit-Date: [Wed Apr 5 17:24:20 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_sup.c,v 1.27 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pcvt/pcvt_tbl.h b/sys/i386/isa/pcvt/pcvt_tbl.h index 8b681681bae3..940a2be2bf28 100644 --- a/sys/i386/isa/pcvt/pcvt_tbl.h +++ b/sys/i386/isa/pcvt/pcvt_tbl.h @@ -31,7 +31,7 @@ * * Last Edit-Date: [Sun Mar 26 10:38:49 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_tbl.h,v 1.9 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------* * diff --git a/sys/i386/isa/pcvt/pcvt_vtf.c b/sys/i386/isa/pcvt/pcvt_vtf.c index ce23f394177c..9fe3505ab7c0 100644 --- a/sys/i386/isa/pcvt/pcvt_vtf.c +++ b/sys/i386/isa/pcvt/pcvt_vtf.c @@ -44,7 +44,7 @@ * * Last Edit-Date: [Sun Mar 26 10:38:52 2000] * - * $FreeBSD$ + * $FreeBSD: src/sys/i386/isa/pcvt/pcvt_vtf.c,v 1.15 2005/01/06 22:18:17 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i386/isa/pmtimer.c b/sys/i386/isa/pmtimer.c index 1eeac6ddf46b..3563bb68ab15 100644 --- a/sys/i386/isa/pmtimer.c +++ b/sys/i386/isa/pmtimer.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/pmtimer.c,v 1.5 2004/05/30 17:57:43 phk Exp $"); /* * Timer device driver for power management events. diff --git a/sys/i386/isa/prof_machdep.c b/sys/i386/isa/prof_machdep.c index b286d7b1065a..730a14f01fec 100644 --- a/sys/i386/isa/prof_machdep.c +++ b/sys/i386/isa/prof_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/prof_machdep.c,v 1.25 2005/05/20 17:16:24 njl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/isa/spic.c b/sys/i386/isa/spic.c index c3b5f1e1fe9b..db9f24d32641 100644 --- a/sys/i386/isa/spic.c +++ b/sys/i386/isa/spic.c @@ -50,7 +50,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/spic.c,v 1.16 2005/01/06 22:18:16 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/isa/spicreg.h b/sys/i386/isa/spicreg.h index cbbff1a7d081..1ab8023d5f31 100644 --- a/sys/i386/isa/spicreg.h +++ b/sys/i386/isa/spicreg.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/i386/isa/spicreg.h,v 1.4 2005/01/06 22:18:16 imp Exp $ * */ diff --git a/sys/i386/isa/vesa.c b/sys/i386/isa/vesa.c index 5fadfbef4044..254b83701cdf 100644 --- a/sys/i386/isa/vesa.c +++ b/sys/i386/isa/vesa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/isa/vesa.c,v 1.51.2.1 2005/10/05 21:48:03 marius Exp $"); #include "opt_vga.h" #include "opt_vesa.h" diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile index bd6b32a7d4a8..0b123724fc75 100644 --- a/sys/i386/linux/Makefile +++ b/sys/i386/linux/Makefile @@ -1,6 +1,6 @@ # Makefile for syscall tables # -# $FreeBSD$ +# $FreeBSD: src/sys/i386/linux/Makefile,v 1.5 2000/11/01 08:47:33 obrien Exp $ all: @echo "make sysent only" diff --git a/sys/i386/linux/imgact_linux.c b/sys/i386/linux/imgact_linux.c index cfc28e9435c4..f1fa9a7fda86 100644 --- a/sys/i386/linux/imgact_linux.c +++ b/sys/i386/linux/imgact_linux.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/linux/imgact_linux.c,v 1.54 2005/04/01 20:00:10 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 6ca77b392bb8..fdb36bd7830c 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.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/i386/linux/linux.h,v 1.64 2005/04/13 04:31:43 mdodd Exp $ */ #ifndef _I386_LINUX_LINUX_H_ diff --git a/sys/i386/linux/linux_dummy.c b/sys/i386/linux/linux_dummy.c index 0ff2460d71f1..8ae754869bb7 100644 --- a/sys/i386/linux/linux_dummy.c +++ b/sys/i386/linux/linux_dummy.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/linux/linux_dummy.c,v 1.38 2004/03/28 21:43:27 bms Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/linux/linux_genassym.c b/sys/i386/linux/linux_genassym.c index 3a36432174b1..dd714850d715 100644 --- a/sys/i386/linux/linux_genassym.c +++ b/sys/i386/linux/linux_genassym.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/linux/linux_genassym.c,v 1.18 2003/06/02 16:56:40 obrien Exp $"); #include <sys/param.h> #include <sys/assym.h> diff --git a/sys/i386/linux/linux_ipc64.h b/sys/i386/linux/linux_ipc64.h index 04ff5f45f91b..ea27e72daaeb 100644 --- a/sys/i386/linux/linux_ipc64.h +++ b/sys/i386/linux/linux_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/i386/linux/linux_ipc64.h,v 1.1 2002/10/11 11:43:09 sobomax Exp $ */ #ifndef _I386_LINUX_LINUX_IPC64_H_ diff --git a/sys/i386/linux/linux_locore.s b/sys/i386/linux/linux_locore.s index 1c23b3a370e8..61b9dad2ed45 100644 --- a/sys/i386/linux/linux_locore.s +++ b/sys/i386/linux/linux_locore.s @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/linux/linux_locore.s,v 1.11 2001/02/25 06:29:01 jake Exp $ */ #include "linux_assym.h" /* system definitions */ #include <machine/asmacros.h> /* miscellaneous asm macros */ diff --git a/sys/i386/linux/linux_machdep.c b/sys/i386/linux/linux_machdep.c index 8d9eb5d4ef5f..bcdb7f8678dc 100644 --- a/sys/i386/linux/linux_machdep.c +++ b/sys/i386/linux/linux_machdep.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/linux/linux_machdep.c,v 1.48.2.3 2006/09/29 19:05:24 netchild Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h index f45cba07afa1..4702fb33882c 100644 --- a/sys/i386/linux/linux_proto.h +++ b/sys/i386/linux/linux_proto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/linux/linux_proto.h,v 1.64.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.61.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/linux/linux_ptrace.c b/sys/i386/linux/linux_ptrace.c index 68532e29ea01..525d5525498a 100644 --- a/sys/i386/linux/linux_ptrace.c +++ b/sys/i386/linux/linux_ptrace.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/linux/linux_ptrace.c,v 1.16.2.1 2006/03/07 18:08:09 jhb Exp $"); #include "opt_cpu.h" diff --git a/sys/i386/linux/linux_syscall.h b/sys/i386/linux/linux_syscall.h index 565282ef5068..afc85c1e54da 100644 --- a/sys/i386/linux/linux_syscall.h +++ b/sys/i386/linux/linux_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/linux/linux_syscall.h,v 1.58.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.61.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index 9ebb38df40ee..dd4dde6dfe11 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/i386/linux/linux_sysent.c,v 1.65.2.1 2005/07/20 17:43:53 jhb Exp $ * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.61.2.1 2005/07/20 17:42:15 jhb Exp */ diff --git a/sys/i386/linux/linux_sysvec.c b/sys/i386/linux/linux_sysvec.c index 9da322ddeb40..3d913332fc58 100644 --- a/sys/i386/linux/linux_sysvec.c +++ b/sys/i386/linux/linux_sysvec.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/linux/linux_sysvec.c,v 1.137.2.2 2006/06/15 15:52:04 ambrisko Exp $"); /* XXX we use functions that might not exist. */ #include "opt_compat.h" diff --git a/sys/i386/linux/syscalls.conf b/sys/i386/linux/syscalls.conf index 74b687eb1201..752607432cc8 100644 --- a/sys/i386/linux/syscalls.conf +++ b/sys/i386/linux/syscalls.conf @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/i386/linux/syscalls.conf,v 1.6 2003/12/24 00:32:07 peter Exp $ sysnames="/dev/null" sysproto="linux_proto.h" sysproto_h=_LINUX_SYSPROTO_H_ diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index 694d0121b716..716440511149 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/i386/linux/syscalls.master,v 1.61.2.1 2005/07/20 17:42:15 jhb Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 ; System call name/number master file (or rather, slave, from LINUX). diff --git a/sys/i386/pci/pci_bus.c b/sys/i386/pci/pci_bus.c index 0c9fc3b24691..04c5a95771d9 100644 --- a/sys/i386/pci/pci_bus.c +++ b/sys/i386/pci/pci_bus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/pci/pci_bus.c,v 1.119.2.1 2005/09/18 02:55:10 imp Exp $"); #include "opt_cpu.h" diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c index 869649de34a9..841de517a4b0 100644 --- a/sys/i386/pci/pci_cfgreg.c +++ b/sys/i386/pci/pci_cfgreg.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/pci/pci_cfgreg.c,v 1.116.2.1 2006/08/22 16:52:42 rink Exp $"); #include "opt_xbox.h" diff --git a/sys/i386/pci/pci_pir.c b/sys/i386/pci/pci_pir.c index caf5b6e4958c..6a99aa87a237 100644 --- a/sys/i386/pci/pci_pir.c +++ b/sys/i386/pci/pci_pir.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/pci/pci_pir.c,v 1.117.2.1 2005/07/18 19:45:21 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/svr4/svr4_genassym.c b/sys/i386/svr4/svr4_genassym.c index 76e1cc7eb3a9..a96ee6337dc7 100644 --- a/sys/i386/svr4/svr4_genassym.c +++ b/sys/i386/svr4/svr4_genassym.c @@ -1,6 +1,6 @@ /* Derived from: Id: linux_genassym.c,v 1.8 1998/07/29 15:50:41 bde Exp */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/svr4/svr4_genassym.c,v 1.9 2003/06/10 05:05:54 obrien Exp $"); #include <sys/param.h> #include <sys/assym.h> diff --git a/sys/i386/svr4/svr4_locore.s b/sys/i386/svr4/svr4_locore.s index 6274ad2012b3..1baa65d9f71e 100644 --- a/sys/i386/svr4/svr4_locore.s +++ b/sys/i386/svr4/svr4_locore.s @@ -3,7 +3,7 @@ #include <compat/svr4/svr4_syscall.h> /* system call numbers */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/i386/svr4/svr4_locore.s,v 1.14 2003/04/21 16:30:12 obrien Exp $ */ NON_GPROF_ENTRY(svr4_sigcode) call *SVR4_SIGF_HANDLER(%esp) diff --git a/sys/i386/svr4/svr4_machdep.c b/sys/i386/svr4/svr4_machdep.c index 3b731a23da8e..02ba1a218173 100644 --- a/sys/i386/svr4/svr4_machdep.c +++ b/sys/i386/svr4/svr4_machdep.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/svr4/svr4_machdep.c,v 1.35 2005/01/06 22:18:17 imp Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/i386/svr4/svr4_machdep.h b/sys/i386/svr4/svr4_machdep.h index 231ed4c5e690..534e34bd2920 100644 --- a/sys/i386/svr4/svr4_machdep.h +++ b/sys/i386/svr4/svr4_machdep.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/i386/svr4/svr4_machdep.h,v 1.10 2005/01/06 22:18:17 imp Exp $ */ #ifndef _I386_SVR4_MACHDEP_H_ diff --git a/sys/i386/xbox/pic16l.s b/sys/i386/xbox/pic16l.s index 612c306e5942..7426c2056557 100644 --- a/sys/i386/xbox/pic16l.s +++ b/sys/i386/xbox/pic16l.s @@ -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/i386/xbox/pic16l.s,v 1.1.2.1 2006/08/22 16:52:42 rink Exp $ */ #include <machine/asmacros.h> diff --git a/sys/i386/xbox/xbox.c b/sys/i386/xbox/xbox.c index dae9ba29a833..b6c067efde9e 100644 --- a/sys/i386/xbox/xbox.c +++ b/sys/i386/xbox/xbox.c @@ -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/i386/xbox/xbox.c,v 1.4.2.1 2006/08/22 16:52:42 rink Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i386/xbox/xboxfb.c b/sys/i386/xbox/xboxfb.c index 57fffe6c8da3..31434c70d878 100644 --- a/sys/i386/xbox/xboxfb.c +++ b/sys/i386/xbox/xboxfb.c @@ -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/i386/xbox/xboxfb.c,v 1.4.2.1 2006/08/22 16:52:42 rink Exp $ */ /* diff --git a/sys/i4b/capi/README b/sys/i4b/capi/README index 91685258e161..0ecebabccfcf 100644 --- a/sys/i4b/capi/README +++ b/sys/i4b/capi/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/i4b/capi/README,v 1.1 2001/05/25 08:39:31 hm Exp $ Message-ID: <3AF56886.7D92609A@cubical.fi> Date: Sun, 06 May 2001 18:06:47 +0300 diff --git a/sys/i4b/capi/capi.h b/sys/i4b/capi/capi.h index c6dc9e87edd9..51b080758d91 100644 --- a/sys/i4b/capi/capi.h +++ b/sys/i4b/capi/capi.h @@ -25,7 +25,7 @@ /* capi/capi.h The CAPI device interface. * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/capi/capi.h,v 1.2 2005/01/06 22:18:18 imp Exp $ */ #ifndef _I4B_CAPI_H_ diff --git a/sys/i4b/capi/capi_l4if.c b/sys/i4b/capi/capi_l4if.c index 15cdb3726714..0775bfe082de 100644 --- a/sys/i4b/capi/capi_l4if.c +++ b/sys/i4b/capi/capi_l4if.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/capi/capi_l4if.c,v 1.7 2005/01/06 22:18:18 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/capi/capi_llif.c b/sys/i4b/capi/capi_llif.c index e9aaad857379..949dd22d3830 100644 --- a/sys/i4b/capi/capi_llif.c +++ b/sys/i4b/capi/capi_llif.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/capi/capi_llif.c,v 1.4 2005/01/06 22:18:18 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/capi/capi_msgs.c b/sys/i4b/capi/capi_msgs.c index 2cdeebbbcd70..3b7e49ab95ac 100644 --- a/sys/i4b/capi/capi_msgs.c +++ b/sys/i4b/capi/capi_msgs.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/capi/capi_msgs.c,v 1.5 2005/01/06 22:18:18 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/capi/capi_msgs.h b/sys/i4b/capi/capi_msgs.h index 5d8b3ab1527f..b446d984356e 100644 --- a/sys/i4b/capi/capi_msgs.h +++ b/sys/i4b/capi/capi_msgs.h @@ -25,7 +25,7 @@ /* capi/capi_msgs.h The CAPI i4b message and handler declarations. * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/capi/capi_msgs.h,v 1.2 2005/01/06 22:18:18 imp Exp $ */ #ifndef _I4B_CAPI_MSGS_H_ diff --git a/sys/i4b/capi/iavc/iavc.h b/sys/i4b/capi/iavc/iavc.h index cfe60a995003..29985add7036 100644 --- a/sys/i4b/capi/iavc/iavc.h +++ b/sys/i4b/capi/iavc/iavc.h @@ -25,7 +25,7 @@ /* capi/iavc/iavc.h The AVM ISDN controllers' common declarations. * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/capi/iavc/iavc.h,v 1.3 2005/01/06 22:18:18 imp Exp $ */ #ifndef _CAPI_IAVC_H_ diff --git a/sys/i4b/capi/iavc/iavc_card.c b/sys/i4b/capi/iavc/iavc_card.c index 763c8a063204..56ae8601c97c 100644 --- a/sys/i4b/capi/iavc/iavc_card.c +++ b/sys/i4b/capi/iavc/iavc_card.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/capi/iavc/iavc_card.c,v 1.5 2005/01/06 22:18:18 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/capi/iavc/iavc_isa.c b/sys/i4b/capi/iavc/iavc_isa.c index 4ebbe7664528..2c5d947d9c38 100644 --- a/sys/i4b/capi/iavc/iavc_isa.c +++ b/sys/i4b/capi/iavc/iavc_isa.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/capi/iavc/iavc_isa.c,v 1.9 2005/01/06 22:18:18 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/capi/iavc/iavc_lli.c b/sys/i4b/capi/iavc/iavc_lli.c index fb19040ab66f..847ad67ab414 100644 --- a/sys/i4b/capi/iavc/iavc_lli.c +++ b/sys/i4b/capi/iavc/iavc_lli.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/capi/iavc/iavc_lli.c,v 1.8 2005/01/06 22:18:18 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/capi/iavc/iavc_pci.c b/sys/i4b/capi/iavc/iavc_pci.c index d8bcd97a856d..ebff6d243cbb 100644 --- a/sys/i4b/capi/iavc/iavc_pci.c +++ b/sys/i4b/capi/iavc/iavc_pci.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/capi/iavc/iavc_pci.c,v 1.10 2005/01/06 22:18:18 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/driver/i4b_ctl.c b/sys/i4b/driver/i4b_ctl.c index adbff61e5c12..2a1a7f46f51e 100644 --- a/sys/i4b/driver/i4b_ctl.c +++ b/sys/i4b/driver/i4b_ctl.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/driver/i4b_ctl.c,v 1.26 2005/01/06 22:18:18 imp Exp $"); #include <sys/param.h> #include <sys/ioccom.h> diff --git a/sys/i4b/driver/i4b_ing.c b/sys/i4b/driver/i4b_ing.c index a61e1e83d4c1..eb28601db60f 100644 --- a/sys/i4b/driver/i4b_ing.c +++ b/sys/i4b/driver/i4b_ing.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/driver/i4b_ing.c,v 1.24 2005/01/06 22:18:18 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/driver/i4b_ipr.c b/sys/i4b/driver/i4b_ipr.c index 7fbebc82ea3e..72b9ccc1db1d 100644 --- a/sys/i4b/driver/i4b_ipr.c +++ b/sys/i4b/driver/i4b_ipr.c @@ -55,7 +55,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/driver/i4b_ipr.c,v 1.34.2.1 2005/08/25 05:01:19 rwatson Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/driver/i4b_isppp.c b/sys/i4b/driver/i4b_isppp.c index 2d9abe8b77c0..8ab094b08b4b 100644 --- a/sys/i4b/driver/i4b_isppp.c +++ b/sys/i4b/driver/i4b_isppp.c @@ -40,7 +40,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/driver/i4b_isppp.c,v 1.30.2.1 2005/08/25 05:01:19 rwatson Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/driver/i4b_rbch.c b/sys/i4b/driver/i4b_rbch.c index 330d277489fb..a4da5ffd1be5 100644 --- a/sys/i4b/driver/i4b_rbch.c +++ b/sys/i4b/driver/i4b_rbch.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/driver/i4b_rbch.c,v 1.35 2005/01/06 22:18:18 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/driver/i4b_tel.c b/sys/i4b/driver/i4b_tel.c index 6fea6cc62cda..120268e7e52e 100644 --- a/sys/i4b/driver/i4b_tel.c +++ b/sys/i4b/driver/i4b_tel.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/driver/i4b_tel.c,v 1.36 2005/01/06 22:18:18 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/driver/i4b_trace.c b/sys/i4b/driver/i4b_trace.c index 17bf91d778b4..eaf708a0469f 100644 --- a/sys/i4b/driver/i4b_trace.c +++ b/sys/i4b/driver/i4b_trace.c @@ -34,7 +34,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/driver/i4b_trace.c,v 1.32 2005/01/06 22:18:18 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/include/i4b_global.h b/sys/i4b/include/i4b_global.h index c7bcf319e0e0..95a852ef95a4 100644 --- a/sys/i4b/include/i4b_global.h +++ b/sys/i4b/include/i4b_global.h @@ -28,7 +28,7 @@ * i4b_global.h - i4b global include file * -------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/include/i4b_global.h,v 1.13 2005/01/06 22:18:18 imp Exp $ * * last edit-date: [Sun Mar 17 09:55:26 2002] * diff --git a/sys/i4b/include/i4b_isdnq931.h b/sys/i4b/include/i4b_isdnq931.h index e5a8a2d143e9..fe92d0ff4a5e 100644 --- a/sys/i4b/include/i4b_isdnq931.h +++ b/sys/i4b/include/i4b_isdnq931.h @@ -28,7 +28,7 @@ * i4b_isdnq931.h - DSS1 layer 3 message types * ------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/include/i4b_isdnq931.h,v 1.9 2005/01/06 22:18:18 imp Exp $ * * last edit-date: [Sat Mar 9 15:53:49 2002] * diff --git a/sys/i4b/include/i4b_l1l2.h b/sys/i4b/include/i4b_l1l2.h index 8638115dd7e3..3b202513411c 100644 --- a/sys/i4b/include/i4b_l1l2.h +++ b/sys/i4b/include/i4b_l1l2.h @@ -28,7 +28,7 @@ * i4b_l1l2.h - i4b layer 1 / layer 2 interactions * --------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/include/i4b_l1l2.h,v 1.9 2005/01/06 22:18:18 imp Exp $ * * last edit-date: [Sat Mar 9 15:54:49 2002] * diff --git a/sys/i4b/include/i4b_l2l3.h b/sys/i4b/include/i4b_l2l3.h index e866073f9ac5..50339bb860ef 100644 --- a/sys/i4b/include/i4b_l2l3.h +++ b/sys/i4b/include/i4b_l2l3.h @@ -28,7 +28,7 @@ * i4b_l2l3.h - i4b layer 2 / layer 3 interactions * ----------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/include/i4b_l2l3.h,v 1.9 2005/01/06 22:18:18 imp Exp $ * * last edit-date: [Sat Mar 9 15:55:16 2002] * diff --git a/sys/i4b/include/i4b_l3l4.h b/sys/i4b/include/i4b_l3l4.h index 08a7c5dc0f5c..8feb4b4d4a37 100644 --- a/sys/i4b/include/i4b_l3l4.h +++ b/sys/i4b/include/i4b_l3l4.h @@ -28,7 +28,7 @@ * i4b_l3l4.h - layer 3 / layer 4 interface * ------------------------------------------ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/include/i4b_l3l4.h,v 1.14 2005/01/06 22:18:18 imp Exp $ * * last edit-date: [Sun Aug 11 12:52:41 2002] * diff --git a/sys/i4b/include/i4b_mbuf.h b/sys/i4b/include/i4b_mbuf.h index dbca59067daf..29fba71daad9 100644 --- a/sys/i4b/include/i4b_mbuf.h +++ b/sys/i4b/include/i4b_mbuf.h @@ -28,7 +28,7 @@ * i4b - mbuf handling support routines * -------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/include/i4b_mbuf.h,v 1.9 2005/01/06 22:18:18 imp Exp $ * * last edit-date: [Sat Mar 9 15:58:11 2002] * diff --git a/sys/i4b/layer1/i4b_hdlc.c b/sys/i4b/layer1/i4b_hdlc.c index 15c22b2f821c..e64eba530185 100644 --- a/sys/i4b/layer1/i4b_hdlc.c +++ b/sys/i4b/layer1/i4b_hdlc.c @@ -33,7 +33,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/i4b_hdlc.c,v 1.3 2005/01/06 22:18:19 imp Exp $"); #include <sys/types.h> diff --git a/sys/i4b/layer1/i4b_hdlc.h b/sys/i4b/layer1/i4b_hdlc.h index 83aaf35efc34..6370ce67509e 100644 --- a/sys/i4b/layer1/i4b_hdlc.h +++ b/sys/i4b/layer1/i4b_hdlc.h @@ -30,7 +30,7 @@ * * $Id: i4b_hdlc.h,v 1.5 2000/08/28 07:41:19 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/i4b_hdlc.h,v 1.6 2005/01/06 22:18:19 imp Exp $ * * last edit-date: [Wed Jul 19 09:41:13 2000] * diff --git a/sys/i4b/layer1/i4b_l1.h b/sys/i4b/layer1/i4b_l1.h index ac6a67162d2c..6b406a8aaea6 100644 --- a/sys/i4b/layer1/i4b_l1.h +++ b/sys/i4b/layer1/i4b_l1.h @@ -28,7 +28,7 @@ * i4b_l1.h - isdn4bsd layer 1 header file * --------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/i4b_l1.h,v 1.14 2005/01/06 22:18:19 imp Exp $ * * last edit-date: [Tue Jan 23 17:04:57 2001] * diff --git a/sys/i4b/layer1/i4b_l1dmux.c b/sys/i4b/layer1/i4b_l1dmux.c index b1586bb329d5..b3aa18a94719 100644 --- a/sys/i4b/layer1/i4b_l1dmux.c +++ b/sys/i4b/layer1/i4b_l1dmux.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/i4b_l1dmux.c,v 1.8 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/i4b_l1lib.c b/sys/i4b/layer1/i4b_l1lib.c index 75e9778e1ee7..a16c653e8944 100644 --- a/sys/i4b/layer1/i4b_l1lib.c +++ b/sys/i4b/layer1/i4b_l1lib.c @@ -33,7 +33,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/i4b_l1lib.c,v 1.5 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h b/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h index 127f1e30cb98..e4ac9ffc6e70 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h @@ -30,7 +30,7 @@ * * $Id: i4b_ifpi_ext.h,v 1.2 2000/06/02 16:14:36 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h,v 1.2 2005/01/06 22:18:19 imp Exp $ * * last edit-date: [Fri Jun 2 14:53:31 2000] * diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c b/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c index c2cec26d8579..ee15acaae377 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c @@ -33,7 +33,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c,v 1.8 2005/01/06 22:18:19 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c b/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c index 84e655acb251..8645920f810d 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c @@ -33,7 +33,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c,v 1.8 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c b/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c index 182a93243d89..c1f3c063fbd0 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c @@ -33,7 +33,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c,v 1.8 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c b/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c index d21737db9064..4843cc466221 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c @@ -39,7 +39,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c,v 1.17 2005/01/06 22:18:19 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h b/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h index 84f44de94bfd..dee201b50371 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h @@ -30,7 +30,7 @@ * * $Id$ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h,v 1.2 2005/01/06 22:18:19 imp Exp $ * * *---------------------------------------------------------------------------*/ diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c index 8a5858185e49..2b6bff495a66 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c @@ -33,7 +33,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c,v 1.5 2005/01/06 22:18:19 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h b/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h index 4d6690546bdc..359721be9561 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h @@ -31,7 +31,7 @@ /*--------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h,v 1.2 2005/01/06 22:18:19 imp Exp $ * * *---------------------------------------------------------------------------*/ diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c index 6ad10a83c4a0..4fe2050af6d6 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c @@ -33,7 +33,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c,v 1.6 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c index 674a054593c1..65772f7adae3 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c,v 1.5 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c index 17396a039898..12ea5d252742 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c @@ -38,7 +38,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c,v 1.17 2005/01/06 22:18:19 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c index cee08b1756bb..a0c99b4168b4 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c @@ -38,7 +38,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c,v 1.12 2005/01/06 22:18:19 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h b/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h index e89dacf0e545..911669af1fd3 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h @@ -31,7 +31,7 @@ * $Id: i4b_ifpnp_ext.h,v 1.2 2000/06/02 16:14:36 hm Exp $ * $Ust: src/i4b/layer1-nb/ifpnp/i4b_ifpnp_ext.h,v 1.4 2000/04/18 08:03:05 ust Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h,v 1.2 2005/01/06 22:18:19 imp Exp $ * * last edit-date: [Fri Jun 2 14:54:57 2000] * diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c index 80d88835ea01..874bcb8279f2 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c @@ -34,7 +34,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c,v 1.7 2005/01/06 22:18:19 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c index a235f8d79ace..1e0d46db91c4 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c @@ -34,7 +34,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c,v 1.7 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c index 6f2eb4858929..b70d3b6c03fe 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c @@ -34,7 +34,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c,v 1.7 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc.h b/sys/i4b/layer1/ihfc/i4b_ihfc.h index f4d724125b7c..d685d231c608 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc.h +++ b/sys/i4b/layer1/ihfc/i4b_ihfc.h @@ -32,7 +32,7 @@ * * $Id: i4b_ihfc.h,v 1.9 2000/09/19 13:50:36 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/ihfc/i4b_ihfc.h,v 1.2 2005/01/06 22:18:19 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c index 5cc4e008a4d3..02ba1e6ee2d1 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c @@ -35,7 +35,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c,v 1.16 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h index 9ea6720ecdc1..da3d51da2f9e 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h @@ -32,7 +32,7 @@ * * $Id: i4b_ihfc_drv.h,v 1.7 2000/09/19 13:50:36 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h,v 1.2 2005/01/06 22:18:19 imp Exp $ * *---------------------------------------------------------------------------*/ #ifndef I4B_IHFC_DRV_H_ diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h b/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h index fde0c87a8cc1..5b3c08e43c71 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h @@ -32,7 +32,7 @@ * * $Id: i4b_ihfc_ext.h,v 1.6 2000/08/20 07:14:08 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h,v 1.2 2005/01/06 22:18:19 imp Exp $ * *---------------------------------------------------------------------------*/ diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c index 72b255550df1..a3528d923946 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c @@ -38,7 +38,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c,v 1.13 2005/01/06 22:18:19 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c b/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c index ef2c76cbde0f..11ced68a8dee 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c @@ -36,7 +36,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c,v 1.10 2005/01/06 22:18:20 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/isic/i4b_asuscom_ipac.c b/sys/i4b/layer1/isic/i4b_asuscom_ipac.c index ac79f6028ffa..b9a78331592a 100644 --- a/sys/i4b/layer1/isic/i4b_asuscom_ipac.c +++ b/sys/i4b/layer1/isic/i4b_asuscom_ipac.c @@ -46,7 +46,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_asuscom_ipac.c,v 1.8 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_avm_a1.c b/sys/i4b/layer1/isic/i4b_avm_a1.c index 3ea7753324a0..3527f824619d 100644 --- a/sys/i4b/layer1/isic/i4b_avm_a1.c +++ b/sys/i4b/layer1/isic/i4b_avm_a1.c @@ -40,7 +40,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_avm_a1.c,v 1.9 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_bchan.c b/sys/i4b/layer1/isic/i4b_bchan.c index e43257a8a160..7e7cba4bfbc4 100644 --- a/sys/i4b/layer1/isic/i4b_bchan.c +++ b/sys/i4b/layer1/isic/i4b_bchan.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_bchan.c,v 1.13 2005/01/06 22:18:20 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/isic/i4b_ctx_s0P.c b/sys/i4b/layer1/isic/i4b_ctx_s0P.c index e1eb265a571f..50a3410d6234 100644 --- a/sys/i4b/layer1/isic/i4b_ctx_s0P.c +++ b/sys/i4b/layer1/isic/i4b_ctx_s0P.c @@ -39,7 +39,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_ctx_s0P.c,v 1.11 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_diva.c b/sys/i4b/layer1/isic/i4b_diva.c index 8bd332a55427..8cdf03924f61 100644 --- a/sys/i4b/layer1/isic/i4b_diva.c +++ b/sys/i4b/layer1/isic/i4b_diva.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_diva.c,v 1.4 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_drn_ngo.c b/sys/i4b/layer1/isic/i4b_drn_ngo.c index c4447dcca810..70b267fe382a 100644 --- a/sys/i4b/layer1/isic/i4b_drn_ngo.c +++ b/sys/i4b/layer1/isic/i4b_drn_ngo.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_drn_ngo.c,v 1.9 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_dynalink.c b/sys/i4b/layer1/isic/i4b_dynalink.c index 20fcab4fd1ce..6fa5f22a94d3 100644 --- a/sys/i4b/layer1/isic/i4b_dynalink.c +++ b/sys/i4b/layer1/isic/i4b_dynalink.c @@ -38,7 +38,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_dynalink.c,v 1.8 2005/01/06 22:18:20 imp Exp $"); /* NOTES: diff --git a/sys/i4b/layer1/isic/i4b_elsa_pcc16.c b/sys/i4b/layer1/isic/i4b_elsa_pcc16.c index 7578ad85d0c3..253703230ee9 100644 --- a/sys/i4b/layer1/isic/i4b_elsa_pcc16.c +++ b/sys/i4b/layer1/isic/i4b_elsa_pcc16.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_elsa_pcc16.c,v 1.10 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_elsa_qs1i.c b/sys/i4b/layer1/isic/i4b_elsa_qs1i.c index 4d81bdbba4b2..2676298ff103 100644 --- a/sys/i4b/layer1/isic/i4b_elsa_qs1i.c +++ b/sys/i4b/layer1/isic/i4b_elsa_qs1i.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_elsa_qs1i.c,v 1.8 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_elsa_qs1p.c b/sys/i4b/layer1/isic/i4b_elsa_qs1p.c index a8baf98d2df7..8f50aa5b4bfb 100644 --- a/sys/i4b/layer1/isic/i4b_elsa_qs1p.c +++ b/sys/i4b/layer1/isic/i4b_elsa_qs1p.c @@ -34,7 +34,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_elsa_qs1p.c,v 1.14 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_hscx.c b/sys/i4b/layer1/isic/i4b_hscx.c index b9055ff08be7..7b41a5693df0 100644 --- a/sys/i4b/layer1/isic/i4b_hscx.c +++ b/sys/i4b/layer1/isic/i4b_hscx.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_hscx.c,v 1.11 2005/01/06 22:18:20 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/isic/i4b_hscx.h b/sys/i4b/layer1/isic/i4b_hscx.h index 890d6b73b6b4..965f429a7540 100644 --- a/sys/i4b/layer1/isic/i4b_hscx.h +++ b/sys/i4b/layer1/isic/i4b_hscx.h @@ -31,7 +31,7 @@ /*--------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/isic/i4b_hscx.h,v 1.3 2005/01/06 22:18:20 imp Exp $ * * last edit-date: [Wed Jan 24 09:09:51 2001] * diff --git a/sys/i4b/layer1/isic/i4b_ipac.h b/sys/i4b/layer1/isic/i4b_ipac.h index 6361b351f6a3..1ae2fa99a617 100644 --- a/sys/i4b/layer1/isic/i4b_ipac.h +++ b/sys/i4b/layer1/isic/i4b_ipac.h @@ -28,7 +28,7 @@ * i4b_ipac.h - definitions for the Siemens IPAC PSB2115 chip * ========================================================== * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/isic/i4b_ipac.h,v 1.3 2005/01/06 22:18:20 imp Exp $ * * last edit-date: [Wed Jan 24 09:10:09 2001] * diff --git a/sys/i4b/layer1/isic/i4b_isac.c b/sys/i4b/layer1/isic/i4b_isac.c index fdd37e370ffc..0296e7909445 100644 --- a/sys/i4b/layer1/isic/i4b_isac.c +++ b/sys/i4b/layer1/isic/i4b_isac.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_isac.c,v 1.8 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_isac.h b/sys/i4b/layer1/isic/i4b_isac.h index 7435104eee03..037fcb7541be 100644 --- a/sys/i4b/layer1/isic/i4b_isac.h +++ b/sys/i4b/layer1/isic/i4b_isac.h @@ -31,7 +31,7 @@ /*--------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/isic/i4b_isac.h,v 1.3 2005/01/06 22:18:20 imp Exp $ * * last edit-date: [Wed Jan 24 09:10:42 2001] * diff --git a/sys/i4b/layer1/isic/i4b_isic.c b/sys/i4b/layer1/isic/i4b_isic.c index 6c16c9009910..d435b21695ce 100644 --- a/sys/i4b/layer1/isic/i4b_isic.c +++ b/sys/i4b/layer1/isic/i4b_isic.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_isic.c,v 1.7 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_isic.h b/sys/i4b/layer1/isic/i4b_isic.h index d4c3bcec22a6..6acb3fa77f1a 100644 --- a/sys/i4b/layer1/isic/i4b_isic.h +++ b/sys/i4b/layer1/isic/i4b_isic.h @@ -28,7 +28,7 @@ * i4b_l1.h - isdn4bsd layer 1 header file * --------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/isic/i4b_isic.h,v 1.5 2005/04/08 03:37:20 nyan Exp $ * * last edit-date: [Fri Jan 26 13:55:12 2001] * diff --git a/sys/i4b/layer1/isic/i4b_isic_ext.h b/sys/i4b/layer1/isic/i4b_isic_ext.h index ad99114f71ef..8745cc617312 100644 --- a/sys/i4b/layer1/isic/i4b_isic_ext.h +++ b/sys/i4b/layer1/isic/i4b_isic_ext.h @@ -28,7 +28,7 @@ * i4b_l1.h - isdn4bsd layer 1 header file * --------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/isic/i4b_isic_ext.h,v 1.3 2005/01/06 22:18:20 imp Exp $ * * last edit-date: [Wed Jan 24 09:11:12 2001] * diff --git a/sys/i4b/layer1/isic/i4b_isic_isa.c b/sys/i4b/layer1/isic/i4b_isic_isa.c index f4accd73572e..768211cf1621 100644 --- a/sys/i4b/layer1/isic/i4b_isic_isa.c +++ b/sys/i4b/layer1/isic/i4b_isic_isa.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_isic_isa.c,v 1.9 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_isic_pnp.c b/sys/i4b/layer1/isic/i4b_isic_pnp.c index 562e69adc481..0e76e47cdc56 100644 --- a/sys/i4b/layer1/isic/i4b_isic_pnp.c +++ b/sys/i4b/layer1/isic/i4b_isic_pnp.c @@ -42,7 +42,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_isic_pnp.c,v 1.12 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_itk_ix1.c b/sys/i4b/layer1/isic/i4b_itk_ix1.c index efff61b2b443..42cfd61f08b1 100644 --- a/sys/i4b/layer1/isic/i4b_itk_ix1.c +++ b/sys/i4b/layer1/isic/i4b_itk_ix1.c @@ -59,7 +59,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_itk_ix1.c,v 1.10 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_l1.c b/sys/i4b/layer1/isic/i4b_l1.c index f9c62b3c435f..38e4001c4f4a 100644 --- a/sys/i4b/layer1/isic/i4b_l1.c +++ b/sys/i4b/layer1/isic/i4b_l1.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_l1.c,v 1.8 2005/01/06 22:18:20 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer1/isic/i4b_l1fsm.c b/sys/i4b/layer1/isic/i4b_l1fsm.c index 9ba00d688c7b..d93a95766a71 100644 --- a/sys/i4b/layer1/isic/i4b_l1fsm.c +++ b/sys/i4b/layer1/isic/i4b_l1fsm.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_l1fsm.c,v 1.8 2005/01/06 22:18:20 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer1/isic/i4b_siemens_isurf.c b/sys/i4b/layer1/isic/i4b_siemens_isurf.c index 50266af58bd4..9d9056cfff62 100644 --- a/sys/i4b/layer1/isic/i4b_siemens_isurf.c +++ b/sys/i4b/layer1/isic/i4b_siemens_isurf.c @@ -41,7 +41,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_siemens_isurf.c,v 1.8 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_sws.c b/sys/i4b/layer1/isic/i4b_sws.c index 65d29f8f7dfd..6a860cc47b20 100644 --- a/sys/i4b/layer1/isic/i4b_sws.c +++ b/sys/i4b/layer1/isic/i4b_sws.c @@ -49,7 +49,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_sws.c,v 1.8 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_tel_s016.c b/sys/i4b/layer1/isic/i4b_tel_s016.c index d4f32c14e1a4..dd5b890aeca9 100644 --- a/sys/i4b/layer1/isic/i4b_tel_s016.c +++ b/sys/i4b/layer1/isic/i4b_tel_s016.c @@ -40,7 +40,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_tel_s016.c,v 1.10 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_tel_s0163.c b/sys/i4b/layer1/isic/i4b_tel_s0163.c index 4dcc5c4caacd..264cb18f33da 100644 --- a/sys/i4b/layer1/isic/i4b_tel_s0163.c +++ b/sys/i4b/layer1/isic/i4b_tel_s0163.c @@ -40,7 +40,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_tel_s0163.c,v 1.9 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_tel_s08.c b/sys/i4b/layer1/isic/i4b_tel_s08.c index 285530b04f79..f4e2623ed349 100644 --- a/sys/i4b/layer1/isic/i4b_tel_s08.c +++ b/sys/i4b/layer1/isic/i4b_tel_s08.c @@ -40,7 +40,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_tel_s08.c,v 1.10 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/isic/i4b_usr_sti.c b/sys/i4b/layer1/isic/i4b_usr_sti.c index c9be86c8ff2f..9a8d24d4f240 100644 --- a/sys/i4b/layer1/isic/i4b_usr_sti.c +++ b/sys/i4b/layer1/isic/i4b_usr_sti.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/isic/i4b_usr_sti.c,v 1.9 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/itjc/i4b_hdlc.h b/sys/i4b/layer1/itjc/i4b_hdlc.h index 09c8ddd762b7..ae918928098a 100644 --- a/sys/i4b/layer1/itjc/i4b_hdlc.h +++ b/sys/i4b/layer1/itjc/i4b_hdlc.h @@ -30,7 +30,7 @@ * * $Id: i4b_hdlc.h,v 1.5 2000/08/28 07:41:19 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/itjc/i4b_hdlc.h,v 1.3 2005/01/06 22:18:20 imp Exp $ * * last edit-date: [Thu Jan 11 11:31:01 2001] * diff --git a/sys/i4b/layer1/itjc/i4b_itjc_ext.h b/sys/i4b/layer1/itjc/i4b_itjc_ext.h index 4009dde5a651..e4fd7831fd08 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_ext.h +++ b/sys/i4b/layer1/itjc/i4b_itjc_ext.h @@ -28,7 +28,7 @@ * i4b_itjc - NetJet PCI for split layers * ------------------------------------------ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/itjc/i4b_itjc_ext.h,v 1.2 2005/01/06 22:18:20 imp Exp $ * * last edit-date: [Wed Jan 10 17:15:31 2001] * diff --git a/sys/i4b/layer1/itjc/i4b_itjc_isac.c b/sys/i4b/layer1/itjc/i4b_itjc_isac.c index d86bd2bf640a..1131612749ee 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_isac.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_isac.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/itjc/i4b_itjc_isac.c,v 1.5 2005/01/06 22:18:20 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/itjc/i4b_itjc_l1.c b/sys/i4b/layer1/itjc/i4b_itjc_l1.c index 3e9806b09500..bd16862482dd 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_l1.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_l1.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/itjc/i4b_itjc_l1.c,v 1.5 2005/01/06 22:18:20 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c b/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c index cc6a43d3eee9..0e4184af3fed 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c,v 1.5 2005/01/06 22:18:20 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer1/itjc/i4b_itjc_pci.c b/sys/i4b/layer1/itjc/i4b_itjc_pci.c index 773a84d55d7b..3851c9edc21d 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_pci.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_pci.c @@ -38,7 +38,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/itjc/i4b_itjc_pci.c,v 1.15 2005/05/29 04:42:28 nyan Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/iwic/i4b_iwic.h b/sys/i4b/layer1/iwic/i4b_iwic.h index f48811f79895..98df9039ae54 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic.h +++ b/sys/i4b/layer1/iwic/i4b_iwic.h @@ -28,7 +28,7 @@ * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/iwic/i4b_iwic.h,v 1.3 2005/01/06 22:18:20 imp Exp $ * * last edit-date: [Sun Jan 21 11:08:44 2001] * diff --git a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c index 208615c1d671..88ca2e1ec288 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c @@ -33,7 +33,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/iwic/i4b_iwic_bchan.c,v 1.14 2005/01/06 22:18:21 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/iwic/i4b_iwic_dchan.c b/sys/i4b/layer1/iwic/i4b_iwic_dchan.c index d5a1364c19c6..9e3fb5c630d2 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_dchan.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_dchan.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/iwic/i4b_iwic_dchan.c,v 1.8 2005/01/06 22:18:21 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/iwic/i4b_iwic_ext.h b/sys/i4b/layer1/iwic/i4b_iwic_ext.h index 0b4389b5982e..0b249df58874 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_ext.h +++ b/sys/i4b/layer1/iwic/i4b_iwic_ext.h @@ -28,7 +28,7 @@ * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/iwic/i4b_iwic_ext.h,v 1.3 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Sun Jan 21 11:09:14 2001] * diff --git a/sys/i4b/layer1/iwic/i4b_iwic_fsm.c b/sys/i4b/layer1/iwic/i4b_iwic_fsm.c index a3802b75a2c6..e990d6305d41 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_fsm.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_fsm.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/iwic/i4b_iwic_fsm.c,v 1.8 2005/01/06 22:18:21 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/iwic/i4b_iwic_l1if.c b/sys/i4b/layer1/iwic/i4b_iwic_l1if.c index 233a48aec97b..d6e63f8568c6 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_l1if.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_l1if.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/iwic/i4b_iwic_l1if.c,v 1.9 2005/01/06 22:18:21 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/iwic/i4b_iwic_pci.c b/sys/i4b/layer1/iwic/i4b_iwic_pci.c index 79c36f7cfe25..4354583e0894 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_pci.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_pci.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer1/iwic/i4b_iwic_pci.c,v 1.14 2005/03/19 03:00:22 murray Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer1/iwic/i4b_w6692.h b/sys/i4b/layer1/iwic/i4b_w6692.h index 46e21631857d..49821fd1ac87 100644 --- a/sys/i4b/layer1/iwic/i4b_w6692.h +++ b/sys/i4b/layer1/iwic/i4b_w6692.h @@ -28,7 +28,7 @@ * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer1/iwic/i4b_w6692.h,v 1.3 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Sun Jan 21 11:09:46 2001] * diff --git a/sys/i4b/layer2/i4b_iframe.c b/sys/i4b/layer2/i4b_iframe.c index 3b4d4231bcf8..08eeea2e24b9 100644 --- a/sys/i4b/layer2/i4b_iframe.c +++ b/sys/i4b/layer2/i4b_iframe.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_iframe.c,v 1.14 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer2/i4b_l2.c b/sys/i4b/layer2/i4b_l2.c index c6bbc9167cac..c951ca06b9cb 100644 --- a/sys/i4b/layer2/i4b_l2.c +++ b/sys/i4b/layer2/i4b_l2.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_l2.c,v 1.20 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer2/i4b_l2.h b/sys/i4b/layer2/i4b_l2.h index cb44c9304137..6cdf4c7ec3ac 100644 --- a/sys/i4b/layer2/i4b_l2.h +++ b/sys/i4b/layer2/i4b_l2.h @@ -28,7 +28,7 @@ * i4b_l2.h - ISDN layer 2 (Q.921) definitions * --------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer2/i4b_l2.h,v 1.9 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Sat Mar 9 16:12:20 2002] * diff --git a/sys/i4b/layer2/i4b_l2fsm.c b/sys/i4b/layer2/i4b_l2fsm.c index 57f8b97c9afa..8419e7e15c77 100644 --- a/sys/i4b/layer2/i4b_l2fsm.c +++ b/sys/i4b/layer2/i4b_l2fsm.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_l2fsm.c,v 1.17 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer2/i4b_l2fsm.h b/sys/i4b/layer2/i4b_l2fsm.h index fe47089f2a19..80c353cc14ec 100644 --- a/sys/i4b/layer2/i4b_l2fsm.h +++ b/sys/i4b/layer2/i4b_l2fsm.h @@ -28,7 +28,7 @@ * i4b_l2fsm.h - layer 2 FSM * ------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer2/i4b_l2fsm.h,v 1.9 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Sat Mar 9 17:47:53 2002] * diff --git a/sys/i4b/layer2/i4b_l2timer.c b/sys/i4b/layer2/i4b_l2timer.c index 22d3a9aa4ef7..9c63a5968bfe 100644 --- a/sys/i4b/layer2/i4b_l2timer.c +++ b/sys/i4b/layer2/i4b_l2timer.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_l2timer.c,v 1.14 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer2/i4b_lme.c b/sys/i4b/layer2/i4b_lme.c index 070b7e97cd64..1b671d47d14c 100644 --- a/sys/i4b/layer2/i4b_lme.c +++ b/sys/i4b/layer2/i4b_lme.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_lme.c,v 1.15 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer2/i4b_mbuf.c b/sys/i4b/layer2/i4b_mbuf.c index 9bc0b686090e..87f6ed828636 100644 --- a/sys/i4b/layer2/i4b_mbuf.c +++ b/sys/i4b/layer2/i4b_mbuf.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_mbuf.c,v 1.17 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer2/i4b_sframe.c b/sys/i4b/layer2/i4b_sframe.c index d1527fc5baab..f9bb705deff9 100644 --- a/sys/i4b/layer2/i4b_sframe.c +++ b/sys/i4b/layer2/i4b_sframe.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_sframe.c,v 1.15 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer2/i4b_tei.c b/sys/i4b/layer2/i4b_tei.c index b84690aa1296..be6182e12279 100644 --- a/sys/i4b/layer2/i4b_tei.c +++ b/sys/i4b/layer2/i4b_tei.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_tei.c,v 1.16 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer2/i4b_uframe.c b/sys/i4b/layer2/i4b_uframe.c index 64205e71a584..e02685dc86a1 100644 --- a/sys/i4b/layer2/i4b_uframe.c +++ b/sys/i4b/layer2/i4b_uframe.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_uframe.c,v 1.15 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer2/i4b_util.c b/sys/i4b/layer2/i4b_util.c index c935a37622fb..a0aef9643930 100644 --- a/sys/i4b/layer2/i4b_util.c +++ b/sys/i4b/layer2/i4b_util.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer2/i4b_util.c,v 1.16 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer3/i4b_l2if.c b/sys/i4b/layer3/i4b_l2if.c index 9b45405759a2..d66408db1c2f 100644 --- a/sys/i4b/layer3/i4b_l2if.c +++ b/sys/i4b/layer3/i4b_l2if.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer3/i4b_l2if.c,v 1.16 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer3/i4b_l3.h b/sys/i4b/layer3/i4b_l3.h index 22029934efd6..e0f455372075 100644 --- a/sys/i4b/layer3/i4b_l3.h +++ b/sys/i4b/layer3/i4b_l3.h @@ -30,7 +30,7 @@ * * $Id: i4b_l3.h,v 1.11 2000/04/27 09:25:21 hm Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer3/i4b_l3.h,v 1.8 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Thu Apr 27 11:07:01 2000] * diff --git a/sys/i4b/layer3/i4b_l3fsm.c b/sys/i4b/layer3/i4b_l3fsm.c index 32f545b81343..ce57d31d83dd 100644 --- a/sys/i4b/layer3/i4b_l3fsm.c +++ b/sys/i4b/layer3/i4b_l3fsm.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer3/i4b_l3fsm.c,v 1.18 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer3/i4b_l3fsm.h b/sys/i4b/layer3/i4b_l3fsm.h index b2a510212b0a..dc24c7e13468 100644 --- a/sys/i4b/layer3/i4b_l3fsm.h +++ b/sys/i4b/layer3/i4b_l3fsm.h @@ -28,7 +28,7 @@ * i4b_l3fsm.c - layer 3 FSM * ------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer3/i4b_l3fsm.h,v 1.9 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Sat Mar 9 19:34:51 2002] * diff --git a/sys/i4b/layer3/i4b_l3timer.c b/sys/i4b/layer3/i4b_l3timer.c index 04c520aa3d9d..b18a85b97f8e 100644 --- a/sys/i4b/layer3/i4b_l3timer.c +++ b/sys/i4b/layer3/i4b_l3timer.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer3/i4b_l3timer.c,v 1.13 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/i4b/layer3/i4b_l4if.c b/sys/i4b/layer3/i4b_l4if.c index 2d3b616d4fbf..2f5f35ca0c81 100644 --- a/sys/i4b/layer3/i4b_l4if.c +++ b/sys/i4b/layer3/i4b_l4if.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer3/i4b_l4if.c,v 1.15 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c index 4ee17c2a0a9a..d0c9faafa13f 100644 --- a/sys/i4b/layer3/i4b_q931.c +++ b/sys/i4b/layer3/i4b_q931.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer3/i4b_q931.c,v 1.18 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer3/i4b_q931.h b/sys/i4b/layer3/i4b_q931.h index 99dc6efaffb3..8a8d332943ba 100644 --- a/sys/i4b/layer3/i4b_q931.h +++ b/sys/i4b/layer3/i4b_q931.h @@ -28,7 +28,7 @@ * i4b_q931.h - Q931 handling header file * -------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer3/i4b_q931.h,v 1.11 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Tue Mar 26 15:04:33 2002] * diff --git a/sys/i4b/layer3/i4b_q932fac.c b/sys/i4b/layer3/i4b_q932fac.c index 118dddcffd64..b926b2bed346 100644 --- a/sys/i4b/layer3/i4b_q932fac.c +++ b/sys/i4b/layer3/i4b_q932fac.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer3/i4b_q932fac.c,v 1.14 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer3/i4b_q932fac.h b/sys/i4b/layer3/i4b_q932fac.h index ae7915530800..a065f7d2875c 100644 --- a/sys/i4b/layer3/i4b_q932fac.h +++ b/sys/i4b/layer3/i4b_q932fac.h @@ -28,7 +28,7 @@ * i4b_q932fac.h - Q932 facility handling header file * -------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer3/i4b_q932fac.h,v 1.9 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Sat Mar 9 19:37:46 2002] * diff --git a/sys/i4b/layer4/i4b_i4bdrv.c b/sys/i4b/layer4/i4b_i4bdrv.c index 16d0ade2c444..822e87de753a 100644 --- a/sys/i4b/layer4/i4b_i4bdrv.c +++ b/sys/i4b/layer4/i4b_i4bdrv.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer4/i4b_i4bdrv.c,v 1.43 2005/01/06 22:18:21 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer4/i4b_l4.c b/sys/i4b/layer4/i4b_l4.c index 44a7d4086968..6f1f9505a1d6 100644 --- a/sys/i4b/layer4/i4b_l4.c +++ b/sys/i4b/layer4/i4b_l4.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer4/i4b_l4.c,v 1.19 2005/01/06 22:18:21 imp Exp $"); #include "opt_i4b.h" diff --git a/sys/i4b/layer4/i4b_l4.h b/sys/i4b/layer4/i4b_l4.h index b02d9ac7c97a..519eaf37f779 100644 --- a/sys/i4b/layer4/i4b_l4.h +++ b/sys/i4b/layer4/i4b_l4.h @@ -28,7 +28,7 @@ * i4b_l4.h - kernel interface to userland header file * --------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/i4b/layer4/i4b_l4.h,v 1.9 2005/01/06 22:18:21 imp Exp $ * * last edit-date: [Thu Oct 18 10:11:51 2001] * diff --git a/sys/i4b/layer4/i4b_l4mgmt.c b/sys/i4b/layer4/i4b_l4mgmt.c index 031a606d6514..2a6dcc74a610 100644 --- a/sys/i4b/layer4/i4b_l4mgmt.c +++ b/sys/i4b/layer4/i4b_l4mgmt.c @@ -32,7 +32,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer4/i4b_l4mgmt.c,v 1.17.2.1 2006/08/06 19:03:27 twinterg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/i4b/layer4/i4b_l4timer.c b/sys/i4b/layer4/i4b_l4timer.c index a63472bd2c18..7f5172aedbf6 100644 --- a/sys/i4b/layer4/i4b_l4timer.c +++ b/sys/i4b/layer4/i4b_l4timer.c @@ -31,7 +31,7 @@ *---------------------------------------------------------------------------*/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i4b/layer4/i4b_l4timer.c,v 1.13 2005/01/06 22:18:21 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/ia64/acpica/OsdEnvironment.c b/sys/ia64/acpica/OsdEnvironment.c index d74886a5ad1d..e37b8c79193c 100644 --- a/sys/ia64/acpica/OsdEnvironment.c +++ b/sys/ia64/acpica/OsdEnvironment.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/acpica/OsdEnvironment.c,v 1.8.2.1 2005/11/07 09:53:25 obrien Exp $"); #include <sys/types.h> #include <sys/linker_set.h> diff --git a/sys/ia64/acpica/acpi_machdep.c b/sys/ia64/acpica/acpi_machdep.c index 9426dd0c032c..cbf5345ac55d 100644 --- a/sys/ia64/acpica/acpi_machdep.c +++ b/sys/ia64/acpica/acpi_machdep.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/ia64/acpica/acpi_machdep.c,v 1.5.2.1 2005/11/07 09:53:25 obrien Exp $ */ #include <sys/param.h> diff --git a/sys/ia64/acpica/acpi_wakeup.c b/sys/ia64/acpica/acpi_wakeup.c index 3003a57f27c4..51bd01539761 100644 --- a/sys/ia64/acpica/acpi_wakeup.c +++ b/sys/ia64/acpica/acpi_wakeup.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/ia64/acpica/acpi_wakeup.c,v 1.2.10.1 2005/11/07 09:53:25 obrien Exp $ */ #include <sys/param.h> diff --git a/sys/ia64/acpica/madt.c b/sys/ia64/acpica/madt.c index 99b809da197c..2faee01b35c0 100644 --- a/sys/ia64/acpica/madt.c +++ b/sys/ia64/acpica/madt.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/ia64/acpica/madt.c,v 1.18.8.1 2005/11/07 09:53:25 obrien Exp $ */ #include <contrib/dev/acpica/acpi.h> diff --git a/sys/ia64/compile/.cvsignore b/sys/ia64/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/ia64/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/ia64/conf/.cvsignore b/sys/ia64/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/ia64/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 62370dedbabf..ad015609cea8 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -18,7 +18,7 @@ # # For hardware specific information check HARDWARE.TXT # -# $FreeBSD$ +# $FreeBSD: src/sys/ia64/conf/GENERIC,v 1.72.2.3 2006/10/09 18:41:36 simon Exp $ machine ia64 cpu ITANIUM diff --git a/sys/ia64/conf/GENERIC.hints b/sys/ia64/conf/GENERIC.hints index ee222500e0d7..8de10ee51c81 100644 --- a/sys/ia64/conf/GENERIC.hints +++ b/sys/ia64/conf/GENERIC.hints @@ -1,2 +1,2 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/ia64/conf/GENERIC.hints,v 1.8 2004/11/14 23:42:48 marcel Exp $ hw.uart.console="io:0x3f8" diff --git a/sys/ia64/conf/Makefile b/sys/ia64/conf/Makefile index 2c006e9c2c80..be768e7ffbc9 100644 --- a/sys/ia64/conf/Makefile +++ b/sys/ia64/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/ia64/conf/Makefile,v 1.1 2003/08/23 21:47:32 marcel Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES index 289f576ec372..3ecba3469859 100644 --- a/sys/ia64/conf/NOTES +++ b/sys/ia64/conf/NOTES @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/ia64/conf/NOTES,v 1.8 2005/02/25 07:10:37 delphij Exp $ # # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index 53bc6816437d..7cc5f4a7bc5f 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -17,7 +17,7 @@ # If you are in doubt as to the purpose or necessity of a line, check # first in NOTES. # -# $FreeBSD$ +# $FreeBSD: src/sys/ia64/conf/SKI,v 1.21 2004/09/12 05:50:32 marcel Exp $ machine ia64 cpu ITANIUM diff --git a/sys/ia64/disasm/disasm.h b/sys/ia64/disasm/disasm.h index 7f4498a32d06..10df545e9e20 100644 --- a/sys/ia64/disasm/disasm.h +++ b/sys/ia64/disasm/disasm.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/ia64/disasm/disasm.h,v 1.3.2.1 2006/07/05 22:55:00 marcel Exp $ */ #ifndef _DISASM_H_ diff --git a/sys/ia64/disasm/disasm_decode.c b/sys/ia64/disasm/disasm_decode.c index 0359e44e8e56..09ebbc3b7aa5 100644 --- a/sys/ia64/disasm/disasm_decode.c +++ b/sys/ia64/disasm/disasm_decode.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/disasm/disasm_decode.c,v 1.3.2.1 2006/07/05 22:55:00 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/disasm/disasm_extract.c b/sys/ia64/disasm/disasm_extract.c index 1cec07e980f5..c01123ccb900 100644 --- a/sys/ia64/disasm/disasm_extract.c +++ b/sys/ia64/disasm/disasm_extract.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/disasm/disasm_extract.c,v 1.2.2.1 2006/07/05 22:55:00 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/disasm/disasm_format.c b/sys/ia64/disasm/disasm_format.c index 37a365091570..71a3c265754d 100644 --- a/sys/ia64/disasm/disasm_format.c +++ b/sys/ia64/disasm/disasm_format.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/disasm/disasm_format.c,v 1.2.2.1 2006/07/05 22:55:00 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/disasm/disasm_int.h b/sys/ia64/disasm/disasm_int.h index e1410c135c16..f4c978621389 100644 --- a/sys/ia64/disasm/disasm_int.h +++ b/sys/ia64/disasm/disasm_int.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/ia64/disasm/disasm_int.h,v 1.2.2.1 2006/07/05 22:55:00 marcel Exp $ */ #ifndef _DISASM_INT_H_ diff --git a/sys/ia64/ia32/ia32_reg.c b/sys/ia64/ia32/ia32_reg.c index 2066f1873331..4572d2a5c610 100644 --- a/sys/ia64/ia32/ia32_reg.c +++ b/sys/ia64/ia32/ia32_reg.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia32/ia32_reg.c,v 1.1.2.1 2006/06/25 19:09:51 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia32/ia32_signal.c b/sys/ia64/ia32/ia32_signal.c index 6ff9101f591b..afee40fb8716 100644 --- a/sys/ia64/ia32/ia32_signal.c +++ b/sys/ia64/ia32/ia32_signal.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia32/ia32_signal.c,v 1.7.8.1 2006/06/25 19:09:51 marcel Exp $"); #include "opt_compat.h" diff --git a/sys/ia64/ia32/ia32_sigtramp.c b/sys/ia64/ia32/ia32_sigtramp.c index 7934df1dde01..0a744a13d5cb 100644 --- a/sys/ia64/ia32/ia32_sigtramp.c +++ b/sys/ia64/ia32/ia32_sigtramp.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/ia64/ia32/ia32_sigtramp.c,v 1.1 2003/12/11 01:05:09 peter Exp $ */ char ia32_sigcode[] = { diff --git a/sys/ia64/ia32/ia32_trap.c b/sys/ia64/ia32/ia32_trap.c index cab683aee6a8..842872def44d 100644 --- a/sys/ia64/ia32/ia32_trap.c +++ b/sys/ia64/ia32/ia32_trap.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia32/ia32_trap.c,v 1.5.2.3 2006/09/19 12:38:08 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia64/autoconf.c b/sys/ia64/ia64/autoconf.c index 5a380516320b..079d11a9e9fd 100644 --- a/sys/ia64/ia64/autoconf.c +++ b/sys/ia64/ia64/autoconf.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/ia64/ia64/autoconf.c,v 1.23 2005/05/29 23:44:22 marcel Exp $ */ #include "opt_bootp.h" diff --git a/sys/ia64/ia64/busdma_machdep.c b/sys/ia64/ia64/busdma_machdep.c index 911e9e7a0dc0..2e3e957cdcc0 100644 --- a/sys/ia64/ia64/busdma_machdep.c +++ b/sys/ia64/ia64/busdma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/busdma_machdep.c,v 1.39 2005/03/07 02:18:52 scottl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia64/clock.c b/sys/ia64/ia64/clock.c index 434f2391b813..a34ff7f41b7b 100644 --- a/sys/ia64/ia64/clock.c +++ b/sys/ia64/ia64/clock.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/clock.c,v 1.25 2005/04/22 05:04:58 marcel Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/ia64/ia64/context.S b/sys/ia64/ia64/context.S index 77a1821f789a..07e549c462d7 100644 --- a/sys/ia64/ia64/context.S +++ b/sys/ia64/ia64/context.S @@ -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/ia64/ia64/context.S,v 1.4 2005/01/06 22:18:22 imp Exp $ */ #include <machine/asm.h> diff --git a/sys/ia64/ia64/db_interface.c b/sys/ia64/ia64/db_interface.c index 6d8a188a33d4..95341ac5929b 100644 --- a/sys/ia64/ia64/db_interface.c +++ b/sys/ia64/ia64/db_interface.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/db_interface.c,v 1.27 2005/07/02 23:52:36 marcel Exp $"); /* * Interface to DDB. diff --git a/sys/ia64/ia64/db_trace.c b/sys/ia64/ia64/db_trace.c index b70c2d599ae7..28c3a6a0af3a 100644 --- a/sys/ia64/ia64/db_trace.c +++ b/sys/ia64/ia64/db_trace.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/ia64/db_trace.c,v 1.23.2.1 2006/03/13 03:05:37 jeff Exp $ */ #include <sys/param.h> diff --git a/sys/ia64/ia64/dump_machdep.c b/sys/ia64/ia64/dump_machdep.c index 26ce91065da4..fc0127003f61 100644 --- a/sys/ia64/ia64/dump_machdep.c +++ b/sys/ia64/ia64/dump_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/dump_machdep.c,v 1.13 2005/07/02 19:57:31 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia64/efi.c b/sys/ia64/ia64/efi.c index a10c208c4172..f64df7fe50cc 100644 --- a/sys/ia64/ia64/efi.c +++ b/sys/ia64/ia64/efi.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/efi.c,v 1.5 2004/09/19 03:50:46 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia64/elf_machdep.c b/sys/ia64/ia64/elf_machdep.c index 35b8542a9dd5..2c77ece42724 100644 --- a/sys/ia64/ia64/elf_machdep.c +++ b/sys/ia64/ia64/elf_machdep.c @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/ia64/elf_machdep.c,v 1.19.8.3 2006/01/28 18:40:55 marcel Exp $ */ #include <sys/param.h> diff --git a/sys/ia64/ia64/exception.S b/sys/ia64/ia64/exception.S index 96ed2de8bab7..4b170042522e 100644 --- a/sys/ia64/ia64/exception.S +++ b/sys/ia64/ia64/exception.S @@ -26,7 +26,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/exception.S,v 1.56.2.1 2005/09/13 21:07:14 marcel Exp $"); #include <machine/pte.h> #include <assym.s> diff --git a/sys/ia64/ia64/gdb_machdep.c b/sys/ia64/ia64/gdb_machdep.c index a30c4aa004a9..bc13fd2562c2 100644 --- a/sys/ia64/ia64/gdb_machdep.c +++ b/sys/ia64/ia64/gdb_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/gdb_machdep.c,v 1.4 2005/01/06 22:18:22 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia64/genassym.c b/sys/ia64/ia64/genassym.c index 8e988b675452..6463bb6550c5 100644 --- a/sys/ia64/ia64/genassym.c +++ b/sys/ia64/ia64/genassym.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/ia64/genassym.c,v 1.41.2.1 2006/01/28 18:40:55 marcel Exp $ */ #include "opt_compat.h" diff --git a/sys/ia64/ia64/in_cksum.c b/sys/ia64/ia64/in_cksum.c index 6c9959fe9fa1..afd1439d3bc6 100644 --- a/sys/ia64/ia64/in_cksum.c +++ b/sys/ia64/ia64/in_cksum.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/ia64/in_cksum.c,v 1.4 2005/01/06 22:18:22 imp Exp $ */ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- diff --git a/sys/ia64/ia64/interrupt.c b/sys/ia64/ia64/interrupt.c index 43916a60a73e..82148a58c3a9 100644 --- a/sys/ia64/ia64/interrupt.c +++ b/sys/ia64/ia64/interrupt.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/ia64/interrupt.c,v 1.49.2.3 2006/06/25 19:09:04 marcel Exp $ */ /* $NetBSD: interrupt.c,v 1.23 1998/02/24 07:38:01 thorpej Exp $ */ /*- diff --git a/sys/ia64/ia64/locore.S b/sys/ia64/ia64/locore.S index 12c48b0c8be1..0d94daac4b69 100644 --- a/sys/ia64/ia64/locore.S +++ b/sys/ia64/ia64/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/ia64/ia64/locore.S,v 1.38.2.1 2006/01/28 18:40:55 marcel Exp $ */ #include <machine/asm.h> diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index 57b3385f2f17..9dbf3c4ff2d5 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/machdep.c,v 1.200.2.5 2006/09/01 22:15:57 marcel Exp $"); #include "opt_compat.h" #include "opt_ddb.h" diff --git a/sys/ia64/ia64/mca.c b/sys/ia64/ia64/mca.c index dbec087fe342..d4e32bf75ebe 100644 --- a/sys/ia64/ia64/mca.c +++ b/sys/ia64/ia64/mca.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/ia64/mca.c,v 1.10.2.1 2006/02/14 03:40:49 marcel Exp $ */ #include <sys/param.h> diff --git a/sys/ia64/ia64/mem.c b/sys/ia64/ia64/mem.c index 6c5cbe7a9a79..fa61685783e4 100644 --- a/sys/ia64/ia64/mem.c +++ b/sys/ia64/ia64/mem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/mem.c,v 1.21 2004/08/02 18:37:55 marcel Exp $"); /* * Memory special file diff --git a/sys/ia64/ia64/mp_machdep.c b/sys/ia64/ia64/mp_machdep.c index 36e0f8c28b8a..4742d47cadff 100644 --- a/sys/ia64/ia64/mp_machdep.c +++ b/sys/ia64/ia64/mp_machdep.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/mp_machdep.c,v 1.55.2.2 2006/02/14 03:40:49 marcel Exp $"); #include "opt_kstack_pages.h" diff --git a/sys/ia64/ia64/nexus.c b/sys/ia64/ia64/nexus.c index 1490b31fe8ca..80bb15ab5b64 100644 --- a/sys/ia64/ia64/nexus.c +++ b/sys/ia64/ia64/nexus.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/ia64/nexus.c,v 1.11.2.1 2006/04/24 17:26:46 marcel Exp $ */ /* diff --git a/sys/ia64/ia64/pal.S b/sys/ia64/ia64/pal.S index eca57accf404..df223ca34f19 100644 --- a/sys/ia64/ia64/pal.S +++ b/sys/ia64/ia64/pal.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/ia64/ia64/pal.S,v 1.8 2003/07/02 12:57:07 ru Exp $ */ #include <machine/asm.h> diff --git a/sys/ia64/ia64/pmap.c b/sys/ia64/ia64/pmap.c index dcaa4ab81066..3c8eb41599d0 100644 --- a/sys/ia64/ia64/pmap.c +++ b/sys/ia64/ia64/pmap.c @@ -46,7 +46,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/pmap.c,v 1.160.2.4 2005/11/19 20:31:31 alc Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/ia64/ia64/ptrace_machdep.c b/sys/ia64/ia64/ptrace_machdep.c index c7c510480494..90e02decf903 100644 --- a/sys/ia64/ia64/ptrace_machdep.c +++ b/sys/ia64/ia64/ptrace_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/ptrace_machdep.c,v 1.4 2005/01/06 22:18:22 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia64/sal.c b/sys/ia64/ia64/sal.c index 251c1ee82577..c6037b064e67 100644 --- a/sys/ia64/ia64/sal.c +++ b/sys/ia64/ia64/sal.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/sal.c,v 1.14.2.1 2005/09/13 21:07:14 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia64/sapic.c b/sys/ia64/ia64/sapic.c index 0001f8c9f5c0..17a4bd47e320 100644 --- a/sys/ia64/ia64/sapic.c +++ b/sys/ia64/ia64/sapic.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/ia64/ia64/sapic.c,v 1.13 2003/09/10 22:49:38 marcel Exp $ */ #include "opt_ddb.h" diff --git a/sys/ia64/ia64/setjmp.S b/sys/ia64/ia64/setjmp.S index 82d02194e238..3b02a6f651bc 100644 --- a/sys/ia64/ia64/setjmp.S +++ b/sys/ia64/ia64/setjmp.S @@ -1,4 +1,4 @@ -// $FreeBSD$ +// $FreeBSD: src/sys/ia64/ia64/setjmp.S,v 1.3 2005/01/06 22:18:22 imp Exp $ //- // Copyright (c) 1999, 2000 diff --git a/sys/ia64/ia64/ssc.c b/sys/ia64/ia64/ssc.c index 6fc3a1b19057..ddec3201967d 100644 --- a/sys/ia64/ia64/ssc.c +++ b/sys/ia64/ia64/ssc.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/ia64/ia64/ssc.c,v 1.24 2004/10/18 21:51:26 phk Exp $ */ #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/ia64/ia64/sscdisk.c b/sys/ia64/ia64/sscdisk.c index 6083071fbb77..30ee863987d4 100644 --- a/sys/ia64/ia64/sscdisk.c +++ b/sys/ia64/ia64/sscdisk.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/ia64/sscdisk.c,v 1.32 2005/01/06 22:18:22 imp Exp $ * */ diff --git a/sys/ia64/ia64/support.S b/sys/ia64/ia64/support.S index 95686b34bcbd..c410b8c73f5f 100644 --- a/sys/ia64/ia64/support.S +++ b/sys/ia64/ia64/support.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/ia64/ia64/support.S,v 1.25 2005/01/06 22:18:22 imp Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. diff --git a/sys/ia64/ia64/sys_machdep.c b/sys/ia64/ia64/sys_machdep.c index d4dcc1fd536a..d6d280525de6 100644 --- a/sys/ia64/ia64/sys_machdep.c +++ b/sys/ia64/ia64/sys_machdep.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/sys_machdep.c,v 1.8 2003/10/27 22:54:34 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ia64/ia64/syscall.S b/sys/ia64/ia64/syscall.S index 7b279078883d..31be2b867451 100644 --- a/sys/ia64/ia64/syscall.S +++ b/sys/ia64/ia64/syscall.S @@ -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/ia64/ia64/syscall.S,v 1.14 2005/01/06 22:18:22 imp Exp $ */ #include <sys/syscall.h> diff --git a/sys/ia64/ia64/trap.c b/sys/ia64/ia64/trap.c index 3458c1d5e414..29883b8c5bac 100644 --- a/sys/ia64/ia64/trap.c +++ b/sys/ia64/ia64/trap.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/trap.c,v 1.113.2.3 2006/09/19 12:38:08 rwatson Exp $"); #include "opt_ddb.h" #include "opt_ktrace.h" diff --git a/sys/ia64/ia64/uio_machdep.c b/sys/ia64/ia64/uio_machdep.c index 30f6250b0e2e..0de5ea9f3d6b 100644 --- a/sys/ia64/ia64/uio_machdep.c +++ b/sys/ia64/ia64/uio_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/uio_machdep.c,v 1.5 2005/01/06 22:18:22 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/ia64/ia64/uma_machdep.c b/sys/ia64/ia64/uma_machdep.c index 2140675c28de..18e03e7d89a8 100644 --- a/sys/ia64/ia64/uma_machdep.c +++ b/sys/ia64/ia64/uma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/uma_machdep.c,v 1.2 2005/01/06 22:18:22 imp Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/ia64/ia64/unaligned.c b/sys/ia64/ia64/unaligned.c index 2635a9605adb..551482b90e12 100644 --- a/sys/ia64/ia64/unaligned.c +++ b/sys/ia64/ia64/unaligned.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/ia64/unaligned.c,v 1.11 2005/01/27 06:01:44 marcel Exp $ */ #include <sys/param.h> diff --git a/sys/ia64/ia64/unwind.c b/sys/ia64/ia64/unwind.c index 6343ed848e1d..b273a85a7ce4 100644 --- a/sys/ia64/ia64/unwind.c +++ b/sys/ia64/ia64/unwind.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ia64/ia64/unwind.c,v 1.14 2005/04/16 05:38:59 marcel Exp $"); #include <sys/param.h> #include <sys/kdb.h> diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c index c29e9d73fa3f..73ca2ecdafe5 100644 --- a/sys/ia64/ia64/vm_machdep.c +++ b/sys/ia64/ia64/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/ia64/vm_machdep.c,v 1.90.2.1 2005/09/13 21:07:14 marcel Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. diff --git a/sys/ia64/include/_bus.h b/sys/ia64/include/_bus.h index 95d94b40387f..5c6afeb37d64 100644 --- a/sys/ia64/include/_bus.h +++ b/sys/ia64/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/ia64/include/_bus.h,v 1.1 2005/04/18 21:45:33 imp Exp $ */ #ifndef IA64_INCLUDE__BUS_H diff --git a/sys/ia64/include/_inttypes.h b/sys/ia64/include/_inttypes.h index e6b2536ff379..f4069c5eee84 100644 --- a/sys/ia64/include/_inttypes.h +++ b/sys/ia64/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/ia64/include/_inttypes.h,v 1.2 2002/06/30 05:48:02 mike Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/ia64/include/_limits.h b/sys/ia64/include/_limits.h index 581a9db34a69..5117887d360e 100644 --- a/sys/ia64/include/_limits.h +++ b/sys/ia64/include/_limits.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/_limits.h,v 1.13 2005/01/06 22:18:23 imp Exp $ */ /* From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp */ /*- diff --git a/sys/ia64/include/_regset.h b/sys/ia64/include/_regset.h index 1abe2ab06163..42a1ca300b77 100644 --- a/sys/ia64/include/_regset.h +++ b/sys/ia64/include/_regset.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/ia64/include/_regset.h,v 1.5 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_REGSET_H_ diff --git a/sys/ia64/include/_stdint.h b/sys/ia64/include/_stdint.h index 1aed3e3b4efc..f44eb8ba4667 100644 --- a/sys/ia64/include/_stdint.h +++ b/sys/ia64/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/ia64/include/_stdint.h,v 1.2 2004/05/18 16:04:57 stefanf Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/ia64/include/_types.h b/sys/ia64/include/_types.h index 8fc1be2f3873..a3c0cad40bfc 100644 --- a/sys/ia64/include/_types.h +++ b/sys/ia64/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/ia64/include/_types.h,v 1.9 2005/03/02 21:33:27 joerg Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/ia64/include/acpica_machdep.h b/sys/ia64/include/acpica_machdep.h index f04efe048ea1..7596854e2e05 100644 --- a/sys/ia64/include/acpica_machdep.h +++ b/sys/ia64/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/ia64/include/acpica_machdep.h,v 1.4 2004/10/11 05:39:15 njl Exp $ */ /****************************************************************************** diff --git a/sys/ia64/include/asm.h b/sys/ia64/include/asm.h index 0e50d47ae5e8..0795ebbea58d 100644 --- a/sys/ia64/include/asm.h +++ b/sys/ia64/include/asm.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/asm.h,v 1.13 2005/01/31 08:16:12 imp Exp $ */ /* From: NetBSD: asm.h,v 1.18 1997/11/03 04:22:06 ross Exp */ /*- diff --git a/sys/ia64/include/atomic.h b/sys/ia64/include/atomic.h index f6601808a9c5..ceb86776112e 100644 --- a/sys/ia64/include/atomic.h +++ b/sys/ia64/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/ia64/include/atomic.h,v 1.8.2.2 2005/10/06 18:12:05 jhb Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/ia64/include/bootinfo.h b/sys/ia64/include/bootinfo.h index 2a065e913e6f..437aeff96234 100644 --- a/sys/ia64/include/bootinfo.h +++ b/sys/ia64/include/bootinfo.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/bootinfo.h,v 1.8 2005/01/06 22:18:23 imp Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. * All rights reserved. diff --git a/sys/ia64/include/bus.h b/sys/ia64/include/bus.h index 02fe8bee1056..986e5e90b065 100644 --- a/sys/ia64/include/bus.h +++ b/sys/ia64/include/bus.h @@ -67,7 +67,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/ia64/include/bus.h,v 1.22 2005/05/29 04:42:28 nyan Exp $ */ #ifndef _MACHINE_BUS_H_ #define _MACHINE_BUS_H_ diff --git a/sys/ia64/include/bus_dma.h b/sys/ia64/include/bus_dma.h index 0a80f2fd56d8..16f79b5894b1 100644 --- a/sys/ia64/include/bus_dma.h +++ b/sys/ia64/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/ia64/include/bus_dma.h,v 1.1 2005/03/14 16:46:27 scottl Exp $ */ #ifndef _IA64_BUS_DMA_H_ #define _IA64_BUS_DMA_H_ diff --git a/sys/ia64/include/clock.h b/sys/ia64/include/clock.h index b05815830633..d10075c8c34e 100644 --- a/sys/ia64/include/clock.h +++ b/sys/ia64/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/clock.h,v 1.10 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/ia64/include/cpu.h b/sys/ia64/include/cpu.h index 424360acf825..755ed827a7f8 100644 --- a/sys/ia64/include/cpu.h +++ b/sys/ia64/include/cpu.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/cpu.h,v 1.46 2005/01/06 22:18:23 imp Exp $ */ /* From: NetBSD: cpu.h,v 1.18 1997/09/23 23:17:49 mjacob Exp */ /*- diff --git a/sys/ia64/include/cpufunc.h b/sys/ia64/include/cpufunc.h index 27d66ef63947..f1480fac98e1 100644 --- a/sys/ia64/include/cpufunc.h +++ b/sys/ia64/include/cpufunc.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/ia64/include/cpufunc.h,v 1.22 2005/03/02 21:33:27 joerg Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/ia64/include/db_machdep.h b/sys/ia64/include/db_machdep.h index cbf01a70e59f..29fcccb90415 100644 --- a/sys/ia64/include/db_machdep.h +++ b/sys/ia64/include/db_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/ia64/include/db_machdep.h,v 1.12 2005/07/02 23:52:36 marcel Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/ia64/include/dig64.h b/sys/ia64/include/dig64.h index e8362ad735cd..184a310f38e6 100644 --- a/sys/ia64/include/dig64.h +++ b/sys/ia64/include/dig64.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/ia64/include/dig64.h,v 1.2 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_DIG64_H_ diff --git a/sys/ia64/include/efi.h b/sys/ia64/include/efi.h index fe0052367f33..81de6014605e 100644 --- a/sys/ia64/include/efi.h +++ b/sys/ia64/include/efi.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/ia64/include/efi.h,v 1.8 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_EFI_H_ diff --git a/sys/ia64/include/elf.h b/sys/ia64/include/elf.h index 880675ab3912..02e2fdb67d01 100644 --- a/sys/ia64/include/elf.h +++ b/sys/ia64/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/ia64/include/elf.h,v 1.11.10.1 2006/01/28 18:40:55 marcel Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/ia64/include/endian.h b/sys/ia64/include/endian.h index 5b3d9788fe69..80fae3790d67 100644 --- a/sys/ia64/include/endian.h +++ b/sys/ia64/include/endian.h @@ -28,7 +28,7 @@ * * @(#)endian.h 8.1 (Berkeley) 6/10/93 * $NetBSD: endian.h,v 1.5 1997/10/09 15:42:19 bouyer Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/endian.h,v 1.14 2005/03/02 21:33:27 joerg Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/ia64/include/exec.h b/sys/ia64/include/exec.h index 694dd678c8ac..953fa87d124a 100644 --- a/sys/ia64/include/exec.h +++ b/sys/ia64/include/exec.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/exec.h,v 1.3 2005/02/19 21:16:48 ru Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/ia64/include/float.h b/sys/ia64/include/float.h index 6f7baa2ec2cc..13b436190b75 100644 --- a/sys/ia64/include/float.h +++ b/sys/ia64/include/float.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/float.h,v 1.8 2005/01/06 22:18:23 imp Exp $ */ /* From: NetBSD: float.h,v 1.6 1997/07/17 21:36:03 thorpej Exp */ /*- diff --git a/sys/ia64/include/floatingpoint.h b/sys/ia64/include/floatingpoint.h index 22a9f485dba6..467bc421ca50 100644 --- a/sys/ia64/include/floatingpoint.h +++ b/sys/ia64/include/floatingpoint.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/floatingpoint.h,v 1.2 2005/01/06 22:18:23 imp Exp $ */ #include <machine/ieeefp.h> diff --git a/sys/ia64/include/fpu.h b/sys/ia64/include/fpu.h index 7a068ddf0fcd..84b5dc90e74e 100644 --- a/sys/ia64/include/fpu.h +++ b/sys/ia64/include/fpu.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/ia64/include/fpu.h,v 1.3 2004/12/11 06:15:12 marcel Exp $ */ #ifndef _MACHINE_FPU_H_ diff --git a/sys/ia64/include/frame.h b/sys/ia64/include/frame.h index 262a8bfd6457..f31bc2410048 100644 --- a/sys/ia64/include/frame.h +++ b/sys/ia64/include/frame.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/ia64/include/frame.h,v 1.5 2003/05/16 21:26:41 marcel Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/ia64/include/gdb_machdep.h b/sys/ia64/include/gdb_machdep.h index bc6ec4c66a2e..74420664ab72 100644 --- a/sys/ia64/include/gdb_machdep.h +++ b/sys/ia64/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/ia64/include/gdb_machdep.h,v 1.4 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/ia64/include/ia64_cpu.h b/sys/ia64/include/ia64_cpu.h index 4f5c318e4caf..c331b96db8d5 100644 --- a/sys/ia64/include/ia64_cpu.h +++ b/sys/ia64/include/ia64_cpu.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/ia64/include/ia64_cpu.h,v 1.19.10.1 2005/09/13 21:07:14 marcel Exp $ */ #ifndef _MACHINE_IA64_CPU_H_ diff --git a/sys/ia64/include/ieee.h b/sys/ia64/include/ieee.h index 0b1f6312bead..891bcf84bf18 100644 --- a/sys/ia64/include/ieee.h +++ b/sys/ia64/include/ieee.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/ieee.h,v 1.3 2005/01/06 22:18:23 imp Exp $ */ /* From: NetBSD: ieee.h,v 1.2 1997/04/06 08:47:27 cgd Exp */ /*- diff --git a/sys/ia64/include/ieeefp.h b/sys/ia64/include/ieeefp.h index 3b0cd4b9b781..e038800d0a95 100644 --- a/sys/ia64/include/ieeefp.h +++ b/sys/ia64/include/ieeefp.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/ia64/include/ieeefp.h,v 1.4.10.1 2006/09/01 22:19:57 marcel Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/ia64/include/in_cksum.h b/sys/ia64/include/in_cksum.h index 09920062a0ae..e62a1163e307 100644 --- a/sys/ia64/include/in_cksum.h +++ b/sys/ia64/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/ia64/include/in_cksum.h,v 1.3 2005/03/02 21:33:27 joerg Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/ia64/include/intr.h b/sys/ia64/include/intr.h index 90e0974b7df2..dc6c03b726a8 100644 --- a/sys/ia64/include/intr.h +++ b/sys/ia64/include/intr.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/ia64/include/intr.h,v 1.3 2003/01/05 22:14:30 marcel Exp $ */ #ifndef _MACHINE_INTR_H_ diff --git a/sys/ia64/include/intrcnt.h b/sys/ia64/include/intrcnt.h index c4f73c014306..efaadb418a28 100644 --- a/sys/ia64/include/intrcnt.h +++ b/sys/ia64/include/intrcnt.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/intrcnt.h,v 1.6 2005/01/06 22:18:23 imp Exp $ */ /* $NetBSD: intrcnt.h,v 1.17 1998/11/19 01:48:04 ross Exp $ */ /*- diff --git a/sys/ia64/include/kdb.h b/sys/ia64/include/kdb.h index 700a0d7fb6d8..554602f6f343 100644 --- a/sys/ia64/include/kdb.h +++ b/sys/ia64/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/ia64/include/kdb.h,v 1.2 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/ia64/include/limits.h b/sys/ia64/include/limits.h index 62772bcc48b1..816bccf1573e 100644 --- a/sys/ia64/include/limits.h +++ b/sys/ia64/include/limits.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/limits.h,v 1.13 2005/03/02 21:33:27 joerg Exp $ */ /* From: NetBSD: limits.h,v 1.3 1997/04/06 08:47:31 cgd Exp */ /*- diff --git a/sys/ia64/include/mca.h b/sys/ia64/include/mca.h index 997c2212bd9d..894d1e3f30d7 100644 --- a/sys/ia64/include/mca.h +++ b/sys/ia64/include/mca.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/ia64/include/mca.h,v 1.6 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_MCA_H_ diff --git a/sys/ia64/include/md_var.h b/sys/ia64/include/md_var.h index eef42402bf74..b33a50477627 100644 --- a/sys/ia64/include/md_var.h +++ b/sys/ia64/include/md_var.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/ia64/include/md_var.h,v 1.22 2005/07/05 17:12:18 marcel Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/ia64/include/memdev.h b/sys/ia64/include/memdev.h index 32cc1fc1f422..6c293f847d25 100644 --- a/sys/ia64/include/memdev.h +++ b/sys/ia64/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/ia64/include/memdev.h,v 1.2 2004/08/01 18:51:44 markm Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/ia64/include/mutex.h b/sys/ia64/include/mutex.h index 96d8f3d48a82..83ec78609cc6 100644 --- a/sys/ia64/include/mutex.h +++ b/sys/ia64/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/ia64/include/mutex.h,v 1.16 2001/12/18 00:27:16 jhb Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/ia64/include/nexusvar.h b/sys/ia64/include/nexusvar.h index be38f33a0753..a942bfe5cabf 100644 --- a/sys/ia64/include/nexusvar.h +++ b/sys/ia64/include/nexusvar.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/ia64/include/nexusvar.h,v 1.2 2002/08/22 19:47:10 mux Exp $ */ #ifndef _MACHINE_NEXUSVAR_H_ diff --git a/sys/ia64/include/pal.h b/sys/ia64/include/pal.h index 6cb865d60ed7..7d792ac2bd9d 100644 --- a/sys/ia64/include/pal.h +++ b/sys/ia64/include/pal.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/ia64/include/pal.h,v 1.5 2001/10/21 05:52:54 marcel Exp $ */ #ifndef _MACHINE_PAL_H_ diff --git a/sys/ia64/include/param.h b/sys/ia64/include/param.h index 9c849d09c08f..0b42e92149bf 100644 --- a/sys/ia64/include/param.h +++ b/sys/ia64/include/param.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/param.h,v 1.20.2.1 2005/09/13 21:07:14 marcel Exp $ */ /* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */ /*- diff --git a/sys/ia64/include/pc/display.h b/sys/ia64/include/pc/display.h index fad568c0cb81..b622d88c1885 100644 --- a/sys/ia64/include/pc/display.h +++ b/sys/ia64/include/pc/display.h @@ -1,7 +1,7 @@ /* * IBM PC display definitions * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/pc/display.h,v 1.1 2000/09/29 13:48:14 dfr Exp $ * from: i386/include/pc display.h,v 1.4 */ diff --git a/sys/ia64/include/pcb.h b/sys/ia64/include/pcb.h index 5d250bfeefdc..60bd6c5508d7 100644 --- a/sys/ia64/include/pcb.h +++ b/sys/ia64/include/pcb.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/ia64/include/pcb.h,v 1.16 2004/08/16 19:05:08 marcel Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/ia64/include/pci_cfgreg.h b/sys/ia64/include/pci_cfgreg.h index b4d2702b54ee..121298df073f 100644 --- a/sys/ia64/include/pci_cfgreg.h +++ b/sys/ia64/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/ia64/include/pci_cfgreg.h,v 1.2 2005/01/06 22:18:23 imp Exp $ * */ diff --git a/sys/ia64/include/pcpu.h b/sys/ia64/include/pcpu.h index beb934b1052e..f77cd1c01328 100644 --- a/sys/ia64/include/pcpu.h +++ b/sys/ia64/include/pcpu.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/ia64/include/pcpu.h,v 1.17 2003/11/17 03:40:41 bde Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/ia64/include/pmap.h b/sys/ia64/include/pmap.h index 173d714b2858..d38e215ea60d 100644 --- a/sys/ia64/include/pmap.h +++ b/sys/ia64/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 * from: i386 pmap.h,v 1.54 1997/11/20 19:30:35 bde Exp - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/pmap.h,v 1.24.2.1 2005/09/13 21:07:14 marcel Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/ia64/include/pmc_mdep.h b/sys/ia64/include/pmc_mdep.h index cf643c7b4f39..6a87d300c9bb 100644 --- a/sys/ia64/include/pmc_mdep.h +++ b/sys/ia64/include/pmc_mdep.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:08 jkoshy Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h index 5cbc0bf89f52..546cdb7fd3ce 100644 --- a/sys/ia64/include/proc.h +++ b/sys/ia64/include/proc.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/ia64/include/proc.h,v 1.14.2.1 2005/09/13 21:07:14 marcel Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/ia64/include/profile.h b/sys/ia64/include/profile.h index 73ce5782ee8f..b0648c93ca95 100644 --- a/sys/ia64/include/profile.h +++ b/sys/ia64/include/profile.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/ia64/include/profile.h,v 1.12 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/ia64/include/pte.h b/sys/ia64/include/pte.h index f57cb4dd17ae..644a498c696f 100644 --- a/sys/ia64/include/pte.h +++ b/sys/ia64/include/pte.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/ia64/include/pte.h,v 1.5 2004/11/21 21:40:08 marcel Exp $ */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/ia64/include/ptrace.h b/sys/ia64/include/ptrace.h index d73077dabf21..0ec25e471550 100644 --- a/sys/ia64/include/ptrace.h +++ b/sys/ia64/include/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/ptrace.h,v 1.6 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/ia64/include/reg.h b/sys/ia64/include/reg.h index 453c9b831412..ea7725deeea5 100644 --- a/sys/ia64/include/reg.h +++ b/sys/ia64/include/reg.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/ia64/include/reg.h,v 1.13 2004/03/20 05:27:14 marcel Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/ia64/include/reloc.h b/sys/ia64/include/reloc.h index 6e5053602772..09d30f9bcd88 100644 --- a/sys/ia64/include/reloc.h +++ b/sys/ia64/include/reloc.h @@ -29,5 +29,5 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/reloc.h,v 1.2 2005/01/06 22:18:23 imp Exp $ */ diff --git a/sys/ia64/include/resource.h b/sys/ia64/include/resource.h index edde5eb29908..ee64c27fbecb 100644 --- a/sys/ia64/include/resource.h +++ b/sys/ia64/include/resource.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/resource.h,v 1.2 2005/01/06 22:18:23 imp Exp $ */ /*- * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/ia64/include/runq.h b/sys/ia64/include/runq.h index f5189a15a970..9ff4fba8bc92 100644 --- a/sys/ia64/include/runq.h +++ b/sys/ia64/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/ia64/include/runq.h,v 1.5 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/ia64/include/sal.h b/sys/ia64/include/sal.h index 759cc9fb1854..f13309615286 100644 --- a/sys/ia64/include/sal.h +++ b/sys/ia64/include/sal.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/ia64/include/sal.h,v 1.6 2004/09/19 03:50:46 marcel Exp $ */ #ifndef _MACHINE_SAL_H_ diff --git a/sys/ia64/include/sapicreg.h b/sys/ia64/include/sapicreg.h index 8f7dfbd34a26..41467b8cbab1 100644 --- a/sys/ia64/include/sapicreg.h +++ b/sys/ia64/include/sapicreg.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/ia64/include/sapicreg.h,v 1.1 2001/10/05 10:30:08 dfr Exp $ */ #ifndef _MACHINE_SAPICREG_H_ diff --git a/sys/ia64/include/sapicvar.h b/sys/ia64/include/sapicvar.h index 130eebb4ebfa..8a8c0bf43de7 100644 --- a/sys/ia64/include/sapicvar.h +++ b/sys/ia64/include/sapicvar.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/ia64/include/sapicvar.h,v 1.4 2003/09/10 22:49:38 marcel Exp $ */ #ifndef _MACHINE_SAPICVAR_H_ diff --git a/sys/ia64/include/setjmp.h b/sys/ia64/include/setjmp.h index 0e7641eea403..a335bdc472e1 100644 --- a/sys/ia64/include/setjmp.h +++ b/sys/ia64/include/setjmp.h @@ -36,7 +36,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/setjmp.h,v 1.12 2003/07/26 08:03:43 marcel Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/ia64/include/sf_buf.h b/sys/ia64/include/sf_buf.h index 8d67542e0e57..bfe309469541 100644 --- a/sys/ia64/include/sf_buf.h +++ b/sys/ia64/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/ia64/include/sf_buf.h,v 1.2 2004/04/18 07:11:12 alc Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/ia64/include/sigframe.h b/sys/ia64/include/sigframe.h index d0e886e9bc90..022686a12598 100644 --- a/sys/ia64/include/sigframe.h +++ b/sys/ia64/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/ia64/include/sigframe.h,v 1.3 2002/10/25 19:10:57 peter Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/ia64/include/signal.h b/sys/ia64/include/signal.h index 766579927137..9e029995b4b6 100644 --- a/sys/ia64/include/signal.h +++ b/sys/ia64/include/signal.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/signal.h,v 1.13 2005/01/06 22:18:23 imp Exp $ */ /* From: NetBSD: signal.h,v 1.3 1997/04/06 08:47:43 cgd Exp */ /*- diff --git a/sys/ia64/include/smp.h b/sys/ia64/include/smp.h index cf1fab31f317..3c08e0c3bfcc 100644 --- a/sys/ia64/include/smp.h +++ b/sys/ia64/include/smp.h @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/smp.h,v 1.9.2.1 2005/09/13 21:07:14 marcel Exp $ */ #ifndef _MACHINE_SMP_H_ #define _MACHINE_SMP_H_ diff --git a/sys/ia64/include/stdarg.h b/sys/ia64/include/stdarg.h index 9ab18b8c0e8f..69ffb816866f 100644 --- a/sys/ia64/include/stdarg.h +++ b/sys/ia64/include/stdarg.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)stdarg.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/stdarg.h,v 1.8 2005/03/02 21:33:27 joerg Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/ia64/include/sysarch.h b/sys/ia64/include/sysarch.h index a7f39de2ffe8..5cf9bddb965d 100644 --- a/sys/ia64/include/sysarch.h +++ b/sys/ia64/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/ia64/include/sysarch.h,v 1.4 2004/01/09 16:52:08 nectar Exp $ */ #ifndef _MACHINE_SYSARCH_H_ diff --git a/sys/ia64/include/ucontext.h b/sys/ia64/include/ucontext.h index 5619d59068c9..fd3f17787c06 100644 --- a/sys/ia64/include/ucontext.h +++ b/sys/ia64/include/ucontext.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/ia64/include/ucontext.h,v 1.7 2003/12/07 20:47:33 marcel Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/ia64/include/unwind.h b/sys/ia64/include/unwind.h index b1d512c349e4..6cf30357ff99 100644 --- a/sys/ia64/include/unwind.h +++ b/sys/ia64/include/unwind.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/ia64/include/unwind.h,v 1.7 2005/01/06 22:18:23 imp Exp $ */ #ifndef _MACHINE_UNWIND_H_ diff --git a/sys/ia64/include/varargs.h b/sys/ia64/include/varargs.h index 3ed42315c8c8..96ead78d5d1f 100644 --- a/sys/ia64/include/varargs.h +++ b/sys/ia64/include/varargs.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)varargs.h 8.2 (Berkeley) 3/22/94 - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/include/varargs.h,v 1.5 2003/09/28 05:34:07 marcel Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/ia64/include/vmparam.h b/sys/ia64/include/vmparam.h index 65fbe99eee17..3fd455e2a3d4 100644 --- a/sys/ia64/include/vmparam.h +++ b/sys/ia64/include/vmparam.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/ia64/include/vmparam.h,v 1.10 2005/01/06 22:18:23 imp Exp $ */ /* From: NetBSD: vmparam.h,v 1.6 1997/09/23 23:23:23 mjacob Exp */ #ifndef _MACHINE_VMPARAM_H #define _MACHINE_VMPARAM_H diff --git a/sys/ia64/isa/isa.c b/sys/ia64/isa/isa.c index 01b4c3d5a050..6bbcdd0d6abc 100644 --- a/sys/ia64/isa/isa.c +++ b/sys/ia64/isa/isa.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/ia64/isa/isa.c,v 1.3 2004/03/17 21:45:55 jmg Exp $ */ /* diff --git a/sys/ia64/isa/isa_dma.c b/sys/ia64/isa/isa_dma.c index 0943d83ccd53..0baf2b67825a 100644 --- a/sys/ia64/isa/isa_dma.c +++ b/sys/ia64/isa/isa_dma.c @@ -31,7 +31,7 @@ * * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 * from: isa_dma.c,v 1.3 1999/05/09 23:56:00 peter Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/ia64/isa/isa_dma.c,v 1.9 2005/05/14 10:14:56 nyan Exp $ */ /* diff --git a/sys/ia64/pci/pci_cfgreg.c b/sys/ia64/pci/pci_cfgreg.c index cef743b89f7a..945dc3d12007 100644 --- a/sys/ia64/pci/pci_cfgreg.c +++ b/sys/ia64/pci/pci_cfgreg.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/ia64/pci/pci_cfgreg.c,v 1.2 2001/10/03 08:25:58 dfr Exp $ */ #include <sys/param.h> diff --git a/sys/isa/isa_common.c b/sys/isa/isa_common.c index 36f3d79061d5..0307c5fdc9da 100644 --- a/sys/isa/isa_common.c +++ b/sys/isa/isa_common.c @@ -58,7 +58,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isa/isa_common.c,v 1.42 2005/03/18 05:19:50 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isa/isa_common.h b/sys/isa/isa_common.h index 65e0ad5df2e0..80a3ed998c92 100644 --- a/sys/isa/isa_common.h +++ b/sys/isa/isa_common.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/isa/isa_common.h,v 1.13 2004/12/24 23:03:17 imp Exp $ */ /* diff --git a/sys/isa/isa_dmareg.h b/sys/isa/isa_dmareg.h index 33c768f5c3bf..bdcafb4ace6a 100644 --- a/sys/isa/isa_dmareg.h +++ b/sys/isa/isa_dmareg.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/isa/isa_dmareg.h,v 1.1 2005/05/14 10:14:56 nyan Exp $ */ #ifndef _ISA_ISA_DMAREG_H_ diff --git a/sys/isa/isa_if.m b/sys/isa/isa_if.m index dc64fc568b94..dcb1726eb941 100644 --- a/sys/isa/isa_if.m +++ b/sys/isa/isa_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/isa/isa_if.m,v 1.7 2005/01/06 22:18:23 imp Exp $ # #include <sys/bus.h> diff --git a/sys/isa/isahint.c b/sys/isa/isahint.c index 65a0d5c8950d..3b0efe30f463 100644 --- a/sys/isa/isahint.c +++ b/sys/isa/isahint.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isa/isahint.c,v 1.16 2005/04/13 03:26:24 mdodd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isa/isareg.h b/sys/isa/isareg.h index 534d76a59493..caefa4afb66d 100644 --- a/sys/isa/isareg.h +++ b/sys/isa/isareg.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/isa/isareg.h,v 1.13 2005/05/14 10:14:56 nyan Exp $ */ #ifdef PC98 diff --git a/sys/isa/isavar.h b/sys/isa/isavar.h index 86641ced4050..7d312d4cb6fc 100644 --- a/sys/isa/isavar.h +++ b/sys/isa/isavar.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/isa/isavar.h,v 1.29 2005/04/13 03:26:24 mdodd Exp $ */ #ifndef _ISA_ISAVAR_H_ diff --git a/sys/isa/orm.c b/sys/isa/orm.c index f25312fbe305..ace75e499d3b 100644 --- a/sys/isa/orm.c +++ b/sys/isa/orm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isa/orm.c,v 1.5 2004/07/05 17:26:04 imp Exp $"); /* * Driver to take care of holes in ISA I/O memory occupied diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c index 2b9db6b69741..a5472efa8c97 100644 --- a/sys/isa/pnp.c +++ b/sys/isa/pnp.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isa/pnp.c,v 1.20.2.1 2005/10/05 21:53:17 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isa/pnpparse.c b/sys/isa/pnpparse.c index c229373b9025..fd058613bf31 100644 --- a/sys/isa/pnpparse.c +++ b/sys/isa/pnpparse.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isa/pnpparse.c,v 1.14 2003/06/11 00:32:45 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isa/pnpreg.h b/sys/isa/pnpreg.h index abd181198d41..a2b27bda92b7 100644 --- a/sys/isa/pnpreg.h +++ b/sys/isa/pnpreg.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/isa/pnpreg.h,v 1.6 2005/01/06 22:18:23 imp Exp $ * from: pnp.h,v 1.7 1998/09/13 22:15:44 eivind Exp */ diff --git a/sys/isa/pnpvar.h b/sys/isa/pnpvar.h index 291c8130a83d..5cedec089540 100644 --- a/sys/isa/pnpvar.h +++ b/sys/isa/pnpvar.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/isa/pnpvar.h,v 1.8 2004/12/24 22:08:57 imp Exp $ */ #ifndef _ISA_PNPVAR_H_ diff --git a/sys/isa/rtc.h b/sys/isa/rtc.h index 35bef94e08e9..aa40fb51e450 100644 --- a/sys/isa/rtc.h +++ b/sys/isa/rtc.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)rtc.h 7.1 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/isa/rtc.h,v 1.13 2004/04/07 20:46:09 imp Exp $ */ #ifndef _I386_ISA_RTC_H_ diff --git a/sys/isa/syscons_isa.c b/sys/isa/syscons_isa.c index 9471ca76eb40..8c58ffbe172d 100644 --- a/sys/isa/syscons_isa.c +++ b/sys/isa/syscons_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isa/syscons_isa.c,v 1.27.2.1 2006/08/22 16:52:42 rink Exp $"); #include "opt_syscons.h" #include "opt_xbox.h" diff --git a/sys/isa/vga_isa.c b/sys/isa/vga_isa.c index 594e3d04c14b..eac6babe2503 100644 --- a/sys/isa/vga_isa.c +++ b/sys/isa/vga_isa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isa/vga_isa.c,v 1.33 2005/02/28 21:06:14 iedowse Exp $"); #include "opt_vga.h" #include "opt_fb.h" diff --git a/sys/isofs/cd9660/TODO b/sys/isofs/cd9660/TODO index b8d7f3efebb9..49f21fd48482 100644 --- a/sys/isofs/cd9660/TODO +++ b/sys/isofs/cd9660/TODO @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/isofs/cd9660/TODO,v 1.7 1999/08/28 00:46:05 peter Exp $ 2) should understand Rock Ridge diff --git a/sys/isofs/cd9660/TODO.hibler b/sys/isofs/cd9660/TODO.hibler index e0842da82d5a..0850e4550442 100644 --- a/sys/isofs/cd9660/TODO.hibler +++ b/sys/isofs/cd9660/TODO.hibler @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/isofs/cd9660/TODO.hibler,v 1.3 2001/02/06 11:20:34 asmodai Exp $ 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS). Since it was modelled after the inode code, we might be able to merge diff --git a/sys/isofs/cd9660/cd9660_bmap.c b/sys/isofs/cd9660/cd9660_bmap.c index 147f4457b85b..e9bc19fdbb40 100644 --- a/sys/isofs/cd9660/cd9660_bmap.c +++ b/sys/isofs/cd9660/cd9660_bmap.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isofs/cd9660/cd9660_bmap.c,v 1.15 2004/11/15 09:18:27 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isofs/cd9660/cd9660_iconv.c b/sys/isofs/cd9660/cd9660_iconv.c index 43a5a0de8960..b7560e2eefa8 100644 --- a/sys/isofs/cd9660/cd9660_iconv.c +++ b/sys/isofs/cd9660/cd9660_iconv.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isofs/cd9660/cd9660_iconv.c,v 1.1 2003/09/26 20:26:23 fjoe Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/isofs/cd9660/cd9660_lookup.c b/sys/isofs/cd9660/cd9660_lookup.c index 59607b916f33..218f65bcdf99 100644 --- a/sys/isofs/cd9660/cd9660_lookup.c +++ b/sys/isofs/cd9660/cd9660_lookup.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isofs/cd9660/cd9660_lookup.c,v 1.41.2.1 2006/01/04 19:35:24 truckman Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isofs/cd9660/cd9660_mount.h b/sys/isofs/cd9660/cd9660_mount.h index 518677d19ae2..1eef9d3616b8 100644 --- a/sys/isofs/cd9660/cd9660_mount.h +++ b/sys/isofs/cd9660/cd9660_mount.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)cd9660_mount.h 8.1 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/isofs/cd9660/cd9660_mount.h,v 1.8 2005/01/06 22:18:23 imp Exp $ */ /* diff --git a/sys/isofs/cd9660/cd9660_node.c b/sys/isofs/cd9660/cd9660_node.c index 69e1043cba3c..3c162c550dad 100644 --- a/sys/isofs/cd9660/cd9660_node.c +++ b/sys/isofs/cd9660/cd9660_node.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isofs/cd9660/cd9660_node.c,v 1.54.2.1 2006/03/12 21:50:02 scottl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h index a362dc1d5148..c28713545b61 100644 --- a/sys/isofs/cd9660/cd9660_node.h +++ b/sys/isofs/cd9660/cd9660_node.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)cd9660_node.h 8.6 (Berkeley) 5/14/95 - * $FreeBSD$ + * $FreeBSD: src/sys/isofs/cd9660/cd9660_node.h,v 1.31 2005/03/16 08:09:52 phk Exp $ */ /* diff --git a/sys/isofs/cd9660/cd9660_rrip.c b/sys/isofs/cd9660/cd9660_rrip.c index 0b9b1b58e283..f8fefa60b1d7 100644 --- a/sys/isofs/cd9660/cd9660_rrip.c +++ b/sys/isofs/cd9660/cd9660_rrip.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isofs/cd9660/cd9660_rrip.c,v 1.28.8.1 2006/03/17 21:32:14 joerg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isofs/cd9660/cd9660_rrip.h b/sys/isofs/cd9660/cd9660_rrip.h index f6fa050368d2..b34ad2f92ccc 100644 --- a/sys/isofs/cd9660/cd9660_rrip.h +++ b/sys/isofs/cd9660/cd9660_rrip.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)cd9660_rrip.h 8.2 (Berkeley) 12/5/94 - * $FreeBSD$ + * $FreeBSD: src/sys/isofs/cd9660/cd9660_rrip.h,v 1.8 2004/07/03 16:56:45 phk Exp $ */ typedef struct { diff --git a/sys/isofs/cd9660/cd9660_util.c b/sys/isofs/cd9660/cd9660_util.c index 1922627a0dad..9f389e955694 100644 --- a/sys/isofs/cd9660/cd9660_util.c +++ b/sys/isofs/cd9660/cd9660_util.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isofs/cd9660/cd9660_util.c,v 1.22 2004/04/07 20:46:09 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isofs/cd9660/cd9660_vfsops.c b/sys/isofs/cd9660/cd9660_vfsops.c index 28ef84145c50..740ef68bde4a 100644 --- a/sys/isofs/cd9660/cd9660_vfsops.c +++ b/sys/isofs/cd9660/cd9660_vfsops.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isofs/cd9660/cd9660_vfsops.c,v 1.140.2.4 2006/10/09 19:47:16 tegge Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isofs/cd9660/cd9660_vnops.c b/sys/isofs/cd9660/cd9660_vnops.c index 23055cd703da..bba668ff7a59 100644 --- a/sys/isofs/cd9660/cd9660_vnops.c +++ b/sys/isofs/cd9660/cd9660_vnops.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/isofs/cd9660/cd9660_vnops.c,v 1.110.2.2 2006/02/20 00:53:14 yar Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/isofs/cd9660/iso.h b/sys/isofs/cd9660/iso.h index 085134141b1d..488e42ed74ed 100644 --- a/sys/isofs/cd9660/iso.h +++ b/sys/isofs/cd9660/iso.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)iso.h 8.6 (Berkeley) 5/10/95 - * $FreeBSD$ + * $FreeBSD: src/sys/isofs/cd9660/iso.h,v 1.30.2.1 2005/12/14 09:20:30 des Exp $ */ #define ISODCL(from, to) (to - from + 1) diff --git a/sys/isofs/cd9660/iso_rrip.h b/sys/isofs/cd9660/iso_rrip.h index 75c004c40b62..05925aed6f92 100644 --- a/sys/isofs/cd9660/iso_rrip.h +++ b/sys/isofs/cd9660/iso_rrip.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)iso_rrip.h 8.2 (Berkeley) 1/23/94 - * $FreeBSD$ + * $FreeBSD: src/sys/isofs/cd9660/iso_rrip.h,v 1.8 2004/04/07 20:46:09 imp Exp $ */ diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 421f73cf8c58..5dee028915c7 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/kern/Make.tags.inc,v 1.15 2003/03/05 19:24:21 peter Exp $ # @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93 SYS?= ${.CURDIR}/.. diff --git a/sys/kern/Makefile b/sys/kern/Makefile index 1ea154dab8f0..65aa1acb130d 100644 --- a/sys/kern/Makefile +++ b/sys/kern/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/21/94 -# $FreeBSD$ +# $FreeBSD: src/sys/kern/Makefile,v 1.11.12.1 2005/07/18 19:54:49 jhb Exp $ # Makefile for kernel tags files, init_sysent, etc. diff --git a/sys/kern/bus_if.m b/sys/kern/bus_if.m index 05aad097c735..978db9841fe9 100644 --- a/sys/kern/bus_if.m +++ b/sys/kern/bus_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/kern/bus_if.m,v 1.29.2.1 2006/07/12 22:57:57 imp Exp $ # #include <sys/bus.h> diff --git a/sys/kern/clock_if.m b/sys/kern/clock_if.m index cb1179aed203..fbca6132708b 100644 --- a/sys/kern/clock_if.m +++ b/sys/kern/clock_if.m @@ -22,7 +22,7 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE # USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/kern/clock_if.m,v 1.2 2005/01/06 23:35:38 imp Exp $ #include <sys/bus.h> #include <sys/time.h> diff --git a/sys/kern/cpufreq_if.m b/sys/kern/cpufreq_if.m index 8b1213e2b3d8..866165f6c75a 100644 --- a/sys/kern/cpufreq_if.m +++ b/sys/kern/cpufreq_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/kern/cpufreq_if.m,v 1.2 2005/02/18 00:23:36 njl Exp $ # #include <sys/bus.h> diff --git a/sys/kern/device_if.m b/sys/kern/device_if.m index 2931c0a5cd2f..9e9b230d54e5 100644 --- a/sys/kern/device_if.m +++ b/sys/kern/device_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/kern/device_if.m,v 1.12 2005/01/06 23:35:38 imp Exp $ # #include <sys/bus.h> diff --git a/sys/kern/genassym.sh b/sys/kern/genassym.sh index 70ad69ebd1d4..6da45023d4f0 100644 --- a/sys/kern/genassym.sh +++ b/sys/kern/genassym.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/sys/kern/genassym.sh,v 1.4 2002/02/11 03:54:30 obrien Exp $ # Grrr, this should use stdin and stdout, but is encrufted for compatibility. diff --git a/sys/kern/imgact_aout.c b/sys/kern/imgact_aout.c index 7f202d9fbdd1..ab96b36ea11e 100644 --- a/sys/kern/imgact_aout.c +++ b/sys/kern/imgact_aout.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/imgact_aout.c,v 1.99.2.2 2006/05/16 00:23:44 davidxu Exp $"); #include <sys/param.h> #include <sys/exec.h> diff --git a/sys/kern/imgact_elf.c b/sys/kern/imgact_elf.c index 1100db2360fb..e2a911d81152 100644 --- a/sys/kern/imgact_elf.c +++ b/sys/kern/imgact_elf.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/imgact_elf.c,v 1.162.2.3 2006/03/16 00:25:31 alc Exp $"); #include "opt_compat.h" diff --git a/sys/kern/imgact_elf32.c b/sys/kern/imgact_elf32.c index b286f315e1ba..477bb83363bf 100644 --- a/sys/kern/imgact_elf32.c +++ b/sys/kern/imgact_elf32.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/imgact_elf32.c,v 1.3 2003/06/11 00:56:54 obrien Exp $"); #define __ELF_WORD_SIZE 32 #include <kern/imgact_elf.c> diff --git a/sys/kern/imgact_elf64.c b/sys/kern/imgact_elf64.c index db2470dd915a..f5d0f2a2dfe8 100644 --- a/sys/kern/imgact_elf64.c +++ b/sys/kern/imgact_elf64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/imgact_elf64.c,v 1.3 2003/06/11 00:56:54 obrien Exp $"); #define __ELF_WORD_SIZE 64 #include <kern/imgact_elf.c> diff --git a/sys/kern/imgact_gzip.c b/sys/kern/imgact_gzip.c index 60a0f6ceb7c8..7e9d982ac4a3 100644 --- a/sys/kern/imgact_gzip.c +++ b/sys/kern/imgact_gzip.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/imgact_gzip.c,v 1.54.2.1 2006/03/16 00:25:32 alc Exp $"); #include <sys/param.h> #include <sys/exec.h> diff --git a/sys/kern/imgact_shell.c b/sys/kern/imgact_shell.c index 2f8b133e1685..4adbac335fe1 100644 --- a/sys/kern/imgact_shell.c +++ b/sys/kern/imgact_shell.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/imgact_shell.c,v 1.35 2005/06/19 02:21:03 gad Exp $"); #include <sys/param.h> #include <sys/vnode.h> diff --git a/sys/kern/inflate.c b/sys/kern/inflate.c index 9ac6364ca6b0..dfcf0de98db4 100644 --- a/sys/kern/inflate.c +++ b/sys/kern/inflate.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/inflate.c,v 1.19 2003/06/11 00:56:54 obrien Exp $"); #include <sys/param.h> #include <sys/inflate.h> diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c index 2ec3b01196c9..c1c490528abe 100644 --- a/sys/kern/init_main.c +++ b/sys/kern/init_main.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/init_main.c,v 1.256.2.5 2006/09/28 18:27:01 rwatson Exp $"); #include "opt_init_path.h" #include "opt_mac.h" diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index a11f3dae5568..684cb3ce34bc 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/kern/init_sysent.c,v 1.195.2.5 2006/10/10 13:47:59 rwatson Exp $ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.198.2.5 2006/10/10 13:19:47 rwatson Exp */ diff --git a/sys/kern/kern_acct.c b/sys/kern/kern_acct.c index 1787b406d6a1..448ac502d5cd 100644 --- a/sys/kern/kern_acct.c +++ b/sys/kern/kern_acct.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_acct.c,v 1.74.2.4 2006/09/03 09:21:59 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c index f346f6113759..4609388885b9 100644 --- a/sys/kern/kern_acl.c +++ b/sys/kern/kern_acl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_acl.c,v 1.45.8.2 2005/11/13 03:14:00 csjp Exp $"); #include "opt_mac.h" diff --git a/sys/kern/kern_alq.c b/sys/kern/kern_alq.c index 3617afe08d90..2057568a7976 100644 --- a/sys/kern/kern_alq.c +++ b/sys/kern/kern_alq.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_alq.c,v 1.12 2005/04/16 12:12:27 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/kern/kern_clock.c b/sys/kern/kern_clock.c index 74862cafe54e..01705fa66b33 100644 --- a/sys/kern/kern_clock.c +++ b/sys/kern/kern_clock.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_clock.c,v 1.178.2.3 2006/03/10 19:37:33 jhb Exp $"); #include "opt_device_polling.h" #include "opt_hwpmc_hooks.h" diff --git a/sys/kern/kern_condvar.c b/sys/kern/kern_condvar.c index dbe79263b385..fadce7c9354b 100644 --- a/sys/kern/kern_condvar.c +++ b/sys/kern/kern_condvar.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_condvar.c,v 1.52.2.1 2006/02/27 00:19:40 davidxu Exp $"); #include "opt_ktrace.h" diff --git a/sys/kern/kern_conf.c b/sys/kern/kern_conf.c index ec23511da3cf..2ccf66ea7310 100644 --- a/sys/kern/kern_conf.c +++ b/sys/kern/kern_conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_conf.c,v 1.186.2.7 2006/10/30 15:43:56 kib Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_context.c b/sys/kern/kern_context.c index 300b1f441bbd..fa8386678acf 100644 --- a/sys/kern/kern_context.c +++ b/sys/kern/kern_context.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_context.c,v 1.7 2003/11/09 20:31:03 marcel Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_cpu.c b/sys/kern/kern_cpu.c index eb5bbb8c0413..36c3a8316c9f 100644 --- a/sys/kern/kern_cpu.c +++ b/sys/kern/kern_cpu.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_cpu.c,v 1.14.2.4 2006/03/05 00:03:29 mnag Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c index 03b829fb09a5..045dd261a939 100644 --- a/sys/kern/kern_descrip.c +++ b/sys/kern/kern_descrip.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_descrip.c,v 1.279.2.9 2006/09/29 18:30:48 jmg Exp $"); #include "opt_compat.h" #include "opt_ddb.h" diff --git a/sys/kern/kern_environment.c b/sys/kern/kern_environment.c index 9bb88140e9a9..ad490697b9bb 100644 --- a/sys/kern/kern_environment.c +++ b/sys/kern/kern_environment.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_environment.c,v 1.39.2.2 2005/10/09 03:29:03 delphij Exp $"); #include "opt_mac.h" diff --git a/sys/kern/kern_event.c b/sys/kern/kern_event.c index 165f2f02aa89..94d68d550c35 100644 --- a/sys/kern/kern_event.c +++ b/sys/kern/kern_event.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_event.c,v 1.93.2.6 2006/09/04 17:17:25 jmg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/kern_exec.c b/sys/kern/kern_exec.c index 855869fe53eb..0b845ada0e76 100644 --- a/sys/kern/kern_exec.c +++ b/sys/kern/kern_exec.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_exec.c,v 1.275.2.6 2006/09/03 09:21:59 rwatson Exp $"); #include "opt_hwpmc_hooks.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index 52930200647c..75a50ee91900 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_exit.c,v 1.263.2.14 2006/09/21 15:14:08 csjp Exp $"); #include "opt_compat.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_fork.c b/sys/kern/kern_fork.c index 26e1ddc5cd68..a9102a9b4219 100644 --- a/sys/kern/kern_fork.c +++ b/sys/kern/kern_fork.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_fork.c,v 1.252.2.5 2006/09/06 21:43:59 jhb Exp $"); #include "opt_ktrace.h" #include "opt_mac.h" diff --git a/sys/kern/kern_idle.c b/sys/kern/kern_idle.c index 1b4d432faf65..45e88bf088da 100644 --- a/sys/kern/kern_idle.c +++ b/sys/kern/kern_idle.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_idle.c,v 1.43 2005/04/04 21:53:54 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c index 1e93d815e810..8827d7622eb1 100644 --- a/sys/kern/kern_intr.c +++ b/sys/kern/kern_intr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_intr.c,v 1.124.2.6 2006/06/16 22:11:55 jhb Exp $"); #include "opt_ddb.h" diff --git a/sys/kern/kern_jail.c b/sys/kern/kern_jail.c index 9be8487c940f..a813dc952f5e 100644 --- a/sys/kern/kern_jail.c +++ b/sys/kern/kern_jail.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_jail.c,v 1.50.2.1 2005/11/13 03:12:32 csjp Exp $"); #include "opt_mac.h" diff --git a/sys/kern/kern_kse.c b/sys/kern/kern_kse.c index 39af9185bf3d..0d871f947fd3 100644 --- a/sys/kern/kern_kse.c +++ b/sys/kern/kern_kse.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_kse.c,v 1.214.2.6 2006/03/07 18:08:09 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/kern_kthread.c b/sys/kern/kern_kthread.c index 621ff73f1221..5d1518ae793c 100644 --- a/sys/kern/kern_kthread.c +++ b/sys/kern/kern_kthread.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_kthread.c,v 1.34.2.1 2006/03/01 20:53:24 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/kern_ktr.c b/sys/kern/kern_ktr.c index b6d90986d777..67eb55571720 100644 --- a/sys/kern/kern_ktr.c +++ b/sys/kern/kern_ktr.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_ktr.c,v 1.48 2005/06/10 23:21:29 jeff Exp $"); #include "opt_ddb.h" #include "opt_ktr.h" diff --git a/sys/kern/kern_ktrace.c b/sys/kern/kern_ktrace.c index d0bd46ec1a4b..9bed7f994836 100644 --- a/sys/kern/kern_ktrace.c +++ b/sys/kern/kern_ktrace.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_ktrace.c,v 1.101.2.5 2006/09/06 21:43:59 jhb Exp $"); #include "opt_ktrace.h" #include "opt_mac.h" diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c index ca05cc062190..3e0a698be05e 100644 --- a/sys/kern/kern_linker.c +++ b/sys/kern/kern_linker.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_linker.c,v 1.117.2.1 2005/11/04 17:05:13 jdp Exp $"); #include "opt_ddb.h" #include "opt_mac.h" diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 29602f8756bf..9fd78a51c0e4 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_lock.c,v 1.89.2.5 2006/10/09 20:04:45 tegge Exp $"); #include "opt_ddb.h" diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index 483f953f8cb8..0e1ea140dfa7 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_lockf.c,v 1.54 2005/03/29 08:13:01 phk Exp $"); #include "opt_debug_lockf.h" diff --git a/sys/kern/kern_mac.c b/sys/kern/kern_mac.c index 0d117ddfe728..d3834b9d2fe2 100644 --- a/sys/kern/kern_mac.c +++ b/sys/kern/kern_mac.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_mac.c,v 1.117.2.2 2006/03/22 17:34:39 tegge Exp $"); #include "opt_mac.h" #include "opt_devfs.h" diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index 0a241ca94df9..768e05abcea3 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_malloc.c,v 1.142.2.8 2006/03/06 08:42:07 ps Exp $"); #include "opt_ddb.h" #include "opt_vm.h" diff --git a/sys/kern/kern_mbuf.c b/sys/kern/kern_mbuf.c index af2fe61bd8a2..3f3012f8bd2d 100644 --- a/sys/kern/kern_mbuf.c +++ b/sys/kern/kern_mbuf.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_mbuf.c,v 1.9.2.8 2006/05/16 07:27:48 ps Exp $"); #include "opt_mac.h" #include "opt_param.h" diff --git a/sys/kern/kern_mib.c b/sys/kern/kern_mib.c index 16755d477ed1..3be66b8a8939 100644 --- a/sys/kern/kern_mib.c +++ b/sys/kern/kern_mib.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_mib.c,v 1.74.2.2 2005/10/08 07:06:49 pjd Exp $"); #include "opt_posix.h" diff --git a/sys/kern/kern_module.c b/sys/kern/kern_module.c index 6912030dde5e..a9dff07a315c 100644 --- a/sys/kern/kern_module.c +++ b/sys/kern/kern_module.c @@ -27,7 +27,7 @@ #include "opt_compat.h" #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_module.c,v 1.48.2.1 2006/06/29 03:27:04 maxim Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_mtxpool.c b/sys/kern/kern_mtxpool.c index 58158b9e791d..a9faf9e77b8b 100644 --- a/sys/kern/kern_mtxpool.c +++ b/sys/kern/kern_mtxpool.c @@ -44,7 +44,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_mtxpool.c,v 1.11 2005/02/10 12:02:37 phk Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index 26218f63dd69..5bd16a902025 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_mutex.c,v 1.154.2.9 2006/08/11 18:54:10 jhb Exp $"); #include "opt_adaptive_mutexes.h" #include "opt_ddb.h" diff --git a/sys/kern/kern_ntptime.c b/sys/kern/kern_ntptime.c index 53deb9fc7994..17c36ee2236b 100644 --- a/sys/kern/kern_ntptime.c +++ b/sys/kern/kern_ntptime.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_ntptime.c,v 1.59 2005/05/28 14:34:41 rwatson Exp $"); #include "opt_ntp.h" diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index d6be6e7c087e..d5e03824a5eb 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_physio.c,v 1.68 2005/01/06 23:35:39 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/kern_pmc.c b/sys/kern/kern_pmc.c index ed4de5950e48..55af9df44e33 100644 --- a/sys/kern/kern_pmc.c +++ b/sys/kern/kern_pmc.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_pmc.c,v 1.4.2.1 2005/08/15 18:46:12 jkoshy Exp $"); #include "opt_hwpmc_hooks.h" diff --git a/sys/kern/kern_poll.c b/sys/kern/kern_poll.c index dadd7a354f72..1033c6fef1cf 100644 --- a/sys/kern/kern_poll.c +++ b/sys/kern/kern_poll.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_poll.c,v 1.19.2.3 2006/06/16 22:11:55 jhb Exp $"); #include "opt_device_polling.h" diff --git a/sys/kern/kern_proc.c b/sys/kern/kern_proc.c index 5beeb96f15b2..4ef304bb9ab8 100644 --- a/sys/kern/kern_proc.c +++ b/sys/kern/kern_proc.c @@ -27,11 +27,11 @@ * SUCH DAMAGE. * * @(#)kern_proc.c 8.7 (Berkeley) 2/14/95 - * $FreeBSD$ + * $FreeBSD: src/sys/kern/kern_proc.c,v 1.230.2.5 2006/09/29 07:41:24 mbr Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_proc.c,v 1.230.2.5 2006/09/29 07:41:24 mbr Exp $"); #include "opt_ktrace.h" #include "opt_kstack_pages.h" diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c index 8f399e73c7a4..60b116ef6982 100644 --- a/sys/kern/kern_prot.c +++ b/sys/kern/kern_prot.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_prot.c,v 1.200.2.1 2006/09/02 17:41:00 rwatson Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index 892b9569ef58..40799ca32345 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_resource.c,v 1.148.2.1 2005/12/28 17:35:55 ps Exp $"); #include "opt_compat.h" diff --git a/sys/kern/kern_sema.c b/sys/kern/kern_sema.c index f09099e4b2e0..1ad0fbf22452 100644 --- a/sys/kern/kern_sema.c +++ b/sys/kern/kern_sema.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_sema.c,v 1.6 2005/01/06 23:35:39 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/kern_shutdown.c b/sys/kern/kern_shutdown.c index 3b62ba21b05c..6ee42b7b73c0 100644 --- a/sys/kern/kern_shutdown.c +++ b/sys/kern/kern_shutdown.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_shutdown.c,v 1.174.2.4 2006/05/10 07:00:08 pjd Exp $"); #include "opt_kdb.h" #include "opt_mac.h" diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 16bf06086a32..86e45d6c4e1f 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_sig.c,v 1.306.2.6 2006/09/03 08:06:59 rwatson Exp $"); #include "opt_compat.h" #include "opt_ktrace.h" diff --git a/sys/kern/kern_subr.c b/sys/kern/kern_subr.c index f7cc67057692..1f166405b198 100644 --- a/sys/kern/kern_subr.c +++ b/sys/kern/kern_subr.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_subr.c,v 1.96 2005/01/06 23:35:39 imp Exp $"); #include "opt_zero.h" diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c index d1a3b34559d9..d9c094a7d163 100644 --- a/sys/kern/kern_switch.c +++ b/sys/kern/kern_switch.c @@ -86,7 +86,7 @@ reassigned to keep this true. ***/ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_switch.c,v 1.116.2.1.6.1 2006/12/23 00:39:56 davidxu Exp $"); #include "opt_sched.h" diff --git a/sys/kern/kern_sx.c b/sys/kern/kern_sx.c index fdd8bc92c43d..bf76d672d42d 100644 --- a/sys/kern/kern_sx.c +++ b/sys/kern/kern_sx.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_sx.c,v 1.25.2.4 2006/08/17 19:53:06 jhb Exp $"); #include "opt_ddb.h" diff --git a/sys/kern/kern_synch.c b/sys/kern/kern_synch.c index 19c6daf8fc69..2d479588140f 100644 --- a/sys/kern/kern_synch.c +++ b/sys/kern/kern_synch.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_synch.c,v 1.270.2.6 2006/07/06 08:32:50 glebius Exp $"); #include "opt_ktrace.h" diff --git a/sys/kern/kern_syscalls.c b/sys/kern/kern_syscalls.c index 6452d968696e..733d3d61d29a 100644 --- a/sys/kern/kern_syscalls.c +++ b/sys/kern/kern_syscalls.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_syscalls.c,v 1.11.8.1 2006/08/11 19:23:48 jhb Exp $"); #include <sys/param.h> #include <sys/sysproto.h> diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index 84a5209d29bd..8abb6fc35f05 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_sysctl.c,v 1.165.2.4 2006/08/07 10:12:56 yar Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/kern/kern_tc.c b/sys/kern/kern_tc.c index f9b54a06298b..692eb4e92c27 100644 --- a/sys/kern/kern_tc.c +++ b/sys/kern/kern_tc.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_tc.c,v 1.164 2005/03/26 20:04:28 phk Exp $"); #include "opt_ntp.h" diff --git a/sys/kern/kern_thr.c b/sys/kern/kern_thr.c index 6f54ee5a12c9..1985cf4b779a 100644 --- a/sys/kern/kern_thr.c +++ b/sys/kern/kern_thr.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_thr.c,v 1.34.2.4 2006/06/16 22:11:55 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_thread.c b/sys/kern/kern_thread.c index 18dc83769939..c8ecf4354561 100644 --- a/sys/kern/kern_thread.c +++ b/sys/kern/kern_thread.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_thread.c,v 1.216.2.6 2006/09/02 17:29:57 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/kern_time.c b/sys/kern/kern_time.c index 19d03d1f4732..c396a0a9d7e0 100644 --- a/sys/kern/kern_time.c +++ b/sys/kern/kern_time.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_time.c,v 1.116.2.1 2005/12/28 19:30:41 ps Exp $"); #include "opt_mac.h" diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index 0ef93ec5063d..bb9753e577ec 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_timeout.c,v 1.97.2.2 2005/09/26 19:49:12 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/kern_umtx.c b/sys/kern/kern_umtx.c index 4a3191994be0..8be9ec50116c 100644 --- a/sys/kern/kern_umtx.c +++ b/sys/kern/kern_umtx.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_umtx.c,v 1.33.2.2 2006/06/16 22:11:55 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/kern_uuid.c b/sys/kern/kern_uuid.c index de471582c46a..802e02cfbd6e 100644 --- a/sys/kern/kern_uuid.c +++ b/sys/kern/kern_uuid.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_uuid.c,v 1.8 2005/01/06 23:35:39 imp Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/kern/kern_xxx.c b/sys/kern/kern_xxx.c index d93ba37b67ae..93d26560ac0c 100644 --- a/sys/kern/kern_xxx.c +++ b/sys/kern/kern_xxx.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/kern_xxx.c,v 1.46 2005/01/06 23:35:39 imp Exp $"); #include "opt_compat.h" diff --git a/sys/kern/link_elf.c b/sys/kern/link_elf.c index 9d924f69c424..040a47da0c40 100644 --- a/sys/kern/link_elf.c +++ b/sys/kern/link_elf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/link_elf.c,v 1.81.8.5 2005/12/30 22:13:58 marcel Exp $"); #include "opt_gdb.h" #include "opt_mac.h" diff --git a/sys/kern/link_elf_obj.c b/sys/kern/link_elf_obj.c index de43b7a43068..fb2f5bdcf3ba 100644 --- a/sys/kern/link_elf_obj.c +++ b/sys/kern/link_elf_obj.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/link_elf_obj.c,v 1.87.2.3 2005/12/30 22:13:58 marcel Exp $"); #include "opt_ddb.h" #include "opt_mac.h" diff --git a/sys/kern/linker_if.m b/sys/kern/linker_if.m index 84d56d2d6f7e..a4c2bb605e77 100644 --- a/sys/kern/linker_if.m +++ b/sys/kern/linker_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/kern/linker_if.m,v 1.6 2005/01/06 23:35:39 imp Exp $ # #include <sys/linker.h> diff --git a/sys/kern/makesyscalls.sh b/sys/kern/makesyscalls.sh index f6f64e08af44..c4c5b4e0ab3a 100644 --- a/sys/kern/makesyscalls.sh +++ b/sys/kern/makesyscalls.sh @@ -1,6 +1,6 @@ #! /bin/sh - # @(#)makesyscalls.sh 8.1 (Berkeley) 6/10/93 -# $FreeBSD$ +# $FreeBSD: src/sys/kern/makesyscalls.sh,v 1.62 2005/05/30 15:09:15 rwatson Exp $ set -e diff --git a/sys/kern/md4c.c b/sys/kern/md4c.c index 84a294aaf533..d5562af631ae 100644 --- a/sys/kern/md4c.c +++ b/sys/kern/md4c.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/md4c.c,v 1.3 2005/01/06 23:35:39 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/md5c.c b/sys/kern/md5c.c index 8101d78714ef..952b80b8ea5f 100644 --- a/sys/kern/md5c.c +++ b/sys/kern/md5c.c @@ -30,7 +30,7 @@ * This file should be kept in sync with src/lib/libmd/md5c.c */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/md5c.c,v 1.25.2.1 2006/04/05 22:15:00 pjd Exp $"); #include <sys/types.h> diff --git a/sys/kern/sched_4bsd.c b/sys/kern/sched_4bsd.c index 3733dec014de..70b2772d891a 100644 --- a/sys/kern/sched_4bsd.c +++ b/sys/kern/sched_4bsd.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sched_4bsd.c,v 1.77.2.1 2006/06/16 22:11:55 jhb Exp $"); #include "opt_hwpmc_hooks.h" diff --git a/sys/kern/sched_ule.c b/sys/kern/sched_ule.c index e5fe68aafef0..31570b831b89 100644 --- a/sys/kern/sched_ule.c +++ b/sys/kern/sched_ule.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sched_ule.c,v 1.153.2.3 2005/09/27 12:00:31 davidxu Exp $"); #include "opt_hwpmc_hooks.h" #include "opt_sched.h" diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c index 067e15566ddf..990d457c225d 100644 --- a/sys/kern/subr_autoconf.c +++ b/sys/kern/subr_autoconf.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_autoconf.c,v 1.22.2.1 2006/07/31 18:53:55 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c index 2c83499072de..91047fd1a177 100644 --- a/sys/kern/subr_blist.c +++ b/sys/kern/subr_blist.c @@ -84,7 +84,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_blist.c,v 1.17 2004/06/04 04:03:25 alc Exp $"); #ifdef _KERNEL diff --git a/sys/kern/subr_bus.c b/sys/kern/subr_bus.c index 2c69b42712e6..5a68f8b283c3 100644 --- a/sys/kern/subr_bus.c +++ b/sys/kern/subr_bus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_bus.c,v 1.184.2.4 2006/09/22 18:49:14 jhb Exp $"); #include "opt_bus.h" diff --git a/sys/kern/subr_clock.c b/sys/kern/subr_clock.c index bfa1e10b2e62..13af89780ff3 100644 --- a/sys/kern/subr_clock.c +++ b/sys/kern/subr_clock.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_clock.c,v 1.6 2005/01/06 23:35:39 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 8a7eff58e5a1..527d28df4a6f 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_devstat.c,v 1.51 2005/05/03 10:58:05 jeff Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index 44e4f566d8dc..c3f0d867cc3c 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -8,7 +8,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_disk.c,v 1.85.2.1 2006/02/14 03:29:31 rwatson Exp $"); #include "opt_geom.h" diff --git a/sys/kern/subr_eventhandler.c b/sys/kern/subr_eventhandler.c index 885c01344e87..a65f003dac60 100644 --- a/sys/kern/subr_eventhandler.c +++ b/sys/kern/subr_eventhandler.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_eventhandler.c,v 1.23 2005/02/23 19:32:29 sam Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_firmware.c b/sys/kern/subr_firmware.c index 43ed1aee479a..84bc5b647158 100644 --- a/sys/kern/subr_firmware.c +++ b/sys/kern/subr_firmware.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_firmware.c,v 1.1.2.1 2006/02/23 02:13:31 mlaier Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_hints.c b/sys/kern/subr_hints.c index eac4f59b84e5..92c530330991 100644 --- a/sys/kern/subr_hints.c +++ b/sys/kern/subr_hints.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_hints.c,v 1.11.2.1 2005/10/06 18:29:30 delphij Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/kern/subr_kdb.c b/sys/kern/subr_kdb.c index 0216df0ef6e2..b4463fdb0433 100644 --- a/sys/kern/subr_kdb.c +++ b/sys/kern/subr_kdb.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_kdb.c,v 1.12.2.1 2005/10/02 10:06:15 rwatson Exp $"); #include "opt_kdb.h" diff --git a/sys/kern/subr_kobj.c b/sys/kern/subr_kobj.c index 1704a0f4a3c6..c8d90a2c7498 100644 --- a/sys/kern/subr_kobj.c +++ b/sys/kern/subr_kobj.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_kobj.c,v 1.8 2003/10/16 09:16:28 dfr Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c index 14bdc5414550..9e9ba79b0753 100644 --- a/sys/kern/subr_lock.c +++ b/sys/kern/subr_lock.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_lock.c,v 1.4.2.1 2006/08/01 17:40:13 jhb Exp $"); #include "opt_ddb.h" diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index cd9a70abf12c..0201a82426df 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_log.c,v 1.64 2005/02/27 22:01:09 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/subr_mbpool.c b/sys/kern/subr_mbpool.c index 400c6da25065..7f6aafb6a90a 100644 --- a/sys/kern/subr_mbpool.c +++ b/sys/kern/subr_mbpool.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_mbpool.c,v 1.3 2005/01/06 23:35:39 imp Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/kern/subr_mchain.c b/sys/kern/subr_mchain.c index 4f0dab1bb6f2..8545a33b412c 100644 --- a/sys/kern/subr_mchain.c +++ b/sys/kern/subr_mchain.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_mchain.c,v 1.17 2005/01/06 23:35:39 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/subr_module.c b/sys/kern/subr_module.c index 1517129c81a1..2db107054ade 100644 --- a/sys/kern/subr_module.c +++ b/sys/kern/subr_module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_module.c,v 1.8 2003/06/11 00:56:57 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/subr_msgbuf.c b/sys/kern/subr_msgbuf.c index 14cd39dd8316..52c326496a15 100644 --- a/sys/kern/subr_msgbuf.c +++ b/sys/kern/subr_msgbuf.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/kern/subr_msgbuf.c,v 1.3 2005/01/06 23:35:39 imp Exp $ */ /* diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index 833842b68c96..4d42b7285975 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_param.c,v 1.71.2.1 2005/10/17 00:16:54 kris Exp $"); #include "opt_param.h" #include "opt_maxusers.h" diff --git a/sys/kern/subr_pcpu.c b/sys/kern/subr_pcpu.c index bf9b0c71df72..94c293ce14f1 100644 --- a/sys/kern/subr_pcpu.c +++ b/sys/kern/subr_pcpu.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_pcpu.c,v 1.6.2.2 2005/11/11 18:50:45 jhb Exp $"); #include "opt_ddb.h" diff --git a/sys/kern/subr_power.c b/sys/kern/subr_power.c index 7d6976549916..8b5acc9e3510 100644 --- a/sys/kern/subr_power.c +++ b/sys/kern/subr_power.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_power.c,v 1.5 2004/01/02 18:24:13 njl Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/subr_prf.c b/sys/kern/subr_prf.c index 1e4396f52b38..fd19964b7c63 100644 --- a/sys/kern/subr_prf.c +++ b/sys/kern/subr_prf.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_prf.c,v 1.116.2.4 2006/05/22 23:51:14 jkim Exp $"); #include "opt_ddb.h" diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c index 0e2379d52cb3..d71445ec80a4 100644 --- a/sys/kern/subr_prof.c +++ b/sys/kern/subr_prof.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_prof.c,v 1.75 2005/03/02 21:33:27 joerg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/subr_rman.c b/sys/kern/subr_rman.c index 17b365254f47..bc6cfafe4eb1 100644 --- a/sys/kern/subr_rman.c +++ b/sys/kern/subr_rman.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_rman.c,v 1.43.2.2.2.1 2006/12/07 22:28:17 jhb Exp $"); #define __RMAN_RESOURCE_VISIBLE #include <sys/param.h> diff --git a/sys/kern/subr_sbuf.c b/sys/kern/subr_sbuf.c index efa9ad7e4b73..99624fe2fb7f 100644 --- a/sys/kern/subr_sbuf.c +++ b/sys/kern/subr_sbuf.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_sbuf.c,v 1.29 2005/02/10 12:02:37 phk Exp $"); #include <sys/param.h> diff --git a/sys/kern/subr_scanf.c b/sys/kern/subr_scanf.c index 0814953424ce..457c34b6078a 100644 --- a/sys/kern/subr_scanf.c +++ b/sys/kern/subr_scanf.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_scanf.c,v 1.17 2004/04/05 21:03:35 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c index 54ddd74e903e..977869a6d3a5 100644 --- a/sys/kern/subr_sleepqueue.c +++ b/sys/kern/subr_sleepqueue.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_sleepqueue.c,v 1.18.2.4 2006/08/17 19:53:06 jhb Exp $"); #include "opt_sleepqueue_profiling.h" #include "opt_ddb.h" diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index 6b11b47e83a4..093921652a74 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_smp.c,v 1.196 2005/06/30 03:38:10 peter Exp $"); #include "opt_kdb.h" diff --git a/sys/kern/subr_stack.c b/sys/kern/subr_stack.c index 705c21baefdf..1472d138fe36 100644 --- a/sys/kern/subr_stack.c +++ b/sys/kern/subr_stack.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_stack.c,v 1.2.2.2 2006/10/15 18:23:14 kris Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/subr_taskqueue.c b/sys/kern/subr_taskqueue.c index 76c8ad1b4f1b..a43b1b15fa6e 100644 --- a/sys/kern/subr_taskqueue.c +++ b/sys/kern/subr_taskqueue.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_taskqueue.c,v 1.27.2.5 2006/09/02 15:28:09 sam Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 2ee847e36ad4..0105af3a8a10 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_trap.c,v 1.281.2.1 2006/09/06 21:43:59 jhb Exp $"); #include "opt_ktrace.h" #include "opt_mac.h" diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index 804e809f2e09..9230ca0a799d 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_turnstile.c,v 1.152.2.4 2006/08/17 19:53:06 jhb Exp $"); #include "opt_ddb.h" #include "opt_turnstile_profiling.h" diff --git a/sys/kern/subr_unit.c b/sys/kern/subr_unit.c index 910020d9c481..dd514aec586b 100644 --- a/sys/kern/subr_unit.c +++ b/sys/kern/subr_unit.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/kern/subr_unit.c,v 1.7 2005/03/14 06:51:29 phk Exp $ * * * Unit number allocation functions. diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 905436588601..3846117903a8 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -82,7 +82,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/subr_witness.c,v 1.195.2.11 2006/09/02 05:42:16 ssouhlal Exp $"); #include "opt_ddb.h" #include "opt_witness.h" diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c index 13994b1e4e77..7f3952052faa 100644 --- a/sys/kern/sys_generic.c +++ b/sys/kern/sys_generic.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sys_generic.c,v 1.146.2.1 2006/10/04 06:09:10 ru Exp $"); #include "opt_compat.h" #include "opt_ktrace.h" diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c index 3b631988d4bf..7fd42b848252 100644 --- a/sys/kern/sys_pipe.c +++ b/sys/kern/sys_pipe.c @@ -89,7 +89,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sys_pipe.c,v 1.184.2.2 2006/01/31 15:44:51 glebius Exp $"); #include "opt_mac.h" diff --git a/sys/kern/sys_process.c b/sys/kern/sys_process.c index 7a4b6b45d18e..a4fcf6cb874a 100644 --- a/sys/kern/sys_process.c +++ b/sys/kern/sys_process.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sys_process.c,v 1.131.2.7 2006/11/14 19:28:37 trhodes Exp $"); #include "opt_compat.h" diff --git a/sys/kern/sys_socket.c b/sys/kern/sys_socket.c index 7c352beee215..ccf36658560b 100644 --- a/sys/kern/sys_socket.c +++ b/sys/kern/sys_socket.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sys_socket.c,v 1.69 2005/04/16 18:46:28 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 250c9f68dd81..d56604eb245b 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/kern/syscalls.c,v 1.181.2.5 2006/10/10 13:47:59 rwatson Exp $ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.198.2.5 2006/10/10 13:19:47 rwatson Exp */ diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 7fe89c95598d..be1f7d08936f 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ - $FreeBSD$ + $FreeBSD: src/sys/kern/syscalls.master,v 1.198.2.5 2006/10/10 13:19:47 rwatson Exp $ ; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94 ; ; System call name/number master file. diff --git a/sys/kern/sysv_ipc.c b/sys/kern/sysv_ipc.c index 8fec1da00a64..02ac1d87dc84 100644 --- a/sys/kern/sysv_ipc.c +++ b/sys/kern/sysv_ipc.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sysv_ipc.c,v 1.29 2005/01/06 23:35:39 imp Exp $"); #include "opt_sysvipc.h" diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c index 60a943171a6e..72c811d046d4 100644 --- a/sys/kern/sysv_msg.c +++ b/sys/kern/sysv_msg.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sysv_msg.c,v 1.60 2005/02/12 01:22:39 csjp Exp $"); #include "opt_sysvipc.h" #include "opt_mac.h" diff --git a/sys/kern/sysv_sem.c b/sys/kern/sysv_sem.c index b32ec0f09c6e..b760e1dab935 100644 --- a/sys/kern/sysv_sem.c +++ b/sys/kern/sysv_sem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sysv_sem.c,v 1.78 2005/06/07 05:03:27 rwatson Exp $"); #include "opt_sysvipc.h" #include "opt_mac.h" diff --git a/sys/kern/sysv_shm.c b/sys/kern/sysv_shm.c index f4e8a4498785..1956c00b1f5e 100644 --- a/sys/kern/sysv_shm.c +++ b/sys/kern/sysv_shm.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/sysv_shm.c,v 1.102.2.2 2006/07/24 23:41:38 rwatson Exp $"); #include "opt_compat.h" #include "opt_sysvipc.h" diff --git a/sys/kern/tty.c b/sys/kern/tty.c index 664b02fc06c6..b27cafb19860 100644 --- a/sys/kern/tty.c +++ b/sys/kern/tty.c @@ -71,7 +71,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/tty.c,v 1.250.2.3.2.1 2006/12/21 16:25:42 mbr Exp $"); #include "opt_compat.h" #include "opt_tty.h" diff --git a/sys/kern/tty_compat.c b/sys/kern/tty_compat.c index f8975b6e8aca..92d98d37cdfa 100644 --- a/sys/kern/tty_compat.c +++ b/sys/kern/tty_compat.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/tty_compat.c,v 1.37 2004/06/21 22:57:15 phk Exp $"); #include "opt_compat.h" diff --git a/sys/kern/tty_conf.c b/sys/kern/tty_conf.c index 77a95937547f..60c0c957f11c 100644 --- a/sys/kern/tty_conf.c +++ b/sys/kern/tty_conf.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/tty_conf.c,v 1.24 2004/07/15 20:47:40 phk Exp $"); #include "opt_compat.h" diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index abd79ba3e4a1..cd34ec0c9a91 100644 --- a/sys/kern/tty_cons.c +++ b/sys/kern/tty_cons.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/tty_cons.c,v 1.131 2005/02/27 21:52:41 phk Exp $"); #include "opt_ddb.h" diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index b0a3601828f0..7f4d1f6e4688 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/tty_pty.c,v 1.137.2.5 2006/10/04 17:52:20 mbr Exp $"); /* * Pseudo-teletype Driver diff --git a/sys/kern/tty_subr.c b/sys/kern/tty_subr.c index f0dc88d616c0..b556313db46e 100644 --- a/sys/kern/tty_subr.c +++ b/sys/kern/tty_subr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/tty_subr.c,v 1.43 2005/01/06 23:35:40 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c index 8a0418562be7..325feadb3ebc 100644 --- a/sys/kern/tty_tty.c +++ b/sys/kern/tty_tty.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/tty_tty.c,v 1.56.2.2 2006/09/29 07:33:56 mbr Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/uipc_accf.c b/sys/kern/uipc_accf.c index 4449b5bc5c68..4bd7d395e3e1 100644 --- a/sys/kern/uipc_accf.c +++ b/sys/kern/uipc_accf.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_accf.c,v 1.19 2005/06/11 11:59:47 maxim Exp $"); #define ACCEPT_FILTER_MOD diff --git a/sys/kern/uipc_cow.c b/sys/kern/uipc_cow.c index b4773d1e399e..2c633a3933f4 100644 --- a/sys/kern/uipc_cow.c +++ b/sys/kern/uipc_cow.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_cow.c,v 1.23.2.1 2005/10/26 20:21:23 delphij Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/uipc_domain.c b/sys/kern/uipc_domain.c index 24f84e10ec0b..ed5411b214e6 100644 --- a/sys/kern/uipc_domain.c +++ b/sys/kern/uipc_domain.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_domain.c,v 1.44.2.3 2006/05/16 07:27:48 ps Exp $"); #include <sys/param.h> #include <sys/socket.h> diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index be1a8fb85752..2fe45b34d910 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_mbuf.c,v 1.148.2.6 2006/03/23 23:24:32 sam Exp $"); #include "opt_mac.h" #include "opt_param.h" diff --git a/sys/kern/uipc_mbuf2.c b/sys/kern/uipc_mbuf2.c index 109b3a6b1720..145fa47dfcfe 100644 --- a/sys/kern/uipc_mbuf2.c +++ b/sys/kern/uipc_mbuf2.c @@ -61,7 +61,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_mbuf2.c,v 1.31.2.1 2005/07/25 00:08:12 rwatson Exp $"); /*#define PULLDOWN_DEBUG*/ diff --git a/sys/kern/uipc_proto.c b/sys/kern/uipc_proto.c index d15e9937d1f6..cbf8b20b763b 100644 --- a/sys/kern/uipc_proto.c +++ b/sys/kern/uipc_proto.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_proto.c,v 1.24.8.1 2005/11/16 10:31:21 ru Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/kern/uipc_sem.c b/sys/kern/uipc_sem.c index 362bb016cad5..6ff7d221e513 100644 --- a/sys/kern/uipc_sem.c +++ b/sys/kern/uipc_sem.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_sem.c,v 1.20.2.1 2006/02/13 23:51:19 rwatson Exp $"); #include "opt_mac.h" #include "opt_posix.h" diff --git a/sys/kern/uipc_socket.c b/sys/kern/uipc_socket.c index 28b28c1c404e..04298262f350 100644 --- a/sys/kern/uipc_socket.c +++ b/sys/kern/uipc_socket.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_socket.c,v 1.242.2.6.2.1 2006/11/22 23:06:26 mohans Exp $"); #include "opt_inet.h" #include "opt_mac.h" diff --git a/sys/kern/uipc_socket2.c b/sys/kern/uipc_socket2.c index 0ac54cb3ab4f..3395989efe3c 100644 --- a/sys/kern/uipc_socket2.c +++ b/sys/kern/uipc_socket2.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_socket2.c,v 1.147.2.7 2006/10/06 20:23:27 andre Exp $"); #include "opt_mac.h" #include "opt_param.h" diff --git a/sys/kern/uipc_syscalls.c b/sys/kern/uipc_syscalls.c index 15dc728e7f79..0669c1c2e719 100644 --- a/sys/kern/uipc_syscalls.c +++ b/sys/kern/uipc_syscalls.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_syscalls.c,v 1.221.2.4 2006/09/13 09:10:01 gnn Exp $"); #include "opt_compat.h" #include "opt_ktrace.h" diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c index c4a3b52c0aef..4714acf4329d 100644 --- a/sys/kern/uipc_usrreq.c +++ b/sys/kern/uipc_usrreq.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/uipc_usrreq.c,v 1.155.2.6 2006/07/13 13:42:37 maxim Exp $"); #include "opt_mac.h" diff --git a/sys/kern/vfs_aio.c b/sys/kern/vfs_aio.c index 94b608919097..eb8fa35acf22 100644 --- a/sys/kern/vfs_aio.c +++ b/sys/kern/vfs_aio.c @@ -19,7 +19,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_aio.c,v 1.195.2.4 2006/09/09 01:30:11 mp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 7148da5fad7e..f02ad5448999 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_bio.c,v 1.491.2.9 2006/10/13 07:05:46 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index a786f14fa877..c3b5185ce386 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_cache.c,v 1.103.2.2 2006/09/05 03:23:02 csjp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 4c829cf43995..71ca5d96d26d 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_cluster.c,v 1.166.2.3 2006/03/22 17:54:50 tegge Exp $"); #include "opt_debug_cluster.h" diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c index 51685acd7f8f..337bd502b4c4 100644 --- a/sys/kern/vfs_default.c +++ b/sys/kern/vfs_default.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_default.c,v 1.127.2.4 2006/09/27 00:41:50 tegge Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 8f7ce16dd29b..7a884398ecac 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_export.c,v 1.333.2.1 2006/10/09 19:47:16 tegge Exp $"); #include <sys/param.h> #include <sys/dirent.h> diff --git a/sys/kern/vfs_hash.c b/sys/kern/vfs_hash.c index c26c4c81c798..89dc5b2e79b6 100644 --- a/sys/kern/vfs_hash.c +++ b/sys/kern/vfs_hash.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_hash.c,v 1.9.2.1 2005/09/12 15:53:58 tegge Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c index b890ffe1ba85..bb8c42eeb2fa 100644 --- a/sys/kern/vfs_init.c +++ b/sys/kern/vfs_init.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_init.c,v 1.81 2005/02/20 23:02:20 das Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/kern/vfs_lookup.c b/sys/kern/vfs_lookup.c index e3f17fee69e3..7305a63d01f0 100644 --- a/sys/kern/vfs_lookup.c +++ b/sys/kern/vfs_lookup.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_lookup.c,v 1.80.2.9 2006/09/02 17:24:36 rwatson Exp $"); #include "opt_ktrace.h" #include "opt_mac.h" diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 485bb8cdf139..628230804ec0 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_mount.c,v 1.196.2.20 2006/10/24 15:02:39 kib Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 04e4d78962fb..9e348f2c9226 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_subr.c,v 1.635.2.23.2.1 2006/12/04 08:47:53 pjd Exp $"); #include "opt_ddb.h" #include "opt_mac.h" diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c index 2d61ddf4b1b2..7bc7bb5b8e4c 100644 --- a/sys/kern/vfs_syscalls.c +++ b/sys/kern/vfs_syscalls.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_syscalls.c,v 1.392.2.15 2006/11/03 09:15:55 kib Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/kern/vfs_vnops.c b/sys/kern/vfs_vnops.c index a2652aa2e25f..4b88d4a05bae 100644 --- a/sys/kern/vfs_vnops.c +++ b/sys/kern/vfs_vnops.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/kern/vfs_vnops.c,v 1.233.2.6 2006/09/27 00:37:46 tegge Exp $"); #include "opt_mac.h" diff --git a/sys/kern/vnode_if.src b/sys/kern/vnode_if.src index 19780a5cfb22..14889441fe7d 100644 --- a/sys/kern/vnode_if.src +++ b/sys/kern/vnode_if.src @@ -27,7 +27,7 @@ # SUCH DAMAGE. # # @(#)vnode_if.src 8.12 (Berkeley) 5/14/95 -# $FreeBSD$ +# $FreeBSD: src/sys/kern/vnode_if.src,v 1.78 2005/06/09 20:20:29 ssouhlal Exp $ # # diff --git a/sys/libkern/alpha/bswap16.S b/sys/libkern/alpha/bswap16.S index 1c600171ae66..1137e462a56f 100644 --- a/sys/libkern/alpha/bswap16.S +++ b/sys/libkern/alpha/bswap16.S @@ -27,7 +27,7 @@ * from: NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd * from: src/sys/libkern/alpha/htons.S,v 1.3 2002/02/18 20:35:21 * - * $FreeBSD$ + * $FreeBSD: src/sys/libkern/alpha/bswap16.S,v 1.2 2005/01/07 00:24:33 imp Exp $ */ #define NAME __bswap16 diff --git a/sys/libkern/alpha/bswap32.S b/sys/libkern/alpha/bswap32.S index d8ce3618e077..729a8c34fdbe 100644 --- a/sys/libkern/alpha/bswap32.S +++ b/sys/libkern/alpha/bswap32.S @@ -27,7 +27,7 @@ * from: NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd * from: src/sys/libkern/alpha/htonl.S,v 1.3 2002/02/18 20:35:21 * - * $FreeBSD$ + * $FreeBSD: src/sys/libkern/alpha/bswap32.S,v 1.2 2005/01/07 00:24:33 imp Exp $ */ #define NAME __bswap32 diff --git a/sys/libkern/alpha/byte_swap_2.S b/sys/libkern/alpha/byte_swap_2.S index fae80389699f..138c552d375e 100644 --- a/sys/libkern/alpha/byte_swap_2.S +++ b/sys/libkern/alpha/byte_swap_2.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/libkern/alpha/byte_swap_2.S,v 1.5 2005/01/07 00:24:33 imp Exp $ */ /* $NetBSD: byte_swap_2.S,v 1.2 1996/10/17 03:08:08 cgd Exp $ */ /*- diff --git a/sys/libkern/alpha/byte_swap_4.S b/sys/libkern/alpha/byte_swap_4.S index 3aa8a2e64584..37c18b498f62 100644 --- a/sys/libkern/alpha/byte_swap_4.S +++ b/sys/libkern/alpha/byte_swap_4.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/libkern/alpha/byte_swap_4.S,v 1.5 2005/01/07 00:24:33 imp Exp $ */ /* $NetBSD: byte_swap_4.S,v 1.2 1996/10/17 03:08:09 cgd Exp $ */ /*- diff --git a/sys/libkern/arc4random.c b/sys/libkern/arc4random.c index 3a3227cd211f..12b5d383d2ab 100644 --- a/sys/libkern/arc4random.c +++ b/sys/libkern/arc4random.c @@ -9,7 +9,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/arc4random.c,v 1.12 2003/08/15 06:34:47 silby Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/libkern/arm/divsi3.S b/sys/libkern/arm/divsi3.S index 00bacfac0224..0320da852fdf 100644 --- a/sys/libkern/arm/divsi3.S +++ b/sys/libkern/arm/divsi3.S @@ -15,7 +15,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/arm/divsi3.S,v 1.4 2005/01/07 00:24:33 imp Exp $"); /* * stack is aligned as there's a possibility of branching to L_overflow diff --git a/sys/libkern/arm/ffs.S b/sys/libkern/arm/ffs.S index 933b91f900b7..7d2d3ff5aac2 100644 --- a/sys/libkern/arm/ffs.S +++ b/sys/libkern/arm/ffs.S @@ -29,7 +29,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/arm/ffs.S,v 1.4 2005/01/07 00:24:33 imp Exp $"); /* diff --git a/sys/libkern/arm/muldi3.c b/sys/libkern/arm/muldi3.c index 8cdb478be9b6..c7bd3bed48b1 100644 --- a/sys/libkern/arm/muldi3.c +++ b/sys/libkern/arm/muldi3.c @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)muldi3.c 8.1 (Berkeley) 6/4/93"; #else -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/arm/muldi3.c,v 1.1 2004/05/14 12:28:31 cognet Exp $"); #endif #endif /* LIBC_SCCS and not lint */ diff --git a/sys/libkern/ashldi3.c b/sys/libkern/ashldi3.c index 435a35af79d8..3969ffa121f8 100644 --- a/sys/libkern/ashldi3.c +++ b/sys/libkern/ashldi3.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/ashldi3.c,v 1.8 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> diff --git a/sys/libkern/ashrdi3.c b/sys/libkern/ashrdi3.c index 1eab1d60d99f..86f5aa9a0b9e 100644 --- a/sys/libkern/ashrdi3.c +++ b/sys/libkern/ashrdi3.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/ashrdi3.c,v 1.9 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> diff --git a/sys/libkern/bcd.c b/sys/libkern/bcd.c index b68f63fa0e50..dc1212ee639a 100644 --- a/sys/libkern/bcd.c +++ b/sys/libkern/bcd.c @@ -4,7 +4,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/bcd.c,v 1.7 2005/01/07 00:24:32 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/bcmp.c b/sys/libkern/bcmp.c index 90576c6d4c62..f19f2da85564 100644 --- a/sys/libkern/bcmp.c +++ b/sys/libkern/bcmp.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/bcmp.c,v 1.11 2005/01/07 00:24:32 imp Exp $"); #include <sys/libkern.h> #include <machine/endian.h> diff --git a/sys/libkern/bsearch.c b/sys/libkern/bsearch.c index 298f32735dfc..b1fec4ddc1d2 100644 --- a/sys/libkern/bsearch.c +++ b/sys/libkern/bsearch.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)bsearch.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/bsearch.c,v 1.8 2005/01/07 00:24:32 imp Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/crc32.c b/sys/libkern/crc32.c index 2bfc11efbe57..b51e5a2e1b20 100644 --- a/sys/libkern/crc32.c +++ b/sys/libkern/crc32.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/crc32.c,v 1.5 2005/04/28 05:50:18 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/libkern/divdi3.c b/sys/libkern/divdi3.c index 27b1cf0a0429..353f36d57fbd 100644 --- a/sys/libkern/divdi3.c +++ b/sys/libkern/divdi3.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/divdi3.c,v 1.8 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> diff --git a/sys/libkern/ffs.c b/sys/libkern/ffs.c index 057ee3defc14..bddfd59ca348 100644 --- a/sys/libkern/ffs.c +++ b/sys/libkern/ffs.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/ffs.c,v 1.11 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/ffsl.c b/sys/libkern/ffsl.c index 0aa005c63f99..c53a44f43bb6 100644 --- a/sys/libkern/ffsl.c +++ b/sys/libkern/ffsl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/ffsl.c,v 1.4 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/fls.c b/sys/libkern/fls.c index 202d9524de19..296bdad89d22 100644 --- a/sys/libkern/fls.c +++ b/sys/libkern/fls.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/fls.c,v 1.4 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/flsl.c b/sys/libkern/flsl.c index 73533c4b32b5..bbad6d0ed646 100644 --- a/sys/libkern/flsl.c +++ b/sys/libkern/flsl.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/flsl.c,v 1.4 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/fnmatch.c b/sys/libkern/fnmatch.c index d6cdc85ff6fd..23e636b154a7 100644 --- a/sys/libkern/fnmatch.c +++ b/sys/libkern/fnmatch.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/fnmatch.c,v 1.19.2.1 2006/02/13 23:52:29 rwatson Exp $"); /* * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6. diff --git a/sys/libkern/gets.c b/sys/libkern/gets.c index 4834da0f5b76..c503552c5430 100644 --- a/sys/libkern/gets.c +++ b/sys/libkern/gets.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/gets.c,v 1.3.8.1 2006/11/23 08:41:08 marck Exp $"); #include <sys/param.h> #include <sys/cons.h> diff --git a/sys/libkern/ia64/__divdi3.S b/sys/libkern/ia64/__divdi3.S index 9465c9c97d0b..0f098f5e5757 100644 --- a/sys/libkern/ia64/__divdi3.S +++ b/sys/libkern/ia64/__divdi3.S @@ -1,6 +1,6 @@ .file "__divdi3.s" -// $FreeBSD$ +// $FreeBSD: src/sys/libkern/ia64/__divdi3.S,v 1.2 2005/01/07 00:24:33 imp Exp $ //- // Copyright (c) 2000, Intel Corporation diff --git a/sys/libkern/ia64/__divsi3.S b/sys/libkern/ia64/__divsi3.S index f7edd97abe2e..d951e311a0e1 100644 --- a/sys/libkern/ia64/__divsi3.S +++ b/sys/libkern/ia64/__divsi3.S @@ -1,6 +1,6 @@ .file "__divsi3.s" -// $FreeBSD$ +// $FreeBSD: src/sys/libkern/ia64/__divsi3.S,v 1.2 2005/01/07 00:24:33 imp Exp $ //- // Copyright (c) 2000, Intel Corporation diff --git a/sys/libkern/ia64/__moddi3.S b/sys/libkern/ia64/__moddi3.S index e731adc23bac..df03a2c69353 100644 --- a/sys/libkern/ia64/__moddi3.S +++ b/sys/libkern/ia64/__moddi3.S @@ -1,6 +1,6 @@ .file "__moddi3.s" -// $FreeBSD$ +// $FreeBSD: src/sys/libkern/ia64/__moddi3.S,v 1.4 2005/01/07 00:24:33 imp Exp $ //- // Copyright (c) 2000, Intel Corporation diff --git a/sys/libkern/ia64/__modsi3.S b/sys/libkern/ia64/__modsi3.S index 568b20b1b3fc..69c098162278 100644 --- a/sys/libkern/ia64/__modsi3.S +++ b/sys/libkern/ia64/__modsi3.S @@ -1,6 +1,6 @@ .file "__modsi3.s" -// $FreeBSD$ +// $FreeBSD: src/sys/libkern/ia64/__modsi3.S,v 1.2 2005/01/07 00:24:33 imp Exp $ //- // Copyright (c) 2000, Intel Corporation diff --git a/sys/libkern/ia64/__udivdi3.S b/sys/libkern/ia64/__udivdi3.S index 91c94294b93d..c4be01103ee2 100644 --- a/sys/libkern/ia64/__udivdi3.S +++ b/sys/libkern/ia64/__udivdi3.S @@ -1,6 +1,6 @@ .file "__udivdi3.s" -// $FreeBSD$ +// $FreeBSD: src/sys/libkern/ia64/__udivdi3.S,v 1.2 2005/01/07 00:24:33 imp Exp $ //- // Copyright (c) 2000, Intel Corporation diff --git a/sys/libkern/ia64/__udivsi3.S b/sys/libkern/ia64/__udivsi3.S index 9597abdc0541..dafed4e4a750 100644 --- a/sys/libkern/ia64/__udivsi3.S +++ b/sys/libkern/ia64/__udivsi3.S @@ -1,6 +1,6 @@ .file "__udivsi3.s" -// $FreeBSD$ +// $FreeBSD: src/sys/libkern/ia64/__udivsi3.S,v 1.2 2005/01/07 00:24:33 imp Exp $ //- // Copyright (c) 2000, Intel Corporation diff --git a/sys/libkern/ia64/__umoddi3.S b/sys/libkern/ia64/__umoddi3.S index 98708e43b7eb..8873278ccca3 100644 --- a/sys/libkern/ia64/__umoddi3.S +++ b/sys/libkern/ia64/__umoddi3.S @@ -1,6 +1,6 @@ .file "__umoddi3.s" -// $FreeBSD$ +// $FreeBSD: src/sys/libkern/ia64/__umoddi3.S,v 1.4 2005/01/07 00:24:33 imp Exp $ //- // Copyright (c) 2000, Intel Corporation diff --git a/sys/libkern/ia64/__umodsi3.S b/sys/libkern/ia64/__umodsi3.S index 7df61a65a351..eccf21ffd50c 100644 --- a/sys/libkern/ia64/__umodsi3.S +++ b/sys/libkern/ia64/__umodsi3.S @@ -1,6 +1,6 @@ .file "__umodsi3.s" -// $FreeBSD$ +// $FreeBSD: src/sys/libkern/ia64/__umodsi3.S,v 1.2 2005/01/07 00:24:33 imp Exp $ //- // Copyright (c) 2000, Intel Corporation diff --git a/sys/libkern/ia64/bswap16.S b/sys/libkern/ia64/bswap16.S index d3adc2e92141..81b1f667886b 100644 --- a/sys/libkern/ia64/bswap16.S +++ b/sys/libkern/ia64/bswap16.S @@ -27,7 +27,7 @@ * from: NetBSD: htons.S,v 1.1 1996/04/17 22:36:54 cgd * from: src/sys/libkern/ia64/htons.S,v 1.2 2002/02/18 20:35:21 * - * $FreeBSD$ + * $FreeBSD: src/sys/libkern/ia64/bswap16.S,v 1.2 2005/01/07 00:24:33 imp Exp $ */ #define NAME __bswap16 diff --git a/sys/libkern/ia64/bswap32.S b/sys/libkern/ia64/bswap32.S index c1c76d188494..84791faf367c 100644 --- a/sys/libkern/ia64/bswap32.S +++ b/sys/libkern/ia64/bswap32.S @@ -27,7 +27,7 @@ * from: NetBSD: htonl.S,v 1.1 1996/04/17 22:36:52 cgd * from: src/sys/libkern/ia64/htonl.S,v 1.2 2002/02/18 20:35:21 * - * $FreeBSD$ + * $FreeBSD: src/sys/libkern/ia64/bswap32.S,v 1.2 2005/01/07 00:24:33 imp Exp $ */ #define NAME __bswap32 diff --git a/sys/libkern/ia64/byte_swap_2.S b/sys/libkern/ia64/byte_swap_2.S index 74ad5f79248e..753a79238d44 100644 --- a/sys/libkern/ia64/byte_swap_2.S +++ b/sys/libkern/ia64/byte_swap_2.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/libkern/ia64/byte_swap_2.S,v 1.5 2005/01/07 00:24:33 imp Exp $ */ /* $NetBSD: byte_swap_2.S,v 1.2 1996/10/17 03:08:08 cgd Exp $ */ /*- diff --git a/sys/libkern/ia64/byte_swap_4.S b/sys/libkern/ia64/byte_swap_4.S index 9aba08d325db..6be6cce69e5f 100644 --- a/sys/libkern/ia64/byte_swap_4.S +++ b/sys/libkern/ia64/byte_swap_4.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/libkern/ia64/byte_swap_4.S,v 1.5 2005/01/07 00:24:33 imp Exp $ */ /* $NetBSD: byte_swap_4.S,v 1.2 1996/10/17 03:08:09 cgd Exp $ */ /*- diff --git a/sys/libkern/iconv.c b/sys/libkern/iconv.c index 4751d4b72615..a847f301b08d 100644 --- a/sys/libkern/iconv.c +++ b/sys/libkern/iconv.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/iconv.c,v 1.9.2.1 2005/09/08 15:46:38 imura Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/libkern/iconv_converter_if.m b/sys/libkern/iconv_converter_if.m index c366884b115c..affcfd22d9fd 100644 --- a/sys/libkern/iconv_converter_if.m +++ b/sys/libkern/iconv_converter_if.m @@ -29,7 +29,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/libkern/iconv_converter_if.m,v 1.3 2005/01/07 00:24:32 imp Exp $ # #include <sys/iconv.h> diff --git a/sys/libkern/iconv_xlat.c b/sys/libkern/iconv_xlat.c index 8ab4d6c2b3be..d0492d73e1e2 100644 --- a/sys/libkern/iconv_xlat.c +++ b/sys/libkern/iconv_xlat.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/iconv_xlat.c,v 1.5 2003/09/26 20:26:24 fjoe Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/libkern/iconv_xlat16.c b/sys/libkern/iconv_xlat16.c index 78e764a86b90..0dd6543eb7ee 100644 --- a/sys/libkern/iconv_xlat16.c +++ b/sys/libkern/iconv_xlat16.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/iconv_xlat16.c,v 1.3 2005/05/24 15:38:08 imura Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/libkern/index.c b/sys/libkern/index.c index d9f470945550..ac0ad95a7920 100644 --- a/sys/libkern/index.c +++ b/sys/libkern/index.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/index.c,v 1.9 2004/04/07 20:46:10 imp Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/inet_ntoa.c b/sys/libkern/inet_ntoa.c index 767b2d9df175..e99727325301 100644 --- a/sys/libkern/inet_ntoa.c +++ b/sys/libkern/inet_ntoa.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/inet_ntoa.c,v 1.6 2005/01/07 00:24:32 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/libkern/lshrdi3.c b/sys/libkern/lshrdi3.c index 470139419653..7199335d1146 100644 --- a/sys/libkern/lshrdi3.c +++ b/sys/libkern/lshrdi3.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/lshrdi3.c,v 1.8 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> diff --git a/sys/libkern/mcount.c b/sys/libkern/mcount.c index d967fe8bb254..9dc0b863d025 100644 --- a/sys/libkern/mcount.c +++ b/sys/libkern/mcount.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/mcount.c,v 1.23 2004/08/27 19:42:35 marcel Exp $"); #include <sys/param.h> #include <sys/gmon.h> diff --git a/sys/libkern/moddi3.c b/sys/libkern/moddi3.c index 050d47e255be..34f11bf31de0 100644 --- a/sys/libkern/moddi3.c +++ b/sys/libkern/moddi3.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/moddi3.c,v 1.9 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> diff --git a/sys/libkern/qdivrem.c b/sys/libkern/qdivrem.c index c014f028d6c0..7858703873f8 100644 --- a/sys/libkern/qdivrem.c +++ b/sys/libkern/qdivrem.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/qdivrem.c,v 1.10 2004/04/07 20:46:10 imp Exp $"); /* * Multiprecision divide. This algorithm is from Knuth vol. 2 (2nd ed), diff --git a/sys/libkern/qsort.c b/sys/libkern/qsort.c index bb0baee73c9f..746cea85905c 100644 --- a/sys/libkern/qsort.c +++ b/sys/libkern/qsort.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/qsort.c,v 1.15 2004/07/15 23:58:23 glebius Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/qsort_r.c b/sys/libkern/qsort_r.c index 00f9f056048d..b5f6aa2008f7 100644 --- a/sys/libkern/qsort_r.c +++ b/sys/libkern/qsort_r.c @@ -2,7 +2,7 @@ * This file is in the public domain. Originally written by Garrett * A. Wollman. * - * $FreeBSD$ + * $FreeBSD: src/sys/libkern/qsort_r.c,v 1.2 2005/01/07 00:24:32 imp Exp $ */ #define I_AM_QSORT_R #include "libkern/qsort.c" diff --git a/sys/libkern/quad.h b/sys/libkern/quad.h index 5100bef033a5..9dd1d0ef75f8 100644 --- a/sys/libkern/quad.h +++ b/sys/libkern/quad.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)quad.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/sys/libkern/quad.h,v 1.18 2004/05/05 15:12:55 bde Exp $ */ #ifndef _LIBKERN_QUAD_H_ diff --git a/sys/libkern/random.c b/sys/libkern/random.c index 360ff81cf35d..79ba5cf70e40 100644 --- a/sys/libkern/random.c +++ b/sys/libkern/random.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/random.c,v 1.13 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/rindex.c b/sys/libkern/rindex.c index b1669f82c2b9..a768608daa8e 100644 --- a/sys/libkern/rindex.c +++ b/sys/libkern/rindex.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/rindex.c,v 1.11 2005/01/07 00:24:32 imp Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/scanc.c b/sys/libkern/scanc.c index 28a5b7ec1f14..d6d401e189b2 100644 --- a/sys/libkern/scanc.c +++ b/sys/libkern/scanc.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/scanc.c,v 1.11 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/skpc.c b/sys/libkern/skpc.c index 9f4124bde260..bd1589babaf7 100644 --- a/sys/libkern/skpc.c +++ b/sys/libkern/skpc.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/skpc.c,v 1.8 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/strcasecmp.c b/sys/libkern/strcasecmp.c index a0586549ff56..c2064e79a259 100644 --- a/sys/libkern/strcasecmp.c +++ b/sys/libkern/strcasecmp.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strcasecmp.c,v 1.2.2.1 2005/08/16 08:10:59 pjd Exp $"); #include <sys/param.h> #include <sys/ctype.h> diff --git a/sys/libkern/strcat.c b/sys/libkern/strcat.c index 13738f97e26c..1bfd9b3d632b 100644 --- a/sys/libkern/strcat.c +++ b/sys/libkern/strcat.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strcat.c,v 1.11 2005/01/07 00:24:32 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/strcmp.c b/sys/libkern/strcmp.c index 7313e6011c04..042a589952cf 100644 --- a/sys/libkern/strcmp.c +++ b/sys/libkern/strcmp.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strcmp.c,v 1.10 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/strcpy.c b/sys/libkern/strcpy.c index 4b902c281b23..72dd51fd328a 100644 --- a/sys/libkern/strcpy.c +++ b/sys/libkern/strcpy.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strcpy.c,v 1.12 2005/01/07 00:24:32 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/strdup.c b/sys/libkern/strdup.c index 5922f569b20f..d506932f117d 100644 --- a/sys/libkern/strdup.c +++ b/sys/libkern/strdup.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strdup.c,v 1.5 2003/06/11 05:23:04 obrien Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/libkern/strlcat.c b/sys/libkern/strlcat.c index 74d3bcc87d54..3acddfe0b07f 100644 --- a/sys/libkern/strlcat.c +++ b/sys/libkern/strlcat.c @@ -31,7 +31,7 @@ static char *rcsid = "$OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strlcat.c,v 1.10 2005/02/03 15:51:39 ru Exp $"); #include <sys/types.h> #include <sys/libkern.h> diff --git a/sys/libkern/strlcpy.c b/sys/libkern/strlcpy.c index 45d760c9f3cf..04fa19d0e583 100644 --- a/sys/libkern/strlcpy.c +++ b/sys/libkern/strlcpy.c @@ -31,7 +31,7 @@ static char *rcsid = "$OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strlcpy.c,v 1.8 2005/02/03 15:51:39 ru Exp $"); #include <sys/types.h> #include <sys/libkern.h> diff --git a/sys/libkern/strlen.c b/sys/libkern/strlen.c index 4a2e6454ba5b..f015e1f5bfbe 100644 --- a/sys/libkern/strlen.c +++ b/sys/libkern/strlen.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strlen.c,v 1.9 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/strncmp.c b/sys/libkern/strncmp.c index 5758d249980b..7553c6091c8c 100644 --- a/sys/libkern/strncmp.c +++ b/sys/libkern/strncmp.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strncmp.c,v 1.11 2005/01/07 00:24:32 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/strncpy.c b/sys/libkern/strncpy.c index 7daaaea3dc1d..c63ad8f923b0 100644 --- a/sys/libkern/strncpy.c +++ b/sys/libkern/strncpy.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strncpy.c,v 1.10 2004/04/07 20:46:10 imp Exp $"); #include <sys/libkern.h> diff --git a/sys/libkern/strsep.c b/sys/libkern/strsep.c index 46122697e8bb..0d583d13148f 100644 --- a/sys/libkern/strsep.c +++ b/sys/libkern/strsep.c @@ -31,7 +31,7 @@ static char sccsid[] = "@(#)strsep.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strsep.c,v 1.7 2004/04/07 20:46:10 imp Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/strspn.c b/sys/libkern/strspn.c index 18327b7bd4b7..9284415b4555 100644 --- a/sys/libkern/strspn.c +++ b/sys/libkern/strspn.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strspn.c,v 1.2 2005/04/02 18:52:44 das Exp $"); #include <sys/libkern.h> #include <sys/limits.h> diff --git a/sys/libkern/strstr.c b/sys/libkern/strstr.c index 12c2a9189aab..355cb0c445dc 100644 --- a/sys/libkern/strstr.c +++ b/sys/libkern/strstr.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strstr.c,v 1.1.2.1 2006/09/04 10:43:40 pjd Exp $"); #include <sys/param.h> #include <sys/libkern.h> diff --git a/sys/libkern/strtol.c b/sys/libkern/strtol.c index 3d734ab18dc8..e5606f4799e0 100644 --- a/sys/libkern/strtol.c +++ b/sys/libkern/strtol.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strtol.c,v 1.8 2004/04/07 20:46:10 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/libkern/strtoq.c b/sys/libkern/strtoq.c index ea4e7edbc02e..939924479948 100644 --- a/sys/libkern/strtoq.c +++ b/sys/libkern/strtoq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strtoq.c,v 1.6 2004/04/07 20:46:10 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/libkern/strtoul.c b/sys/libkern/strtoul.c index 5c97ca912579..0fc92a70ecbc 100644 --- a/sys/libkern/strtoul.c +++ b/sys/libkern/strtoul.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strtoul.c,v 1.6 2004/04/07 20:46:10 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/libkern/strtouq.c b/sys/libkern/strtouq.c index 4ed72a18f29e..6b04b0a8d973 100644 --- a/sys/libkern/strtouq.c +++ b/sys/libkern/strtouq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strtouq.c,v 1.6 2004/04/07 20:46:10 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/libkern/strvalid.c b/sys/libkern/strvalid.c index 3761b074348c..2fad4b071e7e 100644 --- a/sys/libkern/strvalid.c +++ b/sys/libkern/strvalid.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/strvalid.c,v 1.5 2005/01/29 13:34:22 rwatson Exp $"); #include <sys/types.h> #include <sys/libkern.h> diff --git a/sys/libkern/ucmpdi2.c b/sys/libkern/ucmpdi2.c index 376d9c4e6cbd..c215bfe3765d 100644 --- a/sys/libkern/ucmpdi2.c +++ b/sys/libkern/ucmpdi2.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/ucmpdi2.c,v 1.10 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> diff --git a/sys/libkern/udivdi3.c b/sys/libkern/udivdi3.c index 71c9272364d8..27090cfb29bd 100644 --- a/sys/libkern/udivdi3.c +++ b/sys/libkern/udivdi3.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/udivdi3.c,v 1.8 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> diff --git a/sys/libkern/umoddi3.c b/sys/libkern/umoddi3.c index e3776413722c..0460beea15e8 100644 --- a/sys/libkern/umoddi3.c +++ b/sys/libkern/umoddi3.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/libkern/umoddi3.c,v 1.8 2004/04/07 20:46:10 imp Exp $"); #include <libkern/quad.h> diff --git a/sys/modules/3dfx/Makefile b/sys/modules/3dfx/Makefile index ac7730b276ee..d6331c69b1e3 100644 --- a/sys/modules/3dfx/Makefile +++ b/sys/modules/3dfx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/3dfx/Makefile,v 1.11.14.2 2006/03/09 21:51:00 yar Exp $ MAINTAINER= cokane@FreeBSD.org diff --git a/sys/modules/3dfx_linux/Makefile b/sys/modules/3dfx_linux/Makefile index 8376037c954b..fa20f32bb5b5 100644 --- a/sys/modules/3dfx_linux/Makefile +++ b/sys/modules/3dfx_linux/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/3dfx_linux/Makefile,v 1.1.2.1 2006/03/09 21:51:00 yar Exp $ .PATH: ${.CURDIR}/../../dev/tdfx diff --git a/sys/modules/Makefile b/sys/modules/Makefile index a003d0e15887..3f465ee73682 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/Makefile,v 1.450.2.25 2006/09/04 06:14:57 brueffer Exp $ # oldcard -- specialized use for debugging only. # owi -- totally unsupported for debugging only. diff --git a/sys/modules/Makefile.inc b/sys/modules/Makefile.inc index 9dc38af9623f..ce95b7e8ebfa 100644 --- a/sys/modules/Makefile.inc +++ b/sys/modules/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/Makefile.inc,v 1.4 2002/11/06 13:46:58 nyan Exp $ .if ${MACHINE} == "pc98" CFLAGS+= -DPC98 diff --git a/sys/modules/aac/Makefile b/sys/modules/aac/Makefile index 6964defc8203..34eb3263b5ea 100644 --- a/sys/modules/aac/Makefile +++ b/sys/modules/aac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aac/Makefile,v 1.8 2004/08/30 03:35:17 scottl Exp $ .PATH: ${.CURDIR}/../../dev/aac diff --git a/sys/modules/aac/Makefile.inc b/sys/modules/aac/Makefile.inc index 265f86d1ed55..f8121d40d4fa 100644 --- a/sys/modules/aac/Makefile.inc +++ b/sys/modules/aac/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aac/Makefile.inc,v 1.1 2002/11/06 13:41:39 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/aac/aac_linux/Makefile b/sys/modules/aac/aac_linux/Makefile index 4247a2280878..752b8cade4d7 100644 --- a/sys/modules/aac/aac_linux/Makefile +++ b/sys/modules/aac/aac_linux/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aac/aac_linux/Makefile,v 1.1 2002/09/25 05:00:25 scottl Exp $ .PATH: ${.CURDIR}/../../../dev/aac diff --git a/sys/modules/accf_data/Makefile b/sys/modules/accf_data/Makefile index 6c5216c07a65..31b0c4f55a15 100644 --- a/sys/modules/accf_data/Makefile +++ b/sys/modules/accf_data/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/accf_data/Makefile,v 1.2 2001/01/06 13:59:38 obrien Exp $ .PATH: ${.CURDIR}/../../netinet diff --git a/sys/modules/accf_http/Makefile b/sys/modules/accf_http/Makefile index b942d3e7639e..72d2b5da83e7 100644 --- a/sys/modules/accf_http/Makefile +++ b/sys/modules/accf_http/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/accf_http/Makefile,v 1.2 2001/01/06 13:59:38 obrien Exp $ .PATH: ${.CURDIR}/../../netinet diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile index fbe2bdd3c4d6..0830ce3c7514 100644 --- a/sys/modules/acpi/Makefile +++ b/sys/modules/acpi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/Makefile,v 1.48 2005/03/18 08:48:10 philip Exp $ .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "ia64" .error "ACPI can only be compiled into the kernel on the amd64 and ia64 platforms" diff --git a/sys/modules/acpi/Makefile.inc b/sys/modules/acpi/Makefile.inc index 265f86d1ed55..a3cda978c916 100644 --- a/sys/modules/acpi/Makefile.inc +++ b/sys/modules/acpi/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/Makefile.inc,v 1.1 2004/01/13 13:08:27 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/acpi/acpi/Makefile b/sys/modules/acpi/acpi/Makefile index dd302d8cc444..d709a96b11cd 100644 --- a/sys/modules/acpi/acpi/Makefile +++ b/sys/modules/acpi/acpi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/acpi/Makefile,v 1.11.2.2 2006/02/10 00:37:57 yar Exp $ .PATH: ${.CURDIR}/../../../contrib/dev/acpica \ ${.CURDIR}/../../../pci \ diff --git a/sys/modules/acpi/acpi_asus/Makefile b/sys/modules/acpi/acpi_asus/Makefile index 17ba482ae494..427dbe170046 100644 --- a/sys/modules/acpi/acpi_asus/Makefile +++ b/sys/modules/acpi/acpi_asus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/acpi_asus/Makefile,v 1.7 2004/12/13 03:23:08 scottl Exp $ .PATH: ${.CURDIR}/../../../dev/acpi_support diff --git a/sys/modules/acpi/acpi_fujitsu/Makefile b/sys/modules/acpi/acpi_fujitsu/Makefile index 03bf3c7ea674..2be081c8eb10 100644 --- a/sys/modules/acpi/acpi_fujitsu/Makefile +++ b/sys/modules/acpi/acpi_fujitsu/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/acpi_fujitsu/Makefile,v 1.1 2005/03/18 08:48:10 philip Exp $ .PATH: ${.CURDIR}/../../../dev/acpi_support diff --git a/sys/modules/acpi/acpi_ibm/Makefile b/sys/modules/acpi/acpi_ibm/Makefile index 75c22e7a2ea0..343eb3e89450 100644 --- a/sys/modules/acpi/acpi_ibm/Makefile +++ b/sys/modules/acpi/acpi_ibm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/acpi_ibm/Makefile,v 1.3 2004/12/13 04:59:35 imp Exp $ .PATH: ${.CURDIR}/../../../dev/acpi_support KMOD= acpi_ibm diff --git a/sys/modules/acpi/acpi_panasonic/Makefile b/sys/modules/acpi/acpi_panasonic/Makefile index 20f33b05a3cb..ae88442ce1f8 100644 --- a/sys/modules/acpi/acpi_panasonic/Makefile +++ b/sys/modules/acpi/acpi_panasonic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/acpi_panasonic/Makefile,v 1.3 2004/11/15 05:54:14 imp Exp $ .PATH: ${.CURDIR}/../../../dev/acpi_support diff --git a/sys/modules/acpi/acpi_sony/Makefile b/sys/modules/acpi/acpi_sony/Makefile index 3974094ea136..8d4202c26789 100644 --- a/sys/modules/acpi/acpi_sony/Makefile +++ b/sys/modules/acpi/acpi_sony/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/acpi_sony/Makefile,v 1.1 2004/11/15 05:54:14 imp Exp $ .PATH: ${.CURDIR}/../../../dev/acpi_support diff --git a/sys/modules/acpi/acpi_toshiba/Makefile b/sys/modules/acpi/acpi_toshiba/Makefile index 9ab04fe3f6a8..f9cbe91fde37 100644 --- a/sys/modules/acpi/acpi_toshiba/Makefile +++ b/sys/modules/acpi/acpi_toshiba/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/acpi_toshiba/Makefile,v 1.4 2004/11/15 05:54:14 imp Exp $ .PATH: ${.CURDIR}/../../../dev/acpi_support diff --git a/sys/modules/acpi/acpi_video/Makefile b/sys/modules/acpi/acpi_video/Makefile index 5ee3ab44bfed..496e4b69b0e4 100644 --- a/sys/modules/acpi/acpi_video/Makefile +++ b/sys/modules/acpi/acpi_video/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/acpi/acpi_video/Makefile,v 1.4 2004/12/21 08:47:19 ru Exp $ .PATH: ${.CURDIR}/../../../dev/acpica diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile index 2fc3b738dd20..f23525a1fabe 100644 --- a/sys/modules/agp/Makefile +++ b/sys/modules/agp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/agp/Makefile,v 1.14.2.1 2005/11/14 21:14:14 anholt Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/aha/Makefile b/sys/modules/aha/Makefile index 36c7359d2aa6..e97e1c73b33d 100644 --- a/sys/modules/aha/Makefile +++ b/sys/modules/aha/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aha/Makefile,v 1.8.14.1 2006/02/10 00:37:58 yar Exp $ .PATH: ${.CURDIR}/../../dev/aha diff --git a/sys/modules/ahb/Makefile b/sys/modules/ahb/Makefile index d015237b3bf4..8805194ec1eb 100644 --- a/sys/modules/ahb/Makefile +++ b/sys/modules/ahb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ahb/Makefile,v 1.1.8.1 2006/02/10 00:37:58 yar Exp $ .PATH: ${.CURDIR}/../../dev/ahb diff --git a/sys/modules/aic/Makefile b/sys/modules/aic/Makefile index 860d9a8a9499..66702941b85c 100644 --- a/sys/modules/aic/Makefile +++ b/sys/modules/aic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic/Makefile,v 1.6 2004/05/26 00:53:00 imp Exp $ .PATH: ${.CURDIR}/../../dev/aic diff --git a/sys/modules/aic7xxx/Makefile b/sys/modules/aic7xxx/Makefile index 47550f0de2c4..f59b32b58bc8 100644 --- a/sys/modules/aic7xxx/Makefile +++ b/sys/modules/aic7xxx/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/Makefile,v 1.1 2002/08/01 01:36:38 scottl Exp $ SUBDIR= aicasm ahc ahd diff --git a/sys/modules/aic7xxx/Makefile.inc b/sys/modules/aic7xxx/Makefile.inc index 265f86d1ed55..80ad4daaa915 100644 --- a/sys/modules/aic7xxx/Makefile.inc +++ b/sys/modules/aic7xxx/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/Makefile.inc,v 1.1 2002/11/06 13:41:39 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/aic7xxx/ahc/Makefile b/sys/modules/aic7xxx/ahc/Makefile index 66780d8ccaad..a8dca272fa96 100644 --- a/sys/modules/aic7xxx/ahc/Makefile +++ b/sys/modules/aic7xxx/ahc/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/ahc/Makefile,v 1.6 2004/10/24 07:54:44 ru Exp $ .PATH: ${.CURDIR}/../../../dev/aic7xxx KMOD= ahc diff --git a/sys/modules/aic7xxx/ahc/Makefile.inc b/sys/modules/aic7xxx/ahc/Makefile.inc index 265f86d1ed55..0556c73c0df4 100644 --- a/sys/modules/aic7xxx/ahc/Makefile.inc +++ b/sys/modules/aic7xxx/ahc/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/ahc/Makefile.inc,v 1.1 2002/11/06 13:41:39 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile b/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile index 5e5d9c208857..bbe2d1d0cb22 100644 --- a/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile +++ b/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile,v 1.3 2004/08/17 00:14:31 gibbs Exp $ .PATH: ${.CURDIR}/../../../../dev/aic7xxx KMOD= ahc_eisa diff --git a/sys/modules/aic7xxx/ahc/ahc_isa/Makefile b/sys/modules/aic7xxx/ahc/ahc_isa/Makefile index 965e74db9c32..23f263229b6a 100644 --- a/sys/modules/aic7xxx/ahc/ahc_isa/Makefile +++ b/sys/modules/aic7xxx/ahc/ahc_isa/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/ahc/ahc_isa/Makefile,v 1.1 2004/08/17 02:32:30 gibbs Exp $ .PATH: ${.CURDIR}/../../../../dev/aic7xxx KMOD= ahc_isa diff --git a/sys/modules/aic7xxx/ahc/ahc_pci/Makefile b/sys/modules/aic7xxx/ahc/ahc_pci/Makefile index 9a595806500d..2e1178fb6e1d 100644 --- a/sys/modules/aic7xxx/ahc/ahc_pci/Makefile +++ b/sys/modules/aic7xxx/ahc/ahc_pci/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/ahc/ahc_pci/Makefile,v 1.1 2002/08/01 01:36:38 scottl Exp $ .PATH: ${.CURDIR}/../../../../dev/aic7xxx KMOD= ahc_pci diff --git a/sys/modules/aic7xxx/ahd/Makefile b/sys/modules/aic7xxx/ahd/Makefile index 25f312fcd842..08cb0e2a9c39 100644 --- a/sys/modules/aic7xxx/ahd/Makefile +++ b/sys/modules/aic7xxx/ahd/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/ahd/Makefile,v 1.6 2005/01/26 16:23:34 imp Exp $ .PATH: ${.CURDIR}/../../../dev/aic7xxx KMOD= ahd diff --git a/sys/modules/aic7xxx/aicasm/Makefile b/sys/modules/aic7xxx/aicasm/Makefile index b1b2cf7a293f..874974b19072 100644 --- a/sys/modules/aic7xxx/aicasm/Makefile +++ b/sys/modules/aic7xxx/aicasm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aic7xxx/aicasm/Makefile,v 1.8 2005/01/03 07:27:17 njl Exp $ MAKESRCPATH= ${.CURDIR}/../../../dev/aic7xxx/aicasm diff --git a/sys/modules/aio/Makefile b/sys/modules/aio/Makefile index 4136135d7350..e7055cdefff8 100644 --- a/sys/modules/aio/Makefile +++ b/sys/modules/aio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aio/Makefile,v 1.1 2001/12/29 07:13:47 alfred Exp $ .PATH: ${.CURDIR}/../../kern diff --git a/sys/modules/amd/Makefile b/sys/modules/amd/Makefile index fbaae5c7b7f6..9ec22ac15042 100644 --- a/sys/modules/amd/Makefile +++ b/sys/modules/amd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/amd/Makefile,v 1.1 2002/12/13 22:59:18 scottl Exp $ .PATH: ${.CURDIR}/../../dev/amd diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile index c87f9681cdd1..cb962d47fb12 100644 --- a/sys/modules/amr/Makefile +++ b/sys/modules/amr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/amr/Makefile,v 1.9.14.1 2006/01/26 22:12:31 ambrisko Exp $ .PATH: ${.CURDIR}/../../dev/amr diff --git a/sys/modules/amr/amr_linux/Makefile b/sys/modules/amr/amr_linux/Makefile index 3df7eed5e446..52f3d431b060 100644 --- a/sys/modules/amr/amr_linux/Makefile +++ b/sys/modules/amr/amr_linux/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/amr/amr_linux/Makefile,v 1.1.2.1 2006/01/26 22:12:32 ambrisko Exp $ .PATH: ${.CURDIR}/../../../dev/amr diff --git a/sys/modules/an/Makefile b/sys/modules/an/Makefile index 7b7ad7898a5b..68447a9add9a 100644 --- a/sys/modules/an/Makefile +++ b/sys/modules/an/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/an/Makefile,v 1.7.8.1 2006/02/10 00:37:58 yar Exp $ .PATH: ${.CURDIR}/../../dev/an diff --git a/sys/modules/aout/Makefile b/sys/modules/aout/Makefile index 203d9cfca3dd..356f6f4886b3 100644 --- a/sys/modules/aout/Makefile +++ b/sys/modules/aout/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aout/Makefile,v 1.3 2002/09/11 18:03:03 peter Exp $ .PATH: ${.CURDIR}/../../kern diff --git a/sys/modules/apm/Makefile b/sys/modules/apm/Makefile index 96703b15fab6..374a44e83c20 100644 --- a/sys/modules/apm/Makefile +++ b/sys/modules/apm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/apm/Makefile,v 1.9 2005/04/20 12:28:20 nyan Exp $ .PATH: ${.CURDIR}/../../i386/bios .if ${MACHINE} == "pc98" diff --git a/sys/modules/ar/Makefile b/sys/modules/ar/Makefile index 78fe22e758b7..bc5ca2b7a0e5 100644 --- a/sys/modules/ar/Makefile +++ b/sys/modules/ar/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ar/Makefile,v 1.4.8.1 2006/02/10 00:37:58 yar Exp $ .PATH: ${.CURDIR}/../../dev/ar KMOD = if_ar diff --git a/sys/modules/arcmsr/Makefile b/sys/modules/arcmsr/Makefile index 0a186f883b6d..b4090fbee9ac 100644 --- a/sys/modules/arcmsr/Makefile +++ b/sys/modules/arcmsr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/arcmsr/Makefile,v 1.1 2005/03/31 18:19:55 scottl Exp $ .PATH: ${.CURDIR}/../../dev/arcmsr diff --git a/sys/modules/arcnet/Makefile b/sys/modules/arcnet/Makefile index 281793f9fcdd..96d8ad30ac3a 100644 --- a/sys/modules/arcnet/Makefile +++ b/sys/modules/arcnet/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/arcnet/Makefile,v 1.3.12.1 2006/02/10 00:37:58 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/arl/Makefile b/sys/modules/arl/Makefile index 011a66e214b3..286cfcdaaacb 100644 --- a/sys/modules/arl/Makefile +++ b/sys/modules/arl/Makefile @@ -1,5 +1,5 @@ # $RISS: if_arl/modules/if_arl/Makefile,v 1.3 2003/01/13 08:05:29 frol Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/arl/Makefile,v 1.3.2.1 2006/02/10 00:37:58 yar Exp $ .PATH: ${.CURDIR}/../../dev/arl diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile index 6b76cf714ecb..aaa301431873 100644 --- a/sys/modules/asr/Makefile +++ b/sys/modules/asr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/asr/Makefile,v 1.5 2005/03/23 17:13:08 cognet Exp $ .PATH: ${.CURDIR}/../../dev/asr diff --git a/sys/modules/ata/Makefile b/sys/modules/ata/Makefile index c67ade9d2c0d..280dafa3b502 100644 --- a/sys/modules/ata/Makefile +++ b/sys/modules/ata/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/Makefile,v 1.2 2005/04/05 02:05:01 scottl Exp $ SUBDIR = ata SUBDIR += atacard diff --git a/sys/modules/ata/Makefile.inc b/sys/modules/ata/Makefile.inc index 265f86d1ed55..69a55e68cb13 100644 --- a/sys/modules/ata/Makefile.inc +++ b/sys/modules/ata/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/Makefile.inc,v 1.1 2005/03/30 12:03:38 sos Exp $ .include "../Makefile.inc" diff --git a/sys/modules/ata/ata/Makefile b/sys/modules/ata/ata/Makefile index 262984e35e27..dd2f954a7f68 100644 --- a/sys/modules/ata/ata/Makefile +++ b/sys/modules/ata/ata/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/ata/Makefile,v 1.1 2005/03/30 12:03:39 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atacam/Makefile b/sys/modules/ata/atacam/Makefile index dcaf847a3561..258f2f83852b 100644 --- a/sys/modules/ata/atacam/Makefile +++ b/sys/modules/ata/atacam/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atacam/Makefile,v 1.1 2005/03/30 12:03:39 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atacard/Makefile b/sys/modules/ata/atacard/Makefile index 1bb8b5bcddb2..cd0270d07296 100644 --- a/sys/modules/ata/atacard/Makefile +++ b/sys/modules/ata/atacard/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atacard/Makefile,v 1.1 2005/03/30 12:03:39 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atacbus/Makefile b/sys/modules/ata/atacbus/Makefile index 2b11a89137ee..477cb6cdc465 100644 --- a/sys/modules/ata/atacbus/Makefile +++ b/sys/modules/ata/atacbus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atacbus/Makefile,v 1.1 2005/03/30 12:03:39 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atadisk/Makefile b/sys/modules/ata/atadisk/Makefile index c64cd3f79a07..9bf2822943a4 100644 --- a/sys/modules/ata/atadisk/Makefile +++ b/sys/modules/ata/atadisk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atadisk/Makefile,v 1.1 2005/03/30 12:03:39 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/ataisa/Makefile b/sys/modules/ata/ataisa/Makefile index b43fd2e34888..8f70f11203f2 100644 --- a/sys/modules/ata/ataisa/Makefile +++ b/sys/modules/ata/ataisa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/ataisa/Makefile,v 1.1 2005/03/30 12:03:39 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapci/Makefile b/sys/modules/ata/atapci/Makefile index 00d188bb9a8d..07de058f30a1 100644 --- a/sys/modules/ata/atapci/Makefile +++ b/sys/modules/ata/atapci/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapci/Makefile,v 1.1 2005/03/30 12:03:40 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapicam/Makefile b/sys/modules/ata/atapicam/Makefile index 6dbaffe1e716..d0ae8e939e55 100644 --- a/sys/modules/ata/atapicam/Makefile +++ b/sys/modules/ata/atapicam/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapicam/Makefile,v 1.1 2005/04/05 02:04:30 scottl Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapicd/Makefile b/sys/modules/ata/atapicd/Makefile index bcc23199d653..9cc7b3cd32ca 100644 --- a/sys/modules/ata/atapicd/Makefile +++ b/sys/modules/ata/atapicd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapicd/Makefile,v 1.1 2005/03/30 12:03:40 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapifd/Makefile b/sys/modules/ata/atapifd/Makefile index f5637480a26d..e0a6c95fc4b1 100644 --- a/sys/modules/ata/atapifd/Makefile +++ b/sys/modules/ata/atapifd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapifd/Makefile,v 1.1 2005/03/30 12:03:40 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/atapist/Makefile b/sys/modules/ata/atapist/Makefile index 86c19b5f7b89..90c7cfe09bc4 100644 --- a/sys/modules/ata/atapist/Makefile +++ b/sys/modules/ata/atapist/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/atapist/Makefile,v 1.1 2005/03/30 12:03:40 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ata/ataraid/Makefile b/sys/modules/ata/ataraid/Makefile index 8f41bd7425b1..5770e9aaccb0 100644 --- a/sys/modules/ata/ataraid/Makefile +++ b/sys/modules/ata/ataraid/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ata/ataraid/Makefile,v 1.1 2005/03/30 12:03:40 sos Exp $ .PATH: ${.CURDIR}/../../../dev/ata diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index fdc015053fb6..478d889bc45a 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -33,7 +33,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF # THE POSSIBILITY OF SUCH DAMAGES. # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ath/Makefile,v 1.1.10.2 2006/10/16 01:26:14 sam Exp $ # .PATH: ${.CURDIR}/../../dev/ath diff --git a/sys/modules/ath_hal/Makefile b/sys/modules/ath_hal/Makefile index 42837fc03d6e..f6213d29f864 100644 --- a/sys/modules/ath_hal/Makefile +++ b/sys/modules/ath_hal/Makefile @@ -33,7 +33,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF # THE POSSIBILITY OF SUCH DAMAGES. # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ath_hal/Makefile,v 1.4.2.2 2006/10/16 01:26:14 sam Exp $ # # diff --git a/sys/modules/ath_rate_amrr/Makefile b/sys/modules/ath_rate_amrr/Makefile index e7fbee8177f5..bb9d2fd4cebd 100644 --- a/sys/modules/ath_rate_amrr/Makefile +++ b/sys/modules/ath_rate_amrr/Makefile @@ -33,7 +33,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF # THE POSSIBILITY OF SUCH DAMAGES. # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ath_rate_amrr/Makefile,v 1.1.2.1 2006/10/16 01:26:14 sam Exp $ # .PATH: ${.CURDIR}/../../dev/ath/ath_rate/amrr diff --git a/sys/modules/ath_rate_onoe/Makefile b/sys/modules/ath_rate_onoe/Makefile index f0c98d5a685e..54d6a4354399 100644 --- a/sys/modules/ath_rate_onoe/Makefile +++ b/sys/modules/ath_rate_onoe/Makefile @@ -33,7 +33,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF # THE POSSIBILITY OF SUCH DAMAGES. # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ath_rate_onoe/Makefile,v 1.1.2.1 2006/10/16 01:26:14 sam Exp $ # .PATH: ${.CURDIR}/../../dev/ath/ath_rate/onoe diff --git a/sys/modules/ath_rate_sample/Makefile b/sys/modules/ath_rate_sample/Makefile index 7db983d09488..73560a932568 100644 --- a/sys/modules/ath_rate_sample/Makefile +++ b/sys/modules/ath_rate_sample/Makefile @@ -33,7 +33,7 @@ # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF # THE POSSIBILITY OF SUCH DAMAGES. # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ath_rate_sample/Makefile,v 1.1.2.1 2006/10/16 01:26:14 sam Exp $ # .PATH: ${.CURDIR}/../../dev/ath/ath_rate/sample diff --git a/sys/modules/aue/Makefile b/sys/modules/aue/Makefile index c7bb645391e0..b917f3bfac89 100644 --- a/sys/modules/aue/Makefile +++ b/sys/modules/aue/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/aue/Makefile,v 1.7 2004/06/27 12:33:16 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/auxio/Makefile b/sys/modules/auxio/Makefile index ead878cce503..531d1eb68f3f 100644 --- a/sys/modules/auxio/Makefile +++ b/sys/modules/auxio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/auxio/Makefile,v 1.2 2005/02/25 06:59:56 yongari Exp $ .PATH: ${.CURDIR}/../../dev/auxio diff --git a/sys/modules/awi/Makefile b/sys/modules/awi/Makefile index 228d9c13023b..966bf673119e 100644 --- a/sys/modules/awi/Makefile +++ b/sys/modules/awi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/awi/Makefile,v 1.3.8.1 2006/02/10 00:37:59 yar Exp $ .PATH: ${.CURDIR}/../../dev/awi diff --git a/sys/modules/axe/Makefile b/sys/modules/axe/Makefile index fa00d095fbac..2e125c143094 100644 --- a/sys/modules/axe/Makefile +++ b/sys/modules/axe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/axe/Makefile,v 1.2 2004/06/27 12:33:16 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/bce/Makefile b/sys/modules/bce/Makefile index 1be2a3f98ce2..53e86996520b 100644 --- a/sys/modules/bce/Makefile +++ b/sys/modules/bce/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bce/Makefile,v 1.1.2.1 2006/04/12 17:45:27 ps Exp $ .PATH: ${.CURDIR}/../../dev/bce KMOD= if_bce SRCS= opt_bce.h if_bce.c miibus_if.h miidevs.h device_if.h bus_if.h pci_if.h diff --git a/sys/modules/bfe/Makefile b/sys/modules/bfe/Makefile index 6fbe93ab854a..dca07b83fe3b 100644 --- a/sys/modules/bfe/Makefile +++ b/sys/modules/bfe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bfe/Makefile,v 1.1 2003/09/09 18:17:22 wpaul Exp $ .PATH: ${.CURDIR}/../../dev/bfe diff --git a/sys/modules/bge/Makefile b/sys/modules/bge/Makefile index 53d8e54a2657..6c5e4db93e3e 100644 --- a/sys/modules/bge/Makefile +++ b/sys/modules/bge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bge/Makefile,v 1.3 2005/06/24 21:43:47 dwhite Exp $ .PATH: ${.CURDIR}/../../dev/bge diff --git a/sys/modules/bios/Makefile b/sys/modules/bios/Makefile index d150806c045d..d76e4b722585 100644 --- a/sys/modules/bios/Makefile +++ b/sys/modules/bios/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bios/Makefile,v 1.1 2003/03/29 15:20:44 mdodd Exp $ # SUBDIR= smapi smbios vpd diff --git a/sys/modules/bios/smapi/Makefile b/sys/modules/bios/smapi/Makefile index a845c0adc970..c32bc6f36b42 100644 --- a/sys/modules/bios/smapi/Makefile +++ b/sys/modules/bios/smapi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bios/smapi/Makefile,v 1.2 2005/01/26 16:24:55 imp Exp $ # .PATH: ${.CURDIR}/../../../i386/bios diff --git a/sys/modules/bios/smbios/Makefile b/sys/modules/bios/smbios/Makefile index 40df8e80db47..412bc01601ef 100644 --- a/sys/modules/bios/smbios/Makefile +++ b/sys/modules/bios/smbios/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bios/smbios/Makefile,v 1.1 2003/03/29 15:20:44 mdodd Exp $ # .PATH: ${.CURDIR}/../../../i386/bios diff --git a/sys/modules/bios/vpd/Makefile b/sys/modules/bios/vpd/Makefile index d1dd8f1d9215..29905cea3e75 100644 --- a/sys/modules/bios/vpd/Makefile +++ b/sys/modules/bios/vpd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bios/vpd/Makefile,v 1.1 2003/03/29 15:20:44 mdodd Exp $ # .PATH: ${.CURDIR}/../../../i386/bios diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile index 1a9e0376921f..97178d2b12d5 100644 --- a/sys/modules/bktr/Makefile +++ b/sys/modules/bktr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bktr/Makefile,v 1.13 2000/09/10 15:40:15 roger Exp $ SUBDIR = SUBDIR += bktr diff --git a/sys/modules/bktr/Makefile.inc b/sys/modules/bktr/Makefile.inc index 265f86d1ed55..c91b77b49aec 100644 --- a/sys/modules/bktr/Makefile.inc +++ b/sys/modules/bktr/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bktr/Makefile.inc,v 1.1 2002/11/06 13:41:39 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/bktr/bktr/Makefile b/sys/modules/bktr/bktr/Makefile index 4543994830d6..4d9173b956a6 100644 --- a/sys/modules/bktr/bktr/Makefile +++ b/sys/modules/bktr/bktr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bktr/bktr/Makefile,v 1.7.2.1 2006/02/10 00:37:59 yar Exp $ # Makefile for the bktr Brooktree Bt848/Bt878 PCI video capture device diff --git a/sys/modules/bktr/bktr_mem/Makefile b/sys/modules/bktr/bktr_mem/Makefile index d5f619041b8d..c5a0a0ed64d6 100644 --- a/sys/modules/bktr/bktr_mem/Makefile +++ b/sys/modules/bktr/bktr_mem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bktr/bktr_mem/Makefile,v 1.3.14.1 2006/07/09 15:38:31 markm Exp $ .PATH: ${.CURDIR}/../../../dev/bktr diff --git a/sys/modules/bridge/Makefile b/sys/modules/bridge/Makefile index d2c1e32391da..2392e618eef1 100644 --- a/sys/modules/bridge/Makefile +++ b/sys/modules/bridge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/bridge/Makefile,v 1.5 2004/08/27 19:57:33 andre Exp $ .PATH: ${.CURDIR}/../../net KMOD= bridge diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile index af908c77f1bb..b6521e114774 100644 --- a/sys/modules/cam/Makefile +++ b/sys/modules/cam/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cam/Makefile,v 1.13.2.1 2006/02/10 00:37:59 yar Exp $ S= ${.CURDIR}/../.. diff --git a/sys/modules/canbepm/Makefile b/sys/modules/canbepm/Makefile index 0eb911243eee..630e601a4e64 100644 --- a/sys/modules/canbepm/Makefile +++ b/sys/modules/canbepm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/canbepm/Makefile,v 1.1 2003/02/03 14:46:26 nyan Exp $ .PATH: ${.CURDIR}/../../pc98/pc98 KMOD = canbepm diff --git a/sys/modules/canbus/Makefile b/sys/modules/canbus/Makefile index 19487e01ef3d..4e576f77ec73 100644 --- a/sys/modules/canbus/Makefile +++ b/sys/modules/canbus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/canbus/Makefile,v 1.1 2003/02/03 14:46:26 nyan Exp $ .PATH: ${.CURDIR}/../../pc98/pc98 KMOD = canbus diff --git a/sys/modules/cardbus/Makefile b/sys/modules/cardbus/Makefile index 67019ee0dd4e..9eb1808120d1 100644 --- a/sys/modules/cardbus/Makefile +++ b/sys/modules/cardbus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cardbus/Makefile,v 1.10.14.2 2006/03/01 18:19:33 imp Exp $ .PATH: ${.CURDIR}/../../dev/cardbus diff --git a/sys/modules/cbb/Makefile b/sys/modules/cbb/Makefile index a071485ccd73..32d241e18c30 100644 --- a/sys/modules/cbb/Makefile +++ b/sys/modules/cbb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cbb/Makefile,v 1.10 2004/08/16 15:24:03 imp Exp $ .PATH: ${.CURDIR}/../../dev/pccbb diff --git a/sys/modules/cd9660/Makefile b/sys/modules/cd9660/Makefile index 6dffbc9cabe9..a53d8f791da9 100644 --- a/sys/modules/cd9660/Makefile +++ b/sys/modules/cd9660/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cd9660/Makefile,v 1.15 2003/09/26 20:26:24 fjoe Exp $ .PATH: ${.CURDIR}/../../isofs/cd9660 diff --git a/sys/modules/cd9660_iconv/Makefile b/sys/modules/cd9660_iconv/Makefile index 49104d383cf2..04f9eeb3b6ca 100644 --- a/sys/modules/cd9660_iconv/Makefile +++ b/sys/modules/cd9660_iconv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cd9660_iconv/Makefile,v 1.1 2003/09/26 20:26:24 fjoe Exp $ .PATH: ${.CURDIR}/../../isofs/cd9660 KMOD= cd9660_iconv diff --git a/sys/modules/cdce/Makefile b/sys/modules/cdce/Makefile index c82754d2bfce..02717a177690 100644 --- a/sys/modules/cdce/Makefile +++ b/sys/modules/cdce/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cdce/Makefile,v 1.1 2005/03/22 14:52:40 sobomax Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/ce/Makefile b/sys/modules/ce/Makefile index 9ab7a3d87c1d..ec90f7c26f00 100644 --- a/sys/modules/ce/Makefile +++ b/sys/modules/ce/Makefile @@ -1,5 +1,5 @@ # $Cronyx: sys.modules.ce.Makefile,v 1.2 2005/04/23 20:10:22 rik Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ce/Makefile,v 1.2.6.1 2006/03/10 22:57:36 rik Exp $ .PATH: ${.CURDIR}/../../dev/ce KMOD = if_ce diff --git a/sys/modules/ciss/Makefile b/sys/modules/ciss/Makefile index 2ea619c5786c..696124a8e1c4 100644 --- a/sys/modules/ciss/Makefile +++ b/sys/modules/ciss/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ciss/Makefile,v 1.2 2002/10/27 12:09:51 mux Exp $ KMOD = ciss .PATH: ${.CURDIR}/../../dev/${KMOD} diff --git a/sys/modules/cm/Makefile b/sys/modules/cm/Makefile index 3f2067b46985..beb64e50171a 100644 --- a/sys/modules/cm/Makefile +++ b/sys/modules/cm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cm/Makefile,v 1.1 2002/01/08 20:03:13 fjoe Exp $ .PATH: ${.CURDIR}/../../dev/cm diff --git a/sys/modules/coda/Makefile b/sys/modules/coda/Makefile index 919213a0b5ea..a805c8e9510a 100644 --- a/sys/modules/coda/Makefile +++ b/sys/modules/coda/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/coda/Makefile,v 1.16 2004/09/01 06:51:43 ru Exp $ .PATH: ${.CURDIR}/../../coda diff --git a/sys/modules/coda5/Makefile b/sys/modules/coda5/Makefile index 5634bffebae8..0548fbdf9dc9 100644 --- a/sys/modules/coda5/Makefile +++ b/sys/modules/coda5/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/coda5/Makefile,v 1.4.2.3 2006/03/03 22:05:23 yar Exp $ .PATH: ${.CURDIR}/../../coda diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile index 95956e5c9784..ecae7161d995 100644 --- a/sys/modules/coff/Makefile +++ b/sys/modules/coff/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/coff/Makefile,v 1.15 2002/01/11 15:48:38 ru Exp $ .PATH: ${.CURDIR}/../../i386/ibcs2 diff --git a/sys/modules/cp/Makefile b/sys/modules/cp/Makefile index 92446329929d..c508fa972c3f 100644 --- a/sys/modules/cp/Makefile +++ b/sys/modules/cp/Makefile @@ -1,5 +1,5 @@ # $Cronyx: sys.modules.cp.Makefile,v 1.1.2.3 2004/04/28 16:17:57 rik Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cp/Makefile,v 1.3.2.1 2006/02/10 00:37:59 yar Exp $ .PATH: ${.CURDIR}/../../dev/cp KMOD = if_cp diff --git a/sys/modules/cpufreq/Makefile b/sys/modules/cpufreq/Makefile index 8f675b29fa85..2ee6f8125121 100644 --- a/sys/modules/cpufreq/Makefile +++ b/sys/modules/cpufreq/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cpufreq/Makefile,v 1.8 2005/04/19 16:38:24 njl Exp $ .PATH: ${.CURDIR}/../../dev/cpufreq \ ${.CURDIR}/../../${MACHINE_ARCH}/cpufreq diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile index 6d06004606e3..fbb446103502 100644 --- a/sys/modules/crypto/Makefile +++ b/sys/modules/crypto/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/crypto/Makefile,v 1.3.2.1 2006/03/01 21:40:14 wkoszek Exp $ .PATH: ${.CURDIR}/../../opencrypto .PATH: ${.CURDIR}/../../crypto diff --git a/sys/modules/cryptodev/Makefile b/sys/modules/cryptodev/Makefile index b2692a690218..57e93a4ed341 100644 --- a/sys/modules/cryptodev/Makefile +++ b/sys/modules/cryptodev/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cryptodev/Makefile,v 1.1 2002/10/04 20:35:02 sam Exp $ .PATH: ${.CURDIR}/../../opencrypto KMOD = cryptodev diff --git a/sys/modules/cs/Makefile b/sys/modules/cs/Makefile index 39da53044b3f..18e3ed8ab619 100644 --- a/sys/modules/cs/Makefile +++ b/sys/modules/cs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cs/Makefile,v 1.3 2004/09/04 03:32:15 imp Exp $ .PATH: ${.CURDIR}/../../dev/cs diff --git a/sys/modules/ctau/Makefile b/sys/modules/ctau/Makefile index 2f210f8918cb..3381673a262d 100644 --- a/sys/modules/ctau/Makefile +++ b/sys/modules/ctau/Makefile @@ -1,5 +1,5 @@ # Cronyx Id: sys.modules.ct.Makefile,v 1.1.2.2 2003/12/08 15:39:01 rik Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ctau/Makefile,v 1.3.2.1 2006/02/10 00:37:59 yar Exp $ .PATH: ${.CURDIR}/../../dev/ctau KMOD= if_ct SRCS= if_ct.c ctddk.c ctau.c opt_netgraph.h opt_ng_cronyx.h \ diff --git a/sys/modules/cue/Makefile b/sys/modules/cue/Makefile index 939e714aacfd..aba0fe89eeaf 100644 --- a/sys/modules/cue/Makefile +++ b/sys/modules/cue/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cue/Makefile,v 1.6 2004/06/27 12:33:16 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/cx/Makefile b/sys/modules/cx/Makefile index 0716f9055b93..71365c006f93 100644 --- a/sys/modules/cx/Makefile +++ b/sys/modules/cx/Makefile @@ -1,5 +1,5 @@ # Cronyx Id: sys.modules.cx.Makefile,v 1.1.2.2 2003/01/21 15:15:49 rik Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/cx/Makefile,v 1.4.2.1 2006/02/10 00:38:00 yar Exp $ .PATH: ${.CURDIR}/../../dev/cx KMOD= if_cx diff --git a/sys/modules/dc/Makefile b/sys/modules/dc/Makefile index ac56533935fb..385d2fdeb080 100644 --- a/sys/modules/dc/Makefile +++ b/sys/modules/dc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/dc/Makefile,v 1.6 2001/01/06 13:59:44 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/dcons/Makefile b/sys/modules/dcons/Makefile index e430a6573614..53b3685aa9d7 100644 --- a/sys/modules/dcons/Makefile +++ b/sys/modules/dcons/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.6 2003/10/24 15:41:26 simokawa Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/dcons/Makefile,v 1.3.2.1 2006/02/10 00:38:00 yar Exp $ .PATH: ${.CURDIR}/../../dev/dcons diff --git a/sys/modules/dcons_crom/Makefile b/sys/modules/dcons_crom/Makefile index 258beaddf14b..517583aa14f0 100644 --- a/sys/modules/dcons_crom/Makefile +++ b/sys/modules/dcons_crom/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.6 2003/10/24 15:43:24 simokawa Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/dcons_crom/Makefile,v 1.2 2004/10/13 05:41:09 simokawa Exp $ .PATH: ${.CURDIR}/../../dev/dcons diff --git a/sys/modules/de/Makefile b/sys/modules/de/Makefile index 18ed0d27c77f..95755b959882 100644 --- a/sys/modules/de/Makefile +++ b/sys/modules/de/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/de/Makefile,v 1.3.8.1 2005/12/27 02:39:44 delphij Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/digi/Makefile b/sys/modules/digi/Makefile index 9d9aea61da70..c881da1445db 100755 --- a/sys/modules/digi/Makefile +++ b/sys/modules/digi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/Makefile,v 1.1 2001/05/02 01:08:06 brian Exp $ SUBDIR= digi SUBDIR+=digi_CX diff --git a/sys/modules/digi/Makefile.inc b/sys/modules/digi/Makefile.inc index 265f86d1ed55..b11eaf0d7213 100755 --- a/sys/modules/digi/Makefile.inc +++ b/sys/modules/digi/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/Makefile.inc,v 1.1 2001/05/02 01:08:06 brian Exp $ .include "../Makefile.inc" diff --git a/sys/modules/digi/digi/Makefile b/sys/modules/digi/digi/Makefile index 6ba9c6ed219e..4fa996484cdc 100644 --- a/sys/modules/digi/digi/Makefile +++ b/sys/modules/digi/digi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/digi/Makefile,v 1.3.14.1 2006/02/10 00:38:00 yar Exp $ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi diff --git a/sys/modules/digi/digi_CX/Makefile b/sys/modules/digi/digi_CX/Makefile index 2d833dec8fff..7d7135340c3d 100644 --- a/sys/modules/digi/digi_CX/Makefile +++ b/sys/modules/digi/digi_CX/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/digi_CX/Makefile,v 1.1 2001/05/02 01:08:07 brian Exp $ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi_CX diff --git a/sys/modules/digi/digi_CX_PCI/Makefile b/sys/modules/digi/digi_CX_PCI/Makefile index 65afb17f2d6c..3279f3ec48c3 100644 --- a/sys/modules/digi/digi_CX_PCI/Makefile +++ b/sys/modules/digi/digi_CX_PCI/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/digi_CX_PCI/Makefile,v 1.1 2001/05/02 01:08:07 brian Exp $ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi_CX_PCI diff --git a/sys/modules/digi/digi_EPCX/Makefile b/sys/modules/digi/digi_EPCX/Makefile index e9d95b01d147..7692ee6ec934 100644 --- a/sys/modules/digi/digi_EPCX/Makefile +++ b/sys/modules/digi/digi_EPCX/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/digi_EPCX/Makefile,v 1.1 2001/05/02 01:08:07 brian Exp $ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi_EPCX diff --git a/sys/modules/digi/digi_EPCX_PCI/Makefile b/sys/modules/digi/digi_EPCX_PCI/Makefile index d1119cc0bb54..2fbc877f6c27 100644 --- a/sys/modules/digi/digi_EPCX_PCI/Makefile +++ b/sys/modules/digi/digi_EPCX_PCI/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/digi_EPCX_PCI/Makefile,v 1.1 2001/05/02 01:08:08 brian Exp $ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi_EPCX_PCI diff --git a/sys/modules/digi/digi_Xe/Makefile b/sys/modules/digi/digi_Xe/Makefile index 4c8f9e53c62c..a8234b2b2e6d 100644 --- a/sys/modules/digi/digi_Xe/Makefile +++ b/sys/modules/digi/digi_Xe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/digi_Xe/Makefile,v 1.1 2001/05/02 01:08:08 brian Exp $ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi_Xe diff --git a/sys/modules/digi/digi_Xem/Makefile b/sys/modules/digi/digi_Xem/Makefile index 0a49ddd07f75..1b5294ea06f5 100644 --- a/sys/modules/digi/digi_Xem/Makefile +++ b/sys/modules/digi/digi_Xem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/digi_Xem/Makefile,v 1.1 2001/05/02 01:08:08 brian Exp $ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi_Xem diff --git a/sys/modules/digi/digi_Xr/Makefile b/sys/modules/digi/digi_Xr/Makefile index 786ce79a1c60..2bf16d71aa67 100644 --- a/sys/modules/digi/digi_Xr/Makefile +++ b/sys/modules/digi/digi_Xr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/digi/digi_Xr/Makefile,v 1.1 2001/05/02 01:08:09 brian Exp $ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi_Xr diff --git a/sys/modules/dpt/Makefile b/sys/modules/dpt/Makefile index 3f681b0c0dfb..0be23a1065a8 100644 --- a/sys/modules/dpt/Makefile +++ b/sys/modules/dpt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/dpt/Makefile,v 1.1 2003/03/29 15:47:13 mdodd Exp $ # .PATH: ${.CURDIR}/../../dev/dpt diff --git a/sys/modules/drm/Makefile b/sys/modules/drm/Makefile index a953b3700ebb..f7df16e90b04 100644 --- a/sys/modules/drm/Makefile +++ b/sys/modules/drm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/Makefile,v 1.4.2.1 2005/12/14 00:52:58 anholt Exp $ SUBDIR = \ drm \ diff --git a/sys/modules/drm/Makefile.inc b/sys/modules/drm/Makefile.inc index 265f86d1ed55..922d96595e67 100644 --- a/sys/modules/drm/Makefile.inc +++ b/sys/modules/drm/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/Makefile.inc,v 1.1 2002/11/06 13:41:39 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/drm/drm/Makefile b/sys/modules/drm/drm/Makefile index faa30097553d..dfa4b3a3f842 100644 --- a/sys/modules/drm/drm/Makefile +++ b/sys/modules/drm/drm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/drm/Makefile,v 1.1 2005/04/16 03:44:47 anholt Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD = drm diff --git a/sys/modules/drm/i915/Makefile b/sys/modules/drm/i915/Makefile index a34695ad7870..61e0bc29be28 100644 --- a/sys/modules/drm/i915/Makefile +++ b/sys/modules/drm/i915/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/i915/Makefile,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD = i915 diff --git a/sys/modules/drm/mach64/Makefile b/sys/modules/drm/mach64/Makefile index 4d5069c1e5eb..3b31e0727452 100644 --- a/sys/modules/drm/mach64/Makefile +++ b/sys/modules/drm/mach64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/mach64/Makefile,v 1.1 2005/04/16 03:44:47 anholt Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD = mach64 diff --git a/sys/modules/drm/mga/Makefile b/sys/modules/drm/mga/Makefile index d88d12c78d03..0b15554ddfd6 100644 --- a/sys/modules/drm/mga/Makefile +++ b/sys/modules/drm/mga/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/mga/Makefile,v 1.5 2004/01/13 11:28:48 ru Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD = mga diff --git a/sys/modules/drm/r128/Makefile b/sys/modules/drm/r128/Makefile index e80a0d803f8b..cb20f2431baa 100644 --- a/sys/modules/drm/r128/Makefile +++ b/sys/modules/drm/r128/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/r128/Makefile,v 1.5 2004/01/13 11:28:48 ru Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD = r128 diff --git a/sys/modules/drm/radeon/Makefile b/sys/modules/drm/radeon/Makefile index 575d11a2fd49..bf23b3180c99 100644 --- a/sys/modules/drm/radeon/Makefile +++ b/sys/modules/drm/radeon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/radeon/Makefile,v 1.5.8.2 2006/05/17 07:40:12 anholt Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD = radeon diff --git a/sys/modules/drm/savage/Makefile b/sys/modules/drm/savage/Makefile index f1c9b42a5f33..7bd6293f334e 100644 --- a/sys/modules/drm/savage/Makefile +++ b/sys/modules/drm/savage/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/savage/Makefile,v 1.1.2.1 2005/12/14 00:52:58 anholt Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD= savage diff --git a/sys/modules/drm/sis/Makefile b/sys/modules/drm/sis/Makefile index 885ce2863bb4..fcfc28c81bb1 100644 --- a/sys/modules/drm/sis/Makefile +++ b/sys/modules/drm/sis/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/sis/Makefile,v 1.2 2004/01/13 11:28:48 ru Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD= sis diff --git a/sys/modules/drm/tdfx/Makefile b/sys/modules/drm/tdfx/Makefile index 2e015a7cead7..0c071cd76731 100644 --- a/sys/modules/drm/tdfx/Makefile +++ b/sys/modules/drm/tdfx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/drm/tdfx/Makefile,v 1.3 2004/01/13 11:28:48 ru Exp $ .PATH: ${.CURDIR}/../../../dev/drm KMOD = tdfx diff --git a/sys/modules/dummynet/Makefile b/sys/modules/dummynet/Makefile index fbb111d97833..7091d8c5b6d3 100644 --- a/sys/modules/dummynet/Makefile +++ b/sys/modules/dummynet/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/dummynet/Makefile,v 1.3.14.1 2006/02/23 08:28:15 ume Exp $ .PATH: ${.CURDIR}/../../netinet KMOD= dummynet diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile index 723df349904a..8f52104910f9 100644 --- a/sys/modules/ed/Makefile +++ b/sys/modules/ed/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ed/Makefile,v 1.9.2.1 2005/10/08 18:00:41 imp Exp $ .PATH: ${.CURDIR}/../../dev/ed diff --git a/sys/modules/el/Makefile b/sys/modules/el/Makefile index 78394059226f..520d480e2ec1 100644 --- a/sys/modules/el/Makefile +++ b/sys/modules/el/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/el/Makefile,v 1.2 2001/01/06 13:59:45 obrien Exp $ .PATH: ${.CURDIR}/../../i386/isa diff --git a/sys/modules/elink/Makefile b/sys/modules/elink/Makefile index a7776578931b..518e70bd3b8e 100644 --- a/sys/modules/elink/Makefile +++ b/sys/modules/elink/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/elink/Makefile,v 1.1 2003/03/29 13:42:20 mdodd Exp $ # .PATH: ${.CURDIR}/../../i386/isa diff --git a/sys/modules/em/Makefile b/sys/modules/em/Makefile index 9518d6828975..9059a0bd0711 100644 --- a/sys/modules/em/Makefile +++ b/sys/modules/em/Makefile @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/modules/em/Makefile,v 1.4 2004/06/09 08:27:05 obrien Exp $ .PATH: ${.CURDIR}/../../dev/em diff --git a/sys/modules/en/Makefile b/sys/modules/en/Makefile index 8f342e32fb3b..00d3e04ac778 100644 --- a/sys/modules/en/Makefile +++ b/sys/modules/en/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/en/Makefile,v 1.3.10.1 2006/02/10 00:38:00 yar Exp $ .PATH: ${.CURDIR}/../../dev/en diff --git a/sys/modules/ep/Makefile b/sys/modules/ep/Makefile index 39bb42f09d4e..0c4db69d79b4 100644 --- a/sys/modules/ep/Makefile +++ b/sys/modules/ep/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ep/Makefile,v 1.8 2005/03/17 18:40:37 imp Exp $ .PATH: ${.CURDIR}/../../dev/ep diff --git a/sys/modules/esp/Makefile b/sys/modules/esp/Makefile index 2685b09ed298..3d7723f1feb1 100644 --- a/sys/modules/esp/Makefile +++ b/sys/modules/esp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/esp/Makefile,v 1.5 2005/05/19 14:51:10 marius Exp $ .PATH: ${.CURDIR}/../../dev/esp ${.CURDIR}/../../sparc64/sbus diff --git a/sys/modules/ex/Makefile b/sys/modules/ex/Makefile index 5c394aa5e11f..abe0b4f10f2f 100644 --- a/sys/modules/ex/Makefile +++ b/sys/modules/ex/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ex/Makefile,v 1.2 2004/05/26 00:53:02 imp Exp $ # .PATH: ${.CURDIR}/../../dev/ex diff --git a/sys/modules/exca/Makefile b/sys/modules/exca/Makefile index b7a8d522b283..9bec941b0c07 100644 --- a/sys/modules/exca/Makefile +++ b/sys/modules/exca/Makefile @@ -1,4 +1,4 @@ - # $FreeBSD$ + # $FreeBSD: src/sys/modules/exca/Makefile,v 1.2 2004/05/26 00:53:03 imp Exp $ .PATH: ${.CURDIR}/../../dev/exca diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile index 1ce8ab87aa28..8ea80f461d8c 100644 --- a/sys/modules/ext2fs/Makefile +++ b/sys/modules/ext2fs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ext2fs/Makefile,v 1.6 2005/06/15 02:36:11 rodrigc Exp $ .PATH: ${.CURDIR}/../../gnu/fs/ext2fs KMOD= ext2fs diff --git a/sys/modules/fatm/Makefile b/sys/modules/fatm/Makefile index c77ea7109e34..b1022541bbc5 100644 --- a/sys/modules/fatm/Makefile +++ b/sys/modules/fatm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/fatm/Makefile,v 1.2.8.1 2006/02/10 00:38:00 yar Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/fdc/Makefile b/sys/modules/fdc/Makefile index b632dcd15896..8aef98bd186c 100644 --- a/sys/modules/fdc/Makefile +++ b/sys/modules/fdc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/fdc/Makefile,v 1.14 2005/05/10 12:02:15 nyan Exp $ KMOD= fdc WARNS?= 2 diff --git a/sys/modules/fdescfs/Makefile b/sys/modules/fdescfs/Makefile index eead3ec0862b..0c454763b11b 100644 --- a/sys/modules/fdescfs/Makefile +++ b/sys/modules/fdescfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/fdescfs/Makefile,v 1.12 2002/01/11 15:48:39 ru Exp $ .PATH: ${.CURDIR}/../../fs/fdescfs diff --git a/sys/modules/fe/Makefile b/sys/modules/fe/Makefile index 77af85bfd63b..32aedc41ddb6 100644 --- a/sys/modules/fe/Makefile +++ b/sys/modules/fe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/fe/Makefile,v 1.3 2004/05/26 00:53:04 imp Exp $ .PATH: ${.CURDIR}/../../dev/fe diff --git a/sys/modules/firewire/Makefile b/sys/modules/firewire/Makefile index 379ad58ba0ea..13592482db91 100644 --- a/sys/modules/firewire/Makefile +++ b/sys/modules/firewire/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/firewire/Makefile,v 1.5 2004/07/12 13:13:17 dfr Exp $ SUBDIR= firewire \ fwe \ diff --git a/sys/modules/firewire/Makefile.inc b/sys/modules/firewire/Makefile.inc index 265f86d1ed55..cf896c728078 100644 --- a/sys/modules/firewire/Makefile.inc +++ b/sys/modules/firewire/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/firewire/Makefile.inc,v 1.3 2004/02/13 10:11:00 ru Exp $ .include "../Makefile.inc" diff --git a/sys/modules/firewire/firewire/Makefile b/sys/modules/firewire/firewire/Makefile index 8e4e06f0fc91..68bcddbd44cd 100644 --- a/sys/modules/firewire/firewire/Makefile +++ b/sys/modules/firewire/firewire/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/firewire/firewire/Makefile,v 1.7 2003/04/17 03:38:02 simokawa Exp $ # Makefile for the IEEE1394 OHCI chipset diff --git a/sys/modules/firewire/fwe/Makefile b/sys/modules/firewire/fwe/Makefile index 6b26606b04e0..ed37b792b6e0 100644 --- a/sys/modules/firewire/fwe/Makefile +++ b/sys/modules/firewire/fwe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/firewire/fwe/Makefile,v 1.3 2003/04/17 03:38:03 simokawa Exp $ # Makefile for the fwe(4) module (Ethernet over IEEE1394) diff --git a/sys/modules/firewire/fwip/Makefile b/sys/modules/firewire/fwip/Makefile index ed2ca4a02b91..5f9cdc846694 100644 --- a/sys/modules/firewire/fwip/Makefile +++ b/sys/modules/firewire/fwip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/firewire/fwip/Makefile,v 1.1.8.1 2006/02/10 00:38:00 yar Exp $ # Makefile for the fwip(4) module (IP over IEEE1394) diff --git a/sys/modules/firewire/sbp/Makefile b/sys/modules/firewire/sbp/Makefile index 7acf1a39fb32..336c522349c1 100644 --- a/sys/modules/firewire/sbp/Makefile +++ b/sys/modules/firewire/sbp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/firewire/sbp/Makefile,v 1.3 2003/10/02 04:06:56 simokawa Exp $ # Makefile for the SBP-II (Serial Bus Protocol 2/SCSI over IEEE1394) diff --git a/sys/modules/firewire/sbp_targ/Makefile b/sys/modules/firewire/sbp_targ/Makefile index 04eaa9466fb2..058c3db708b8 100644 --- a/sys/modules/firewire/sbp_targ/Makefile +++ b/sys/modules/firewire/sbp_targ/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/firewire/sbp_targ/Makefile,v 1.2 2004/02/13 10:11:00 ru Exp $ # Makefile for the SBP-II Target mode diff --git a/sys/modules/firmware/Makefile b/sys/modules/firmware/Makefile index 82ed1026e47e..69ac08701e25 100644 --- a/sys/modules/firmware/Makefile +++ b/sys/modules/firmware/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/firmware/Makefile,v 1.1.2.1 2006/02/23 02:13:31 mlaier Exp $ .PATH: ${.CURDIR}/../../kern diff --git a/sys/modules/fxp/Makefile b/sys/modules/fxp/Makefile index 0904e1a1b789..9a67b7c71b6c 100644 --- a/sys/modules/fxp/Makefile +++ b/sys/modules/fxp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/fxp/Makefile,v 1.17 2001/09/05 23:47:01 brooks Exp $ .PATH: ${.CURDIR}/../../dev/fxp diff --git a/sys/modules/gem/Makefile b/sys/modules/gem/Makefile index 4352bd636f86..b6830fe7d796 100644 --- a/sys/modules/gem/Makefile +++ b/sys/modules/gem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/gem/Makefile,v 1.1 2003/01/08 20:40:29 tmm Exp $ .PATH: ${.CURDIR}/../../dev/gem diff --git a/sys/modules/geom/Makefile b/sys/modules/geom/Makefile index cf99e377f7c8..b4dbdbb67530 100644 --- a/sys/modules/geom/Makefile +++ b/sys/modules/geom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/Makefile,v 1.13.2.2 2005/08/05 20:02:45 pjd Exp $ SUBDIR= geom_apple \ geom_bde \ diff --git a/sys/modules/geom/Makefile.inc b/sys/modules/geom/Makefile.inc index 265f86d1ed55..b985b59dd6e9 100644 --- a/sys/modules/geom/Makefile.inc +++ b/sys/modules/geom/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/Makefile.inc,v 1.1 2003/06/15 04:27:22 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/geom/geom_apple/Makefile b/sys/modules/geom/geom_apple/Makefile index 4ec59a629289..e97c3b3d90b8 100644 --- a/sys/modules/geom/geom_apple/Makefile +++ b/sys/modules/geom/geom_apple/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_apple/Makefile,v 1.1 2003/05/31 18:36:40 phk Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_bde/Makefile b/sys/modules/geom/geom_bde/Makefile index 089126e9a3eb..abda3243eddc 100644 --- a/sys/modules/geom/geom_bde/Makefile +++ b/sys/modules/geom/geom_bde/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_bde/Makefile,v 1.1.10.1 2006/09/04 13:01:51 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/bde .PATH: ${.CURDIR}/../../../crypto/rijndael diff --git a/sys/modules/geom/geom_bsd/Makefile b/sys/modules/geom/geom_bsd/Makefile index 884ac6e98bad..e5e84abb9db9 100644 --- a/sys/modules/geom/geom_bsd/Makefile +++ b/sys/modules/geom/geom_bsd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_bsd/Makefile,v 1.1 2003/05/31 18:36:40 phk Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_ccd/Makefile b/sys/modules/geom/geom_ccd/Makefile index 18d6eeb04718..dde3fdca0728 100644 --- a/sys/modules/geom/geom_ccd/Makefile +++ b/sys/modules/geom/geom_ccd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_ccd/Makefile,v 1.1 2003/06/09 21:49:54 phk Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_concat/Makefile b/sys/modules/geom/geom_concat/Makefile index 3de201a79b48..15ad24932164 100644 --- a/sys/modules/geom/geom_concat/Makefile +++ b/sys/modules/geom/geom_concat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_concat/Makefile,v 1.1 2004/02/19 15:43:58 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/concat diff --git a/sys/modules/geom/geom_eli/Makefile b/sys/modules/geom/geom_eli/Makefile index 7b4c506de62f..8ab74894d558 100644 --- a/sys/modules/geom/geom_eli/Makefile +++ b/sys/modules/geom/geom_eli/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_eli/Makefile,v 1.1.2.3 2006/09/04 15:26:05 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/eli diff --git a/sys/modules/geom/geom_fox/Makefile b/sys/modules/geom/geom_fox/Makefile index adf8c2e8e8bf..3f1b6f51fe6c 100644 --- a/sys/modules/geom/geom_fox/Makefile +++ b/sys/modules/geom/geom_fox/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_fox/Makefile,v 1.1 2003/06/18 09:29:27 phk Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_gate/Makefile b/sys/modules/geom/geom_gate/Makefile index 783a58ac2d82..56b3a0e30f3c 100644 --- a/sys/modules/geom/geom_gate/Makefile +++ b/sys/modules/geom/geom_gate/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_gate/Makefile,v 1.1 2004/04/30 16:09:28 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/gate diff --git a/sys/modules/geom/geom_gpt/Makefile b/sys/modules/geom/geom_gpt/Makefile index ca074bda369c..2b6febd07eda 100644 --- a/sys/modules/geom/geom_gpt/Makefile +++ b/sys/modules/geom/geom_gpt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_gpt/Makefile,v 1.1 2003/05/31 18:36:41 phk Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_label/Makefile b/sys/modules/geom/geom_label/Makefile index e6e7d421590d..757e5c455be8 100644 --- a/sys/modules/geom/geom_label/Makefile +++ b/sys/modules/geom/geom_label/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_label/Makefile,v 1.1.8.2 2005/12/29 06:22:38 sobomax Exp $ .PATH: ${.CURDIR}/../../../geom/label diff --git a/sys/modules/geom/geom_mbr/Makefile b/sys/modules/geom/geom_mbr/Makefile index 1820f3bc3bdd..b50bfe4c5a5e 100644 --- a/sys/modules/geom/geom_mbr/Makefile +++ b/sys/modules/geom/geom_mbr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_mbr/Makefile,v 1.2 2003/07/05 08:11:43 jmg Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_mirror/Makefile b/sys/modules/geom/geom_mirror/Makefile index 3e653ce540c4..5c3def41be22 100644 --- a/sys/modules/geom/geom_mirror/Makefile +++ b/sys/modules/geom/geom_mirror/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_mirror/Makefile,v 1.1 2004/07/30 23:13:44 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/mirror diff --git a/sys/modules/geom/geom_nop/Makefile b/sys/modules/geom/geom_nop/Makefile index 139e12422ea2..71c983e4c866 100644 --- a/sys/modules/geom/geom_nop/Makefile +++ b/sys/modules/geom/geom_nop/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_nop/Makefile,v 1.1 2004/05/20 10:27:20 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/nop diff --git a/sys/modules/geom/geom_pc98/Makefile b/sys/modules/geom/geom_pc98/Makefile index 2c5952d3e4f0..0ad176ccecb2 100644 --- a/sys/modules/geom/geom_pc98/Makefile +++ b/sys/modules/geom/geom_pc98/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_pc98/Makefile,v 1.1 2003/05/31 18:36:41 phk Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_raid3/Makefile b/sys/modules/geom/geom_raid3/Makefile index b202237a611f..29df04423437 100644 --- a/sys/modules/geom/geom_raid3/Makefile +++ b/sys/modules/geom/geom_raid3/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_raid3/Makefile,v 1.1 2004/08/16 06:23:14 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/raid3 diff --git a/sys/modules/geom/geom_shsec/Makefile b/sys/modules/geom/geom_shsec/Makefile index f229203ad87a..c7f57212fa01 100644 --- a/sys/modules/geom/geom_shsec/Makefile +++ b/sys/modules/geom/geom_shsec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_shsec/Makefile,v 1.1 2005/01/11 18:06:44 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/shsec diff --git a/sys/modules/geom/geom_stripe/Makefile b/sys/modules/geom/geom_stripe/Makefile index 278d3accfdc6..4968df58a61e 100644 --- a/sys/modules/geom/geom_stripe/Makefile +++ b/sys/modules/geom/geom_stripe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_stripe/Makefile,v 1.1 2004/05/20 10:27:20 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/stripe diff --git a/sys/modules/geom/geom_sunlabel/Makefile b/sys/modules/geom/geom_sunlabel/Makefile index 840395aaf1de..4ff6266c420e 100644 --- a/sys/modules/geom/geom_sunlabel/Makefile +++ b/sys/modules/geom/geom_sunlabel/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_sunlabel/Makefile,v 1.1 2003/05/31 18:36:41 phk Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_uzip/Makefile b/sys/modules/geom/geom_uzip/Makefile index 8e468451773b..ede20e1dc04f 100644 --- a/sys/modules/geom/geom_uzip/Makefile +++ b/sys/modules/geom/geom_uzip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_uzip/Makefile,v 1.2 2004/09/08 17:27:31 fjoe Exp $ .PATH: ${.CURDIR}/../../../geom/uzip ${.CURDIR}/../../../net diff --git a/sys/modules/geom/geom_vinum/Makefile b/sys/modules/geom/geom_vinum/Makefile index fe14515d108f..800d79286913 100644 --- a/sys/modules/geom/geom_vinum/Makefile +++ b/sys/modules/geom/geom_vinum/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_vinum/Makefile,v 1.1.8.3 2005/12/10 14:36:17 le Exp $ .PATH: ${.CURDIR}/../../../geom/vinum diff --git a/sys/modules/geom/geom_vol_ffs/Makefile b/sys/modules/geom/geom_vol_ffs/Makefile index de9b75806dfe..aee68421fade 100644 --- a/sys/modules/geom/geom_vol_ffs/Makefile +++ b/sys/modules/geom/geom_vol_ffs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_vol_ffs/Makefile,v 1.1 2003/06/03 20:32:13 gordon Exp $ .PATH: ${.CURDIR}/../../../geom diff --git a/sys/modules/geom/geom_zero/Makefile b/sys/modules/geom/geom_zero/Makefile index 43dae09d3333..e184fd628932 100644 --- a/sys/modules/geom/geom_zero/Makefile +++ b/sys/modules/geom/geom_zero/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/geom/geom_zero/Makefile,v 1.1.2.1 2005/07/30 06:22:24 pjd Exp $ .PATH: ${.CURDIR}/../../../geom/zero diff --git a/sys/modules/harp/Makefile b/sys/modules/harp/Makefile index e6d75ed1d555..e64b32de59a5 100644 --- a/sys/modules/harp/Makefile +++ b/sys/modules/harp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/harp/Makefile,v 1.2 2004/02/13 10:11:00 ru Exp $ # # Author: Harti Brandt <brandt@fokus.gmd.de> # diff --git a/sys/modules/hatm/Makefile b/sys/modules/hatm/Makefile index 5dcf113924e6..152130968557 100644 --- a/sys/modules/hatm/Makefile +++ b/sys/modules/hatm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hatm/Makefile,v 1.2.8.1 2006/02/10 00:38:01 yar Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/hfa/Makefile b/sys/modules/hfa/Makefile index 964083090442..359324518232 100644 --- a/sys/modules/hfa/Makefile +++ b/sys/modules/hfa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hfa/Makefile,v 1.1 2002/04/17 00:24:57 mdodd Exp $ SUBDIR= hfa pci diff --git a/sys/modules/hfa/Makefile.inc b/sys/modules/hfa/Makefile.inc index 265f86d1ed55..deafde7d2385 100644 --- a/sys/modules/hfa/Makefile.inc +++ b/sys/modules/hfa/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hfa/Makefile.inc,v 1.1 2002/11/06 13:41:39 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/hfa/eisa/Makefile b/sys/modules/hfa/eisa/Makefile index bc4f30de70cd..28707a17063b 100644 --- a/sys/modules/hfa/eisa/Makefile +++ b/sys/modules/hfa/eisa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hfa/eisa/Makefile,v 1.1 2002/04/17 00:25:08 mdodd Exp $ .PATH: ${.CURDIR}/../../../dev/hfa diff --git a/sys/modules/hfa/hfa/Makefile b/sys/modules/hfa/hfa/Makefile index 3c8694ca0684..27088531c114 100644 --- a/sys/modules/hfa/hfa/Makefile +++ b/sys/modules/hfa/hfa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hfa/hfa/Makefile,v 1.1 2002/04/17 00:25:44 mdodd Exp $ .PATH: ${.CURDIR}/../../../dev/hfa diff --git a/sys/modules/hfa/pci/Makefile b/sys/modules/hfa/pci/Makefile index 3e62752b31cd..00faf2ee0a13 100644 --- a/sys/modules/hfa/pci/Makefile +++ b/sys/modules/hfa/pci/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hfa/pci/Makefile,v 1.1 2002/04/17 00:26:01 mdodd Exp $ .PATH: ${.CURDIR}/../../../dev/hfa diff --git a/sys/modules/hfa/sbus/Makefile b/sys/modules/hfa/sbus/Makefile index 3862c296624a..3c3f918687b8 100644 --- a/sys/modules/hfa/sbus/Makefile +++ b/sys/modules/hfa/sbus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hfa/sbus/Makefile,v 1.1 2002/04/17 00:26:09 mdodd Exp $ .PATH: ${.CURDIR}/../../../dev/hfa diff --git a/sys/modules/hifn/Makefile b/sys/modules/hifn/Makefile index 9b19db423f37..817de51f95c9 100644 --- a/sys/modules/hifn/Makefile +++ b/sys/modules/hifn/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hifn/Makefile,v 1.3.12.1 2006/02/10 00:38:01 yar Exp $ .PATH: ${.CURDIR}/../../dev/hifn KMOD = hifn diff --git a/sys/modules/hme/Makefile b/sys/modules/hme/Makefile index 8f403710ce13..85e0d9f93684 100644 --- a/sys/modules/hme/Makefile +++ b/sys/modules/hme/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hme/Makefile,v 1.3 2004/08/14 22:40:16 marius Exp $ .PATH: ${.CURDIR}/../../dev/hme diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile index 750fda00dae0..ba7bce3bb0ba 100644 --- a/sys/modules/hpfs/Makefile +++ b/sys/modules/hpfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hpfs/Makefile,v 1.8 2005/03/28 09:41:25 jeff Exp $ .PATH: ${.CURDIR}/../../fs/hpfs diff --git a/sys/modules/hptmv/Makefile b/sys/modules/hptmv/Makefile index 05ceac7bb1f6..f4151a86220b 100644 --- a/sys/modules/hptmv/Makefile +++ b/sys/modules/hptmv/Makefile @@ -2,7 +2,7 @@ # Makefile for RR182x FreeBSD driver # Copyright (c) 2004-2005 HighPoint Technologies, Inc. All rights reserved # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hptmv/Makefile,v 1.3.2.1 2005/10/06 18:47:58 delphij Exp $ HPTMV= ${.CURDIR}/../../dev/hptmv .PATH: ${HPTMV} diff --git a/sys/modules/hwpmc/Makefile b/sys/modules/hwpmc/Makefile index 9d7dfde6d5bd..3a09c818c835 100644 --- a/sys/modules/hwpmc/Makefile +++ b/sys/modules/hwpmc/Makefile @@ -1,5 +1,5 @@ # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/hwpmc/Makefile,v 1.3 2005/06/09 19:45:08 jkoshy Exp $ # .PATH: ${.CURDIR}/../../dev/hwpmc diff --git a/sys/modules/i2c/Makefile b/sys/modules/i2c/Makefile index 7ba1f436f495..c234a5490000 100644 --- a/sys/modules/i2c/Makefile +++ b/sys/modules/i2c/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/Makefile,v 1.1 2002/03/23 15:48:36 nsouch Exp $ SUBDIR = SUBDIR += controllers if_ic smbus iicbus iicbb iicsmb iic smb diff --git a/sys/modules/i2c/Makefile.inc b/sys/modules/i2c/Makefile.inc index 265f86d1ed55..03593a43aa7d 100644 --- a/sys/modules/i2c/Makefile.inc +++ b/sys/modules/i2c/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/Makefile.inc,v 1.1 2002/11/06 13:41:39 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/i2c/controllers/Makefile b/sys/modules/i2c/controllers/Makefile index c9d9fbbbc73b..4557356058ab 100644 --- a/sys/modules/i2c/controllers/Makefile +++ b/sys/modules/i2c/controllers/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/Makefile,v 1.4.2.1 2006/08/17 11:01:25 ru Exp $ .if ${MACHINE} == "pc98" SUBDIR = lpbb diff --git a/sys/modules/i2c/controllers/Makefile.inc b/sys/modules/i2c/controllers/Makefile.inc index 265f86d1ed55..607c6327d011 100644 --- a/sys/modules/i2c/controllers/Makefile.inc +++ b/sys/modules/i2c/controllers/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/Makefile.inc,v 1.1 2002/11/06 13:41:40 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/i2c/controllers/alpm/Makefile b/sys/modules/i2c/controllers/alpm/Makefile index 5429b9cee4db..6184792059fd 100644 --- a/sys/modules/i2c/controllers/alpm/Makefile +++ b/sys/modules/i2c/controllers/alpm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/alpm/Makefile,v 1.1 2002/03/23 15:48:39 nsouch Exp $ .PATH: ${.CURDIR}/../../../../pci KMOD = alpm diff --git a/sys/modules/i2c/controllers/amdpm/Makefile b/sys/modules/i2c/controllers/amdpm/Makefile index 5f6d7ed295ba..5c3930ef2967 100644 --- a/sys/modules/i2c/controllers/amdpm/Makefile +++ b/sys/modules/i2c/controllers/amdpm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/amdpm/Makefile,v 1.1 2002/03/23 15:48:41 nsouch Exp $ .PATH: ${.CURDIR}/../../../../pci KMOD = amdpm diff --git a/sys/modules/i2c/controllers/amdsmb/Makefile b/sys/modules/i2c/controllers/amdsmb/Makefile index d7306cebf689..a782e2491719 100644 --- a/sys/modules/i2c/controllers/amdsmb/Makefile +++ b/sys/modules/i2c/controllers/amdsmb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/amdsmb/Makefile,v 1.1.2.1 2006/08/17 11:01:25 ru Exp $ .PATH: ${.CURDIR}/../../../../pci diff --git a/sys/modules/i2c/controllers/ichsmb/Makefile b/sys/modules/i2c/controllers/ichsmb/Makefile index 7cb9957384f5..dbdbf769825f 100644 --- a/sys/modules/i2c/controllers/ichsmb/Makefile +++ b/sys/modules/i2c/controllers/ichsmb/Makefile @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/modules/i2c/controllers/ichsmb/Makefile,v 1.1 2005/06/05 11:55:29 takawata Exp $ .PATH: ${.CURDIR}/../../../../dev/ichsmb KMOD = ichsmb diff --git a/sys/modules/i2c/controllers/intpm/Makefile b/sys/modules/i2c/controllers/intpm/Makefile index 7cef578707b9..4c108735c307 100644 --- a/sys/modules/i2c/controllers/intpm/Makefile +++ b/sys/modules/i2c/controllers/intpm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/intpm/Makefile,v 1.1 2002/03/23 15:48:42 nsouch Exp $ .PATH: ${.CURDIR}/../../../../pci KMOD = intpm diff --git a/sys/modules/i2c/controllers/lpbb/Makefile b/sys/modules/i2c/controllers/lpbb/Makefile index 77e84d2caf22..ce4f50d40a06 100644 --- a/sys/modules/i2c/controllers/lpbb/Makefile +++ b/sys/modules/i2c/controllers/lpbb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/lpbb/Makefile,v 1.2 2003/06/14 20:43:33 jmg Exp $ .PATH: ${.CURDIR}/../../../../dev/ppbus KMOD = lpbb diff --git a/sys/modules/i2c/controllers/nfsmb/Makefile b/sys/modules/i2c/controllers/nfsmb/Makefile index 21b67f3196f9..29a05846e107 100644 --- a/sys/modules/i2c/controllers/nfsmb/Makefile +++ b/sys/modules/i2c/controllers/nfsmb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/nfsmb/Makefile,v 1.1.2.1 2006/08/17 11:01:26 ru Exp $ .PATH: ${.CURDIR}/../../../../pci diff --git a/sys/modules/i2c/controllers/pcf/Makefile b/sys/modules/i2c/controllers/pcf/Makefile index 42d3adef8c69..a75b1a676115 100644 --- a/sys/modules/i2c/controllers/pcf/Makefile +++ b/sys/modules/i2c/controllers/pcf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/pcf/Makefile,v 1.2 2004/03/15 11:27:39 imp Exp $ .PATH: ${.CURDIR}/../../../../i386/isa KMOD = pcf diff --git a/sys/modules/i2c/controllers/viapm/Makefile b/sys/modules/i2c/controllers/viapm/Makefile index 300744146093..20675fd85eb9 100644 --- a/sys/modules/i2c/controllers/viapm/Makefile +++ b/sys/modules/i2c/controllers/viapm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/controllers/viapm/Makefile,v 1.1.14.1 2005/11/08 17:03:55 jhb Exp $ .PATH: ${.CURDIR}/../../../../pci KMOD = viapm diff --git a/sys/modules/i2c/if_ic/Makefile b/sys/modules/i2c/if_ic/Makefile index 67dd7344585b..b9da2d9b140d 100644 --- a/sys/modules/i2c/if_ic/Makefile +++ b/sys/modules/i2c/if_ic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/if_ic/Makefile,v 1.1 2002/03/23 15:48:48 nsouch Exp $ .PATH: ${.CURDIR}/../../../dev/iicbus KMOD = if_ic diff --git a/sys/modules/i2c/iic/Makefile b/sys/modules/i2c/iic/Makefile index 0ac8678c6d00..89ad521d003e 100644 --- a/sys/modules/i2c/iic/Makefile +++ b/sys/modules/i2c/iic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/iic/Makefile,v 1.1 2002/03/23 15:48:51 nsouch Exp $ .PATH: ${.CURDIR}/../../../dev/iicbus KMOD = iic diff --git a/sys/modules/i2c/iicbb/Makefile b/sys/modules/i2c/iicbb/Makefile index ea991e082e06..d40cf2466d75 100644 --- a/sys/modules/i2c/iicbb/Makefile +++ b/sys/modules/i2c/iicbb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/iicbb/Makefile,v 1.1 2002/03/23 15:48:53 nsouch Exp $ .PATH: ${.CURDIR}/../../../dev/iicbus KMOD = iicbb diff --git a/sys/modules/i2c/iicbus/Makefile b/sys/modules/i2c/iicbus/Makefile index c3fc8e3f5225..63d3b89e2674 100644 --- a/sys/modules/i2c/iicbus/Makefile +++ b/sys/modules/i2c/iicbus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/iicbus/Makefile,v 1.1 2002/03/23 15:48:55 nsouch Exp $ .PATH: ${.CURDIR}/../../../dev/iicbus KMOD = iicbus diff --git a/sys/modules/i2c/iicsmb/Makefile b/sys/modules/i2c/iicsmb/Makefile index d0c676482e5c..fe470383b59d 100644 --- a/sys/modules/i2c/iicsmb/Makefile +++ b/sys/modules/i2c/iicsmb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/iicsmb/Makefile,v 1.1 2002/03/23 15:48:56 nsouch Exp $ .PATH: ${.CURDIR}/../../../dev/iicbus KMOD = iicsmb diff --git a/sys/modules/i2c/smb/Makefile b/sys/modules/i2c/smb/Makefile index f6f960c02126..b90de9ff1068 100644 --- a/sys/modules/i2c/smb/Makefile +++ b/sys/modules/i2c/smb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/smb/Makefile,v 1.1 2002/03/23 15:48:58 nsouch Exp $ .PATH: ${.CURDIR}/../../../dev/smbus KMOD = smb diff --git a/sys/modules/i2c/smbus/Makefile b/sys/modules/i2c/smbus/Makefile index 24462d038512..9a5683f12bae 100644 --- a/sys/modules/i2c/smbus/Makefile +++ b/sys/modules/i2c/smbus/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/i2c/smbus/Makefile,v 1.1 2002/03/23 15:48:59 nsouch Exp $ .PATH: ${.CURDIR}/../../../dev/smbus KMOD = smbus diff --git a/sys/modules/ibcs2/Makefile b/sys/modules/ibcs2/Makefile index f258fa901933..87255d8bb3a7 100644 --- a/sys/modules/ibcs2/Makefile +++ b/sys/modules/ibcs2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ibcs2/Makefile,v 1.34 2002/08/12 07:20:15 alfred Exp $ .PATH: ${.CURDIR}/../../i386/ibcs2 diff --git a/sys/modules/ichwd/Makefile b/sys/modules/ichwd/Makefile index 880ec82a28ef..b3f73f248a46 100644 --- a/sys/modules/ichwd/Makefile +++ b/sys/modules/ichwd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ichwd/Makefile,v 1.1 2004/05/11 18:21:38 des Exp $ .PATH: ${.CURDIR}/../../dev/ichwd diff --git a/sys/modules/ida/Makefile b/sys/modules/ida/Makefile index e97ac69db123..e51ebdfd8204 100644 --- a/sys/modules/ida/Makefile +++ b/sys/modules/ida/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ida/Makefile,v 1.2 2004/01/11 07:01:30 mdodd Exp $ .PATH: ${.CURDIR}/../../dev/ida diff --git a/sys/modules/idt/Makefile b/sys/modules/idt/Makefile index 8f1a08ee225b..45748d9c021b 100644 --- a/sys/modules/idt/Makefile +++ b/sys/modules/idt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/idt/Makefile,v 1.1 2002/09/30 05:12:39 mdodd Exp $ .PATH: ${.CURDIR}/../../dev/idt diff --git a/sys/modules/ie/Makefile b/sys/modules/ie/Makefile index d6c611de3480..c4dccf230641 100644 --- a/sys/modules/ie/Makefile +++ b/sys/modules/ie/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ie/Makefile,v 1.2 2005/01/26 16:26:06 imp Exp $ # .PATH: ${.CURDIR}/../../dev/ie diff --git a/sys/modules/if_bridge/Makefile b/sys/modules/if_bridge/Makefile index 6b10023bac3a..0007a567df6c 100644 --- a/sys/modules/if_bridge/Makefile +++ b/sys/modules/if_bridge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_bridge/Makefile,v 1.2.2.2 2006/06/23 01:14:56 thompsa Exp $ .PATH: ${.CURDIR}/../../net KMOD= if_bridge diff --git a/sys/modules/if_disc/Makefile b/sys/modules/if_disc/Makefile index 9dc5742eaa0b..f9eddb73edd5 100644 --- a/sys/modules/if_disc/Makefile +++ b/sys/modules/if_disc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_disc/Makefile,v 1.17.14.1 2006/02/10 00:38:01 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/if_ef/Makefile b/sys/modules/if_ef/Makefile index dc40213c7181..dad71cf7391c 100644 --- a/sys/modules/if_ef/Makefile +++ b/sys/modules/if_ef/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_ef/Makefile,v 1.11.8.3 2006/09/13 08:40:21 des Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/if_faith/Makefile b/sys/modules/if_faith/Makefile index a46d5fd399d6..85b5115db399 100644 --- a/sys/modules/if_faith/Makefile +++ b/sys/modules/if_faith/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_faith/Makefile,v 1.2.14.1 2006/02/10 00:38:01 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/if_gif/Makefile b/sys/modules/if_gif/Makefile index c9d073b91b84..8f7ca73d7fa9 100644 --- a/sys/modules/if_gif/Makefile +++ b/sys/modules/if_gif/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_gif/Makefile,v 1.6.2.1 2006/02/10 00:38:02 yar Exp $ .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6 diff --git a/sys/modules/if_gre/Makefile b/sys/modules/if_gre/Makefile index 87da7b037d03..74b685d32a04 100644 --- a/sys/modules/if_gre/Makefile +++ b/sys/modules/if_gre/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_gre/Makefile,v 1.5.10.1 2006/02/10 00:38:02 yar Exp $ .PATH: ${.CURDIR}/../../net ${.CURDIR}/../../netinet ${.CURDIR}/../../netinet6 diff --git a/sys/modules/if_ndis/Makefile b/sys/modules/if_ndis/Makefile index cbc2ed0ee34c..03e771ad29c2 100644 --- a/sys/modules/if_ndis/Makefile +++ b/sys/modules/if_ndis/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_ndis/Makefile,v 1.5 2005/04/24 20:21:22 wpaul Exp $ .PATH: ${.CURDIR}/../../dev/if_ndis diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile index 5ba503905c65..1b2a2d47d96c 100644 --- a/sys/modules/if_ppp/Makefile +++ b/sys/modules/if_ppp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_ppp/Makefile,v 1.33.2.3 2006/09/13 08:40:21 des Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/if_sl/Makefile b/sys/modules/if_sl/Makefile index 800a9847943c..e8b3f073f0f1 100644 --- a/sys/modules/if_sl/Makefile +++ b/sys/modules/if_sl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_sl/Makefile,v 1.19.14.1 2006/02/10 00:38:02 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/if_stf/Makefile b/sys/modules/if_stf/Makefile index c231b002229c..468e2ffc57e3 100644 --- a/sys/modules/if_stf/Makefile +++ b/sys/modules/if_stf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_stf/Makefile,v 1.3.14.1 2006/02/10 00:38:02 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/if_tap/Makefile b/sys/modules/if_tap/Makefile index 3b75586acd59..235caed6c637 100644 --- a/sys/modules/if_tap/Makefile +++ b/sys/modules/if_tap/Makefile @@ -1,6 +1,6 @@ # Copyright (C) 1999-2000 by Maksim Yevmenkin <m_evmenkin@yahoo.com> # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_tap/Makefile,v 1.4.2.1 2006/02/10 00:38:02 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/if_tun/Makefile b/sys/modules/if_tun/Makefile index 17dbf33b9dd9..f90aa0a1af7e 100644 --- a/sys/modules/if_tun/Makefile +++ b/sys/modules/if_tun/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_tun/Makefile,v 1.28.2.1 2006/02/10 00:38:03 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/if_vlan/Makefile b/sys/modules/if_vlan/Makefile index 8b46e42fed32..4c4e3f80d635 100644 --- a/sys/modules/if_vlan/Makefile +++ b/sys/modules/if_vlan/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/if_vlan/Makefile,v 1.2.14.1 2006/02/10 00:38:03 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/iir/Makefile b/sys/modules/iir/Makefile index 591fef8c0e88..568a16bbca63 100644 --- a/sys/modules/iir/Makefile +++ b/sys/modules/iir/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/iir/Makefile,v 1.1 2002/01/20 08:51:08 msmith Exp $ KMOD = iir .PATH: ${.CURDIR}/../../dev/${KMOD} diff --git a/sys/modules/io/Makefile b/sys/modules/io/Makefile index d90a8e473b10..0c603c02c4c1 100644 --- a/sys/modules/io/Makefile +++ b/sys/modules/io/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/io/Makefile,v 1.2 2004/12/29 08:44:03 imp Exp $ .PATH: ${.CURDIR}/../../dev/io .PATH: ${.CURDIR}/../../${MACHINE_ARCH}/${MACHINE_ARCH} diff --git a/sys/modules/ip6fw/Makefile b/sys/modules/ip6fw/Makefile index 42ca025507cc..4b205c6d944f 100644 --- a/sys/modules/ip6fw/Makefile +++ b/sys/modules/ip6fw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ip6fw/Makefile,v 1.3 2002/01/11 15:48:48 ru Exp $ .PATH: ${.CURDIR}/../../netinet6 diff --git a/sys/modules/ip_mroute_mod/Makefile b/sys/modules/ip_mroute_mod/Makefile index b78d735b4e06..afc64246f117 100644 --- a/sys/modules/ip_mroute_mod/Makefile +++ b/sys/modules/ip_mroute_mod/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ip_mroute_mod/Makefile,v 1.12.8.1 2006/02/10 00:38:03 yar Exp $ .PATH: ${.CURDIR}/../../netinet diff --git a/sys/modules/ipdivert/Makefile b/sys/modules/ipdivert/Makefile index 203b4bf6871d..7c8c32e02f91 100644 --- a/sys/modules/ipdivert/Makefile +++ b/sys/modules/ipdivert/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ipdivert/Makefile,v 1.1 2004/10/19 21:14:57 andre Exp $ .PATH: ${.CURDIR}/../../netinet diff --git a/sys/modules/ipfilter/Makefile b/sys/modules/ipfilter/Makefile index 542af84efa3f..2cd729f3404a 100644 --- a/sys/modules/ipfilter/Makefile +++ b/sys/modules/ipfilter/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ipfilter/Makefile,v 1.18.2.1 2006/02/10 00:38:03 yar Exp $ .PATH: ${.CURDIR}/../../contrib/ipfilter/netinet diff --git a/sys/modules/ipfw/Makefile b/sys/modules/ipfw/Makefile index e2a2a76fc6d1..a7c2f40db01e 100644 --- a/sys/modules/ipfw/Makefile +++ b/sys/modules/ipfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ipfw/Makefile,v 1.21.2.2 2006/09/19 15:45:21 csjp Exp $ .PATH: ${.CURDIR}/../../netinet diff --git a/sys/modules/ipmi/Makefile b/sys/modules/ipmi/Makefile index 3f45c73361ef..17ec2b17645e 100644 --- a/sys/modules/ipmi/Makefile +++ b/sys/modules/ipmi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ipmi/Makefile,v 1.1.2.2 2006/09/29 21:21:53 jhb Exp $ .PATH: ${.CURDIR}/../../dev/ipmi diff --git a/sys/modules/ips/Makefile b/sys/modules/ips/Makefile index 4ec20a3d05ba..c8ab489401ba 100644 --- a/sys/modules/ips/Makefile +++ b/sys/modules/ips/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ips/Makefile,v 1.1 2003/05/11 06:36:49 scottl Exp $ .PATH: ${.CURDIR}/../../dev/ips KMOD = ips diff --git a/sys/modules/ipw/Makefile b/sys/modules/ipw/Makefile index 8ef81358b2be..4c7143c43b66 100644 --- a/sys/modules/ipw/Makefile +++ b/sys/modules/ipw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ipw/Makefile,v 1.1 2005/04/18 18:47:38 damien Exp $ .PATH: ${.CURDIR}/../../dev/ipw diff --git a/sys/modules/isp/Makefile b/sys/modules/isp/Makefile index b3ddc3910390..218a8f997831 100644 --- a/sys/modules/isp/Makefile +++ b/sys/modules/isp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/isp/Makefile,v 1.2 2004/08/12 17:41:31 marius Exp $ .PATH: ${.CURDIR}/../../dev/isp diff --git a/sys/modules/ispfw/Makefile b/sys/modules/ispfw/Makefile index 07b9f8b27b86..3537a52523b9 100644 --- a/sys/modules/ispfw/Makefile +++ b/sys/modules/ispfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ispfw/Makefile,v 1.2 2001/01/06 13:59:52 obrien Exp $ .PATH: ${.CURDIR}/../../dev/ispfw diff --git a/sys/modules/iwi/Makefile b/sys/modules/iwi/Makefile index a5a960550add..93dfee7eed6e 100644 --- a/sys/modules/iwi/Makefile +++ b/sys/modules/iwi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/iwi/Makefile,v 1.1 2005/04/18 18:47:38 damien Exp $ .PATH: ${.CURDIR}/../../dev/iwi diff --git a/sys/modules/ixgb/Makefile b/sys/modules/ixgb/Makefile index 4396c2d3e7f8..46c127a0d0d9 100644 --- a/sys/modules/ixgb/Makefile +++ b/sys/modules/ixgb/Makefile @@ -1,4 +1,4 @@ -#$FreeBSD$ +#$FreeBSD: src/sys/modules/ixgb/Makefile,v 1.2 2004/06/09 08:27:05 obrien Exp $ .PATH: ${.CURDIR}/../../dev/ixgb diff --git a/sys/modules/joy/Makefile b/sys/modules/joy/Makefile index 71ba7f14692d..44a555735661 100644 --- a/sys/modules/joy/Makefile +++ b/sys/modules/joy/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/joy/Makefile,v 1.23 2004/05/26 00:53:04 imp Exp $ .PATH: ${.CURDIR}/../../dev/joy diff --git a/sys/modules/kbdmux/Makefile b/sys/modules/kbdmux/Makefile index 2d64ddf7f5fb..208e60b8727f 100644 --- a/sys/modules/kbdmux/Makefile +++ b/sys/modules/kbdmux/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2005/06/23 00:30:50 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/kbdmux/Makefile,v 1.1.2.3 2006/03/04 00:08:20 emax Exp $ .PATH: ${.CURDIR}/../../dev/kbdmux diff --git a/sys/modules/kue/Makefile b/sys/modules/kue/Makefile index 8569f16f5b41..f3bb8af74f18 100644 --- a/sys/modules/kue/Makefile +++ b/sys/modules/kue/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/kue/Makefile,v 1.6 2004/06/27 12:33:16 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/le/Makefile b/sys/modules/le/Makefile index 23bb93b4b577..9f8ff71b4b26 100644 --- a/sys/modules/le/Makefile +++ b/sys/modules/le/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/le/Makefile,v 1.1.2.1 2006/02/13 11:39:02 marius Exp $ .PATH: ${.CURDIR}/../../dev/le diff --git a/sys/modules/lge/Makefile b/sys/modules/lge/Makefile index 0728e6e94bb4..3a2b8cc18ecf 100644 --- a/sys/modules/lge/Makefile +++ b/sys/modules/lge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/lge/Makefile,v 1.1 2001/05/31 21:44:21 wpaul Exp $ .PATH: ${.CURDIR}/../../dev/lge diff --git a/sys/modules/libalias/Makefile b/sys/modules/libalias/Makefile index 6a2255e5de48..6accb4ba1bfb 100644 --- a/sys/modules/libalias/Makefile +++ b/sys/modules/libalias/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/libalias/Makefile,v 1.2 2005/06/20 08:33:29 glebius Exp $ .PATH: ${.CURDIR}/../../netinet/libalias diff --git a/sys/modules/libiconv/Makefile b/sys/modules/libiconv/Makefile index 66460642104e..874429015096 100644 --- a/sys/modules/libiconv/Makefile +++ b/sys/modules/libiconv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/libiconv/Makefile,v 1.4 2003/09/26 20:26:24 fjoe Exp $ .PATH: ${.CURDIR}/../../libkern ${.CURDIR}/../../sys diff --git a/sys/modules/libmbpool/Makefile b/sys/modules/libmbpool/Makefile index efd15ec759c7..e78f00920a59 100644 --- a/sys/modules/libmbpool/Makefile +++ b/sys/modules/libmbpool/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/libmbpool/Makefile,v 1.1 2003/07/15 08:59:38 harti Exp $ .PATH: ${.CURDIR}/../../kern diff --git a/sys/modules/libmchain/Makefile b/sys/modules/libmchain/Makefile index fd151ec6ab72..4ba8a3bebd02 100644 --- a/sys/modules/libmchain/Makefile +++ b/sys/modules/libmchain/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/libmchain/Makefile,v 1.3 2002/12/14 00:01:51 tjr Exp $ .PATH: ${.CURDIR}/../../kern diff --git a/sys/modules/linprocfs/Makefile b/sys/modules/linprocfs/Makefile index e81a53f37785..198c4603c252 100644 --- a/sys/modules/linprocfs/Makefile +++ b/sys/modules/linprocfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/linprocfs/Makefile,v 1.13.2.1 2006/06/15 17:57:50 ambrisko Exp $ .PATH: ${.CURDIR}/../../compat/linprocfs diff --git a/sys/modules/linsysfs/Makefile b/sys/modules/linsysfs/Makefile index 084b82833c2e..f87242c4aec9 100644 --- a/sys/modules/linsysfs/Makefile +++ b/sys/modules/linsysfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/linsysfs/Makefile,v 1.1.2.1 2006/06/15 15:54:59 ambrisko Exp $ .PATH: ${.CURDIR}/../../compat/linsysfs diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 9bfef4152598..a4893d849886 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/linux/Makefile,v 1.63.2.2 2006/06/15 15:52:04 ambrisko Exp $ .PATH: ${.CURDIR}/../../compat/linux ${.CURDIR}/../../${MACHINE_ARCH}/linux diff --git a/sys/modules/lnc/Makefile b/sys/modules/lnc/Makefile index 46225c349ebd..c4f1849431e2 100644 --- a/sys/modules/lnc/Makefile +++ b/sys/modules/lnc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/lnc/Makefile,v 1.7 2004/02/13 10:11:00 ru Exp $ .PATH: ${.CURDIR}/../../dev/lnc diff --git a/sys/modules/lpt/Makefile b/sys/modules/lpt/Makefile index b57960d572f4..37ce2843092d 100644 --- a/sys/modules/lpt/Makefile +++ b/sys/modules/lpt/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/lpt/Makefile,v 1.2 2002/01/11 15:48:50 ru Exp $ .PATH: ${.CURDIR}/../../dev/ppbus KMOD= lpt diff --git a/sys/modules/mac_biba/Makefile b/sys/modules/mac_biba/Makefile index 76ae8e8265ce..0c1214ab4bce 100644 --- a/sys/modules/mac_biba/Makefile +++ b/sys/modules/mac_biba/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_biba/Makefile,v 1.2 2002/10/22 17:10:14 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_biba diff --git a/sys/modules/mac_bsdextended/Makefile b/sys/modules/mac_bsdextended/Makefile index 93388fe03eb1..8156c689a131 100644 --- a/sys/modules/mac_bsdextended/Makefile +++ b/sys/modules/mac_bsdextended/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_bsdextended/Makefile,v 1.1 2002/08/01 17:41:26 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_bsdextended diff --git a/sys/modules/mac_ifoff/Makefile b/sys/modules/mac_ifoff/Makefile index fc1a60037fc4..0669b6aff32e 100644 --- a/sys/modules/mac_ifoff/Makefile +++ b/sys/modules/mac_ifoff/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_ifoff/Makefile,v 1.2 2002/10/22 17:10:15 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_ifoff diff --git a/sys/modules/mac_lomac/Makefile b/sys/modules/mac_lomac/Makefile index 6216a578483c..f5e413dd018e 100644 --- a/sys/modules/mac_lomac/Makefile +++ b/sys/modules/mac_lomac/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_lomac/Makefile,v 1.1 2002/11/26 17:35:44 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_lomac diff --git a/sys/modules/mac_mls/Makefile b/sys/modules/mac_mls/Makefile index d4aa5cec7e30..b4b2b694df6b 100644 --- a/sys/modules/mac_mls/Makefile +++ b/sys/modules/mac_mls/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_mls/Makefile,v 1.2 2002/10/22 17:10:15 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_mls diff --git a/sys/modules/mac_none/Makefile b/sys/modules/mac_none/Makefile index b180f718794f..fb98d46799e7 100644 --- a/sys/modules/mac_none/Makefile +++ b/sys/modules/mac_none/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_none/Makefile,v 1.2 2002/10/22 17:10:15 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_none diff --git a/sys/modules/mac_partition/Makefile b/sys/modules/mac_partition/Makefile index b04d181777e5..b39fa3215031 100644 --- a/sys/modules/mac_partition/Makefile +++ b/sys/modules/mac_partition/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_partition/Makefile,v 1.1 2002/10/24 02:04:03 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_partition diff --git a/sys/modules/mac_portacl/Makefile b/sys/modules/mac_portacl/Makefile index f9bbe2355ef3..1840c931f5a7 100644 --- a/sys/modules/mac_portacl/Makefile +++ b/sys/modules/mac_portacl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_portacl/Makefile,v 1.2 2004/12/30 13:49:01 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_portacl diff --git a/sys/modules/mac_seeotheruids/Makefile b/sys/modules/mac_seeotheruids/Makefile index d27aefb947b9..c821df4c4619 100644 --- a/sys/modules/mac_seeotheruids/Makefile +++ b/sys/modules/mac_seeotheruids/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_seeotheruids/Makefile,v 1.1 2002/08/01 17:41:27 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_seeotheruids diff --git a/sys/modules/mac_stub/Makefile b/sys/modules/mac_stub/Makefile index 3b98cb00e62d..64ff542ffddb 100644 --- a/sys/modules/mac_stub/Makefile +++ b/sys/modules/mac_stub/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_stub/Makefile,v 1.4 2003/11/11 21:23:54 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_stub diff --git a/sys/modules/mac_test/Makefile b/sys/modules/mac_test/Makefile index 94b5aa87198f..96486494cd32 100644 --- a/sys/modules/mac_test/Makefile +++ b/sys/modules/mac_test/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mac_test/Makefile,v 1.2 2002/10/22 17:10:15 rwatson Exp $ .PATH: ${.CURDIR}/../../security/mac_test diff --git a/sys/modules/mcd/Makefile b/sys/modules/mcd/Makefile index 1602c0304c7f..24019ba586f6 100644 --- a/sys/modules/mcd/Makefile +++ b/sys/modules/mcd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mcd/Makefile,v 1.2 2003/03/29 16:13:11 mdodd Exp $ .PATH: ${.CURDIR}/../../dev/mcd diff --git a/sys/modules/md/Makefile b/sys/modules/md/Makefile index ac6932dda85f..b5ef9db16311 100644 --- a/sys/modules/md/Makefile +++ b/sys/modules/md/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/md/Makefile,v 1.13.8.1 2006/11/05 08:50:37 hrs Exp $ .PATH: ${.CURDIR}/../../dev/md diff --git a/sys/modules/mem/Makefile b/sys/modules/mem/Makefile index b80ec3179dbd..7703c911dfe6 100644 --- a/sys/modules/mem/Makefile +++ b/sys/modules/mem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mem/Makefile,v 1.4 2004/12/29 08:44:03 imp Exp $ .PATH: ${.CURDIR}/../../dev/mem .PATH: ${.CURDIR}/../../${MACHINE_ARCH}/${MACHINE_ARCH} diff --git a/sys/modules/mfi/Makefile b/sys/modules/mfi/Makefile index 1adee89f006b..44a3d163709b 100644 --- a/sys/modules/mfi/Makefile +++ b/sys/modules/mfi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mfi/Makefile,v 1.1.2.3 2006/10/21 05:28:50 scottl Exp $ .PATH: ${.CURDIR}/../../dev/mfi diff --git a/sys/modules/mfi/mfi_linux/Makefile b/sys/modules/mfi/mfi_linux/Makefile index cc33e7bd48da..6e9b2ddaafa3 100644 --- a/sys/modules/mfi/mfi_linux/Makefile +++ b/sys/modules/mfi/mfi_linux/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mfi/mfi_linux/Makefile,v 1.1.2.2 2006/06/16 13:53:39 ambrisko Exp $ .PATH: ${.CURDIR}/../../../dev/mfi diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 47591a8f42f9..b1a54eadf119 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mii/Makefile,v 1.26.8.1 2006/08/08 08:54:00 yongari Exp $ .PATH: ${.CURDIR}/../../dev/mii diff --git a/sys/modules/mlx/Makefile b/sys/modules/mlx/Makefile index ba0951ac4e67..5135ae0c4725 100644 --- a/sys/modules/mlx/Makefile +++ b/sys/modules/mlx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mlx/Makefile,v 1.7 2001/01/06 13:59:55 obrien Exp $ .PATH: ${.CURDIR}/../../dev/mlx diff --git a/sys/modules/mly/Makefile b/sys/modules/mly/Makefile index e8773def4b9a..0999eed61572 100644 --- a/sys/modules/mly/Makefile +++ b/sys/modules/mly/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mly/Makefile,v 1.3 2001/07/14 00:12:23 msmith Exp $ .PATH: ${.CURDIR}/../../dev/mly diff --git a/sys/modules/mpt/Makefile b/sys/modules/mpt/Makefile index 82f5e54f3209..04a7f5b5b678 100644 --- a/sys/modules/mpt/Makefile +++ b/sys/modules/mpt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mpt/Makefile,v 1.2 2005/07/10 15:07:57 scottl Exp $ .PATH: ${.CURDIR}/../../dev/mpt diff --git a/sys/modules/msdosfs/Makefile b/sys/modules/msdosfs/Makefile index cca7fa69d6f0..eb9831aa465a 100644 --- a/sys/modules/msdosfs/Makefile +++ b/sys/modules/msdosfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/msdosfs/Makefile,v 1.22 2004/09/04 06:37:57 ru Exp $ .PATH: ${.CURDIR}/../../fs/msdosfs diff --git a/sys/modules/msdosfs_iconv/Makefile b/sys/modules/msdosfs_iconv/Makefile index 8d2e41da121e..f4ff99f3dbb0 100644 --- a/sys/modules/msdosfs_iconv/Makefile +++ b/sys/modules/msdosfs_iconv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/msdosfs_iconv/Makefile,v 1.1 2003/09/26 20:26:25 fjoe Exp $ .PATH: ${.CURDIR}/../../fs/msdosfs KMOD= msdosfs_iconv diff --git a/sys/modules/mse/Makefile b/sys/modules/mse/Makefile index 4cc68c1f9c6d..dbb39e3542e1 100644 --- a/sys/modules/mse/Makefile +++ b/sys/modules/mse/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/mse/Makefile,v 1.1 2004/12/12 20:05:49 imp Exp $ .PATH: ${.CURDIR}/../../dev/mse diff --git a/sys/modules/my/Makefile b/sys/modules/my/Makefile index 4b454a88722c..4d75a561d22b 100644 --- a/sys/modules/my/Makefile +++ b/sys/modules/my/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/my/Makefile,v 1.2 2002/04/16 20:40:06 julian Exp $ .PATH: ${.CURDIR}/../../dev/my diff --git a/sys/modules/ncp/Makefile b/sys/modules/ncp/Makefile index fb9d9937c83c..ee494c727b08 100644 --- a/sys/modules/ncp/Makefile +++ b/sys/modules/ncp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ncp/Makefile,v 1.10 2004/01/19 14:00:26 ru Exp $ .PATH: ${.CURDIR}/../../netncp diff --git a/sys/modules/ncv/Makefile b/sys/modules/ncv/Makefile index b1a273aae520..3139139f33db 100644 --- a/sys/modules/ncv/Makefile +++ b/sys/modules/ncv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ncv/Makefile,v 1.2 2004/05/26 00:53:05 imp Exp $ .PATH: ${.CURDIR}/../../dev/ncv diff --git a/sys/modules/ndis/Makefile b/sys/modules/ndis/Makefile index 688cf97e5db9..74e64dee1386 100644 --- a/sys/modules/ndis/Makefile +++ b/sys/modules/ndis/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ndis/Makefile,v 1.10 2005/04/11 02:02:35 wpaul Exp $ .PATH: ${.CURDIR}/../../compat/ndis diff --git a/sys/modules/netgraph/Makefile b/sys/modules/netgraph/Makefile index 41bdbff10e96..0f07217cf305 100644 --- a/sys/modules/netgraph/Makefile +++ b/sys/modules/netgraph/Makefile @@ -1,5 +1,5 @@ # $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/Makefile,v 1.45.2.1 2006/08/10 10:40:45 glebius Exp $ SUBDIR= async \ atm \ diff --git a/sys/modules/netgraph/Makefile.inc b/sys/modules/netgraph/Makefile.inc index 3d2fd195b5ce..471949a71dd2 100644 --- a/sys/modules/netgraph/Makefile.inc +++ b/sys/modules/netgraph/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/Makefile.inc,v 1.4 2005/05/16 08:25:55 glebius Exp $ # $Whistle: Makefile.inc,v 1.4 1999/01/19 23:46:16 archie Exp $ .PATH: ${.CURDIR}/../../../netgraph diff --git a/sys/modules/netgraph/UI/Makefile b/sys/modules/netgraph/UI/Makefile index 413308c13812..52bbf2937a58 100644 --- a/sys/modules/netgraph/UI/Makefile +++ b/sys/modules/netgraph/UI/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/UI/Makefile,v 1.9 2002/01/11 15:48:51 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_UI diff --git a/sys/modules/netgraph/async/Makefile b/sys/modules/netgraph/async/Makefile index 921eabcf2727..e07a852c73a1 100644 --- a/sys/modules/netgraph/async/Makefile +++ b/sys/modules/netgraph/async/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/async/Makefile,v 1.9 2002/01/11 15:48:51 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_async diff --git a/sys/modules/netgraph/atm/Makefile b/sys/modules/netgraph/atm/Makefile index 02de9774ffa7..2d105736532f 100644 --- a/sys/modules/netgraph/atm/Makefile +++ b/sys/modules/netgraph/atm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/Makefile,v 1.5 2004/08/12 14:58:46 harti Exp $ SUBDIR= \ atm \ diff --git a/sys/modules/netgraph/atm/Makefile.inc b/sys/modules/netgraph/atm/Makefile.inc index 265f86d1ed55..4bdab8528627 100644 --- a/sys/modules/netgraph/atm/Makefile.inc +++ b/sys/modules/netgraph/atm/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/Makefile.inc,v 1.1 2003/06/25 13:20:18 harti Exp $ .include "../Makefile.inc" diff --git a/sys/modules/netgraph/atm/atm/Makefile b/sys/modules/netgraph/atm/atm/Makefile index ebd94e13f40e..ea2d9bc05008 100644 --- a/sys/modules/netgraph/atm/atm/Makefile +++ b/sys/modules/netgraph/atm/atm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/atm/Makefile,v 1.1 2003/06/25 13:20:19 harti Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/netgraph/atm/atmbase/Makefile b/sys/modules/netgraph/atm/atmbase/Makefile index 1ad4bb6b6079..046c70e45b9c 100644 --- a/sys/modules/netgraph/atm/atmbase/Makefile +++ b/sys/modules/netgraph/atm/atmbase/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/atmbase/Makefile,v 1.2 2003/11/03 09:18:52 harti Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/netgraph/atm/atmpif/Makefile b/sys/modules/netgraph/atm/atmpif/Makefile index 324fbdfc922e..05b66709e3e4 100644 --- a/sys/modules/netgraph/atm/atmpif/Makefile +++ b/sys/modules/netgraph/atm/atmpif/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/atmpif/Makefile,v 1.1 2003/08/11 08:40:02 harti Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/netgraph/atm/ccatm/Makefile b/sys/modules/netgraph/atm/ccatm/Makefile index 562653611a2d..113fab3f354d 100644 --- a/sys/modules/netgraph/atm/ccatm/Makefile +++ b/sys/modules/netgraph/atm/ccatm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/ccatm/Makefile,v 1.1 2004/08/12 14:58:46 harti Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/netgraph/atm/sscfu/Makefile b/sys/modules/netgraph/atm/sscfu/Makefile index 278159f26797..9d9244eeba48 100644 --- a/sys/modules/netgraph/atm/sscfu/Makefile +++ b/sys/modules/netgraph/atm/sscfu/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/sscfu/Makefile,v 1.1 2003/10/24 07:42:08 harti Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/netgraph/atm/sscop/Makefile b/sys/modules/netgraph/atm/sscop/Makefile index b9334dd98ab3..53ef9f95c2af 100644 --- a/sys/modules/netgraph/atm/sscop/Makefile +++ b/sys/modules/netgraph/atm/sscop/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/sscop/Makefile,v 1.1 2003/10/24 07:42:08 harti Exp $ # # Author: Harti Brandt <harti@freebsd.org> diff --git a/sys/modules/netgraph/atm/uni/Makefile b/sys/modules/netgraph/atm/uni/Makefile index 57c20b0265e3..fad8415a6ac2 100644 --- a/sys/modules/netgraph/atm/uni/Makefile +++ b/sys/modules/netgraph/atm/uni/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atm/uni/Makefile,v 1.1 2003/11/07 09:15:14 harti Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/netgraph/atmllc/Makefile b/sys/modules/netgraph/atmllc/Makefile index fd47b5c02958..d98eb1fcba07 100644 --- a/sys/modules/netgraph/atmllc/Makefile +++ b/sys/modules/netgraph/atmllc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/atmllc/Makefile,v 1.1 2004/03/08 10:54:35 benno Exp $ KMOD= ng_atmllc SRCS= ng_atmllc.c diff --git a/sys/modules/netgraph/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/Makefile index 8fdd89643c97..954c66928900 100644 --- a/sys/modules/netgraph/bluetooth/Makefile +++ b/sys/modules/netgraph/bluetooth/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.2 2003/04/27 00:22:11 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/Makefile,v 1.2 2003/05/10 21:44:37 julian Exp $ SUBDIR= \ bluetooth \ diff --git a/sys/modules/netgraph/bluetooth/Makefile.inc b/sys/modules/netgraph/bluetooth/Makefile.inc index 265f86d1ed55..41ddd2457895 100644 --- a/sys/modules/netgraph/bluetooth/Makefile.inc +++ b/sys/modules/netgraph/bluetooth/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/Makefile.inc,v 1.1 2002/12/01 16:07:53 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/netgraph/bluetooth/bluetooth/Makefile b/sys/modules/netgraph/bluetooth/bluetooth/Makefile index a3c951f6dfa3..b1022e9d726a 100644 --- a/sys/modules/netgraph/bluetooth/bluetooth/Makefile +++ b/sys/modules/netgraph/bluetooth/bluetooth/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2002/11/24 20:39:57 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/bluetooth/Makefile,v 1.5 2004/01/13 11:28:49 ru Exp $ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/common diff --git a/sys/modules/netgraph/bluetooth/bt3c/Makefile b/sys/modules/netgraph/bluetooth/bt3c/Makefile index 753400eddda5..d3e2da2a294b 100644 --- a/sys/modules/netgraph/bluetooth/bt3c/Makefile +++ b/sys/modules/netgraph/bluetooth/bt3c/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.2 2002/11/24 20:50:56 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/bt3c/Makefile,v 1.6 2004/05/26 00:53:05 imp Exp $ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/bt3c diff --git a/sys/modules/netgraph/bluetooth/h4/Makefile b/sys/modules/netgraph/bluetooth/h4/Makefile index 849d899f490c..baf749098fcf 100644 --- a/sys/modules/netgraph/bluetooth/h4/Makefile +++ b/sys/modules/netgraph/bluetooth/h4/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2002/11/24 20:40:04 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/h4/Makefile,v 1.5 2004/01/13 11:28:49 ru Exp $ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/h4 diff --git a/sys/modules/netgraph/bluetooth/hci/Makefile b/sys/modules/netgraph/bluetooth/hci/Makefile index 729ea7b5b234..3a31ff481687 100644 --- a/sys/modules/netgraph/bluetooth/hci/Makefile +++ b/sys/modules/netgraph/bluetooth/hci/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2002/11/24 20:40:05 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/hci/Makefile,v 1.5 2004/01/13 11:28:49 ru Exp $ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/hci diff --git a/sys/modules/netgraph/bluetooth/l2cap/Makefile b/sys/modules/netgraph/bluetooth/l2cap/Makefile index 5b66e0988f72..a436f77724f4 100644 --- a/sys/modules/netgraph/bluetooth/l2cap/Makefile +++ b/sys/modules/netgraph/bluetooth/l2cap/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2002/11/24 20:40:11 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/l2cap/Makefile,v 1.5 2004/01/13 11:28:49 ru Exp $ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/l2cap diff --git a/sys/modules/netgraph/bluetooth/socket/Makefile b/sys/modules/netgraph/bluetooth/socket/Makefile index 5342c2aaba88..caf06e7bd8de 100644 --- a/sys/modules/netgraph/bluetooth/socket/Makefile +++ b/sys/modules/netgraph/bluetooth/socket/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.2 2003/01/12 23:37:31 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/socket/Makefile,v 1.5 2004/01/13 11:28:49 ru Exp $ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/socket diff --git a/sys/modules/netgraph/bluetooth/ubt/Makefile b/sys/modules/netgraph/bluetooth/ubt/Makefile index c68961c80c33..66326011a833 100644 --- a/sys/modules/netgraph/bluetooth/ubt/Makefile +++ b/sys/modules/netgraph/bluetooth/ubt/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.2 2003/03/22 23:44:34 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/ubt/Makefile,v 1.7 2004/12/29 08:44:19 imp Exp $ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubt diff --git a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile index 908d2c361159..515827e3ec2b 100644 --- a/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile +++ b/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2003/04/27 00:22:12 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bluetooth/ubtbcmfw/Makefile,v 1.5 2004/12/29 08:44:19 imp Exp $ .PATH: ${.CURDIR}/../../../../netgraph/bluetooth/drivers/ubtbcmfw diff --git a/sys/modules/netgraph/bpf/Makefile b/sys/modules/netgraph/bpf/Makefile index 0bde4f25e198..84f03b01f63a 100644 --- a/sys/modules/netgraph/bpf/Makefile +++ b/sys/modules/netgraph/bpf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bpf/Makefile,v 1.10 2002/01/11 15:48:51 ru Exp $ # $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $ .PATH: ${.CURDIR}/../../../net diff --git a/sys/modules/netgraph/bridge/Makefile b/sys/modules/netgraph/bridge/Makefile index 318142900c91..4badb78f6c17 100644 --- a/sys/modules/netgraph/bridge/Makefile +++ b/sys/modules/netgraph/bridge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/bridge/Makefile,v 1.3 2002/01/11 15:48:51 ru Exp $ KMOD= ng_bridge SRCS= ng_bridge.c diff --git a/sys/modules/netgraph/cisco/Makefile b/sys/modules/netgraph/cisco/Makefile index 2e3000dd3bf5..dd23f2cf7e41 100644 --- a/sys/modules/netgraph/cisco/Makefile +++ b/sys/modules/netgraph/cisco/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/cisco/Makefile,v 1.11 2002/01/11 15:48:51 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_cisco diff --git a/sys/modules/netgraph/device/Makefile b/sys/modules/netgraph/device/Makefile index 92eaa9807ae3..f2de14c7f406 100644 --- a/sys/modules/netgraph/device/Makefile +++ b/sys/modules/netgraph/device/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/device/Makefile,v 1.2 2004/10/18 20:13:57 glebius Exp $ KMOD= ng_device SRCS= ng_device.c diff --git a/sys/modules/netgraph/echo/Makefile b/sys/modules/netgraph/echo/Makefile index d7cce8d461ef..a6bda8d93f3e 100644 --- a/sys/modules/netgraph/echo/Makefile +++ b/sys/modules/netgraph/echo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/echo/Makefile,v 1.9 2002/01/11 15:48:51 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:20 archie Exp $ KMOD= ng_echo diff --git a/sys/modules/netgraph/eiface/Makefile b/sys/modules/netgraph/eiface/Makefile index 6e8b800c8ec4..fff0ffd3d0e2 100644 --- a/sys/modules/netgraph/eiface/Makefile +++ b/sys/modules/netgraph/eiface/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/eiface/Makefile,v 1.2 2002/01/11 15:48:52 ru Exp $ KMOD= ng_eiface SRCS= ng_eiface.c diff --git a/sys/modules/netgraph/etf/Makefile b/sys/modules/netgraph/etf/Makefile index d807bc91c848..c654584de7f1 100644 --- a/sys/modules/netgraph/etf/Makefile +++ b/sys/modules/netgraph/etf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/etf/Makefile,v 1.3 2003/11/10 12:54:54 ru Exp $ # Ethertype filter KMOD= ng_etf diff --git a/sys/modules/netgraph/ether/Makefile b/sys/modules/netgraph/ether/Makefile index 7a3950edae75..da6cd0706c80 100644 --- a/sys/modules/netgraph/ether/Makefile +++ b/sys/modules/netgraph/ether/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/ether/Makefile,v 1.4 2005/02/12 12:35:56 ru Exp $ KMOD= ng_ether SRCS= ng_ether.c diff --git a/sys/modules/netgraph/fec/Makefile b/sys/modules/netgraph/fec/Makefile index 1d437f58d869..5310f5c96e4b 100644 --- a/sys/modules/netgraph/fec/Makefile +++ b/sys/modules/netgraph/fec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/fec/Makefile,v 1.4 2004/01/13 11:30:37 ru Exp $ KMOD= ng_fec SRCS= ng_fec.c opt_inet.h opt_inet6.h diff --git a/sys/modules/netgraph/frame_relay/Makefile b/sys/modules/netgraph/frame_relay/Makefile index 81a2a96aeeb9..f48efb56725b 100644 --- a/sys/modules/netgraph/frame_relay/Makefile +++ b/sys/modules/netgraph/frame_relay/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/frame_relay/Makefile,v 1.9 2002/01/11 15:48:52 ru Exp $ # $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $ KMOD= ng_frame_relay diff --git a/sys/modules/netgraph/gif/Makefile b/sys/modules/netgraph/gif/Makefile index acf4373f26bf..bd24c7a8a83a 100644 --- a/sys/modules/netgraph/gif/Makefile +++ b/sys/modules/netgraph/gif/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/gif/Makefile,v 1.2.14.1 2006/02/10 00:38:04 yar Exp $ KMOD= ng_gif SRCS= ng_gif.c opt_inet.h opt_inet6.h diff --git a/sys/modules/netgraph/gif_demux/Makefile b/sys/modules/netgraph/gif_demux/Makefile index 56de5adf8ed0..1be3ec0a5179 100644 --- a/sys/modules/netgraph/gif_demux/Makefile +++ b/sys/modules/netgraph/gif_demux/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/gif_demux/Makefile,v 1.2 2001/09/27 03:14:16 brooks Exp $ KMOD= ng_gif_demux SRCS= ng_gif_demux.c diff --git a/sys/modules/netgraph/hole/Makefile b/sys/modules/netgraph/hole/Makefile index c7502bfccf85..4c62e1a6127f 100644 --- a/sys/modules/netgraph/hole/Makefile +++ b/sys/modules/netgraph/hole/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/hole/Makefile,v 1.9 2002/01/11 15:48:52 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $ KMOD= ng_hole diff --git a/sys/modules/netgraph/hub/Makefile b/sys/modules/netgraph/hub/Makefile index 9ebb54de8f2c..bfbeafa62f11 100644 --- a/sys/modules/netgraph/hub/Makefile +++ b/sys/modules/netgraph/hub/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/hub/Makefile,v 1.1 2004/04/17 12:42:17 ru Exp $ KMOD= ng_hub SRCS= ng_hub.c diff --git a/sys/modules/netgraph/iface/Makefile b/sys/modules/netgraph/iface/Makefile index 2a6819bb709d..f2350d19aee2 100644 --- a/sys/modules/netgraph/iface/Makefile +++ b/sys/modules/netgraph/iface/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/iface/Makefile,v 1.15.12.1 2006/02/10 00:38:04 yar Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:21 archie Exp $ KMOD= ng_iface diff --git a/sys/modules/netgraph/ip_input/Makefile b/sys/modules/netgraph/ip_input/Makefile index 7a40c45c2dc8..5af1eb966d7f 100644 --- a/sys/modules/netgraph/ip_input/Makefile +++ b/sys/modules/netgraph/ip_input/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/ip_input/Makefile,v 1.2 2002/01/11 15:48:53 ru Exp $ KMOD= ng_ip_input SRCS= ng_ip_input.c diff --git a/sys/modules/netgraph/ipfw/Makefile b/sys/modules/netgraph/ipfw/Makefile index b40abcfbf57c..9568873a69a3 100644 --- a/sys/modules/netgraph/ipfw/Makefile +++ b/sys/modules/netgraph/ipfw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/ipfw/Makefile,v 1.1 2005/02/05 12:09:38 glebius Exp $ KMOD= ng_ipfw SRCS= ng_ipfw.c diff --git a/sys/modules/netgraph/ksocket/Makefile b/sys/modules/netgraph/ksocket/Makefile index f8fd73f87568..e9ec420df72e 100644 --- a/sys/modules/netgraph/ksocket/Makefile +++ b/sys/modules/netgraph/ksocket/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/ksocket/Makefile,v 1.9 2002/01/11 15:48:53 ru Exp $ KMOD= ng_ksocket SRCS= ng_ksocket.c diff --git a/sys/modules/netgraph/l2tp/Makefile b/sys/modules/netgraph/l2tp/Makefile index 799437c4e70a..dbac0b26f33f 100644 --- a/sys/modules/netgraph/l2tp/Makefile +++ b/sys/modules/netgraph/l2tp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/l2tp/Makefile,v 1.1 2002/08/20 22:03:57 archie Exp $ KMOD= ng_l2tp SRCS= ng_l2tp.c diff --git a/sys/modules/netgraph/lmi/Makefile b/sys/modules/netgraph/lmi/Makefile index e1b08876d1b1..775b7142daa7 100644 --- a/sys/modules/netgraph/lmi/Makefile +++ b/sys/modules/netgraph/lmi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/lmi/Makefile,v 1.9 2002/01/11 15:48:53 ru Exp $ # $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $ KMOD= ng_lmi diff --git a/sys/modules/netgraph/mppc/Makefile b/sys/modules/netgraph/mppc/Makefile index 40b3717136f4..800ee8a77a8b 100644 --- a/sys/modules/netgraph/mppc/Makefile +++ b/sys/modules/netgraph/mppc/Makefile @@ -1,5 +1,5 @@ # $Whistle: Makefile,v 1.1 1999/12/08 20:20:39 archie Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/mppc/Makefile,v 1.12.12.2 2006/09/13 08:40:21 des Exp $ KMOD= ng_mppc SRCS= ng_mppc.c opt_netgraph.h diff --git a/sys/modules/netgraph/nat/Makefile b/sys/modules/netgraph/nat/Makefile index f51bbe0b139f..9cf90b12f780 100644 --- a/sys/modules/netgraph/nat/Makefile +++ b/sys/modules/netgraph/nat/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/nat/Makefile,v 1.1 2005/05/05 23:41:21 glebius Exp $ KMOD= ng_nat SRCS= ng_nat.c diff --git a/sys/modules/netgraph/netflow/Makefile b/sys/modules/netgraph/netflow/Makefile index b1b9ba517f77..9bd1d22a781f 100644 --- a/sys/modules/netgraph/netflow/Makefile +++ b/sys/modules/netgraph/netflow/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/netflow/Makefile,v 1.1 2004/09/16 20:35:27 glebius Exp $ # # Author: Gleb Smirnoff <glebius@freebsd.org> # diff --git a/sys/modules/netgraph/netgraph/Makefile b/sys/modules/netgraph/netgraph/Makefile index a34d6164c908..2614beaf7d8d 100644 --- a/sys/modules/netgraph/netgraph/Makefile +++ b/sys/modules/netgraph/netgraph/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/netgraph/Makefile,v 1.8 2002/01/11 15:48:53 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= netgraph diff --git a/sys/modules/netgraph/one2many/Makefile b/sys/modules/netgraph/one2many/Makefile index 74a0a6c6273e..ffe7fcce9387 100644 --- a/sys/modules/netgraph/one2many/Makefile +++ b/sys/modules/netgraph/one2many/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/one2many/Makefile,v 1.3 2002/01/11 15:48:54 ru Exp $ KMOD= ng_one2many SRCS= ng_one2many.c diff --git a/sys/modules/netgraph/ppp/Makefile b/sys/modules/netgraph/ppp/Makefile index 6ce720ab9587..a2869cc1474f 100644 --- a/sys/modules/netgraph/ppp/Makefile +++ b/sys/modules/netgraph/ppp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/ppp/Makefile,v 1.9 2002/01/11 15:48:54 ru Exp $ # $Whistle: Makefile,v 1.1 1999/01/24 02:52:12 archie Exp $ KMOD= ng_ppp diff --git a/sys/modules/netgraph/pppoe/Makefile b/sys/modules/netgraph/pppoe/Makefile index 642dbdde2106..9b35abccb132 100644 --- a/sys/modules/netgraph/pppoe/Makefile +++ b/sys/modules/netgraph/pppoe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/pppoe/Makefile,v 1.9 2002/01/11 15:48:54 ru Exp $ # $Whistle: Makefile,v 1.1 1999/01/19 19:39:21 archie Exp $ KMOD= ng_pppoe diff --git a/sys/modules/netgraph/pptpgre/Makefile b/sys/modules/netgraph/pptpgre/Makefile index 34cbbf6e2867..c7016618d0de 100644 --- a/sys/modules/netgraph/pptpgre/Makefile +++ b/sys/modules/netgraph/pptpgre/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/pptpgre/Makefile,v 1.9 2002/01/11 15:48:54 ru Exp $ # $Whistle: Makefile,v 1.1 1999/11/29 23:14:33 archie Exp $ KMOD= ng_pptpgre diff --git a/sys/modules/netgraph/rfc1490/Makefile b/sys/modules/netgraph/rfc1490/Makefile index 6ba065345129..77d8ff1d7721 100644 --- a/sys/modules/netgraph/rfc1490/Makefile +++ b/sys/modules/netgraph/rfc1490/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/rfc1490/Makefile,v 1.9 2002/01/11 15:48:54 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= ng_rfc1490 diff --git a/sys/modules/netgraph/sample/Makefile b/sys/modules/netgraph/sample/Makefile index 701752662ed5..bc0e17c01d43 100644 --- a/sys/modules/netgraph/sample/Makefile +++ b/sys/modules/netgraph/sample/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/sample/Makefile,v 1.2 2002/01/11 15:48:54 ru Exp $ KMOD= ng_sample SRCS= ng_sample.c diff --git a/sys/modules/netgraph/socket/Makefile b/sys/modules/netgraph/socket/Makefile index a44ba0ff6330..b5e3a6ad476b 100644 --- a/sys/modules/netgraph/socket/Makefile +++ b/sys/modules/netgraph/socket/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/socket/Makefile,v 1.9 2002/01/11 15:48:54 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= ng_socket diff --git a/sys/modules/netgraph/source/Makefile b/sys/modules/netgraph/source/Makefile index c70a6bb748f6..1723ba66f731 100644 --- a/sys/modules/netgraph/source/Makefile +++ b/sys/modules/netgraph/source/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/source/Makefile,v 1.1 2002/10/31 23:03:09 julian Exp $ KMOD= ng_source SRCS= ng_source.c diff --git a/sys/modules/netgraph/split/Makefile b/sys/modules/netgraph/split/Makefile index 2eb4fa399b4a..778b76414bd6 100644 --- a/sys/modules/netgraph/split/Makefile +++ b/sys/modules/netgraph/split/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/split/Makefile,v 1.2 2002/01/11 15:48:54 ru Exp $ # KMOD= ng_split diff --git a/sys/modules/netgraph/sppp/Makefile b/sys/modules/netgraph/sppp/Makefile index 203e83e437ae..0b08fb0821d9 100644 --- a/sys/modules/netgraph/sppp/Makefile +++ b/sys/modules/netgraph/sppp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/sppp/Makefile,v 1.1 2004/03/24 17:24:01 rik Exp $ # Cronyx Id: ng_sppp.Makefile,v 1.1.2.1 2002/12/25 08:37:25 rik Exp $ KMOD= ng_sppp diff --git a/sys/modules/netgraph/sync_ar/Makefile b/sys/modules/netgraph/sync_ar/Makefile index 11136c2a3bd7..df97334fbfe1 100644 --- a/sys/modules/netgraph/sync_ar/Makefile +++ b/sys/modules/netgraph/sync_ar/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/sync_ar/Makefile,v 1.2.16.1 2006/02/10 00:38:04 yar Exp $ .PATH: ${.CURDIR}/../../../dev/ar KMOD = ng_sync_ar diff --git a/sys/modules/netgraph/sync_sr/Makefile b/sys/modules/netgraph/sync_sr/Makefile index ae49a3a40bbc..f6fa06d1e0e8 100644 --- a/sys/modules/netgraph/sync_sr/Makefile +++ b/sys/modules/netgraph/sync_sr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/sync_sr/Makefile,v 1.1.16.1 2006/02/10 00:38:04 yar Exp $ .PATH: ${.CURDIR}/../../../dev/sr KMOD = ng_sync_sr diff --git a/sys/modules/netgraph/tag/Makefile b/sys/modules/netgraph/tag/Makefile index 3862c18518b6..5390f6d1f688 100644 --- a/sys/modules/netgraph/tag/Makefile +++ b/sys/modules/netgraph/tag/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/tag/Makefile,v 1.1.2.1 2006/08/10 13:29:40 glebius Exp $ KMOD= ng_tag SRCS= ng_tag.c diff --git a/sys/modules/netgraph/tcpmss/Makefile b/sys/modules/netgraph/tcpmss/Makefile index 0379c88cec7d..6134548fb254 100644 --- a/sys/modules/netgraph/tcpmss/Makefile +++ b/sys/modules/netgraph/tcpmss/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/tcpmss/Makefile,v 1.1 2005/06/10 08:05:13 glebius Exp $ KMOD= ng_tcpmss SRCS= ng_tcpmss.c diff --git a/sys/modules/netgraph/tee/Makefile b/sys/modules/netgraph/tee/Makefile index 7d5115831a49..c64fb10ebcef 100644 --- a/sys/modules/netgraph/tee/Makefile +++ b/sys/modules/netgraph/tee/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/tee/Makefile,v 1.9 2002/01/11 15:48:55 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= ng_tee diff --git a/sys/modules/netgraph/tty/Makefile b/sys/modules/netgraph/tty/Makefile index 3f19a7cd4e41..dac2a0cc90cf 100644 --- a/sys/modules/netgraph/tty/Makefile +++ b/sys/modules/netgraph/tty/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/tty/Makefile,v 1.12 2002/01/11 15:48:55 ru Exp $ # $Whistle: Makefile,v 1.2 1999/01/19 19:39:22 archie Exp $ KMOD= ng_tty diff --git a/sys/modules/netgraph/vjc/Makefile b/sys/modules/netgraph/vjc/Makefile index 4921ac953bb2..1277ae9653ef 100644 --- a/sys/modules/netgraph/vjc/Makefile +++ b/sys/modules/netgraph/vjc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/vjc/Makefile,v 1.10 2002/01/11 15:48:55 ru Exp $ # $Whistle: Makefile,v 1.1 1999/01/24 06:48:07 archie Exp $ .PATH: ${.CURDIR}/../../../net diff --git a/sys/modules/netgraph/vlan/Makefile b/sys/modules/netgraph/vlan/Makefile index e6cdf0dbbc16..4ea9df0aab01 100644 --- a/sys/modules/netgraph/vlan/Makefile +++ b/sys/modules/netgraph/vlan/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/netgraph/vlan/Makefile,v 1.1 2004/03/01 17:22:16 ru Exp $ KMOD= ng_vlan SRCS= ng_vlan.c diff --git a/sys/modules/nfs4client/Makefile b/sys/modules/nfs4client/Makefile index 83c2017a8600..411ea7b90258 100644 --- a/sys/modules/nfs4client/Makefile +++ b/sys/modules/nfs4client/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nfs4client/Makefile,v 1.4.2.1 2006/02/10 00:38:04 yar Exp $ .PATH: ${.CURDIR}/../../nfsclient ${.CURDIR}/../../nfs4client \ ${.CURDIR}/../../nfs ${.CURDIR}/../../rpc diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index 4d1cddd5ac98..2717ac9423aa 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nfsclient/Makefile,v 1.30.2.2 2006/02/21 17:22:57 yar Exp $ .PATH: ${.CURDIR}/../../nfsclient ${.CURDIR}/../../nfs4client \ ${.CURDIR}/../../nfs ${.CURDIR}/../../rpc diff --git a/sys/modules/nfsserver/Makefile b/sys/modules/nfsserver/Makefile index 8e33c46cef31..f8ff7c830c81 100644 --- a/sys/modules/nfsserver/Makefile +++ b/sys/modules/nfsserver/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nfsserver/Makefile,v 1.25.14.1 2006/02/10 00:38:05 yar Exp $ .PATH: ${.CURDIR}/../../nfsserver ${.CURDIR}/../../nfs KMOD= nfsserver diff --git a/sys/modules/nge/Makefile b/sys/modules/nge/Makefile index 15dc9555e0df..98eed27144d0 100644 --- a/sys/modules/nge/Makefile +++ b/sys/modules/nge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nge/Makefile,v 1.3 2001/09/05 23:47:01 brooks Exp $ .PATH: ${.CURDIR}/../../dev/nge diff --git a/sys/modules/nmdm/Makefile b/sys/modules/nmdm/Makefile index b788334869f0..056fe2100468 100644 --- a/sys/modules/nmdm/Makefile +++ b/sys/modules/nmdm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nmdm/Makefile,v 1.2.12.1 2006/02/10 00:38:05 yar Exp $ .PATH: ${.CURDIR}/../../dev/nmdm diff --git a/sys/modules/nsp/Makefile b/sys/modules/nsp/Makefile index 3cdc7051079f..b7d5ce511133 100644 --- a/sys/modules/nsp/Makefile +++ b/sys/modules/nsp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nsp/Makefile,v 1.2 2004/05/26 00:53:05 imp Exp $ .PATH: ${.CURDIR}/../../dev/nsp diff --git a/sys/modules/ntfs/Makefile b/sys/modules/ntfs/Makefile index 367af98792d2..87daf45dcef5 100644 --- a/sys/modules/ntfs/Makefile +++ b/sys/modules/ntfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ntfs/Makefile,v 1.11 2003/09/26 20:26:25 fjoe Exp $ .PATH: ${.CURDIR}/../../fs/ntfs diff --git a/sys/modules/ntfs_iconv/Makefile b/sys/modules/ntfs_iconv/Makefile index 33e6d42a155e..0e799051940f 100644 --- a/sys/modules/ntfs_iconv/Makefile +++ b/sys/modules/ntfs_iconv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ntfs_iconv/Makefile,v 1.1 2003/09/26 20:26:25 fjoe Exp $ .PATH: ${.CURDIR}/../../fs/ntfs KMOD= ntfs_iconv diff --git a/sys/modules/nullfs/Makefile b/sys/modules/nullfs/Makefile index 22cbf003afbd..75740c372f67 100644 --- a/sys/modules/nullfs/Makefile +++ b/sys/modules/nullfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nullfs/Makefile,v 1.16 2002/01/11 15:48:55 ru Exp $ .PATH: ${.CURDIR}/../../fs/nullfs diff --git a/sys/modules/nve/Makefile b/sys/modules/nve/Makefile index 33d5c2d9f804..8289d3c53f48 100644 --- a/sys/modules/nve/Makefile +++ b/sys/modules/nve/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nve/Makefile,v 1.2 2005/03/12 08:02:06 obrien Exp $ .PATH: ${.CURDIR}/../../dev/nve diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile index 69349de44709..3ba475b90c77 100644 --- a/sys/modules/nwfs/Makefile +++ b/sys/modules/nwfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/nwfs/Makefile,v 1.13.8.1 2006/02/10 00:38:05 yar Exp $ .PATH: ${.CURDIR}/../../fs/nwfs diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile index cbe92d776702..e0795bd7a27c 100644 --- a/sys/modules/oldcard/Makefile +++ b/sys/modules/oldcard/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/oldcard/Makefile,v 1.11 2004/05/26 00:53:06 imp Exp $ .PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci diff --git a/sys/modules/oltr/Makefile b/sys/modules/oltr/Makefile index 75c5cda04258..ede160a83525 100644 --- a/sys/modules/oltr/Makefile +++ b/sys/modules/oltr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/oltr/Makefile,v 1.5 2005/02/03 23:01:01 mdodd Exp $ .PATH: ${.CURDIR}/../../contrib/dev/oltr KMOD= if_oltr diff --git a/sys/modules/osf1/Makefile b/sys/modules/osf1/Makefile index b03350ef4439..1d17d78ca744 100644 --- a/sys/modules/osf1/Makefile +++ b/sys/modules/osf1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/osf1/Makefile,v 1.13.2.1 2006/02/10 00:38:05 yar Exp $ .PATH: ${.CURDIR}/../../alpha/osf1 diff --git a/sys/modules/owi/Makefile b/sys/modules/owi/Makefile index e3aef24de2c3..7c04d8b58688 100644 --- a/sys/modules/owi/Makefile +++ b/sys/modules/owi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/owi/Makefile,v 1.3 2004/09/04 06:37:58 ru Exp $ .PATH: ${.CURDIR}/../../dev/owi diff --git a/sys/modules/padlock/Makefile b/sys/modules/padlock/Makefile index 675d147cfe72..df815a2f2562 100644 --- a/sys/modules/padlock/Makefile +++ b/sys/modules/padlock/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/padlock/Makefile,v 1.1.2.2 2006/09/04 15:24:19 pjd Exp $ .PATH: ${.CURDIR}/../../crypto/via diff --git a/sys/modules/patm/Makefile b/sys/modules/patm/Makefile index 7e33a36c0348..06530300143d 100644 --- a/sys/modules/patm/Makefile +++ b/sys/modules/patm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/patm/Makefile,v 1.2.8.1 2006/02/10 00:38:05 yar Exp $ # # Author: Harti Brandt <harti@freebsd.org> # diff --git a/sys/modules/pccard/Makefile b/sys/modules/pccard/Makefile index 95bcf3fc344c..6606f370907e 100644 --- a/sys/modules/pccard/Makefile +++ b/sys/modules/pccard/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pccard/Makefile,v 1.11.8.1 2005/09/27 18:42:19 imp Exp $ .PATH: ${.CURDIR}/../../dev/pccard diff --git a/sys/modules/pcfclock/Makefile b/sys/modules/pcfclock/Makefile index 107a0674ba21..fb9e181d9e27 100644 --- a/sys/modules/pcfclock/Makefile +++ b/sys/modules/pcfclock/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pcfclock/Makefile,v 1.4 2001/01/06 14:00:10 obrien Exp $ .PATH: ${.CURDIR}/../../dev/ppbus diff --git a/sys/modules/pcn/Makefile b/sys/modules/pcn/Makefile index 637692eb6ee9..3053594cddea 100644 --- a/sys/modules/pcn/Makefile +++ b/sys/modules/pcn/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pcn/Makefile,v 1.2 2001/01/06 14:00:10 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/pecoff/Makefile b/sys/modules/pecoff/Makefile index 0f02f73bd94c..81c78eb51428 100644 --- a/sys/modules/pecoff/Makefile +++ b/sys/modules/pecoff/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pecoff/Makefile,v 1.7 2005/06/03 15:35:36 imp Exp $ .PATH: ${.CURDIR}/../../compat/pecoff diff --git a/sys/modules/pf/Makefile b/sys/modules/pf/Makefile index ca13a2e46be6..57ee8e85fc7c 100644 --- a/sys/modules/pf/Makefile +++ b/sys/modules/pf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pf/Makefile,v 1.7.2.3 2006/09/19 15:45:21 csjp Exp $ .PATH: ${.CURDIR}/../../contrib/pf/net .PATH: ${.CURDIR}/../../contrib/pf/netinet diff --git a/sys/modules/pflog/Makefile b/sys/modules/pflog/Makefile index f4a83df9708c..cc1bb5c10d61 100644 --- a/sys/modules/pflog/Makefile +++ b/sys/modules/pflog/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pflog/Makefile,v 1.4.2.2 2006/03/22 15:56:32 yar Exp $ .PATH: ${.CURDIR}/../../contrib/pf/net diff --git a/sys/modules/plip/Makefile b/sys/modules/plip/Makefile index 9aa5bd41c378..cf6c3ec9be6e 100644 --- a/sys/modules/plip/Makefile +++ b/sys/modules/plip/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/plip/Makefile,v 1.2 2002/01/11 15:48:56 ru Exp $ .PATH: ${.CURDIR}/../../dev/ppbus KMOD= plip diff --git a/sys/modules/pmc/Makefile b/sys/modules/pmc/Makefile index 60dd3503dfcd..5a29a6d49c16 100644 --- a/sys/modules/pmc/Makefile +++ b/sys/modules/pmc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pmc/Makefile,v 1.3 2005/05/10 12:02:15 nyan Exp $ .PATH: ${.CURDIR}/../../pc98/cbus diff --git a/sys/modules/portalfs/Makefile b/sys/modules/portalfs/Makefile index ef6955b5d141..e016a3fd12f0 100644 --- a/sys/modules/portalfs/Makefile +++ b/sys/modules/portalfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/portalfs/Makefile,v 1.12 2002/01/11 15:48:56 ru Exp $ .PATH: ${.CURDIR}/../../fs/portalfs diff --git a/sys/modules/ppbus/Makefile b/sys/modules/ppbus/Makefile index 1347e6482bcb..8026df45238d 100644 --- a/sys/modules/ppbus/Makefile +++ b/sys/modules/ppbus/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ppbus/Makefile,v 1.5 2003/11/19 05:08:26 imp Exp $ .PATH: ${.CURDIR}/../../dev/ppbus KMOD= ppbus diff --git a/sys/modules/ppc/Makefile b/sys/modules/ppc/Makefile index 60297898357d..8bb5c18d8a01 100644 --- a/sys/modules/ppc/Makefile +++ b/sys/modules/ppc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ppc/Makefile,v 1.3.2.1 2006/07/19 16:31:12 kib Exp $ #.PATH: ${.CURDIR}/../../kern .PATH: ${.CURDIR}/../../dev/ppc diff --git a/sys/modules/ppi/Makefile b/sys/modules/ppi/Makefile index 568fddfd4282..2c1186ea1c8f 100644 --- a/sys/modules/ppi/Makefile +++ b/sys/modules/ppi/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ppi/Makefile,v 1.3 2003/11/19 05:08:26 imp Exp $ .PATH: ${.CURDIR}/../../dev/ppbus KMOD= ppi diff --git a/sys/modules/pps/Makefile b/sys/modules/pps/Makefile index 7e70bb2973ad..6500015790f1 100644 --- a/sys/modules/pps/Makefile +++ b/sys/modules/pps/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pps/Makefile,v 1.3 2003/11/19 05:08:26 imp Exp $ .PATH: ${.CURDIR}/../../dev/ppbus KMOD= pps diff --git a/sys/modules/procfs/Makefile b/sys/modules/procfs/Makefile index 48a3e021f993..753c53ff9e26 100644 --- a/sys/modules/procfs/Makefile +++ b/sys/modules/procfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/procfs/Makefile,v 1.28.14.1 2005/08/20 08:05:01 yar Exp $ .PATH: ${.CURDIR}/../../fs/procfs diff --git a/sys/modules/pseudofs/Makefile b/sys/modules/pseudofs/Makefile index b04bffb0beaf..026e84a2b977 100644 --- a/sys/modules/pseudofs/Makefile +++ b/sys/modules/pseudofs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pseudofs/Makefile,v 1.4 2005/03/14 16:04:27 des Exp $ .PATH: ${.CURDIR}/../../fs/pseudofs diff --git a/sys/modules/pst/Makefile b/sys/modules/pst/Makefile index 46e552ddaf74..6e2083d31d61 100644 --- a/sys/modules/pst/Makefile +++ b/sys/modules/pst/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/pst/Makefile,v 1.1 2003/08/30 08:01:05 sos Exp $ .PATH: ${.CURDIR}/../../dev/pst diff --git a/sys/modules/puc/Makefile b/sys/modules/puc/Makefile index b011db5117c9..e2fd52990c02 100644 --- a/sys/modules/puc/Makefile +++ b/sys/modules/puc/Makefile @@ -1,5 +1,5 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/puc/Makefile,v 1.1 2005/04/22 07:43:27 imp Exp $ .PATH: ${.CURDIR}/../../dev/puc KMOD= puc diff --git a/sys/modules/ral/Makefile b/sys/modules/ral/Makefile index 002d1e87e616..775f40e86eca 100644 --- a/sys/modules/ral/Makefile +++ b/sys/modules/ral/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ral/Makefile,v 1.1 2005/04/18 18:47:38 damien Exp $ .PATH: ${.CURDIR}/../../dev/ral diff --git a/sys/modules/random/Makefile b/sys/modules/random/Makefile index 37c4d829bc3b..c379265fed2b 100644 --- a/sys/modules/random/Makefile +++ b/sys/modules/random/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/random/Makefile,v 1.15 2004/04/11 15:40:18 marcel Exp $ .PATH: ${.CURDIR}/../../dev/random .PATH: ${.CURDIR}/../../crypto/rijndael diff --git a/sys/modules/ray/Makefile b/sys/modules/ray/Makefile index 84eb9d958568..c39a3cca681b 100644 --- a/sys/modules/ray/Makefile +++ b/sys/modules/ray/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ray/Makefile,v 1.4 2004/05/26 00:53:07 imp Exp $ .PATH: ${.CURDIR}/../../dev/ray diff --git a/sys/modules/rc/Makefile b/sys/modules/rc/Makefile index cc8d22826a45..2a7e49c0e056 100644 --- a/sys/modules/rc/Makefile +++ b/sys/modules/rc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/rc/Makefile,v 1.2.12.1 2006/02/10 00:38:05 yar Exp $ .PATH: ${.CURDIR}/../../dev/rc diff --git a/sys/modules/rc4/Makefile b/sys/modules/rc4/Makefile index 95f609eac016..61ee38d247bd 100644 --- a/sys/modules/rc4/Makefile +++ b/sys/modules/rc4/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/rc4/Makefile,v 1.1 2003/01/15 19:55:17 sam Exp $ .PATH: ${.CURDIR}/../../crypto/rc4 diff --git a/sys/modules/re/Makefile b/sys/modules/re/Makefile index c28eb842c589..b0950bea7024 100644 --- a/sys/modules/re/Makefile +++ b/sys/modules/re/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/re/Makefile,v 1.2 2003/09/08 03:24:29 wpaul Exp $ .PATH: ${.CURDIR}/../../dev/re diff --git a/sys/modules/reiserfs/Makefile b/sys/modules/reiserfs/Makefile index 64d044039134..60f216ed00ab 100644 --- a/sys/modules/reiserfs/Makefile +++ b/sys/modules/reiserfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/reiserfs/Makefile,v 1.2 2005/06/18 17:10:50 dumbbell Exp $ .PATH: ${.CURDIR}/../../gnu/fs/reiserfs KMOD= reiserfs diff --git a/sys/modules/rl/Makefile b/sys/modules/rl/Makefile index 23a06a1daa61..ee8edd275832 100644 --- a/sys/modules/rl/Makefile +++ b/sys/modules/rl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/rl/Makefile,v 1.10 2001/01/06 14:00:13 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/rndtest/Makefile b/sys/modules/rndtest/Makefile index f818704a861e..5be96d6ae365 100644 --- a/sys/modules/rndtest/Makefile +++ b/sys/modules/rndtest/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/rndtest/Makefile,v 1.1 2003/03/11 19:26:16 sam Exp $ .PATH: ${.CURDIR}/../../dev/rndtest KMOD = rndtest diff --git a/sys/modules/rp/Makefile b/sys/modules/rp/Makefile index 8c4c9d972bbc..9d13d926ac76 100644 --- a/sys/modules/rp/Makefile +++ b/sys/modules/rp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/rp/Makefile,v 1.3.16.1 2006/02/10 00:38:06 yar Exp $ .PATH: ${.CURDIR}/../../dev/rp diff --git a/sys/modules/rr232x/Makefile b/sys/modules/rr232x/Makefile index 0321bf81b743..1466a1e26e17 100644 --- a/sys/modules/rr232x/Makefile +++ b/sys/modules/rr232x/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile.def,v 1.14 2006/04/06 09:23:49 gmm Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/rr232x/Makefile,v 1.2.2.2 2006/05/06 06:33:58 scottl Exp $ RR232X= ${.CURDIR}/../../dev/rr232x .PATH: ${RR232X} diff --git a/sys/modules/rue/Makefile b/sys/modules/rue/Makefile index 7e6175248335..28ec0fefc1e3 100644 --- a/sys/modules/rue/Makefile +++ b/sys/modules/rue/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/rue/Makefile,v 1.2 2004/06/27 12:33:16 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/s3/Makefile b/sys/modules/s3/Makefile index c0babcbc3717..e545f59c67d3 100644 --- a/sys/modules/s3/Makefile +++ b/sys/modules/s3/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/s3/Makefile,v 1.5 2001/02/04 12:35:22 peter Exp $ .PATH: ${.CURDIR}/../../dev/fb diff --git a/sys/modules/safe/Makefile b/sys/modules/safe/Makefile index bd8c43c41596..e371d2d11412 100644 --- a/sys/modules/safe/Makefile +++ b/sys/modules/safe/Makefile @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/modules/safe/Makefile,v 1.1.12.1 2006/02/10 00:38:06 yar Exp $ # .PATH: ${.CURDIR}/../../dev/safe diff --git a/sys/modules/sbni/Makefile b/sys/modules/sbni/Makefile index 9dfab90f59ab..d627d14cb679 100644 --- a/sys/modules/sbni/Makefile +++ b/sys/modules/sbni/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sbni/Makefile,v 1.1 2001/11/21 22:29:35 fjoe Exp $ .PATH: ${.CURDIR}/../../dev/sbni diff --git a/sys/modules/sbsh/Makefile b/sys/modules/sbsh/Makefile index 74569567c470..6a31e25c5a96 100644 --- a/sys/modules/sbsh/Makefile +++ b/sys/modules/sbsh/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sbsh/Makefile,v 1.1 2003/04/13 06:27:13 fjoe Exp $ .PATH: ${.CURDIR}/../../dev/sbsh diff --git a/sys/modules/scd/Makefile b/sys/modules/scd/Makefile index 4cf41456fa4e..b15ba760e3b6 100644 --- a/sys/modules/scd/Makefile +++ b/sys/modules/scd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/scd/Makefile,v 1.1 2002/11/05 09:37:32 mdodd Exp $ .PATH: ${.CURDIR}/../../dev/scd diff --git a/sys/modules/scsi_low/Makefile b/sys/modules/scsi_low/Makefile index d8e3cc36a7ce..ca06184bf349 100644 --- a/sys/modules/scsi_low/Makefile +++ b/sys/modules/scsi_low/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/scsi_low/Makefile,v 1.2 2002/01/11 01:16:00 msmith Exp $ .PATH: ${.CURDIR}/../../cam/scsi KMOD= scsi_low diff --git a/sys/modules/sem/Makefile b/sys/modules/sem/Makefile index 8b88444a995d..17cc6732053b 100644 --- a/sys/modules/sem/Makefile +++ b/sys/modules/sem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sem/Makefile,v 1.2 2005/05/04 10:39:14 rwatson Exp $ .PATH: ${.CURDIR}/../../kern diff --git a/sys/modules/sf/Makefile b/sys/modules/sf/Makefile index 1725f098267d..6bce16363faf 100644 --- a/sys/modules/sf/Makefile +++ b/sys/modules/sf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sf/Makefile,v 1.13 2001/01/06 14:00:14 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/sio/Makefile b/sys/modules/sio/Makefile index 59386e6b0efb..23109c9c3ec9 100644 --- a/sys/modules/sio/Makefile +++ b/sys/modules/sio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sio/Makefile,v 1.8.2.1 2006/02/10 00:38:06 yar Exp $ .if ${MACHINE} == "pc98" .PATH: ${.CURDIR}/../../pc98/cbus diff --git a/sys/modules/sis/Makefile b/sys/modules/sis/Makefile index 8fa9ec46ed7e..bac388cfad39 100644 --- a/sys/modules/sis/Makefile +++ b/sys/modules/sis/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sis/Makefile,v 1.10 2001/01/06 14:00:14 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/sk/Makefile b/sys/modules/sk/Makefile index 5737ae1d90bc..eb916c5ed4d1 100644 --- a/sys/modules/sk/Makefile +++ b/sys/modules/sk/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sk/Makefile,v 1.12.14.1 2006/06/13 01:39:47 yongari Exp $ .PATH: ${.CURDIR}/../../dev/sk diff --git a/sys/modules/smbfs/Makefile b/sys/modules/smbfs/Makefile index 4a0865bed59b..5e21a2316b9c 100644 --- a/sys/modules/smbfs/Makefile +++ b/sys/modules/smbfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/smbfs/Makefile,v 1.9.2.2 2006/04/05 15:44:11 hrs Exp $ .PATH: ${.CURDIR}/../../crypto/des \ ${.CURDIR}/../../crypto/des/arch/${MACHINE_ARCH} \ diff --git a/sys/modules/sn/Makefile b/sys/modules/sn/Makefile index b248c757643c..633942a7dbd4 100644 --- a/sys/modules/sn/Makefile +++ b/sys/modules/sn/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sn/Makefile,v 1.4 2004/05/26 00:53:08 imp Exp $ .PATH: ${.CURDIR}/../../dev/sn diff --git a/sys/modules/snc/Makefile b/sys/modules/snc/Makefile index a40778182473..08d40bd7181e 100644 --- a/sys/modules/snc/Makefile +++ b/sys/modules/snc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/snc/Makefile,v 1.2.14.1 2006/02/10 00:38:06 yar Exp $ .PATH: ${.CURDIR}/../../dev/snc diff --git a/sys/modules/snp/Makefile b/sys/modules/snp/Makefile index 9cafd330e7b6..8d2f7b8b7001 100644 --- a/sys/modules/snp/Makefile +++ b/sys/modules/snp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/snp/Makefile,v 1.4.2.1 2005/09/23 23:23:54 cognet Exp $ .PATH: ${.CURDIR}/../../dev/snp diff --git a/sys/modules/sound/Makefile b/sys/modules/sound/Makefile index d6867331eb67..bf5bd35ed30c 100644 --- a/sys/modules/sound/Makefile +++ b/sys/modules/sound/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/Makefile,v 1.2 2004/07/16 03:58:46 tanimura Exp $ SUBDIR = SUBDIR += sound diff --git a/sys/modules/sound/Makefile.inc b/sys/modules/sound/Makefile.inc index 265f86d1ed55..beabedaf50e1 100644 --- a/sys/modules/sound/Makefile.inc +++ b/sys/modules/sound/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/Makefile.inc,v 1.1 2000/07/04 23:32:01 cg Exp $ .include "../Makefile.inc" diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile index 096acf6f85a6..257560c86e41 100644 --- a/sys/modules/sound/driver/Makefile +++ b/sys/modules/sound/driver/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/Makefile,v 1.16.2.1 2005/12/30 19:55:54 netchild Exp $ .if ${MACHINE_ARCH} == "sparc64" SUBDIR = audiocs es137x diff --git a/sys/modules/sound/driver/Makefile.inc b/sys/modules/sound/driver/Makefile.inc index 63bf7601dc36..6be4dd51ec0c 100644 --- a/sys/modules/sound/driver/Makefile.inc +++ b/sys/modules/sound/driver/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/Makefile.inc,v 1.3 2001/04/08 21:50:41 obrien Exp $ SRCS+= ac97_if.h channel_if.h feeder_if.h mixer_if.h diff --git a/sys/modules/sound/driver/ad1816/Makefile b/sys/modules/sound/driver/ad1816/Makefile index 9c7fa9ec5d85..05f59675bfb0 100644 --- a/sys/modules/sound/driver/ad1816/Makefile +++ b/sys/modules/sound/driver/ad1816/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/ad1816/Makefile,v 1.2 2001/01/06 14:00:15 obrien Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/isa diff --git a/sys/modules/sound/driver/als4000/Makefile b/sys/modules/sound/driver/als4000/Makefile index 59dc73ac05bd..fcb9096d446a 100644 --- a/sys/modules/sound/driver/als4000/Makefile +++ b/sys/modules/sound/driver/als4000/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/als4000/Makefile,v 1.2 2003/02/07 13:56:31 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/atiixp/Makefile b/sys/modules/sound/driver/atiixp/Makefile index db49eb2bf155..6a892d2ab50d 100644 --- a/sys/modules/sound/driver/atiixp/Makefile +++ b/sys/modules/sound/driver/atiixp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/atiixp/Makefile,v 1.1.2.1 2005/12/30 19:55:55 netchild Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/au88x0/Makefile b/sys/modules/sound/driver/au88x0/Makefile index b00a90f47309..02420c041f5b 100644 --- a/sys/modules/sound/driver/au88x0/Makefile +++ b/sys/modules/sound/driver/au88x0/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/au88x0/Makefile,v 1.1 2003/06/01 11:58:46 des Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/audiocs/Makefile b/sys/modules/sound/driver/audiocs/Makefile index ff67554f9e1f..a462899d3789 100644 --- a/sys/modules/sound/driver/audiocs/Makefile +++ b/sys/modules/sound/driver/audiocs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/audiocs/Makefile,v 1.1 2004/10/25 10:29:57 yongari Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/sbus diff --git a/sys/modules/sound/driver/cmi/Makefile b/sys/modules/sound/driver/cmi/Makefile index 85f9ba160b98..20efaee687af 100644 --- a/sys/modules/sound/driver/cmi/Makefile +++ b/sys/modules/sound/driver/cmi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/cmi/Makefile,v 1.3 2003/02/07 13:56:31 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/cs4281/Makefile b/sys/modules/sound/driver/cs4281/Makefile index ed3ddbc1574b..72de13d994ef 100644 --- a/sys/modules/sound/driver/cs4281/Makefile +++ b/sys/modules/sound/driver/cs4281/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/cs4281/Makefile,v 1.3 2003/02/07 13:56:31 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/csa/Makefile b/sys/modules/sound/driver/csa/Makefile index 521005e143e2..0e0a703b17fc 100644 --- a/sys/modules/sound/driver/csa/Makefile +++ b/sys/modules/sound/driver/csa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/csa/Makefile,v 1.4 2003/02/07 13:56:31 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/driver/Makefile b/sys/modules/sound/driver/driver/Makefile index 56a8461e3e6f..585cc45e804b 100644 --- a/sys/modules/sound/driver/driver/Makefile +++ b/sys/modules/sound/driver/driver/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/driver/Makefile,v 1.4 2003/02/07 15:05:37 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound diff --git a/sys/modules/sound/driver/ds1/Makefile b/sys/modules/sound/driver/ds1/Makefile index c8f90ec781d6..294ee7500533 100644 --- a/sys/modules/sound/driver/ds1/Makefile +++ b/sys/modules/sound/driver/ds1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/ds1/Makefile,v 1.3 2003/02/07 13:56:31 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/emu10k1/Makefile b/sys/modules/sound/driver/emu10k1/Makefile index 3d9984c5840a..3ce87ce870b2 100644 --- a/sys/modules/sound/driver/emu10k1/Makefile +++ b/sys/modules/sound/driver/emu10k1/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/emu10k1/Makefile,v 1.4 2004/01/11 10:30:56 obrien Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci \ ${.CURDIR}/../../../../gnu/dev/sound/pci diff --git a/sys/modules/sound/driver/es137x/Makefile b/sys/modules/sound/driver/es137x/Makefile index d2a2d58cc343..d555b5f933e8 100644 --- a/sys/modules/sound/driver/es137x/Makefile +++ b/sys/modules/sound/driver/es137x/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/es137x/Makefile,v 1.3 2003/02/07 13:56:32 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/ess/Makefile b/sys/modules/sound/driver/ess/Makefile index 4c8da8165809..e8a5534c85e4 100644 --- a/sys/modules/sound/driver/ess/Makefile +++ b/sys/modules/sound/driver/ess/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/ess/Makefile,v 1.3 2002/01/23 03:32:36 cg Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/isa diff --git a/sys/modules/sound/driver/fm801/Makefile b/sys/modules/sound/driver/fm801/Makefile index a8ed6bd95ee4..b0e1ebdf43fd 100644 --- a/sys/modules/sound/driver/fm801/Makefile +++ b/sys/modules/sound/driver/fm801/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/fm801/Makefile,v 1.3 2003/02/07 13:56:32 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/ich/Makefile b/sys/modules/sound/driver/ich/Makefile index e0f2ce7e3626..4547436006cd 100755 --- a/sys/modules/sound/driver/ich/Makefile +++ b/sys/modules/sound/driver/ich/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/ich/Makefile,v 1.2 2003/02/07 13:56:32 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci KMOD = snd_ich diff --git a/sys/modules/sound/driver/maestro/Makefile b/sys/modules/sound/driver/maestro/Makefile index 817097d7aab6..ddef51f0d820 100644 --- a/sys/modules/sound/driver/maestro/Makefile +++ b/sys/modules/sound/driver/maestro/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/maestro/Makefile,v 1.4 2005/01/26 16:29:07 imp Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/maestro3/Makefile b/sys/modules/sound/driver/maestro3/Makefile index d4378b8b790a..7fd526b32745 100644 --- a/sys/modules/sound/driver/maestro3/Makefile +++ b/sys/modules/sound/driver/maestro3/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/maestro3/Makefile,v 1.3 2003/02/07 13:56:32 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/mss/Makefile b/sys/modules/sound/driver/mss/Makefile index 44880788998b..f02f3883ceee 100644 --- a/sys/modules/sound/driver/mss/Makefile +++ b/sys/modules/sound/driver/mss/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/mss/Makefile,v 1.5 2002/11/06 13:46:59 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/isa diff --git a/sys/modules/sound/driver/neomagic/Makefile b/sys/modules/sound/driver/neomagic/Makefile index 9eabb5ccaf99..d4bbb3041b32 100644 --- a/sys/modules/sound/driver/neomagic/Makefile +++ b/sys/modules/sound/driver/neomagic/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/neomagic/Makefile,v 1.3 2003/02/07 13:56:32 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/sb16/Makefile b/sys/modules/sound/driver/sb16/Makefile index bf009f7035b8..b6fe341d5c7e 100644 --- a/sys/modules/sound/driver/sb16/Makefile +++ b/sys/modules/sound/driver/sb16/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/sb16/Makefile,v 1.2 2001/01/06 14:00:20 obrien Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/isa diff --git a/sys/modules/sound/driver/sb8/Makefile b/sys/modules/sound/driver/sb8/Makefile index f2b0da834c7a..24e92cefd737 100644 --- a/sys/modules/sound/driver/sb8/Makefile +++ b/sys/modules/sound/driver/sb8/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/sb8/Makefile,v 1.2 2001/01/06 14:00:20 obrien Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/isa diff --git a/sys/modules/sound/driver/sbc/Makefile b/sys/modules/sound/driver/sbc/Makefile index 8e2343df2663..ae8c1a14db3e 100644 --- a/sys/modules/sound/driver/sbc/Makefile +++ b/sys/modules/sound/driver/sbc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/sbc/Makefile,v 1.4 2002/11/06 13:46:59 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/isa diff --git a/sys/modules/sound/driver/solo/Makefile b/sys/modules/sound/driver/solo/Makefile index 01059faf3536..2ac2f6a482b7 100644 --- a/sys/modules/sound/driver/solo/Makefile +++ b/sys/modules/sound/driver/solo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/solo/Makefile,v 1.3 2003/02/07 13:56:32 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/t4dwave/Makefile b/sys/modules/sound/driver/t4dwave/Makefile index 7cd91402f49e..179a6f662a28 100644 --- a/sys/modules/sound/driver/t4dwave/Makefile +++ b/sys/modules/sound/driver/t4dwave/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/t4dwave/Makefile,v 1.3 2003/02/07 13:56:33 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/uaudio/Makefile b/sys/modules/sound/driver/uaudio/Makefile index ff92551bb61e..42803908c514 100644 --- a/sys/modules/sound/driver/uaudio/Makefile +++ b/sys/modules/sound/driver/uaudio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/uaudio/Makefile,v 1.3 2004/12/29 08:50:35 imp Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/usb diff --git a/sys/modules/sound/driver/via8233/Makefile b/sys/modules/sound/driver/via8233/Makefile index fa3fd960185c..e0f01cd441be 100644 --- a/sys/modules/sound/driver/via8233/Makefile +++ b/sys/modules/sound/driver/via8233/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/via8233/Makefile,v 1.2 2003/02/07 13:56:33 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/via82c686/Makefile b/sys/modules/sound/driver/via82c686/Makefile index d53576ce9fce..d2527313bb5d 100644 --- a/sys/modules/sound/driver/via82c686/Makefile +++ b/sys/modules/sound/driver/via82c686/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/via82c686/Makefile,v 1.3 2003/02/07 13:56:33 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/driver/vibes/Makefile b/sys/modules/sound/driver/vibes/Makefile index 663d8a00969c..456b99280cb8 100644 --- a/sys/modules/sound/driver/vibes/Makefile +++ b/sys/modules/sound/driver/vibes/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/driver/vibes/Makefile,v 1.4 2003/02/07 13:56:33 nyan Exp $ .PATH: ${.CURDIR}/../../../../dev/sound/pci diff --git a/sys/modules/sound/sound/Makefile b/sys/modules/sound/sound/Makefile index 0f20ebd4f5e1..7603aef229ea 100644 --- a/sys/modules/sound/sound/Makefile +++ b/sys/modules/sound/sound/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sound/sound/Makefile,v 1.16.2.2 2006/09/13 08:40:21 des Exp $ .PATH: ${.CURDIR}/../../../dev/sound/pcm .PATH: ${.CURDIR}/../../../dev/sound/isa diff --git a/sys/modules/speaker/Makefile b/sys/modules/speaker/Makefile index 1a4c5ac163a4..f6b4092aa7d5 100644 --- a/sys/modules/speaker/Makefile +++ b/sys/modules/speaker/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/speaker/Makefile,v 1.2.12.1 2005/11/16 10:50:12 ru Exp $ .PATH: ${.CURDIR}/../../dev/speaker diff --git a/sys/modules/splash/Makefile b/sys/modules/splash/Makefile index 1c634bf4bf98..a159afb22756 100644 --- a/sys/modules/splash/Makefile +++ b/sys/modules/splash/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/splash/Makefile,v 1.3 1999/08/28 00:47:37 peter Exp $ SUBDIR= bmp pcx diff --git a/sys/modules/splash/Makefile.inc b/sys/modules/splash/Makefile.inc index 265f86d1ed55..21cbb45f0da0 100644 --- a/sys/modules/splash/Makefile.inc +++ b/sys/modules/splash/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/splash/Makefile.inc,v 1.2 1999/08/28 00:47:37 peter Exp $ .include "../Makefile.inc" diff --git a/sys/modules/splash/bmp/Makefile b/sys/modules/splash/bmp/Makefile index a169fdfec21a..376bf83572e4 100644 --- a/sys/modules/splash/bmp/Makefile +++ b/sys/modules/splash/bmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/splash/bmp/Makefile,v 1.9 2004/08/06 20:37:08 des Exp $ .PATH: ${.CURDIR}/../../../dev/fb diff --git a/sys/modules/splash/pcx/Makefile b/sys/modules/splash/pcx/Makefile index 188dafcd0f02..ddbad01ac81e 100644 --- a/sys/modules/splash/pcx/Makefile +++ b/sys/modules/splash/pcx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/splash/pcx/Makefile,v 1.7 2004/08/06 20:37:08 des Exp $ .PATH: ${.CURDIR}/../../../dev/fb diff --git a/sys/modules/sppp/Makefile b/sys/modules/sppp/Makefile index 0976210a21a3..0dc482e26f6e 100644 --- a/sys/modules/sppp/Makefile +++ b/sys/modules/sppp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sppp/Makefile,v 1.6.2.1 2006/02/10 00:38:06 yar Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/modules/sr/Makefile b/sys/modules/sr/Makefile index 22bfc4bb5483..ab7e735cf27e 100644 --- a/sys/modules/sr/Makefile +++ b/sys/modules/sr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sr/Makefile,v 1.3.8.1 2006/02/10 00:38:07 yar Exp $ .PATH: ${.CURDIR}/../../dev/sr KMOD = if_sr diff --git a/sys/modules/ste/Makefile b/sys/modules/ste/Makefile index 6ad69a8f2705..8b89f0c18078 100644 --- a/sys/modules/ste/Makefile +++ b/sys/modules/ste/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ste/Makefile,v 1.11 2001/01/06 14:00:23 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/stg/Makefile b/sys/modules/stg/Makefile index 83362d3e9a35..978068299eb2 100644 --- a/sys/modules/stg/Makefile +++ b/sys/modules/stg/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/stg/Makefile,v 1.3 2004/05/26 00:53:08 imp Exp $ .PATH: ${.CURDIR}/../../dev/stg diff --git a/sys/modules/stge/Makefile b/sys/modules/stge/Makefile index 721a42da83e8..06758147d2ba 100644 --- a/sys/modules/stge/Makefile +++ b/sys/modules/stge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/stge/Makefile,v 1.1.2.1 2006/08/08 09:09:18 yongari Exp $ .PATH: ${.CURDIR}/../../dev/stge diff --git a/sys/modules/streams/Makefile b/sys/modules/streams/Makefile index cbffdeec5d85..92d92a979529 100644 --- a/sys/modules/streams/Makefile +++ b/sys/modules/streams/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/streams/Makefile,v 1.11.10.1 2006/07/09 15:38:31 markm Exp $ .PATH: ${.CURDIR}/../../dev/streams diff --git a/sys/modules/svr4/Makefile b/sys/modules/svr4/Makefile index 06619351dc03..645f44cb1a2b 100644 --- a/sys/modules/svr4/Makefile +++ b/sys/modules/svr4/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/svr4/Makefile,v 1.27.14.2 2006/07/09 15:38:31 markm Exp $ .PATH: ${.CURDIR}/../../${MACHINE_ARCH}/svr4 ${.CURDIR}/../../compat/svr4 KMOD= svr4 diff --git a/sys/modules/svr4/README b/sys/modules/svr4/README index a14e2b735401..9ddd10824a5c 100644 --- a/sys/modules/svr4/README +++ b/sys/modules/svr4/README @@ -35,4 +35,4 @@ things)). Patches will be appreciated (use send-pr). - Mark Newton newton@atdot.dotat.org -$FreeBSD$ +$FreeBSD: src/sys/modules/svr4/README,v 1.5 2001/05/01 11:26:14 schweikh Exp $ diff --git a/sys/modules/svr4/TO-DO b/sys/modules/svr4/TO-DO index 078b80d8943a..e4d2c41c78fe 100644 --- a/sys/modules/svr4/TO-DO +++ b/sys/modules/svr4/TO-DO @@ -12,4 +12,4 @@ TO-DO list * Make SysV emulator use SysV shared memory support (duh) -$FreeBSD$ +$FreeBSD: src/sys/modules/svr4/TO-DO,v 1.2 1999/08/28 00:47:42 peter Exp $ diff --git a/sys/modules/sym/Makefile b/sys/modules/sym/Makefile index 198c98245aa5..c254b7ece73b 100644 --- a/sys/modules/sym/Makefile +++ b/sys/modules/sym/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sym/Makefile,v 1.3 2001/01/06 14:00:24 obrien Exp $ .PATH: ${.CURDIR}/../../dev/sym diff --git a/sys/modules/syscons/Makefile b/sys/modules/syscons/Makefile index 71e84d040613..a003b31f13d6 100644 --- a/sys/modules/syscons/Makefile +++ b/sys/modules/syscons/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/Makefile,v 1.15 2005/07/10 11:47:04 marius Exp $ SUBDIR= ${_apm} \ blank \ diff --git a/sys/modules/syscons/Makefile.inc b/sys/modules/syscons/Makefile.inc index 265f86d1ed55..960e646f9c0c 100644 --- a/sys/modules/syscons/Makefile.inc +++ b/sys/modules/syscons/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/Makefile.inc,v 1.2 1999/08/28 00:47:44 peter Exp $ .include "../Makefile.inc" diff --git a/sys/modules/syscons/apm/Makefile b/sys/modules/syscons/apm/Makefile index d2e31d8c15ba..1ea0c1131760 100644 --- a/sys/modules/syscons/apm/Makefile +++ b/sys/modules/syscons/apm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/apm/Makefile,v 1.8 2002/11/06 13:46:59 nyan Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/apm diff --git a/sys/modules/syscons/blank/Makefile b/sys/modules/syscons/blank/Makefile index 673b6bd2ff55..a6ef563f8f10 100644 --- a/sys/modules/syscons/blank/Makefile +++ b/sys/modules/syscons/blank/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/blank/Makefile,v 1.14 2002/01/11 15:48:58 ru Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/blank diff --git a/sys/modules/syscons/daemon/Makefile b/sys/modules/syscons/daemon/Makefile index b027972c8d83..9da1f9a21441 100644 --- a/sys/modules/syscons/daemon/Makefile +++ b/sys/modules/syscons/daemon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/daemon/Makefile,v 1.13 2002/11/06 13:46:59 nyan Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/daemon diff --git a/sys/modules/syscons/dragon/Makefile b/sys/modules/syscons/dragon/Makefile index 95ebecd53982..04d1ce854b88 100644 --- a/sys/modules/syscons/dragon/Makefile +++ b/sys/modules/syscons/dragon/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/dragon/Makefile,v 1.3 2002/11/11 10:11:58 mux Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/dragon diff --git a/sys/modules/syscons/fade/Makefile b/sys/modules/syscons/fade/Makefile index 76919617dae8..f4ed1722b5d1 100644 --- a/sys/modules/syscons/fade/Makefile +++ b/sys/modules/syscons/fade/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/fade/Makefile,v 1.14 2002/01/11 15:48:59 ru Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/fade diff --git a/sys/modules/syscons/fire/Makefile b/sys/modules/syscons/fire/Makefile index 219017e7f897..cb43420c0be5 100644 --- a/sys/modules/syscons/fire/Makefile +++ b/sys/modules/syscons/fire/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/fire/Makefile,v 1.9 2002/11/11 10:11:59 mux Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/fire diff --git a/sys/modules/syscons/green/Makefile b/sys/modules/syscons/green/Makefile index 255171ebb445..d0d2a1e81284 100644 --- a/sys/modules/syscons/green/Makefile +++ b/sys/modules/syscons/green/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/green/Makefile,v 1.14 2002/01/11 15:48:59 ru Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/green diff --git a/sys/modules/syscons/logo/Makefile b/sys/modules/syscons/logo/Makefile index b4439f2ddb99..9114f6724253 100644 --- a/sys/modules/syscons/logo/Makefile +++ b/sys/modules/syscons/logo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/logo/Makefile,v 1.8 2002/01/11 15:48:59 ru Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/logo diff --git a/sys/modules/syscons/rain/Makefile b/sys/modules/syscons/rain/Makefile index 5c0d1265a198..5c688f90351e 100644 --- a/sys/modules/syscons/rain/Makefile +++ b/sys/modules/syscons/rain/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/rain/Makefile,v 1.8 2002/11/11 10:07:18 mux Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/rain diff --git a/sys/modules/syscons/snake/Makefile b/sys/modules/syscons/snake/Makefile index 9edf83006817..5d98ec2f0480 100644 --- a/sys/modules/syscons/snake/Makefile +++ b/sys/modules/syscons/snake/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/snake/Makefile,v 1.16 2002/11/06 13:47:00 nyan Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/snake diff --git a/sys/modules/syscons/star/Makefile b/sys/modules/syscons/star/Makefile index ca3075fe1e84..67a2b8768753 100644 --- a/sys/modules/syscons/star/Makefile +++ b/sys/modules/syscons/star/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/star/Makefile,v 1.16 2002/11/06 13:47:00 nyan Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/star diff --git a/sys/modules/syscons/warp/Makefile b/sys/modules/syscons/warp/Makefile index 3ff59d3c4ea3..43f8ff80110a 100644 --- a/sys/modules/syscons/warp/Makefile +++ b/sys/modules/syscons/warp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/syscons/warp/Makefile,v 1.9 2002/11/11 10:11:59 mux Exp $ .PATH: ${.CURDIR}/../../../dev/syscons/warp diff --git a/sys/modules/sysvipc/Makefile b/sys/modules/sysvipc/Makefile index 6c65857836d2..6acc4466fd74 100644 --- a/sys/modules/sysvipc/Makefile +++ b/sys/modules/sysvipc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sysvipc/Makefile,v 1.1 2000/12/01 17:49:16 alfred Exp $ SUBDIR= sysvmsg sysvsem sysvshm diff --git a/sys/modules/sysvipc/Makefile.inc b/sys/modules/sysvipc/Makefile.inc index 265f86d1ed55..4fe9ceee9fe3 100644 --- a/sys/modules/sysvipc/Makefile.inc +++ b/sys/modules/sysvipc/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sysvipc/Makefile.inc,v 1.1 2002/11/06 13:41:40 nyan Exp $ .include "../Makefile.inc" diff --git a/sys/modules/sysvipc/sysvmsg/Makefile b/sys/modules/sysvipc/sysvmsg/Makefile index 3e48b3128cfb..353ea112adba 100644 --- a/sys/modules/sysvipc/sysvmsg/Makefile +++ b/sys/modules/sysvipc/sysvmsg/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sysvipc/sysvmsg/Makefile,v 1.4 2005/02/09 08:35:23 obrien Exp $ .PATH: ${.CURDIR}/../../../kern diff --git a/sys/modules/sysvipc/sysvsem/Makefile b/sys/modules/sysvipc/sysvsem/Makefile index 22d97eed945d..ca0b1e061cd4 100644 --- a/sys/modules/sysvipc/sysvsem/Makefile +++ b/sys/modules/sysvipc/sysvsem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sysvipc/sysvsem/Makefile,v 1.4 2005/02/09 08:35:24 obrien Exp $ .PATH: ${.CURDIR}/../../../kern diff --git a/sys/modules/sysvipc/sysvshm/Makefile b/sys/modules/sysvipc/sysvshm/Makefile index 760a6a236e19..cfa6752c4866 100644 --- a/sys/modules/sysvipc/sysvshm/Makefile +++ b/sys/modules/sysvipc/sysvshm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/sysvipc/sysvshm/Makefile,v 1.5 2005/02/09 08:35:24 obrien Exp $ .PATH: ${.CURDIR}/../../../kern diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile index fdafb8a8d82a..955326935653 100644 --- a/sys/modules/ti/Makefile +++ b/sys/modules/ti/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ti/Makefile,v 1.15 2004/12/29 21:50:44 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/tl/Makefile b/sys/modules/tl/Makefile index bbd30a13e605..05befe48e86e 100644 --- a/sys/modules/tl/Makefile +++ b/sys/modules/tl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/tl/Makefile,v 1.15 2001/01/06 14:00:31 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/trm/Makefile b/sys/modules/trm/Makefile index beb1ab474980..293c5e1cb977 100644 --- a/sys/modules/trm/Makefile +++ b/sys/modules/trm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/trm/Makefile,v 1.1.16.1 2006/02/10 00:38:07 yar Exp $ .PATH: ${.CURDIR}/../../dev/trm diff --git a/sys/modules/twa/Makefile b/sys/modules/twa/Makefile index a06b14fbf04e..09f06dca269e 100644 --- a/sys/modules/twa/Makefile +++ b/sys/modules/twa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/twa/Makefile,v 1.4.2.1 2005/12/07 18:18:06 vkashyap Exp $ # # Copyright (c) 2004 Applied Micro Circuits Corporation. # All rights reserved. diff --git a/sys/modules/twe/Makefile b/sys/modules/twe/Makefile index 052c541fab51..caa152df8fa4 100644 --- a/sys/modules/twe/Makefile +++ b/sys/modules/twe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/twe/Makefile,v 1.6 2001/01/06 14:00:31 obrien Exp $ # # The 3ware controller offers a choice of options related to handling of diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile index 8d4ded923798..0b866bdf88f4 100644 --- a/sys/modules/tx/Makefile +++ b/sys/modules/tx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/tx/Makefile,v 1.9 2003/01/19 02:59:33 obrien Exp $ .PATH: ${.CURDIR}/../../dev/tx diff --git a/sys/modules/txp/Makefile b/sys/modules/txp/Makefile index 7e1f500e85c5..6ad64411b3aa 100644 --- a/sys/modules/txp/Makefile +++ b/sys/modules/txp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/txp/Makefile,v 1.3 2001/09/05 23:47:02 brooks Exp $ .PATH: ${.CURDIR}/../../dev/txp diff --git a/sys/modules/uart/Makefile b/sys/modules/uart/Makefile index 6a8f285590c7..25b4f1d1b442 100644 --- a/sys/modules/uart/Makefile +++ b/sys/modules/uart/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/uart/Makefile,v 1.13 2004/11/20 23:38:48 marcel Exp $ .PATH: ${.CURDIR}/../../dev/uart diff --git a/sys/modules/ubsa/Makefile b/sys/modules/ubsa/Makefile index 1d7eb766fef2..a28d94efcfb0 100644 --- a/sys/modules/ubsa/Makefile +++ b/sys/modules/ubsa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ubsa/Makefile,v 1.4 2004/12/29 08:49:49 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/ubsec/Makefile b/sys/modules/ubsec/Makefile index b13dbbff22f0..0d9379b488a7 100644 --- a/sys/modules/ubsec/Makefile +++ b/sys/modules/ubsec/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ubsec/Makefile,v 1.3.12.1 2006/02/10 00:38:07 yar Exp $ .PATH: ${.CURDIR}/../../dev/ubsec KMOD = ubsec diff --git a/sys/modules/ubser/Makefile b/sys/modules/ubser/Makefile index 41a0bc3f01d2..099bf5b9ddd7 100644 --- a/sys/modules/ubser/Makefile +++ b/sys/modules/ubser/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ubser/Makefile,v 1.3 2004/12/29 08:49:49 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/ucom/Makefile b/sys/modules/ucom/Makefile index bbd5c21dbf21..118add5f4383 100644 --- a/sys/modules/ucom/Makefile +++ b/sys/modules/ucom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ucom/Makefile,v 1.4 2004/12/29 08:49:49 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/ucycom/Makefile b/sys/modules/ucycom/Makefile index d5849a93f520..b6de48c961f2 100644 --- a/sys/modules/ucycom/Makefile +++ b/sys/modules/ucycom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ucycom/Makefile,v 1.2 2004/12/29 08:49:49 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/udav/Makefile b/sys/modules/udav/Makefile index 02a9d721f9b9..0126a4e8d750 100644 --- a/sys/modules/udav/Makefile +++ b/sys/modules/udav/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/udav/Makefile,v 1.2 2004/06/27 12:33:17 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/udbp/Makefile b/sys/modules/udbp/Makefile index aeeac7cb4b98..0a343e2948a4 100644 --- a/sys/modules/udbp/Makefile +++ b/sys/modules/udbp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/udbp/Makefile,v 1.9 2005/06/04 10:58:37 schweikh Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/udf/Makefile b/sys/modules/udf/Makefile index 220cba1e08ce..3beb472672c5 100644 --- a/sys/modules/udf/Makefile +++ b/sys/modules/udf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/udf/Makefile,v 1.5 2004/01/13 11:28:50 ru Exp $ .PATH: ${.CURDIR}/../../fs/udf diff --git a/sys/modules/udf_iconv/Makefile b/sys/modules/udf_iconv/Makefile index 008f722bcba1..4de2bcc4d9ba 100644 --- a/sys/modules/udf_iconv/Makefile +++ b/sys/modules/udf_iconv/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/udf_iconv/Makefile,v 1.1 2003/11/07 09:38:05 scottl Exp $ .PATH: ${.CURDIR}/../../fs/udf KMOD= udf_iconv diff --git a/sys/modules/ufm/Makefile b/sys/modules/ufm/Makefile index 28bbc90e3a09..b1ae1727bf9d 100644 --- a/sys/modules/ufm/Makefile +++ b/sys/modules/ufm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ufm/Makefile,v 1.3 2004/06/27 12:33:17 imp Exp $ .PATH: ${.CURDIR}/../../dev/usb KMOD= ufm diff --git a/sys/modules/ufs/Makefile b/sys/modules/ufs/Makefile index b216b80c5892..f2de47d20d49 100644 --- a/sys/modules/ufs/Makefile +++ b/sys/modules/ufs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ufs/Makefile,v 1.3 2005/03/14 10:23:34 phk Exp $ .PATH: ${.CURDIR}/../../ufs/ufs ${.CURDIR}/../../ufs/ffs diff --git a/sys/modules/uftdi/Makefile b/sys/modules/uftdi/Makefile index 65cb10782f5a..a2d10aaf8c68 100644 --- a/sys/modules/uftdi/Makefile +++ b/sys/modules/uftdi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/uftdi/Makefile,v 1.4 2004/12/29 08:49:49 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/ugen/Makefile b/sys/modules/ugen/Makefile index d024a3a396d3..03b868a04118 100644 --- a/sys/modules/ugen/Makefile +++ b/sys/modules/ugen/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ugen/Makefile,v 1.14 2005/06/04 10:58:38 schweikh Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/uhid/Makefile b/sys/modules/uhid/Makefile index 31c5a17ec2b8..d83964aceeba 100644 --- a/sys/modules/uhid/Makefile +++ b/sys/modules/uhid/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/uhid/Makefile,v 1.14 2005/06/04 10:58:38 schweikh Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/ukbd/Makefile b/sys/modules/ukbd/Makefile index 80d29052d715..d9aeb030b065 100644 --- a/sys/modules/ukbd/Makefile +++ b/sys/modules/ukbd/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ukbd/Makefile,v 1.18.2.1 2006/02/10 00:38:07 yar Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/ulpt/Makefile b/sys/modules/ulpt/Makefile index c7d51c30f9fa..121284e7b783 100644 --- a/sys/modules/ulpt/Makefile +++ b/sys/modules/ulpt/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ulpt/Makefile,v 1.14 2005/06/04 10:58:38 schweikh Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile index 761d588dba22..2726d56e712b 100644 --- a/sys/modules/umapfs/Makefile +++ b/sys/modules/umapfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/umapfs/Makefile,v 1.14 2002/01/11 15:49:00 ru Exp $ .PATH: ${.CURDIR}/../../fs/umapfs diff --git a/sys/modules/umass/Makefile b/sys/modules/umass/Makefile index 4af29fe90976..cc2ccd67c7ad 100644 --- a/sys/modules/umass/Makefile +++ b/sys/modules/umass/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/umass/Makefile,v 1.14 2005/06/04 10:58:38 schweikh Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/umct/Makefile b/sys/modules/umct/Makefile index ccd775f4ba6f..7153187a38fb 100644 --- a/sys/modules/umct/Makefile +++ b/sys/modules/umct/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/umct/Makefile,v 1.4 2004/12/29 08:49:50 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/umodem/Makefile b/sys/modules/umodem/Makefile index 458a2c3cfafb..badc4bd55778 100644 --- a/sys/modules/umodem/Makefile +++ b/sys/modules/umodem/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/umodem/Makefile,v 1.14 2005/06/04 10:58:38 schweikh Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/ums/Makefile b/sys/modules/ums/Makefile index fee38430c2ec..ff81fc08f5a8 100644 --- a/sys/modules/ums/Makefile +++ b/sys/modules/ums/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ums/Makefile,v 1.14 2005/06/04 10:58:39 schweikh Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile index 64d38c5f2a82..4e155c333fd8 100644 --- a/sys/modules/unionfs/Makefile +++ b/sys/modules/unionfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/unionfs/Makefile,v 1.12 2002/01/11 15:49:01 ru Exp $ .PATH: ${.CURDIR}/../../fs/unionfs diff --git a/sys/modules/uplcom/Makefile b/sys/modules/uplcom/Makefile index 36115ccca436..d1fbaec57b5f 100644 --- a/sys/modules/uplcom/Makefile +++ b/sys/modules/uplcom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/uplcom/Makefile,v 1.5 2004/12/29 08:49:50 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/ural/Makefile b/sys/modules/ural/Makefile index e347e05217c8..ba2246c68bf8 100644 --- a/sys/modules/ural/Makefile +++ b/sys/modules/ural/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/ural/Makefile,v 1.1 2005/04/18 18:47:38 damien Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/urio/Makefile b/sys/modules/urio/Makefile index 0221c5d1a103..2d5478c872b7 100644 --- a/sys/modules/urio/Makefile +++ b/sys/modules/urio/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/urio/Makefile,v 1.7 2004/12/29 08:49:51 imp Exp $ MAINTAINER= Iwasa Kazmi <kzmi@ca2.so-net.ne.jp> diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index d08279d89376..faa61e7d93cd 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/usb/Makefile,v 1.18 2005/06/04 10:58:39 schweikh Exp $ S= ${.CURDIR}/../.. diff --git a/sys/modules/uscanner/Makefile b/sys/modules/uscanner/Makefile index fa3485659339..a34690cb78e5 100644 --- a/sys/modules/uscanner/Makefile +++ b/sys/modules/uscanner/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/uscanner/Makefile,v 1.7 2005/06/04 10:58:39 schweikh Exp $ .PATH: ${.CURDIR}/../../dev/usb diff --git a/sys/modules/utopia/Makefile b/sys/modules/utopia/Makefile index c1a444516c14..b31d18e0e76a 100644 --- a/sys/modules/utopia/Makefile +++ b/sys/modules/utopia/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/utopia/Makefile,v 1.2 2005/02/25 09:49:29 harti Exp $ .PATH: ${.CURDIR}/../../dev/utopia diff --git a/sys/modules/uvisor/Makefile b/sys/modules/uvisor/Makefile index feb74df9acb4..5807ef5f964a 100644 --- a/sys/modules/uvisor/Makefile +++ b/sys/modules/uvisor/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/uvisor/Makefile,v 1.4 2004/12/29 08:49:51 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/uvscom/Makefile b/sys/modules/uvscom/Makefile index ceb1959df1f2..dd527b309cea 100644 --- a/sys/modules/uvscom/Makefile +++ b/sys/modules/uvscom/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/uvscom/Makefile,v 1.5 2004/12/29 08:49:51 imp Exp $ S= ${.CURDIR}/../.. .PATH: $S/dev/usb diff --git a/sys/modules/vesa/Makefile b/sys/modules/vesa/Makefile index eb49f933c9ba..796d574e16dd 100644 --- a/sys/modules/vesa/Makefile +++ b/sys/modules/vesa/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/vesa/Makefile,v 1.14 2002/01/11 15:49:01 ru Exp $ .PATH: ${.CURDIR}/../../dev/syscons ${.CURDIR}/../../i386/isa diff --git a/sys/modules/vge/Makefile b/sys/modules/vge/Makefile index 8569f6831d60..85c7563fe3df 100644 --- a/sys/modules/vge/Makefile +++ b/sys/modules/vge/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/vge/Makefile,v 1.1 2004/09/10 20:57:45 wpaul Exp $ .PATH: ${.CURDIR}/../../dev/vge diff --git a/sys/modules/vkbd/Makefile b/sys/modules/vkbd/Makefile index 29591dc37efa..8bb848f81a83 100644 --- a/sys/modules/vkbd/Makefile +++ b/sys/modules/vkbd/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.1 2004/08/13 18:30:24 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/vkbd/Makefile,v 1.2.2.1 2006/02/10 00:38:07 yar Exp $ .PATH: ${.CURDIR}/../../dev/vkbd diff --git a/sys/modules/vpo/Makefile b/sys/modules/vpo/Makefile index cad169a856fb..bf871953d166 100644 --- a/sys/modules/vpo/Makefile +++ b/sys/modules/vpo/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/vpo/Makefile,v 1.6 2002/01/11 15:49:02 ru Exp $ .PATH: ${.CURDIR}/../../dev/ppbus diff --git a/sys/modules/vr/Makefile b/sys/modules/vr/Makefile index fd58ab0cb26f..af23bac6b943 100644 --- a/sys/modules/vr/Makefile +++ b/sys/modules/vr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/vr/Makefile,v 1.12 2001/01/06 14:00:40 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/vx/Makefile b/sys/modules/vx/Makefile index 37d036f654a6..05907ef112f9 100644 --- a/sys/modules/vx/Makefile +++ b/sys/modules/vx/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/vx/Makefile,v 1.3 2004/06/09 21:52:12 imp Exp $ .PATH: ${.CURDIR}/../../dev/vx diff --git a/sys/modules/wb/Makefile b/sys/modules/wb/Makefile index e53d9861cb6a..ef78c31b266a 100644 --- a/sys/modules/wb/Makefile +++ b/sys/modules/wb/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/wb/Makefile,v 1.12 2001/01/06 14:00:41 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/wi/Makefile b/sys/modules/wi/Makefile index 20fc1a209e56..850639538a9c 100644 --- a/sys/modules/wi/Makefile +++ b/sys/modules/wi/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/wi/Makefile,v 1.17.8.1 2006/02/10 00:38:08 yar Exp $ .PATH: ${.CURDIR}/../../dev/wi diff --git a/sys/modules/wlan/Makefile b/sys/modules/wlan/Makefile index 4389c5a30f18..3648d71281b8 100644 --- a/sys/modules/wlan/Makefile +++ b/sys/modules/wlan/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/wlan/Makefile,v 1.4.2.1 2006/02/10 00:38:08 yar Exp $ .PATH: ${.CURDIR}/../../net80211 diff --git a/sys/modules/wlan_acl/Makefile b/sys/modules/wlan_acl/Makefile index aa71de2eebf8..0f3e3a873958 100644 --- a/sys/modules/wlan_acl/Makefile +++ b/sys/modules/wlan_acl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/wlan_acl/Makefile,v 1.1 2004/12/08 17:38:37 sam Exp $ .PATH: ${.CURDIR}/../../net80211 diff --git a/sys/modules/wlan_ccmp/Makefile b/sys/modules/wlan_ccmp/Makefile index 06bafcec6eed..48ca21b542e5 100644 --- a/sys/modules/wlan_ccmp/Makefile +++ b/sys/modules/wlan_ccmp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/wlan_ccmp/Makefile,v 1.3 2004/12/16 01:10:48 sam Exp $ .PATH: ${.CURDIR}/../../net80211 .PATH: ${.CURDIR}/../../crypto/rijndael diff --git a/sys/modules/wlan_tkip/Makefile b/sys/modules/wlan_tkip/Makefile index 1449b78479e0..5a41495730fe 100644 --- a/sys/modules/wlan_tkip/Makefile +++ b/sys/modules/wlan_tkip/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/wlan_tkip/Makefile,v 1.1 2004/12/08 17:38:38 sam Exp $ .PATH: ${.CURDIR}/../../net80211 diff --git a/sys/modules/wlan_wep/Makefile b/sys/modules/wlan_wep/Makefile index 88ad322bb5e7..c0aa7a610589 100644 --- a/sys/modules/wlan_wep/Makefile +++ b/sys/modules/wlan_wep/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/wlan_wep/Makefile,v 1.1 2004/12/08 17:38:38 sam Exp $ .PATH: ${.CURDIR}/../../net80211 diff --git a/sys/modules/wlan_xauth/Makefile b/sys/modules/wlan_xauth/Makefile index fba6f8aabb46..3609c17d0f81 100644 --- a/sys/modules/wlan_xauth/Makefile +++ b/sys/modules/wlan_xauth/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/wlan_xauth/Makefile,v 1.1 2004/12/08 17:38:38 sam Exp $ .PATH: ${.CURDIR}/../../net80211 diff --git a/sys/modules/xe/Makefile b/sys/modules/xe/Makefile index f900854352b4..505bc82c6ef3 100644 --- a/sys/modules/xe/Makefile +++ b/sys/modules/xe/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/xe/Makefile,v 1.2 2004/05/26 00:53:09 imp Exp $ .PATH: ${.CURDIR}/../../dev/xe diff --git a/sys/modules/xl/Makefile b/sys/modules/xl/Makefile index 3c2c1627b36d..4dc0ef6bace9 100644 --- a/sys/modules/xl/Makefile +++ b/sys/modules/xl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/xl/Makefile,v 1.13 2001/01/06 14:00:42 obrien Exp $ .PATH: ${.CURDIR}/../../pci diff --git a/sys/modules/zlib/Makefile b/sys/modules/zlib/Makefile index 0a475b55fce3..f96100648e8d 100644 --- a/sys/modules/zlib/Makefile +++ b/sys/modules/zlib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/modules/zlib/Makefile,v 1.1 2004/06/20 17:42:35 markm Exp $ .PATH: ${.CURDIR}/../../net diff --git a/sys/net/bpf.c b/sys/net/bpf.c index 43fc02764362..4ae8dd9fabe4 100644 --- a/sys/net/bpf.c +++ b/sys/net/bpf.c @@ -33,7 +33,7 @@ * * @(#)bpf.c 8.4 (Berkeley) 1/9/95 * - * $FreeBSD$ + * $FreeBSD: src/sys/net/bpf.c,v 1.153.2.8 2006/08/18 15:58:16 dwmalone Exp $ */ #include "opt_bpf.h" diff --git a/sys/net/bpf.h b/sys/net/bpf.h index c9d1a97e5c7d..7c8d8cce97a2 100644 --- a/sys/net/bpf.h +++ b/sys/net/bpf.h @@ -34,7 +34,7 @@ * @(#)bpf.h 8.1 (Berkeley) 6/10/93 * @(#)bpf.h 1.34 (LBL) 6/16/96 * - * $FreeBSD$ + * $FreeBSD: src/sys/net/bpf.h,v 1.39.2.2 2006/10/16 00:47:36 sam Exp $ */ #ifndef _NET_BPF_H_ diff --git a/sys/net/bpf_compat.h b/sys/net/bpf_compat.h index 94a2ff49f9e8..f92ee09dc25c 100644 --- a/sys/net/bpf_compat.h +++ b/sys/net/bpf_compat.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)bpf_compat.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/bpf_compat.h,v 1.12 2004/04/07 20:46:11 imp Exp $ */ #ifndef _NET_BPF_COMPAT_H_ diff --git a/sys/net/bpf_filter.c b/sys/net/bpf_filter.c index 8f5bf74e31c8..407aaaf31b53 100644 --- a/sys/net/bpf_filter.c +++ b/sys/net/bpf_filter.c @@ -33,7 +33,7 @@ * * @(#)bpf_filter.c 8.1 (Berkeley) 6/10/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/net/bpf_filter.c,v 1.23.2.1 2006/08/18 15:55:27 dwmalone Exp $ */ #include <sys/param.h> diff --git a/sys/net/bpfdesc.h b/sys/net/bpfdesc.h index 39a134095101..ba6003704143 100644 --- a/sys/net/bpfdesc.h +++ b/sys/net/bpfdesc.h @@ -33,7 +33,7 @@ * * @(#)bpfdesc.h 8.1 (Berkeley) 6/10/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/net/bpfdesc.h,v 1.29.2.2 2005/09/29 23:48:04 csjp Exp $ */ #ifndef _NET_BPFDESC_H_ diff --git a/sys/net/bridge.c b/sys/net/bridge.c index b95fa57541bf..f072485f6210 100644 --- a/sys/net/bridge.c +++ b/sys/net/bridge.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/bridge.c,v 1.93.2.1 2005/08/25 05:01:19 rwatson Exp $ */ /* diff --git a/sys/net/bridge.h b/sys/net/bridge.h index 76594f50e7ec..d312cf369ded 100644 --- a/sys/net/bridge.h +++ b/sys/net/bridge.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/net/bridge.h,v 1.15 2005/06/10 16:49:18 brooks Exp $ */ extern int do_bridge; diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index 2268a317bd95..d12c96b93be5 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net/bridgestp.c,v 1.3.2.9 2006/10/21 19:10:39 thompsa Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/net/bsd_comp.c b/sys/net/bsd_comp.c index 3071fc3032ca..052b903ea8ea 100644 --- a/sys/net/bsd_comp.c +++ b/sys/net/bsd_comp.c @@ -37,7 +37,7 @@ /* * This version is for use with mbufs on BSD-derived systems. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/bsd_comp.c,v 1.23 2005/07/05 23:39:49 rwatson Exp $ */ #include "opt_mac.h" diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h index 45986a42d880..c313fc607c82 100644 --- a/sys/net/ethernet.h +++ b/sys/net/ethernet.h @@ -1,7 +1,7 @@ /* * Fundamental constants relating to ethernet. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/ethernet.h,v 1.24 2004/10/05 19:28:52 sam Exp $ * */ diff --git a/sys/net/fddi.h b/sys/net/fddi.h index a488f29a0c4a..9262f3d92a30 100644 --- a/sys/net/fddi.h +++ b/sys/net/fddi.h @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * @(#)if_fddi.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/fddi.h,v 1.14 2005/01/07 01:45:34 imp Exp $ */ #ifndef _NETINET_IF_FDDI_H_ diff --git a/sys/net/firewire.h b/sys/net/firewire.h index d47b8225e9dc..1bfce82dd689 100644 --- a/sys/net/firewire.h +++ b/sys/net/firewire.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/net/firewire.h,v 1.3 2005/06/10 16:49:18 brooks Exp $ */ #ifndef _NET_FIREWIRE_H_ diff --git a/sys/net/if.c b/sys/net/if.c index 0593fc36a075..e78491e6c7e1 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if.c 8.5 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if.c,v 1.234.2.17 2006/10/06 20:26:05 andre Exp $ */ #include "opt_compat.h" diff --git a/sys/net/if.h b/sys/net/if.h index c26e76a22cbe..3f02e045179d 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if.h,v 1.96.2.4 2006/02/15 03:37:15 ps Exp $ */ #ifndef _NET_IF_H_ diff --git a/sys/net/if_arc.h b/sys/net/if_arc.h index f2dc87cf034c..42ff6cde5139 100644 --- a/sys/net/if_arc.h +++ b/sys/net/if_arc.h @@ -1,5 +1,5 @@ /* $NetBSD: if_arc.h,v 1.13 1999/11/19 20:41:19 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_arc.h,v 1.8.2.1 2006/06/11 16:31:19 rwatson Exp $ */ /*- * Copyright (c) 1982, 1986, 1993 diff --git a/sys/net/if_arcsubr.c b/sys/net/if_arcsubr.c index c991f871d232..34689cbab86d 100644 --- a/sys/net/if_arcsubr.c +++ b/sys/net/if_arcsubr.c @@ -1,5 +1,5 @@ /* $NetBSD: if_arcsubr.c,v 1.36 2001/06/14 05:44:23 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_arcsubr.c,v 1.25.2.3 2006/06/11 16:31:19 rwatson Exp $ */ /*- * Copyright (c) 1994, 1995 Ignatios Souvatzis diff --git a/sys/net/if_arp.h b/sys/net/if_arp.h index 9aa63c626641..2cfdf7ef82fb 100644 --- a/sys/net/if_arp.h +++ b/sys/net/if_arp.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_arp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_arp.h,v 1.22 2005/06/10 16:49:18 brooks Exp $ */ #ifndef _NET_IF_ARP_H_ diff --git a/sys/net/if_atm.h b/sys/net/if_atm.h index 99cc27757148..857121ae1099 100644 --- a/sys/net/if_atm.h +++ b/sys/net/if_atm.h @@ -1,5 +1,5 @@ /* $NetBSD: if_atm.h,v 1.7 1996/11/09 23:02:27 chuck Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_atm.h,v 1.23.2.1 2005/08/25 05:01:19 rwatson Exp $ */ /*- * diff --git a/sys/net/if_atmsubr.c b/sys/net/if_atmsubr.c index a0e84ea7981c..f68187b28827 100644 --- a/sys/net/if_atmsubr.c +++ b/sys/net/if_atmsubr.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net/if_atmsubr.c,v 1.37.2.3 2005/08/25 05:01:19 rwatson Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index c418bf89eade..4b50d944f2cc 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -80,7 +80,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net/if_bridge.c,v 1.11.2.42 2006/11/08 16:28:34 csjp Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/net/if_bridgevar.h b/sys/net/if_bridgevar.h index 1b6966373c33..6f919d390698 100644 --- a/sys/net/if_bridgevar.h +++ b/sys/net/if_bridgevar.h @@ -67,7 +67,7 @@ * * OpenBSD: if_bridge.h,v 1.14 2001/03/22 03:48:29 jason Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_bridgevar.h,v 1.4.2.6 2006/10/21 19:10:39 thompsa Exp $ */ /* diff --git a/sys/net/if_clone.c b/sys/net/if_clone.c index 7dd3d5998646..f48114e2918d 100644 --- a/sys/net/if_clone.c +++ b/sys/net/if_clone.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if.c 8.5 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_clone.c,v 1.6 2005/02/24 13:14:41 maxim Exp $ */ #include <sys/param.h> diff --git a/sys/net/if_clone.h b/sys/net/if_clone.h index d84b47ef42aa..97d562980ebb 100644 --- a/sys/net/if_clone.h +++ b/sys/net/if_clone.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * From: @(#)if.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_clone.h,v 1.2 2005/01/07 01:45:34 imp Exp $ */ #ifndef _NET_IF_CLONE_H_ diff --git a/sys/net/if_disc.c b/sys/net/if_disc.c index a6341ecf8b75..0f57cb401d9b 100644 --- a/sys/net/if_disc.c +++ b/sys/net/if_disc.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * From: @(#)if_loop.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_disc.c,v 1.48.2.1 2005/11/25 14:41:31 glebius Exp $ */ /* diff --git a/sys/net/if_dl.h b/sys/net/if_dl.h index 8d88623db856..4d2b4f7435d6 100644 --- a/sys/net/if_dl.h +++ b/sys/net/if_dl.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_dl.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_dl.h,v 1.14 2005/01/07 01:45:34 imp Exp $ */ #ifndef _NET_IF_DL_H_ diff --git a/sys/net/if_ef.c b/sys/net/if_ef.c index 6292c2773867..87c42a36f847 100644 --- a/sys/net/if_ef.c +++ b/sys/net/if_ef.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/net/if_ef.c,v 1.34.2.3 2006/02/14 21:11:19 rwatson Exp $ */ #include "opt_inet.h" diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 3fad65e78a4d..e4f876ad0138 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_ethersubr.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_ethersubr.c,v 1.193.2.12 2006/08/28 02:54:14 thompsa Exp $ */ #include "opt_atalk.h" diff --git a/sys/net/if_faith.c b/sys/net/if_faith.c index d71a3fa1922e..8043a3ab61b1 100644 --- a/sys/net/if_faith.c +++ b/sys/net/if_faith.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_faith.c,v 1.36.2.1 2005/08/25 05:01:19 rwatson Exp $ */ /* * derived from diff --git a/sys/net/if_fddisubr.c b/sys/net/if_fddisubr.c index ed33313c1f0e..47165252cc67 100644 --- a/sys/net/if_fddisubr.c +++ b/sys/net/if_fddisubr.c @@ -33,7 +33,7 @@ * SUCH DAMAGE. * * from: if_ethersubr.c,v 1.5 1994/12/13 22:31:45 wollman Exp - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_fddisubr.c,v 1.98.2.2 2005/08/25 05:01:20 rwatson Exp $ */ #include "opt_atalk.h" diff --git a/sys/net/if_fwsubr.c b/sys/net/if_fwsubr.c index 29eb2acfca0a..af862cbd3af6 100644 --- a/sys/net/if_fwsubr.c +++ b/sys/net/if_fwsubr.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_fwsubr.c,v 1.12.2.5 2006/01/24 06:30:51 brooks Exp $ */ #include "opt_inet.h" diff --git a/sys/net/if_gif.c b/sys/net/if_gif.c index 6ae7d50d16d1..fabdea3653ca 100644 --- a/sys/net/if_gif.c +++ b/sys/net/if_gif.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_gif.c,v 1.52.2.6 2006/08/10 10:22:07 glebius Exp $ */ /* $KAME: if_gif.c,v 1.87 2001/10/19 08:50:27 itojun Exp $ */ /*- diff --git a/sys/net/if_gif.h b/sys/net/if_gif.h index 8e9ceb172c9a..b25f4150baa5 100644 --- a/sys/net/if_gif.h +++ b/sys/net/if_gif.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_gif.h,v 1.17.2.2 2006/01/31 15:56:46 glebius Exp $ */ /* $KAME: if_gif.h,v 1.17 2000/09/11 11:36:41 sumikawa Exp $ */ /*- diff --git a/sys/net/if_gre.c b/sys/net/if_gre.c index 2b5e944b240f..3d4ee881e0aa 100644 --- a/sys/net/if_gre.c +++ b/sys/net/if_gre.c @@ -1,5 +1,5 @@ /* $NetBSD: if_gre.c,v 1.49 2003/12/11 00:22:29 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_gre.c,v 1.32.2.6 2006/06/09 18:19:16 hsu Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h index 6c8e8537c6d3..3ed9b64f63ac 100644 --- a/sys/net/if_gre.h +++ b/sys/net/if_gre.h @@ -1,5 +1,5 @@ /* $NetBSD: if_gre.h,v 1.13 2003/11/10 08:51:52 wiz Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_gre.h,v 1.13 2005/06/10 16:49:18 brooks Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/net/if_iso88025subr.c b/sys/net/if_iso88025subr.c index 5e8382faea64..2f6209aa7d54 100644 --- a/sys/net/if_iso88025subr.c +++ b/sys/net/if_iso88025subr.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_iso88025subr.c,v 1.67.2.3 2005/08/25 05:01:20 rwatson Exp $ * */ diff --git a/sys/net/if_llc.h b/sys/net/if_llc.h index 8d96686c0aac..e6618b180fe6 100644 --- a/sys/net/if_llc.h +++ b/sys/net/if_llc.h @@ -29,7 +29,7 @@ * SUCH DAMAGE. * * @(#)if_llc.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_llc.h,v 1.12 2005/06/05 03:13:12 thompsa Exp $ */ #ifndef _NET_IF_LLC_H_ diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index 96a182b93b03..3299b036bf9b 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_loop.c 8.2 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_loop.c,v 1.106.2.2 2006/09/29 04:24:50 suz Exp $ */ /* diff --git a/sys/net/if_media.c b/sys/net/if_media.c index f33693c451ec..37416c52b031 100644 --- a/sys/net/if_media.c +++ b/sys/net/if_media.c @@ -1,5 +1,5 @@ /* $NetBSD: if_media.c,v 1.1 1997/03/17 02:55:15 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_media.c,v 1.21.2.1 2006/03/17 20:17:43 glebius Exp $ */ /*- * Copyright (c) 1997 diff --git a/sys/net/if_media.h b/sys/net/if_media.h index 81a82ca546f4..61f1f14cd525 100644 --- a/sys/net/if_media.h +++ b/sys/net/if_media.h @@ -1,5 +1,5 @@ /* $NetBSD: if_media.h,v 1.3 1997/03/26 01:19:27 thorpej Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_media.h,v 1.30.2.3 2006/08/10 10:21:00 glebius Exp $ */ /*- * Copyright (c) 1997 diff --git a/sys/net/if_mib.c b/sys/net/if_mib.c index c8a89b5fbad7..419ecaa48d1b 100644 --- a/sys/net/if_mib.c +++ b/sys/net/if_mib.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_mib.c,v 1.15.2.2 2006/01/26 07:46:28 harti Exp $ */ #include <sys/param.h> diff --git a/sys/net/if_mib.h b/sys/net/if_mib.h index e2b80c87d41e..dbc0d141cb82 100644 --- a/sys/net/if_mib.h +++ b/sys/net/if_mib.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_mib.h,v 1.7.2.1 2006/01/26 07:46:28 harti Exp $ */ #ifndef _NET_IF_MIB_H diff --git a/sys/net/if_ppp.c b/sys/net/if_ppp.c index ffbf7d92ab0c..cd11b6c04922 100644 --- a/sys/net/if_ppp.c +++ b/sys/net/if_ppp.c @@ -71,7 +71,7 @@ * Paul Mackerras (paulus@cs.anu.edu.au). */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_ppp.c,v 1.105.2.4 2006/10/28 18:09:40 glebius Exp $ */ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ /* from NetBSD: if_ppp.c,v 1.15.2.2 1994/07/28 05:17:58 cgd Exp */ diff --git a/sys/net/if_ppp.h b/sys/net/if_ppp.h index d23255be63f0..b97c3411ff4c 100644 --- a/sys/net/if_ppp.h +++ b/sys/net/if_ppp.h @@ -18,7 +18,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_ppp.h,v 1.15 2005/01/07 01:45:34 imp Exp $ */ #ifndef _IF_PPP_H_ diff --git a/sys/net/if_pppvar.h b/sys/net/if_pppvar.h index 12c308f175aa..c18cac2d3a3d 100644 --- a/sys/net/if_pppvar.h +++ b/sys/net/if_pppvar.h @@ -40,7 +40,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_pppvar.h,v 1.23.2.1 2005/08/19 14:52:21 glebius Exp $ */ /* diff --git a/sys/net/if_sl.c b/sys/net/if_sl.c index a03ba1c6bc35..cfd5367ec77b 100644 --- a/sys/net/if_sl.c +++ b/sys/net/if_sl.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_sl.c 8.6 (Berkeley) 2/1/94 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_sl.c,v 1.129 2005/06/10 16:49:18 brooks Exp $ */ /* diff --git a/sys/net/if_slvar.h b/sys/net/if_slvar.h index e6b6d2c0d3c2..761cf5c8b5f4 100644 --- a/sys/net/if_slvar.h +++ b/sys/net/if_slvar.h @@ -28,7 +28,7 @@ * * @(#)if_slvar.h 8.3 (Berkeley) 2/1/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_slvar.h,v 1.23 2005/06/10 16:49:18 brooks Exp $ */ #ifndef _NET_IF_SLVAR_H_ diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index 97f94b390de6..91a5562308fc 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -17,7 +17,7 @@ * * From: Version 2.0, Fri Oct 6 20:39:21 MSK 1995 * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_sppp.h,v 1.28 2005/06/10 16:49:18 brooks Exp $ */ #ifndef _NET_IF_SPPP_H_ diff --git a/sys/net/if_spppfr.c b/sys/net/if_spppfr.c index ae4f95916e38..184ca0f12331 100644 --- a/sys/net/if_spppfr.c +++ b/sys/net/if_spppfr.c @@ -20,7 +20,7 @@ * works or modified versions. * * $Cronyx Id: if_spppfr.c,v 1.1.2.10 2004/06/29 09:02:30 rik Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_spppfr.c,v 1.3 2005/06/10 16:49:18 brooks Exp $ */ #include <sys/param.h> diff --git a/sys/net/if_spppsubr.c b/sys/net/if_spppsubr.c index 03021d515faa..ae4627e81ba2 100644 --- a/sys/net/if_spppsubr.c +++ b/sys/net/if_spppsubr.c @@ -18,7 +18,7 @@ * * From: Version 2.4, Thu Apr 30 17:17:21 MSD 1997 * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_spppsubr.c,v 1.119.2.3 2006/08/23 22:01:44 cperciva Exp $ */ #include <sys/param.h> diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c index ece904045999..49e8374a0558 100644 --- a/sys/net/if_stf.c +++ b/sys/net/if_stf.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_stf.c,v 1.50.2.1 2005/11/16 10:31:21 ru Exp $ */ /* $KAME: if_stf.c,v 1.73 2001/12/03 11:08:30 keiichi Exp $ */ /*- diff --git a/sys/net/if_stf.h b/sys/net/if_stf.h index cbaf67033c54..6ee95f3096c3 100644 --- a/sys/net/if_stf.h +++ b/sys/net/if_stf.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/if_stf.h,v 1.5 2005/01/07 01:45:34 imp Exp $ */ /* $KAME: if_stf.h,v 1.5 2001/10/12 10:09:17 keiichi Exp $ */ /*- diff --git a/sys/net/if_tap.c b/sys/net/if_tap.c index 3c2b34976af5..1bfff3c2d14e 100644 --- a/sys/net/if_tap.c +++ b/sys/net/if_tap.c @@ -31,7 +31,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_tap.c,v 1.55.2.5 2006/10/04 06:09:10 ru Exp $ * $Id: if_tap.c,v 0.21 2000/07/23 21:46:02 max Exp $ */ diff --git a/sys/net/if_tap.h b/sys/net/if_tap.h index 0086285e340c..1f1121086ce2 100644 --- a/sys/net/if_tap.h +++ b/sys/net/if_tap.h @@ -31,7 +31,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_tap.h,v 1.2.2.1 2006/10/04 06:09:10 ru Exp $ * $Id: if_tap.h,v 0.7 2000/07/12 04:12:51 max Exp $ */ diff --git a/sys/net/if_tapvar.h b/sys/net/if_tapvar.h index 21bac5054d00..32cda7a2600f 100644 --- a/sys/net/if_tapvar.h +++ b/sys/net/if_tapvar.h @@ -34,7 +34,7 @@ */ /* - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_tapvar.h,v 1.10 2005/06/10 16:49:18 brooks Exp $ * $Id: if_tapvar.h,v 0.6 2000/07/11 02:16:08 max Exp $ */ diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c index 509b6a6dc2f1..5a7121fd6db6 100644 --- a/sys/net/if_tun.c +++ b/sys/net/if_tun.c @@ -13,7 +13,7 @@ * UCL. This driver is based much more on read/write/poll mode of * operation though. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_tun.c,v 1.152.2.3 2006/08/18 14:05:17 rwatson Exp $ */ #include "opt_atalk.h" diff --git a/sys/net/if_tun.h b/sys/net/if_tun.h index 382881cb256d..f0b12aaf1a41 100644 --- a/sys/net/if_tun.h +++ b/sys/net/if_tun.h @@ -13,7 +13,7 @@ * UCL. This driver is based much more on read/write/select mode of * operation though. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_tun.h,v 1.18 2005/01/07 01:45:34 imp Exp $ */ #ifndef _NET_IF_TUN_H_ diff --git a/sys/net/if_types.h b/sys/net/if_types.h index 4c37c492cff8..031c9584c280 100644 --- a/sys/net/if_types.h +++ b/sys/net/if_types.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_types.h 8.3 (Berkeley) 4/28/95 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_types.h,v 1.21.2.1 2006/07/24 23:20:58 thompsa Exp $ * $NetBSD: if_types.h,v 1.16 2000/04/19 06:30:53 itojun Exp $ */ diff --git a/sys/net/if_var.h b/sys/net/if_var.h index d5e7fd1659b2..52338089d553 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * From: @(#)if.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_var.h,v 1.98.2.6 2006/10/06 20:26:05 andre Exp $ */ #ifndef _NET_IF_VAR_H_ diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c index 3a2c751e807d..f9b02710c87d 100644 --- a/sys/net/if_vlan.c +++ b/sys/net/if_vlan.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_vlan.c,v 1.79.2.14 2006/10/17 07:24:18 glebius Exp $ */ /* diff --git a/sys/net/if_vlan_var.h b/sys/net/if_vlan_var.h index 3defcd7d4499..107885adfade 100644 --- a/sys/net/if_vlan_var.h +++ b/sys/net/if_vlan_var.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/if_vlan_var.h,v 1.21.2.2 2006/01/13 19:21:45 glebius Exp $ */ #ifndef _NET_IF_VLAN_VAR_H_ diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h index 88d6d340c0fa..f22ab2b2614b 100644 --- a/sys/net/iso88025.h +++ b/sys/net/iso88025.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/iso88025.h,v 1.15 2005/04/13 08:14:14 mdodd Exp $ * * Information gathered from tokenring@freebsd, /sys/net/ethernet.h and * the Mach token ring driver. diff --git a/sys/net/net_osdep.h b/sys/net/net_osdep.h index 874eeb764fd3..dfcefa79e49a 100644 --- a/sys/net/net_osdep.h +++ b/sys/net/net_osdep.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/net_osdep.h,v 1.15 2005/01/11 07:08:15 ume Exp $ */ /* $KAME: net_osdep.h,v 1.80 2003/08/09 17:06:39 suz Exp $ */ /*- diff --git a/sys/net/netisr.c b/sys/net/netisr.c index cfa14ef587dc..0435fbf7dedc 100644 --- a/sys/net/netisr.c +++ b/sys/net/netisr.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/netisr.c,v 1.15.2.2 2005/10/07 14:00:05 glebius Exp $ */ #include "opt_device_polling.h" diff --git a/sys/net/netisr.h b/sys/net/netisr.h index 9ba3e8d4a653..d2f2bc79d4ee 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)netisr.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/netisr.h,v 1.33 2005/01/07 01:45:35 imp Exp $ */ #ifndef _NET_NETISR_H_ diff --git a/sys/net/pfil.c b/sys/net/pfil.c index 35ac338095b6..0c5f7ec44c34 100644 --- a/sys/net/pfil.c +++ b/sys/net/pfil.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/pfil.c,v 1.13 2005/05/23 17:07:16 mlaier Exp $ */ /* $NetBSD: pfil.c,v 1.20 2001/11/12 23:49:46 lukem Exp $ */ /*- diff --git a/sys/net/pfil.h b/sys/net/pfil.h index da14f5b4801c..692b616708eb 100644 --- a/sys/net/pfil.h +++ b/sys/net/pfil.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/pfil.h,v 1.13 2005/01/07 01:45:35 imp Exp $ */ /* $NetBSD: pfil.h,v 1.22 2003/06/23 12:57:08 martin Exp $ */ /*- diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index d959acb1fac9..ca25cbdcd60c 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/pfkeyv2.h,v 1.14 2005/01/07 01:45:35 imp Exp $ */ /* $KAME: pfkeyv2.h,v 1.37 2003/09/06 05:15:43 itojun Exp $ */ /*- diff --git a/sys/net/ppp_comp.h b/sys/net/ppp_comp.h index 00591efc2321..d8cc2021ee60 100644 --- a/sys/net/ppp_comp.h +++ b/sys/net/ppp_comp.h @@ -26,7 +26,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/ppp_comp.h,v 1.12 2005/01/07 01:45:35 imp Exp $ */ #ifndef _NET_PPP_COMP_H diff --git a/sys/net/ppp_deflate.c b/sys/net/ppp_deflate.c index 0bf0c495ef5c..59120214e320 100644 --- a/sys/net/ppp_deflate.c +++ b/sys/net/ppp_deflate.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/ppp_deflate.c,v 1.21.2.1 2006/03/01 21:40:14 wkoszek Exp $ */ /*- * ppp_deflate.c - interface the zlib procedures for Deflate compression diff --git a/sys/net/ppp_defs.h b/sys/net/ppp_defs.h index 386a1763b1e3..57e503f5afe3 100644 --- a/sys/net/ppp_defs.h +++ b/sys/net/ppp_defs.h @@ -25,7 +25,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $FreeBSD$ + * $FreeBSD: src/sys/net/ppp_defs.h,v 1.8 2005/01/07 01:45:35 imp Exp $ */ #ifndef _PPP_DEFS_H_ diff --git a/sys/net/ppp_tty.c b/sys/net/ppp_tty.c index 88a73188462d..c20ffa895e55 100644 --- a/sys/net/ppp_tty.c +++ b/sys/net/ppp_tty.c @@ -71,7 +71,7 @@ * Paul Mackerras (paulus@cs.anu.edu.au). */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/ppp_tty.c,v 1.66.2.2 2005/08/25 05:01:20 rwatson Exp $ */ #include "opt_ppp.h" /* XXX for ppp_defs.h */ diff --git a/sys/net/radix.c b/sys/net/radix.c index 0f718b72b25f..558d2b1a11c3 100644 --- a/sys/net/radix.c +++ b/sys/net/radix.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)radix.c 8.5 (Berkeley) 5/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/net/radix.c,v 1.37.2.1 2006/02/16 01:10:44 qingli Exp $ */ /* diff --git a/sys/net/radix.h b/sys/net/radix.h index ca530955e59a..772f7c134fad 100644 --- a/sys/net/radix.h +++ b/sys/net/radix.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)radix.h 8.2 (Berkeley) 10/31/94 - * $FreeBSD$ + * $FreeBSD: src/sys/net/radix.h,v 1.26 2005/01/07 01:45:35 imp Exp $ */ #ifndef _RADIX_H_ diff --git a/sys/net/raw_cb.c b/sys/net/raw_cb.c index 31566d1cb96f..74fb04cbf461 100644 --- a/sys/net/raw_cb.c +++ b/sys/net/raw_cb.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)raw_cb.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/raw_cb.c,v 1.32 2005/01/24 22:56:09 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/net/raw_cb.h b/sys/net/raw_cb.h index 4e6b77a23ba0..1d9fad59c417 100644 --- a/sys/net/raw_cb.h +++ b/sys/net/raw_cb.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)raw_cb.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/raw_cb.h,v 1.19 2005/01/07 01:45:35 imp Exp $ */ #ifndef _NET_RAW_CB_H_ diff --git a/sys/net/raw_usrreq.c b/sys/net/raw_usrreq.c index f06a9033d4da..fce092fde1b5 100644 --- a/sys/net/raw_usrreq.c +++ b/sys/net/raw_usrreq.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)raw_usrreq.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/net/raw_usrreq.c,v 1.37 2005/01/07 01:45:35 imp Exp $ */ #include <sys/param.h> diff --git a/sys/net/route.c b/sys/net/route.c index d003490d3a09..941c901c3aab 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)route.c 8.3.1.1 (Berkeley) 2/23/95 - * $FreeBSD$ + * $FreeBSD: src/sys/net/route.c,v 1.109.2.2 2005/09/26 14:59:12 glebius Exp $ */ #include "opt_inet.h" diff --git a/sys/net/route.h b/sys/net/route.h index 50bd7bf69b37..52fc2a04f288 100644 --- a/sys/net/route.h +++ b/sys/net/route.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)route.h 8.4 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/net/route.h,v 1.63.2.1 2006/04/04 20:07:23 andre Exp $ */ #ifndef _NET_ROUTE_H_ diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index 38ed18e92783..249a961aa7b9 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)rtsock.c 8.7 (Berkeley) 10/12/95 - * $FreeBSD$ + * $FreeBSD: src/sys/net/rtsock.c,v 1.123.2.7 2006/04/04 20:07:23 andre Exp $ */ #include <sys/param.h> diff --git a/sys/net/slcompress.c b/sys/net/slcompress.c index d58cd3d0d544..832961bc284c 100644 --- a/sys/net/slcompress.c +++ b/sys/net/slcompress.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)slcompress.c 8.2 (Berkeley) 4/16/94 - * $FreeBSD$ + * $FreeBSD: src/sys/net/slcompress.c,v 1.19 2004/04/07 20:46:12 imp Exp $ */ /* diff --git a/sys/net/slcompress.h b/sys/net/slcompress.h index 794d8b83818b..85f285a17a5c 100644 --- a/sys/net/slcompress.h +++ b/sys/net/slcompress.h @@ -31,7 +31,7 @@ * * Van Jacobson (van@helios.ee.lbl.gov), Dec 31, 1989: * - Initial distribution. - * $FreeBSD$ + * $FreeBSD: src/sys/net/slcompress.h,v 1.19 2005/01/07 01:45:35 imp Exp $ */ #ifndef _NET_SLCOMPRESS_H_ diff --git a/sys/net/slip.h b/sys/net/slip.h index 7b4164e8bef6..e361ae4f0833 100644 --- a/sys/net/slip.h +++ b/sys/net/slip.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)slip.h 8.1 (Berkeley) 2/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/net/slip.h,v 1.10 2004/04/07 20:46:12 imp Exp $ */ #ifndef _NET_SLIP_H_ diff --git a/sys/net/zlib.c b/sys/net/zlib.c index 73e95727b9ea..4482fa5d0e6b 100644 --- a/sys/net/zlib.c +++ b/sys/net/zlib.c @@ -10,7 +10,7 @@ * - added inflateIncomp and deflateOutputPending * - allow strm->next_out to be NULL, meaning discard the output * - * $FreeBSD$ + * $FreeBSD: src/sys/net/zlib.c,v 1.19 2005/01/07 01:45:35 imp Exp $ */ /* diff --git a/sys/net/zlib.h b/sys/net/zlib.h index 9529e43b8be7..dd929896e39a 100644 --- a/sys/net/zlib.h +++ b/sys/net/zlib.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net/zlib.h,v 1.10 2005/01/07 01:45:35 imp Exp $ */ /* * This file is derived from zlib.h and zconf.h from the zlib-1.0.4 diff --git a/sys/net80211/_ieee80211.h b/sys/net80211/_ieee80211.h index 0872c5d58651..c3bceed00c9c 100644 --- a/sys/net80211/_ieee80211.h +++ b/sys/net80211/_ieee80211.h @@ -29,7 +29,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/net80211/_ieee80211.h,v 1.2.2.2 2006/07/10 00:47:49 sam Exp $ */ #ifndef _NET80211__IEEE80211_H_ #define _NET80211__IEEE80211_H_ diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c index 6639064e0941..693b868eda02 100644 --- a/sys/net80211/ieee80211.c +++ b/sys/net80211/ieee80211.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211.c,v 1.19.2.7 2006/03/11 19:25:23 sam Exp $"); /* * IEEE 802.11 generic handler diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h index 5e9655934e08..a52327133781 100644 --- a/sys/net80211/ieee80211.h +++ b/sys/net80211/ieee80211.h @@ -29,7 +29,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/net80211/ieee80211.h,v 1.9.2.2 2006/08/10 06:07:49 sam Exp $ */ #ifndef _NET80211_IEEE80211_H_ #define _NET80211_IEEE80211_H_ diff --git a/sys/net80211/ieee80211_acl.c b/sys/net80211/ieee80211_acl.c index 2dadff99c730..6d405921090a 100644 --- a/sys/net80211/ieee80211_acl.c +++ b/sys/net80211/ieee80211_acl.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_acl.c,v 1.3.2.1 2005/09/03 22:40:02 sam Exp $"); /* * IEEE 802.11 MAC ACL support. diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c index e9ce1351ebe3..ce868abe505a 100644 --- a/sys/net80211/ieee80211_crypto.c +++ b/sys/net80211/ieee80211_crypto.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_crypto.c,v 1.10.2.2 2005/09/03 22:40:02 sam Exp $"); /* * IEEE 802.11 generic crypto support. diff --git a/sys/net80211/ieee80211_crypto.h b/sys/net80211/ieee80211_crypto.h index f006a7aa0501..532a0ef052ba 100644 --- a/sys/net80211/ieee80211_crypto.h +++ b/sys/net80211/ieee80211_crypto.h @@ -29,7 +29,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/net80211/ieee80211_crypto.h,v 1.9.2.1 2005/09/03 22:40:02 sam Exp $ */ #ifndef _NET80211_IEEE80211_CRYPTO_H_ #define _NET80211_IEEE80211_CRYPTO_H_ diff --git a/sys/net80211/ieee80211_crypto_ccmp.c b/sys/net80211/ieee80211_crypto_ccmp.c index 2a372f1ee0b2..6f9635282c18 100644 --- a/sys/net80211/ieee80211_crypto_ccmp.c +++ b/sys/net80211/ieee80211_crypto_ccmp.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_crypto_ccmp.c,v 1.7.2.1 2005/12/22 19:02:08 sam Exp $"); /* * IEEE 802.11i AES-CCMP crypto support. diff --git a/sys/net80211/ieee80211_crypto_none.c b/sys/net80211/ieee80211_crypto_none.c index ce43134edf1c..15f9baff2f31 100644 --- a/sys/net80211/ieee80211_crypto_none.c +++ b/sys/net80211/ieee80211_crypto_none.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_crypto_none.c,v 1.5 2005/06/10 16:11:24 sam Exp $"); /* * IEEE 802.11 NULL crypto support. diff --git a/sys/net80211/ieee80211_crypto_tkip.c b/sys/net80211/ieee80211_crypto_tkip.c index e3c5de91ead9..f44809428a98 100644 --- a/sys/net80211/ieee80211_crypto_tkip.c +++ b/sys/net80211/ieee80211_crypto_tkip.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_crypto_tkip.c,v 1.9.2.2 2005/12/22 19:02:08 sam Exp $"); /* * IEEE 802.11i TKIP crypto support. diff --git a/sys/net80211/ieee80211_crypto_wep.c b/sys/net80211/ieee80211_crypto_wep.c index eb8ad8a9d403..40ca2d8dc825 100644 --- a/sys/net80211/ieee80211_crypto_wep.c +++ b/sys/net80211/ieee80211_crypto_wep.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_crypto_wep.c,v 1.7.2.1 2005/12/22 19:02:08 sam Exp $"); /* * IEEE 802.11 WEP crypto support. diff --git a/sys/net80211/ieee80211_freebsd.c b/sys/net80211/ieee80211_freebsd.c index 5ef10248b32f..0f87a1ee6541 100644 --- a/sys/net80211/ieee80211_freebsd.c +++ b/sys/net80211/ieee80211_freebsd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_freebsd.c,v 1.7.2.3 2006/07/10 00:41:00 sam Exp $"); /* * IEEE 802.11 support (FreeBSD-specific code) diff --git a/sys/net80211/ieee80211_freebsd.h b/sys/net80211/ieee80211_freebsd.h index 70a40c19af29..25eaf4a303f0 100644 --- a/sys/net80211/ieee80211_freebsd.h +++ b/sys/net80211/ieee80211_freebsd.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/net80211/ieee80211_freebsd.h,v 1.5.2.1 2005/09/03 22:40:02 sam Exp $ */ #ifndef _NET80211_IEEE80211_FREEBSD_H_ #define _NET80211_IEEE80211_FREEBSD_H_ diff --git a/sys/net80211/ieee80211_input.c b/sys/net80211/ieee80211_input.c index e613c258d695..a90ebb31deeb 100644 --- a/sys/net80211/ieee80211_input.c +++ b/sys/net80211/ieee80211_input.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_input.c,v 1.62.2.14 2006/09/02 15:16:12 sam Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/net80211/ieee80211_ioctl.c b/sys/net80211/ieee80211_ioctl.c index 38cb6824cc8e..dc9597066b9b 100644 --- a/sys/net80211/ieee80211_ioctl.c +++ b/sys/net80211/ieee80211_ioctl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_ioctl.c,v 1.25.2.15 2006/09/02 17:09:26 sam Exp $"); /* * IEEE 802.11 ioctl support (FreeBSD-specific) diff --git a/sys/net80211/ieee80211_ioctl.h b/sys/net80211/ieee80211_ioctl.h index 24cb1cb6d8c9..45d744bfbb3d 100644 --- a/sys/net80211/ieee80211_ioctl.h +++ b/sys/net80211/ieee80211_ioctl.h @@ -29,7 +29,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/net80211/ieee80211_ioctl.h,v 1.10.2.7 2006/09/02 17:09:26 sam Exp $ */ #ifndef _NET80211_IEEE80211_IOCTL_H_ #define _NET80211_IEEE80211_IOCTL_H_ diff --git a/sys/net80211/ieee80211_node.c b/sys/net80211/ieee80211_node.c index d9c88c91d0d6..92d26887a457 100644 --- a/sys/net80211/ieee80211_node.c +++ b/sys/net80211/ieee80211_node.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_node.c,v 1.48.2.12 2006/07/10 00:46:27 sam Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h index 3223ffb79a2c..25e92902838c 100644 --- a/sys/net80211/ieee80211_node.h +++ b/sys/net80211/ieee80211_node.h @@ -29,7 +29,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/net80211/ieee80211_node.h,v 1.17.2.5 2006/03/13 03:05:47 sam Exp $ */ #ifndef _NET80211_IEEE80211_NODE_H_ #define _NET80211_IEEE80211_NODE_H_ diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c index 645fcf83c7d0..1a73dde5ed9d 100644 --- a/sys/net80211/ieee80211_output.c +++ b/sys/net80211/ieee80211_output.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_output.c,v 1.26.2.8 2006/09/02 15:06:04 sam Exp $"); #include "opt_inet.h" diff --git a/sys/net80211/ieee80211_proto.c b/sys/net80211/ieee80211_proto.c index 16d22d3c4668..08a9a7ee1f4b 100644 --- a/sys/net80211/ieee80211_proto.c +++ b/sys/net80211/ieee80211_proto.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_proto.c,v 1.17.2.9 2006/03/13 03:10:31 sam Exp $"); /* * IEEE 802.11 protocol support. diff --git a/sys/net80211/ieee80211_proto.h b/sys/net80211/ieee80211_proto.h index 22193cf24b16..8b11652bfe50 100644 --- a/sys/net80211/ieee80211_proto.h +++ b/sys/net80211/ieee80211_proto.h @@ -29,7 +29,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/net80211/ieee80211_proto.h,v 1.11.2.5 2006/02/12 19:00:39 sam Exp $ */ #ifndef _NET80211_IEEE80211_PROTO_H_ #define _NET80211_IEEE80211_PROTO_H_ diff --git a/sys/net80211/ieee80211_radiotap.h b/sys/net80211/ieee80211_radiotap.h index c474e32ccfb2..a119178b3e40 100644 --- a/sys/net80211/ieee80211_radiotap.h +++ b/sys/net80211/ieee80211_radiotap.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/net80211/ieee80211_radiotap.h,v 1.5.2.1 2006/01/29 07:13:58 sam Exp $ */ /* $NetBSD: ieee80211_radiotap.h,v 1.10 2005/01/04 00:34:58 dyoung Exp $ */ /*- diff --git a/sys/net80211/ieee80211_var.h b/sys/net80211/ieee80211_var.h index 0fe14da9e23b..499712fd8e4f 100644 --- a/sys/net80211/ieee80211_var.h +++ b/sys/net80211/ieee80211_var.h @@ -29,7 +29,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/net80211/ieee80211_var.h,v 1.22.2.12 2006/08/10 06:07:49 sam Exp $ */ #ifndef _NET80211_IEEE80211_VAR_H_ #define _NET80211_IEEE80211_VAR_H_ diff --git a/sys/net80211/ieee80211_xauth.c b/sys/net80211/ieee80211_xauth.c index 11328dd08ba3..20c81d6fb46b 100644 --- a/sys/net80211/ieee80211_xauth.c +++ b/sys/net80211/ieee80211_xauth.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/net80211/ieee80211_xauth.c,v 1.2 2004/12/31 22:42:38 sam Exp $"); /* * External authenticator placeholder module. diff --git a/sys/netatalk/COPYRIGHT b/sys/netatalk/COPYRIGHT index 3d69f3986cf6..b6dc63e2edad 100644 --- a/sys/netatalk/COPYRIGHT +++ b/sys/netatalk/COPYRIGHT @@ -23,5 +23,5 @@ * Ann Arbor, Michigan * +1-313-764-2278 * netatalk@umich.edu - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/COPYRIGHT,v 1.2.2.1 2006/06/11 17:02:10 rwatson Exp $ */ diff --git a/sys/netatalk/aarp.c b/sys/netatalk/aarp.c index 68064911f57d..a4909f69bff9 100644 --- a/sys/netatalk/aarp.c +++ b/sys/netatalk/aarp.c @@ -48,7 +48,7 @@ * +1-313-764-2278 * netatalk@umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/aarp.c,v 1.37 2005/06/10 16:49:20 brooks Exp $ */ #include "opt_atalk.h" diff --git a/sys/netatalk/aarp.h b/sys/netatalk/aarp.h index 5b989844eb9f..b556623e6934 100644 --- a/sys/netatalk/aarp.h +++ b/sys/netatalk/aarp.h @@ -23,7 +23,7 @@ * +1-313-764-2278 * netatalk@umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/aarp.h,v 1.4 2005/01/07 02:35:34 imp Exp $ */ #ifndef _NETATALK_AARP_H_ diff --git a/sys/netatalk/at.h b/sys/netatalk/at.h index 866b2f8f221e..0756899f7680 100644 --- a/sys/netatalk/at.h +++ b/sys/netatalk/at.h @@ -20,7 +20,7 @@ * +1-313-763-0525 * netatalk@itd.umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/at.h,v 1.7 2005/01/07 02:35:34 imp Exp $ */ #ifndef __AT_HEADER__ diff --git a/sys/netatalk/at_control.c b/sys/netatalk/at_control.c index 4dc0a716a80f..344451d2d3e9 100644 --- a/sys/netatalk/at_control.c +++ b/sys/netatalk/at_control.c @@ -23,7 +23,7 @@ * +1-313-764-2278 * netatalk@umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/at_control.c,v 1.44 2005/02/22 14:20:29 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/netatalk/at_extern.h b/sys/netatalk/at_extern.h index 58ceb8d6e814..cc1ef753446e 100644 --- a/sys/netatalk/at_extern.h +++ b/sys/netatalk/at_extern.h @@ -23,7 +23,7 @@ * +1-313-764-2278 * netatalk@umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/at_extern.h,v 1.16 2005/02/22 14:20:29 rwatson Exp $ */ struct mbuf; struct sockaddr_at; diff --git a/sys/netatalk/at_proto.c b/sys/netatalk/at_proto.c index ca1ed42f96f5..b3a27c728008 100644 --- a/sys/netatalk/at_proto.c +++ b/sys/netatalk/at_proto.c @@ -20,7 +20,7 @@ * +1-313-763-0525 * netatalk@itd.umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/at_proto.c,v 1.10.2.1 2005/11/16 10:31:22 ru Exp $ */ #include <sys/param.h> diff --git a/sys/netatalk/at_rmx.c b/sys/netatalk/at_rmx.c index 39c2a2d87fb6..2c2f8ca32b34 100644 --- a/sys/netatalk/at_rmx.c +++ b/sys/netatalk/at_rmx.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * at_rmx.c,v 1.13 1995/05/30 08:09:31 rgrimes Exp - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/at_rmx.c,v 1.9 2005/01/07 02:35:34 imp Exp $ */ /* This code generates debugging traces to the radix code */ diff --git a/sys/netatalk/at_var.h b/sys/netatalk/at_var.h index fa4e69d81efa..a3081be54be8 100644 --- a/sys/netatalk/at_var.h +++ b/sys/netatalk/at_var.h @@ -20,7 +20,7 @@ * +1-313-763-0525 * netatalk@itd.umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/at_var.h,v 1.14 2005/02/22 14:20:29 rwatson Exp $ */ #ifndef _NETATALK_AT_VAR_H_ diff --git a/sys/netatalk/ddp.h b/sys/netatalk/ddp.h index 702c3f460dd3..f622069f53d0 100644 --- a/sys/netatalk/ddp.h +++ b/sys/netatalk/ddp.h @@ -20,7 +20,7 @@ * +1-313-763-0525 * netatalk@itd.umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/ddp.h,v 1.2 2005/01/07 02:35:34 imp Exp $ */ #ifndef _NETATALK_DDP_H_ #define _NETATALK_DDP_H_ 1 diff --git a/sys/netatalk/ddp_input.c b/sys/netatalk/ddp_input.c index 9ffa10f1d105..2b98f5ab4415 100644 --- a/sys/netatalk/ddp_input.c +++ b/sys/netatalk/ddp_input.c @@ -47,7 +47,7 @@ * +1-313-764-2278 * netatalk@umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/ddp_input.c,v 1.29 2005/01/07 02:35:34 imp Exp $ */ #include "opt_mac.h" diff --git a/sys/netatalk/ddp_output.c b/sys/netatalk/ddp_output.c index 357d707f30b0..20ee38ede43f 100644 --- a/sys/netatalk/ddp_output.c +++ b/sys/netatalk/ddp_output.c @@ -21,7 +21,7 @@ * netatalk@itd.umich.edu */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netatalk/ddp_output.c,v 1.27.2.1 2005/10/09 04:22:03 delphij Exp $ */ #include "opt_mac.h" diff --git a/sys/netatalk/ddp_pcb.c b/sys/netatalk/ddp_pcb.c index 23ccd8c1de2c..74bec3bbc1d7 100644 --- a/sys/netatalk/ddp_pcb.c +++ b/sys/netatalk/ddp_pcb.c @@ -23,7 +23,7 @@ * Ann Arbor, Michigan * +1-313-764-2278 * netatalk@umich.edu - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/ddp_pcb.c,v 1.47 2005/01/07 02:35:34 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netatalk/ddp_pcb.h b/sys/netatalk/ddp_pcb.h index 5ed28726fbf3..9b8c98cdbb44 100644 --- a/sys/netatalk/ddp_pcb.h +++ b/sys/netatalk/ddp_pcb.h @@ -24,7 +24,7 @@ * +1-313-764-2278 * netatalk@umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/ddp_pcb.h,v 1.3 2005/01/07 02:35:34 imp Exp $ */ #ifndef _NETATALK_DDP_PCB_H_ diff --git a/sys/netatalk/ddp_usrreq.c b/sys/netatalk/ddp_usrreq.c index f1ff0b63f709..5213c7e40479 100644 --- a/sys/netatalk/ddp_usrreq.c +++ b/sys/netatalk/ddp_usrreq.c @@ -24,7 +24,7 @@ * +1-313-764-2278 * netatalk@umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/ddp_usrreq.c,v 1.45.2.1 2006/06/11 16:17:22 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/netatalk/ddp_var.h b/sys/netatalk/ddp_var.h index 6f6c10a3e413..2705145c57c4 100644 --- a/sys/netatalk/ddp_var.h +++ b/sys/netatalk/ddp_var.h @@ -23,7 +23,7 @@ * +1-313-764-2278 * netatalk@umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/ddp_var.h,v 1.8 2005/01/07 02:35:34 imp Exp $ */ #ifndef _NETATALK_DDP_VAR_H_ diff --git a/sys/netatalk/endian.h b/sys/netatalk/endian.h index 41df5bce2ec7..d7e77be52fbc 100644 --- a/sys/netatalk/endian.h +++ b/sys/netatalk/endian.h @@ -20,7 +20,7 @@ * +1-313-763-0525 * netatalk@itd.umich.edu * - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/endian.h,v 1.4 2005/01/07 02:35:34 imp Exp $ */ #ifndef _ATALK_ENDIAN_H_ diff --git a/sys/netatalk/phase2.h b/sys/netatalk/phase2.h index e6a4bec13291..2a7644ab3f6d 100644 --- a/sys/netatalk/phase2.h +++ b/sys/netatalk/phase2.h @@ -22,7 +22,7 @@ * Ann Arbor, Michigan * +1-313-764-2278 * netatalk@umich.edu - * $FreeBSD$ + * $FreeBSD: src/sys/netatalk/phase2.h,v 1.3 2005/01/07 02:35:34 imp Exp $ */ #include <net/if_llc.h> diff --git a/sys/netatm/atm.h b/sys/netatm/atm.h index 7ec9bdddf556..954192283157 100644 --- a/sys/netatm/atm.h +++ b/sys/netatm/atm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm.h,v 1.6 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/atm_aal5.c b/sys/netatm/atm_aal5.c index 6d625e0bf388..e19683e7ab4d 100644 --- a/sys/netatm/atm_aal5.c +++ b/sys/netatm/atm_aal5.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_aal5.c,v 1.21 2005/01/07 01:45:36 imp Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/netatm/atm_cm.c b/sys/netatm/atm_cm.c index 60bf48234da5..b2f93b2ad460 100644 --- a/sys/netatm/atm_cm.c +++ b/sys/netatm/atm_cm.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_cm.c,v 1.33 2005/02/21 21:58:16 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/atm_cm.h b/sys/netatm/atm_cm.h index c9e6dc5d1d31..f4090226ce0c 100644 --- a/sys/netatm/atm_cm.h +++ b/sys/netatm/atm_cm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_cm.h,v 1.8 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/atm_device.c b/sys/netatm/atm_device.c index 1d10f0fd7593..aa7a870b253c 100644 --- a/sys/netatm/atm_device.c +++ b/sys/netatm/atm_device.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_device.c,v 1.26 2005/01/07 01:45:36 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/atm_if.c b/sys/netatm/atm_if.c index cc9cfb0a9133..8d53f9b8a8f1 100644 --- a/sys/netatm/atm_if.c +++ b/sys/netatm/atm_if.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_if.c,v 1.30.2.1 2005/08/25 05:01:21 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/atm_if.h b/sys/netatm/atm_if.h index c9ea43aeb68b..3014423458bf 100644 --- a/sys/netatm/atm_if.h +++ b/sys/netatm/atm_if.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_if.h,v 1.20 2005/06/10 16:49:20 brooks Exp $ * */ diff --git a/sys/netatm/atm_ioctl.h b/sys/netatm/atm_ioctl.h index e30cf7824ba5..aa20d3ebc161 100644 --- a/sys/netatm/atm_ioctl.h +++ b/sys/netatm/atm_ioctl.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_ioctl.h,v 1.10 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/atm_pcb.h b/sys/netatm/atm_pcb.h index 07a263d21c1e..e0eed21d00c0 100644 --- a/sys/netatm/atm_pcb.h +++ b/sys/netatm/atm_pcb.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_pcb.h,v 1.4 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/atm_proto.c b/sys/netatm/atm_proto.c index 170235499277..b73f9a962d9c 100644 --- a/sys/netatm/atm_proto.c +++ b/sys/netatm/atm_proto.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_proto.c,v 1.13.2.1 2005/11/16 10:31:22 ru Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/netatm/atm_sap.h b/sys/netatm/atm_sap.h index a05b32ab75d8..941d594e9c01 100644 --- a/sys/netatm/atm_sap.h +++ b/sys/netatm/atm_sap.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_sap.h,v 1.3 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/atm_sigmgr.h b/sys/netatm/atm_sigmgr.h index 8018929261e1..7b8f9800c8cb 100644 --- a/sys/netatm/atm_sigmgr.h +++ b/sys/netatm/atm_sigmgr.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_sigmgr.h,v 1.5 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/atm_signal.c b/sys/netatm/atm_signal.c index 232d1f001345..aaebaacde03d 100644 --- a/sys/netatm/atm_signal.c +++ b/sys/netatm/atm_signal.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_signal.c,v 1.13.2.1 2006/02/13 23:54:48 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/atm_socket.c b/sys/netatm/atm_socket.c index 7da8f3e6c582..82f758208e12 100644 --- a/sys/netatm/atm_socket.c +++ b/sys/netatm/atm_socket.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_socket.c,v 1.24 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/atm_stack.h b/sys/netatm/atm_stack.h index b277c4436383..face2ea0e80f 100644 --- a/sys/netatm/atm_stack.h +++ b/sys/netatm/atm_stack.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_stack.h,v 1.6 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/atm_subr.c b/sys/netatm/atm_subr.c index 505e899ee21d..dbce0b956722 100644 --- a/sys/netatm/atm_subr.c +++ b/sys/netatm/atm_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_subr.c,v 1.43 2005/01/07 01:45:36 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/atm_sys.h b/sys/netatm/atm_sys.h index 7368ef589e4b..90667727fb53 100644 --- a/sys/netatm/atm_sys.h +++ b/sys/netatm/atm_sys.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_sys.h,v 1.8 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/atm_usrreq.c b/sys/netatm/atm_usrreq.c index 8baec6a4e369..8a084d0ced22 100644 --- a/sys/netatm/atm_usrreq.c +++ b/sys/netatm/atm_usrreq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/atm_usrreq.c,v 1.24 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/atm_var.h b/sys/netatm/atm_var.h index 3332c927b134..f4b69bdfa971 100644 --- a/sys/netatm/atm_var.h +++ b/sys/netatm/atm_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_var.h,v 1.26 2005/02/21 21:58:16 rwatson Exp $ * */ diff --git a/sys/netatm/atm_vc.h b/sys/netatm/atm_vc.h index e70e6462d3e6..78ae3ef364e2 100644 --- a/sys/netatm/atm_vc.h +++ b/sys/netatm/atm_vc.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/atm_vc.h,v 1.5 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/ipatm/ipatm.h b/sys/netatm/ipatm/ipatm.h index 303d3cd4f9c8..c1399d4c21b9 100644 --- a/sys/netatm/ipatm/ipatm.h +++ b/sys/netatm/ipatm/ipatm.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/ipatm/ipatm.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/ipatm/ipatm_event.c b/sys/netatm/ipatm/ipatm_event.c index c266afac8ede..74f811e564d6 100644 --- a/sys/netatm/ipatm/ipatm_event.c +++ b/sys/netatm/ipatm/ipatm_event.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/ipatm/ipatm_event.c,v 1.10 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/ipatm/ipatm_if.c b/sys/netatm/ipatm/ipatm_if.c index 3227b6a4f027..215b975f203e 100644 --- a/sys/netatm/ipatm/ipatm_if.c +++ b/sys/netatm/ipatm/ipatm_if.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/ipatm/ipatm_if.c,v 1.17 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/ipatm/ipatm_input.c b/sys/netatm/ipatm/ipatm_input.c index 1bdadd26d017..4997fe9b6467 100644 --- a/sys/netatm/ipatm/ipatm_input.c +++ b/sys/netatm/ipatm/ipatm_input.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/ipatm/ipatm_input.c,v 1.15 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/ipatm/ipatm_load.c b/sys/netatm/ipatm/ipatm_load.c index 2e931cd015be..b63d18169aaf 100644 --- a/sys/netatm/ipatm/ipatm_load.c +++ b/sys/netatm/ipatm/ipatm_load.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/ipatm/ipatm_load.c,v 1.22 2005/06/10 16:49:20 brooks Exp $"); #ifndef ATM_IP_MODULE #include "opt_atm.h" diff --git a/sys/netatm/ipatm/ipatm_output.c b/sys/netatm/ipatm/ipatm_output.c index 45559f09d6f1..15b996fa35a4 100644 --- a/sys/netatm/ipatm/ipatm_output.c +++ b/sys/netatm/ipatm/ipatm_output.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/ipatm/ipatm_output.c,v 1.14 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/ipatm/ipatm_serv.h b/sys/netatm/ipatm/ipatm_serv.h index 5eb6dc12bb67..6f1c8de69d6a 100644 --- a/sys/netatm/ipatm/ipatm_serv.h +++ b/sys/netatm/ipatm/ipatm_serv.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/ipatm/ipatm_serv.h,v 1.4 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/ipatm/ipatm_usrreq.c b/sys/netatm/ipatm/ipatm_usrreq.c index 19c02b3829e7..edc010614595 100644 --- a/sys/netatm/ipatm/ipatm_usrreq.c +++ b/sys/netatm/ipatm/ipatm_usrreq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/ipatm/ipatm_usrreq.c,v 1.16 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/ipatm/ipatm_var.h b/sys/netatm/ipatm/ipatm_var.h index 12326775ab95..902096b2f141 100644 --- a/sys/netatm/ipatm/ipatm_var.h +++ b/sys/netatm/ipatm/ipatm_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/ipatm/ipatm_var.h,v 1.9 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/ipatm/ipatm_vcm.c b/sys/netatm/ipatm/ipatm_vcm.c index f06348e9b09e..a3328386b575 100644 --- a/sys/netatm/ipatm/ipatm_vcm.c +++ b/sys/netatm/ipatm/ipatm_vcm.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/ipatm/ipatm_vcm.c,v 1.19 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/port.h b/sys/netatm/port.h index 1487ac575097..a2711485ed95 100644 --- a/sys/netatm/port.h +++ b/sys/netatm/port.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/port.h,v 1.16 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/queue.h b/sys/netatm/queue.h index 82db2465a25e..ad9624b5c187 100644 --- a/sys/netatm/queue.h +++ b/sys/netatm/queue.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/queue.h,v 1.3 2005/01/07 01:45:36 imp Exp $ * */ diff --git a/sys/netatm/sigpvc/sigpvc_if.c b/sys/netatm/sigpvc/sigpvc_if.c index 440de2072b1a..6262a8a70a65 100644 --- a/sys/netatm/sigpvc/sigpvc_if.c +++ b/sys/netatm/sigpvc/sigpvc_if.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/sigpvc/sigpvc_if.c,v 1.18 2005/01/07 01:45:38 imp Exp $"); #ifndef ATM_SIGPVC_MODULE #include "opt_atm.h" diff --git a/sys/netatm/sigpvc/sigpvc_subr.c b/sys/netatm/sigpvc/sigpvc_subr.c index 67164c8fba04..2fef490f234a 100644 --- a/sys/netatm/sigpvc/sigpvc_subr.c +++ b/sys/netatm/sigpvc/sigpvc_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/sigpvc/sigpvc_subr.c,v 1.14 2005/01/07 01:45:38 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/sigpvc/sigpvc_var.h b/sys/netatm/sigpvc/sigpvc_var.h index 79b6818f0c83..f663f5506001 100644 --- a/sys/netatm/sigpvc/sigpvc_var.h +++ b/sys/netatm/sigpvc/sigpvc_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/sigpvc/sigpvc_var.h,v 1.5 2005/01/07 01:45:38 imp Exp $ * */ diff --git a/sys/netatm/spans/spans_arp.c b/sys/netatm/spans/spans_arp.c index eefdb3ef4766..62c60b0474e0 100644 --- a/sys/netatm/spans/spans_arp.c +++ b/sys/netatm/spans/spans_arp.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_arp.c,v 1.21 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/spans/spans_cls.c b/sys/netatm/spans/spans_cls.c index 84a9a6a43918..26807641eebb 100644 --- a/sys/netatm/spans/spans_cls.c +++ b/sys/netatm/spans/spans_cls.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_cls.c,v 1.20 2005/01/07 01:45:38 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/spans/spans_cls.h b/sys/netatm/spans/spans_cls.h index 5539af696152..1429f3af2cd4 100644 --- a/sys/netatm/spans/spans_cls.h +++ b/sys/netatm/spans/spans_cls.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/spans/spans_cls.h,v 1.4 2005/01/07 01:45:38 imp Exp $ * */ diff --git a/sys/netatm/spans/spans_if.c b/sys/netatm/spans/spans_if.c index b07c503004da..0818bff6b495 100644 --- a/sys/netatm/spans/spans_if.c +++ b/sys/netatm/spans/spans_if.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_if.c,v 1.16 2005/01/07 01:45:38 imp Exp $"); #ifndef ATM_SPANS_MODULE #include "opt_atm.h" diff --git a/sys/netatm/spans/spans_kxdr.c b/sys/netatm/spans/spans_kxdr.c index 61864d5e3a87..1609dd6941fa 100644 --- a/sys/netatm/spans/spans_kxdr.c +++ b/sys/netatm/spans/spans_kxdr.c @@ -80,7 +80,7 @@ /*static char *sccsid = "from: @(#)xdr.c 2.1 88/07/29 4.0 RPCSRC";*/ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_kxdr.c,v 1.15 2005/01/07 01:45:38 imp Exp $"); /* * xdr.c, Generic XDR routines implementation. diff --git a/sys/netatm/spans/spans_kxdr.h b/sys/netatm/spans/spans_kxdr.h index b9adfddda6c6..3756f8f5c94e 100644 --- a/sys/netatm/spans/spans_kxdr.h +++ b/sys/netatm/spans/spans_kxdr.h @@ -30,7 +30,7 @@ * from: @(#)types.h 2.3 88/08/15 4.0 RPCSRC * from: @(#)xdr.h 1.19 87/04/22 SMI * from: @(#)xdr.h 2.2 88/07/29 4.0 RPCSRC - * $FreeBSD$ + * $FreeBSD: src/sys/netatm/spans/spans_kxdr.h,v 1.3 2005/01/07 01:45:38 imp Exp $ */ #ifndef _SPANS_KXDR_H diff --git a/sys/netatm/spans/spans_msg.c b/sys/netatm/spans/spans_msg.c index 85da01f468a5..7a1da56073aa 100644 --- a/sys/netatm/spans/spans_msg.c +++ b/sys/netatm/spans/spans_msg.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_msg.c,v 1.16 2005/01/07 01:45:38 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/spans/spans_print.c b/sys/netatm/spans/spans_print.c index 6f69562c31fa..d04cacfc4ef5 100644 --- a/sys/netatm/spans/spans_print.c +++ b/sys/netatm/spans/spans_print.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_print.c,v 1.11 2005/01/07 01:45:38 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/spans/spans_proto.c b/sys/netatm/spans/spans_proto.c index 8e57e6eaa8fe..6aa1aab4b811 100644 --- a/sys/netatm/spans/spans_proto.c +++ b/sys/netatm/spans/spans_proto.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_proto.c,v 1.14 2005/01/07 01:45:38 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/spans/spans_subr.c b/sys/netatm/spans/spans_subr.c index 4b7889e2faa9..da48a14aa42d 100644 --- a/sys/netatm/spans/spans_subr.c +++ b/sys/netatm/spans/spans_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_subr.c,v 1.13 2005/01/07 01:45:38 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/spans/spans_util.c b/sys/netatm/spans/spans_util.c index 1f74255db953..05577e48910e 100644 --- a/sys/netatm/spans/spans_util.c +++ b/sys/netatm/spans/spans_util.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/spans/spans_util.c,v 1.11 2005/01/07 01:45:38 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/spans/spans_var.h b/sys/netatm/spans/spans_var.h index 7b1e2c21bdc6..19b1ddce7901 100644 --- a/sys/netatm/spans/spans_var.h +++ b/sys/netatm/spans/spans_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/spans/spans_var.h,v 1.9 2005/01/07 01:45:38 imp Exp $ * */ diff --git a/sys/netatm/spans/spans_xdr.x b/sys/netatm/spans/spans_xdr.x index ad9bfcc8c97b..39e158367633 100644 --- a/sys/netatm/spans/spans_xdr.x +++ b/sys/netatm/spans/spans_xdr.x @@ -23,7 +23,7 @@ % * Copies of this Software may be made, however, the above copyright % * notice must be reproduced on all copies. % * -% * @(#) $FreeBSD$ +% * @(#) $FreeBSD: src/sys/netatm/spans/spans_xdr.x,v 1.5 2005/01/07 01:45:38 imp Exp $ % * % */ % @@ -61,7 +61,7 @@ % */ % %#ifndef lint -%static const char RCSid[] = "@(#) $FreeBSD$"; +%static const char RCSid[] = "@(#) $FreeBSD: src/sys/netatm/spans/spans_xdr.x,v 1.5 2005/01/07 01:45:38 imp Exp $"; %#endif % #endif diff --git a/sys/netatm/uni/q2110_sigaa.c b/sys/netatm/uni/q2110_sigaa.c index 8a07532b55b6..c40e9bf136c7 100644 --- a/sys/netatm/uni/q2110_sigaa.c +++ b/sys/netatm/uni/q2110_sigaa.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/q2110_sigaa.c,v 1.11 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/q2110_sigcpcs.c b/sys/netatm/uni/q2110_sigcpcs.c index 279178b164b1..f0ff22423d35 100644 --- a/sys/netatm/uni/q2110_sigcpcs.c +++ b/sys/netatm/uni/q2110_sigcpcs.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/q2110_sigcpcs.c,v 1.12 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/q2110_subr.c b/sys/netatm/uni/q2110_subr.c index 00ab4e92f29e..b1930a5bdec3 100644 --- a/sys/netatm/uni/q2110_subr.c +++ b/sys/netatm/uni/q2110_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/q2110_subr.c,v 1.9 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/qsaal1_sigaa.c b/sys/netatm/uni/qsaal1_sigaa.c index 2a105a594341..d7e98ce26044 100644 --- a/sys/netatm/uni/qsaal1_sigaa.c +++ b/sys/netatm/uni/qsaal1_sigaa.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/qsaal1_sigaa.c,v 1.11 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/qsaal1_sigcpcs.c b/sys/netatm/uni/qsaal1_sigcpcs.c index c0ec4c925a35..930d824f4199 100644 --- a/sys/netatm/uni/qsaal1_sigcpcs.c +++ b/sys/netatm/uni/qsaal1_sigcpcs.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/qsaal1_sigcpcs.c,v 1.12 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/qsaal1_subr.c b/sys/netatm/uni/qsaal1_subr.c index 273ce82f6b9a..72b7d7eef551 100644 --- a/sys/netatm/uni/qsaal1_subr.c +++ b/sys/netatm/uni/qsaal1_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/qsaal1_subr.c,v 1.9 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscf_uni.c b/sys/netatm/uni/sscf_uni.c index 8cabd161fee9..678c13107247 100644 --- a/sys/netatm/uni/sscf_uni.c +++ b/sys/netatm/uni/sscf_uni.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscf_uni.c,v 1.22 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscf_uni.h b/sys/netatm/uni/sscf_uni.h index bdb2b26e594c..d6d49ef5315f 100644 --- a/sys/netatm/uni/sscf_uni.h +++ b/sys/netatm/uni/sscf_uni.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/sscf_uni.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/sscf_uni_lower.c b/sys/netatm/uni/sscf_uni_lower.c index 1286cea8d2e0..df75c38a849d 100644 --- a/sys/netatm/uni/sscf_uni_lower.c +++ b/sys/netatm/uni/sscf_uni_lower.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscf_uni_lower.c,v 1.13 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscf_uni_upper.c b/sys/netatm/uni/sscf_uni_upper.c index 473366a81235..33796958ffa6 100644 --- a/sys/netatm/uni/sscf_uni_upper.c +++ b/sys/netatm/uni/sscf_uni_upper.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscf_uni_upper.c,v 1.12 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscf_uni_var.h b/sys/netatm/uni/sscf_uni_var.h index 117e3adbd348..77a4869c3ad0 100644 --- a/sys/netatm/uni/sscf_uni_var.h +++ b/sys/netatm/uni/sscf_uni_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/sscf_uni_var.h,v 1.8 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/sscop.c b/sys/netatm/uni/sscop.c index 2deb9b9a9503..3608c2ffd1a8 100644 --- a/sys/netatm/uni/sscop.c +++ b/sys/netatm/uni/sscop.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscop.c,v 1.18 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscop.h b/sys/netatm/uni/sscop.h index 54e5a880d422..85748a09954d 100644 --- a/sys/netatm/uni/sscop.h +++ b/sys/netatm/uni/sscop.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/sscop.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/sscop_lower.c b/sys/netatm/uni/sscop_lower.c index 35bf7f41f659..024579808cfb 100644 --- a/sys/netatm/uni/sscop_lower.c +++ b/sys/netatm/uni/sscop_lower.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscop_lower.c,v 1.15 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscop_misc.h b/sys/netatm/uni/sscop_misc.h index fa7c14aef215..ab68eadd2e21 100644 --- a/sys/netatm/uni/sscop_misc.h +++ b/sys/netatm/uni/sscop_misc.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/sscop_misc.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/sscop_pdu.c b/sys/netatm/uni/sscop_pdu.c index 1e95fe9b7e82..36cbf7f76823 100644 --- a/sys/netatm/uni/sscop_pdu.c +++ b/sys/netatm/uni/sscop_pdu.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscop_pdu.c,v 1.14 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/sscop_pdu.h b/sys/netatm/uni/sscop_pdu.h index e039a8a8d619..5c7f07960bfd 100644 --- a/sys/netatm/uni/sscop_pdu.h +++ b/sys/netatm/uni/sscop_pdu.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/sscop_pdu.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/sscop_sigaa.c b/sys/netatm/uni/sscop_sigaa.c index 586cf052f97e..ccfe0cf53807 100644 --- a/sys/netatm/uni/sscop_sigaa.c +++ b/sys/netatm/uni/sscop_sigaa.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscop_sigaa.c,v 1.10 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscop_sigcpcs.c b/sys/netatm/uni/sscop_sigcpcs.c index 62110177b9f1..a17637dbb114 100644 --- a/sys/netatm/uni/sscop_sigcpcs.c +++ b/sys/netatm/uni/sscop_sigcpcs.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscop_sigcpcs.c,v 1.11 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscop_subr.c b/sys/netatm/uni/sscop_subr.c index 51a28d870d22..6d1636e1ff4d 100644 --- a/sys/netatm/uni/sscop_subr.c +++ b/sys/netatm/uni/sscop_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscop_subr.c,v 1.16 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscop_timer.c b/sys/netatm/uni/sscop_timer.c index 1fba36873ac3..07e877e62d65 100644 --- a/sys/netatm/uni/sscop_timer.c +++ b/sys/netatm/uni/sscop_timer.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscop_timer.c,v 1.11 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/sscop_upper.c b/sys/netatm/uni/sscop_upper.c index 3e7d0b0af74f..2417ff967f87 100644 --- a/sys/netatm/uni/sscop_upper.c +++ b/sys/netatm/uni/sscop_upper.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/sscop_upper.c,v 1.14 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/sscop_var.h b/sys/netatm/uni/sscop_var.h index a71c876be20c..9eb47a76dbe5 100644 --- a/sys/netatm/uni/sscop_var.h +++ b/sys/netatm/uni/sscop_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/sscop_var.h,v 1.9 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/uni.h b/sys/netatm/uni/uni.h index 44b0ed630ae9..b59d20921ed1 100644 --- a/sys/netatm/uni/uni.h +++ b/sys/netatm/uni/uni.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/uni.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/uni_load.c b/sys/netatm/uni/uni_load.c index feb1d7d97d2f..7b58eeeac5e0 100644 --- a/sys/netatm/uni/uni_load.c +++ b/sys/netatm/uni/uni_load.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/uni_load.c,v 1.12 2005/01/07 01:45:37 imp Exp $"); #ifndef ATM_UNI_MODULE #include "opt_atm.h" diff --git a/sys/netatm/uni/uniarp.c b/sys/netatm/uni/uniarp.c index c23a905a6e35..efcb250ee760 100644 --- a/sys/netatm/uni/uniarp.c +++ b/sys/netatm/uni/uniarp.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/uniarp.c,v 1.23 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/uniarp_cache.c b/sys/netatm/uni/uniarp_cache.c index 074b8c78fb2e..0dc61cf696b3 100644 --- a/sys/netatm/uni/uniarp_cache.c +++ b/sys/netatm/uni/uniarp_cache.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/uniarp_cache.c,v 1.15 2005/06/10 16:49:20 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/uniarp_input.c b/sys/netatm/uni/uniarp_input.c index 125d20ab1670..e8de3d6b0273 100644 --- a/sys/netatm/uni/uniarp_input.c +++ b/sys/netatm/uni/uniarp_input.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/uniarp_input.c,v 1.16 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/uniarp_output.c b/sys/netatm/uni/uniarp_output.c index ea0916907c36..3b9da9729f7a 100644 --- a/sys/netatm/uni/uniarp_output.c +++ b/sys/netatm/uni/uniarp_output.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/uniarp_output.c,v 1.10 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/uniarp_timer.c b/sys/netatm/uni/uniarp_timer.c index a5c384dfe4f8..dfe06e0ac264 100644 --- a/sys/netatm/uni/uniarp_timer.c +++ b/sys/netatm/uni/uniarp_timer.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/uniarp_timer.c,v 1.11 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/uniarp_vcm.c b/sys/netatm/uni/uniarp_vcm.c index 08cc8efeac71..5238dc94e3b8 100644 --- a/sys/netatm/uni/uniarp_vcm.c +++ b/sys/netatm/uni/uniarp_vcm.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/uniarp_vcm.c,v 1.15 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/uniip.c b/sys/netatm/uni/uniip.c index 57c072db4dc7..03566bbbd9bc 100644 --- a/sys/netatm/uni/uniip.c +++ b/sys/netatm/uni/uniip.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/uniip.c,v 1.16 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/uniip_var.h b/sys/netatm/uni/uniip_var.h index 1fcdead515c0..d5d9a10afede 100644 --- a/sys/netatm/uni/uniip_var.h +++ b/sys/netatm/uni/uniip_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/uniip_var.h,v 1.9 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/unisig.h b/sys/netatm/uni/unisig.h index 88b496b570d6..fd79efe0287d 100644 --- a/sys/netatm/uni/unisig.h +++ b/sys/netatm/uni/unisig.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/unisig.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/unisig_decode.c b/sys/netatm/uni/unisig_decode.c index e89f55116838..ed4c391611ee 100644 --- a/sys/netatm/uni/unisig_decode.c +++ b/sys/netatm/uni/unisig_decode.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_decode.c,v 1.17 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/unisig_decode.h b/sys/netatm/uni/unisig_decode.h index 9e80d4314d18..7fa871233f27 100644 --- a/sys/netatm/uni/unisig_decode.h +++ b/sys/netatm/uni/unisig_decode.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/unisig_decode.h,v 1.4 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/unisig_encode.c b/sys/netatm/uni/unisig_encode.c index 666a3ec946cd..5d95f6172590 100644 --- a/sys/netatm/uni/unisig_encode.c +++ b/sys/netatm/uni/unisig_encode.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_encode.c,v 1.14.2.1 2006/01/29 06:55:03 sam Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/unisig_if.c b/sys/netatm/uni/unisig_if.c index 7347becf7579..979bb4647067 100644 --- a/sys/netatm/uni/unisig_if.c +++ b/sys/netatm/uni/unisig_if.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_if.c,v 1.17 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/unisig_mbuf.c b/sys/netatm/uni/unisig_mbuf.c index aa5a85affe78..5379ed712332 100644 --- a/sys/netatm/uni/unisig_mbuf.c +++ b/sys/netatm/uni/unisig_mbuf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_mbuf.c,v 1.11 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/unisig_mbuf.h b/sys/netatm/uni/unisig_mbuf.h index c5bc8bfba132..7885ad3aec28 100644 --- a/sys/netatm/uni/unisig_mbuf.h +++ b/sys/netatm/uni/unisig_mbuf.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/unisig_mbuf.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/unisig_msg.c b/sys/netatm/uni/unisig_msg.c index 806102bfe9e3..9a4819ff77b3 100644 --- a/sys/netatm/uni/unisig_msg.c +++ b/sys/netatm/uni/unisig_msg.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_msg.c,v 1.17 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/unisig_msg.h b/sys/netatm/uni/unisig_msg.h index 123bdb414aa9..7fdc336ffd10 100644 --- a/sys/netatm/uni/unisig_msg.h +++ b/sys/netatm/uni/unisig_msg.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/unisig_msg.h,v 1.4 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/unisig_print.c b/sys/netatm/uni/unisig_print.c index 72d1733109f6..4b581953108f 100644 --- a/sys/netatm/uni/unisig_print.c +++ b/sys/netatm/uni/unisig_print.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_print.c,v 1.12 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/unisig_print.h b/sys/netatm/uni/unisig_print.h index 2812d03fdc07..b25605978400 100644 --- a/sys/netatm/uni/unisig_print.h +++ b/sys/netatm/uni/unisig_print.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/unisig_print.h,v 1.3 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/unisig_proto.c b/sys/netatm/uni/unisig_proto.c index 08fe235e33c3..e0c2571d6fa3 100644 --- a/sys/netatm/uni/unisig_proto.c +++ b/sys/netatm/uni/unisig_proto.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_proto.c,v 1.12 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/unisig_sigmgr_state.c b/sys/netatm/uni/unisig_sigmgr_state.c index 2d58354956b9..488143464afd 100644 --- a/sys/netatm/uni/unisig_sigmgr_state.c +++ b/sys/netatm/uni/unisig_sigmgr_state.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_sigmgr_state.c,v 1.14 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netatm/uni/unisig_subr.c b/sys/netatm/uni/unisig_subr.c index 821283b1c89f..029ee35731d9 100644 --- a/sys/netatm/uni/unisig_subr.c +++ b/sys/netatm/uni/unisig_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_subr.c,v 1.17 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/unisig_util.c b/sys/netatm/uni/unisig_util.c index 6bb23ccd765f..693f15c85f4f 100644 --- a/sys/netatm/uni/unisig_util.c +++ b/sys/netatm/uni/unisig_util.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_util.c,v 1.12 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netatm/uni/unisig_var.h b/sys/netatm/uni/unisig_var.h index ae6c2fefd7f5..d18721ad6f40 100644 --- a/sys/netatm/uni/unisig_var.h +++ b/sys/netatm/uni/unisig_var.h @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $FreeBSD$ + * @(#) $FreeBSD: src/sys/netatm/uni/unisig_var.h,v 1.9 2005/01/07 01:45:37 imp Exp $ * */ diff --git a/sys/netatm/uni/unisig_vc_state.c b/sys/netatm/uni/unisig_vc_state.c index 1c63b074d7cc..3252bc5e168f 100644 --- a/sys/netatm/uni/unisig_vc_state.c +++ b/sys/netatm/uni/unisig_vc_state.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netatm/uni/unisig_vc_state.c,v 1.17 2005/01/07 01:45:37 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/NOTES b/sys/netgraph/NOTES index 0ddc02f5a663..2050cc41511f 100644 --- a/sys/netgraph/NOTES +++ b/sys/netgraph/NOTES @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/netgraph/NOTES,v 1.2 2001/01/06 00:46:46 julian Exp $ Development ideas.. Archie's suggestions... :-) diff --git a/sys/netgraph/atm/atmpif/ng_atmpif.c b/sys/netgraph/atm/atmpif/ng_atmpif.c index 23e39b92fac5..f48c1df9c247 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif.c +++ b/sys/netgraph/atm/atmpif/ng_atmpif.c @@ -33,7 +33,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/atmpif/ng_atmpif.c,v 1.3 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/atmpif/ng_atmpif_harp.c b/sys/netgraph/atm/atmpif/ng_atmpif_harp.c index aa3136503b1b..6440098fd4df 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif_harp.c +++ b/sys/netgraph/atm/atmpif/ng_atmpif_harp.c @@ -33,7 +33,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/atmpif/ng_atmpif_harp.c,v 1.4 2005/06/10 16:49:21 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/atmpif/ng_atmpif_var.h b/sys/netgraph/atm/atmpif/ng_atmpif_var.h index 515eb4e3a4d0..ceb97c08d39d 100644 --- a/sys/netgraph/atm/atmpif/ng_atmpif_var.h +++ b/sys/netgraph/atm/atmpif/ng_atmpif_var.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/netgraph/atm/atmpif/ng_atmpif_var.h,v 1.2 2005/01/07 01:45:41 imp Exp $ */ /* diff --git a/sys/netgraph/atm/ccatm/ng_ccatm.c b/sys/netgraph/atm/ccatm/ng_ccatm.c index f2e2b870aac6..be0871a6c0f7 100644 --- a/sys/netgraph/atm/ccatm/ng_ccatm.c +++ b/sys/netgraph/atm/ccatm/ng_ccatm.c @@ -30,13 +30,13 @@ * 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/netgraph/atm/ccatm/ng_ccatm.c,v 1.2 2005/01/07 01:45:41 imp Exp $ * * ATM call control and API */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/ccatm/ng_ccatm.c,v 1.2 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/ccatm/ng_ccatm_cust.h b/sys/netgraph/atm/ccatm/ng_ccatm_cust.h index 305f2f967704..0749a94998e9 100644 --- a/sys/netgraph/atm/ccatm/ng_ccatm_cust.h +++ b/sys/netgraph/atm/ccatm/ng_ccatm_cust.h @@ -28,7 +28,7 @@ * * Customisation of call control source to the NG environment. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ccatm/ng_ccatm_cust.h,v 1.2 2005/01/07 01:45:41 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/atm/ng_atm.c b/sys/netgraph/atm/ng_atm.c index 65364cc0a6e6..fa012b474066 100644 --- a/sys/netgraph/atm/ng_atm.c +++ b/sys/netgraph/atm/ng_atm.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/ng_atm.c,v 1.14 2005/06/10 16:49:21 brooks Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/ng_atm.h b/sys/netgraph/atm/ng_atm.h index 6b42d721c4cd..4b40657ada51 100644 --- a/sys/netgraph/atm/ng_atm.h +++ b/sys/netgraph/atm/ng_atm.h @@ -30,7 +30,7 @@ /* * Netgraph module to connect NATM interfaces to netgraph. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ng_atm.h,v 1.5 2005/01/07 01:45:40 imp Exp $ */ #ifndef _NETGRAPH_ATM_NG_ATM_H_ #define _NETGRAPH_ATM_NG_ATM_H_ diff --git a/sys/netgraph/atm/ng_atmpif.h b/sys/netgraph/atm/ng_atmpif.h index bc41ad5de927..70fb2114be5e 100644 --- a/sys/netgraph/atm/ng_atmpif.h +++ b/sys/netgraph/atm/ng_atmpif.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/netgraph/atm/ng_atmpif.h,v 1.2 2005/01/07 01:45:40 imp Exp $ */ #ifndef _NETGRAPH_ATM_NG_ATMPIF_H_ diff --git a/sys/netgraph/atm/ng_ccatm.h b/sys/netgraph/atm/ng_ccatm.h index 9e1eb66887f6..b0ab97a59f40 100644 --- a/sys/netgraph/atm/ng_ccatm.h +++ b/sys/netgraph/atm/ng_ccatm.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ng_ccatm.h,v 1.2 2005/01/07 01:45:40 imp Exp $ */ /* diff --git a/sys/netgraph/atm/ng_sscfu.h b/sys/netgraph/atm/ng_sscfu.h index a59c98ddc742..5a8950a70d26 100644 --- a/sys/netgraph/atm/ng_sscfu.h +++ b/sys/netgraph/atm/ng_sscfu.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/netgraph/atm/ng_sscfu.h,v 1.2 2005/01/07 01:45:40 imp Exp $ * * Netgraph module for ITU-T Q.2120 UNI SSCF. */ diff --git a/sys/netgraph/atm/ng_sscop.h b/sys/netgraph/atm/ng_sscop.h index 2f1e38ce30ee..b4b2b3e6addc 100644 --- a/sys/netgraph/atm/ng_sscop.h +++ b/sys/netgraph/atm/ng_sscop.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/netgraph/atm/ng_sscop.h,v 1.3 2005/01/07 01:45:40 imp Exp $ * * Netgraph module for Q.2110 SSCOP */ diff --git a/sys/netgraph/atm/ng_uni.h b/sys/netgraph/atm/ng_uni.h index b2f6af0ec365..b2dc2c5c332e 100644 --- a/sys/netgraph/atm/ng_uni.h +++ b/sys/netgraph/atm/ng_uni.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/netgraph/atm/ng_uni.h,v 1.2 2005/01/07 01:45:40 imp Exp $ * * Netgraph module for UNI 4.0 */ diff --git a/sys/netgraph/atm/ngatmbase.c b/sys/netgraph/atm/ngatmbase.c index ecb23e63d6a4..47fa5bf71f63 100644 --- a/sys/netgraph/atm/ngatmbase.c +++ b/sys/netgraph/atm/ngatmbase.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/ngatmbase.c,v 1.3 2005/01/07 01:45:40 imp Exp $"); #include <sys/param.h> #include <sys/module.h> diff --git a/sys/netgraph/atm/ngatmbase.h b/sys/netgraph/atm/ngatmbase.h index 910dd03c0847..126cb0b0ec36 100644 --- a/sys/netgraph/atm/ngatmbase.h +++ b/sys/netgraph/atm/ngatmbase.h @@ -27,7 +27,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/ngatmbase.h,v 1.3 2005/01/07 01:45:40 imp Exp $ * * In-kernel UNI stack message functions. */ diff --git a/sys/netgraph/atm/sscfu/ng_sscfu.c b/sys/netgraph/atm/sscfu/ng_sscfu.c index 47413b59d81c..1cf1f5d51b41 100644 --- a/sys/netgraph/atm/sscfu/ng_sscfu.c +++ b/sys/netgraph/atm/sscfu/ng_sscfu.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/sscfu/ng_sscfu.c,v 1.4 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/sscfu/ng_sscfu_cust.h b/sys/netgraph/atm/sscfu/ng_sscfu_cust.h index b700c1b37d5c..4605ad53f36a 100644 --- a/sys/netgraph/atm/sscfu/ng_sscfu_cust.h +++ b/sys/netgraph/atm/sscfu/ng_sscfu_cust.h @@ -28,7 +28,7 @@ * * Customisation of the SSCFU code to ng_sscfu. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/sscfu/ng_sscfu_cust.h,v 1.2 2005/01/07 01:45:41 imp Exp $ */ #include <sys/param.h> #include <sys/types.h> diff --git a/sys/netgraph/atm/sscop/ng_sscop.c b/sys/netgraph/atm/sscop/ng_sscop.c index cb9752173194..802e23ff5ceb 100644 --- a/sys/netgraph/atm/sscop/ng_sscop.c +++ b/sys/netgraph/atm/sscop/ng_sscop.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/sscop/ng_sscop.c,v 1.3 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/sscop/ng_sscop_cust.h b/sys/netgraph/atm/sscop/ng_sscop_cust.h index a1d839aa4156..d8f073b41d30 100644 --- a/sys/netgraph/atm/sscop/ng_sscop_cust.h +++ b/sys/netgraph/atm/sscop/ng_sscop_cust.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/netgraph/atm/sscop/ng_sscop_cust.h,v 1.5 2005/01/07 01:45:41 imp Exp $ * * Customisation of the SSCOP code to ng_sscop. */ diff --git a/sys/netgraph/atm/uni/ng_uni.c b/sys/netgraph/atm/uni/ng_uni.c index 915b53b07373..2f87489f9c85 100644 --- a/sys/netgraph/atm/uni/ng_uni.c +++ b/sys/netgraph/atm/uni/ng_uni.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/atm/uni/ng_uni.c,v 1.4 2005/01/07 01:45:41 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/atm/uni/ng_uni_cust.h b/sys/netgraph/atm/uni/ng_uni_cust.h index c2f23256312e..9f3d9a1be2a0 100644 --- a/sys/netgraph/atm/uni/ng_uni_cust.h +++ b/sys/netgraph/atm/uni/ng_uni_cust.h @@ -28,7 +28,7 @@ * * Customisation of signalling source to the NG environment. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/atm/uni/ng_uni_cust.h,v 1.5 2005/01/07 01:45:41 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/common/ng_bluetooth.c b/sys/netgraph/bluetooth/common/ng_bluetooth.c index 108e96bc1a70..e54a65d33f80 100644 --- a/sys/netgraph/bluetooth/common/ng_bluetooth.c +++ b/sys/netgraph/bluetooth/common/ng_bluetooth.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_bluetooth.c,v 1.3 2003/04/26 22:37:31 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/common/ng_bluetooth.c,v 1.6 2005/04/08 05:13:53 peter Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c index c13e548ac988..044a4a59b481 100644 --- a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c +++ b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_bt3c_pccard.c,v 1.5 2003/04/01 18:15:21 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_pccard.c,v 1.12.2.2 2006/07/14 17:11:59 emax Exp $ * * XXX XXX XX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX * diff --git a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h index 0496ac204c7f..f844b947044f 100644 --- a/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h +++ b/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_bt3c_var.h,v 1.1 2002/11/24 19:46:54 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/drivers/bt3c/ng_bt3c_var.h,v 1.3.2.1 2006/07/14 17:11:59 emax Exp $ * * XXX XXX XX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX * diff --git a/sys/netgraph/bluetooth/drivers/h4/TODO b/sys/netgraph/bluetooth/drivers/h4/TODO index d1066590b468..66802bcaa593 100644 --- a/sys/netgraph/bluetooth/drivers/h4/TODO +++ b/sys/netgraph/bluetooth/drivers/h4/TODO @@ -1,5 +1,5 @@ $Id: TODO,v 1.1 2002/11/24 19:46:55 max Exp $ -$FreeBSD$ +$FreeBSD: src/sys/netgraph/bluetooth/drivers/h4/TODO,v 1.2 2003/05/10 21:44:39 julian Exp $ FIXME/TODO list diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c index b84244fe7e9b..25034472cb06 100644 --- a/sys/netgraph/bluetooth/drivers/h4/ng_h4.c +++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_h4.c,v 1.7 2004/08/23 18:08:15 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/drivers/h4/ng_h4.c,v 1.13 2005/01/11 11:55:56 glebius Exp $ * * Based on: * --------- diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h b/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h index 0feda482e6d0..341b4db3c9c6 100644 --- a/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h +++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_h4_prse.h,v 1.1 2002/11/24 19:46:55 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/drivers/h4/ng_h4_prse.h,v 1.4 2005/01/07 01:45:42 imp Exp $ */ /*************************************************************************** diff --git a/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h b/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h index d0cba3d1173f..7e2f0da83f09 100644 --- a/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h +++ b/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_h4_var.h,v 1.1 2002/11/24 19:46:55 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/drivers/h4/ng_h4_var.h,v 1.5 2005/01/11 11:55:56 glebius Exp $ * * Based on: * --------- diff --git a/sys/netgraph/bluetooth/drivers/ubt/TODO b/sys/netgraph/bluetooth/drivers/ubt/TODO index 90f9d1db5094..608c3b0a099f 100644 --- a/sys/netgraph/bluetooth/drivers/ubt/TODO +++ b/sys/netgraph/bluetooth/drivers/ubt/TODO @@ -1,5 +1,5 @@ $Id: TODO,v 1.1 2002/11/24 19:46:56 max Exp $ -$FreeBSD$ +$FreeBSD: src/sys/netgraph/bluetooth/drivers/ubt/TODO,v 1.2 2003/05/10 21:44:39 julian Exp $ 1) SMP/Locking diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c index 089ae72e8cd1..5432d78b0daf 100644 --- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c +++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_ubt.c,v 1.16 2003/10/10 19:15:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c,v 1.23.2.1 2005/07/25 16:22:38 emax Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h index b136a8ed00a9..a18101c138e6 100644 --- a/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h +++ b/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_ubt_var.h,v 1.2 2003/03/22 23:44:36 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/drivers/ubt/ng_ubt_var.h,v 1.5 2005/01/07 01:45:42 imp Exp $ */ #ifndef _NG_UBT_VAR_H_ diff --git a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c index 26f47cd7032f..270da4055207 100644 --- a/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c +++ b/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ubtbcmfw.c,v 1.3 2003/10/10 19:15:08 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c,v 1.10 2005/01/07 01:45:42 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/TODO b/sys/netgraph/bluetooth/hci/TODO index 6f66d7b84d0f..0cc8f74184c3 100644 --- a/sys/netgraph/bluetooth/hci/TODO +++ b/sys/netgraph/bluetooth/hci/TODO @@ -1,5 +1,5 @@ $Id: TODO,v 1.2 2003/04/26 22:36:29 max Exp $ -$FreeBSD$ +$FreeBSD: src/sys/netgraph/bluetooth/hci/TODO,v 1.2 2003/05/10 21:44:40 julian Exp $ FIXME/TODO list diff --git a/sys/netgraph/bluetooth/hci/ng_hci_cmds.c b/sys/netgraph/bluetooth/hci/ng_hci_cmds.c index 8d630a272b84..aa31c007fad7 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_cmds.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_cmds.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_cmds.c,v 1.4 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_cmds.c,v 1.7 2005/01/07 01:45:43 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_cmds.h b/sys/netgraph/bluetooth/hci/ng_hci_cmds.h index 9addd14f8ae2..f802aaca2aae 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_cmds.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_cmds.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_cmds.h,v 1.1 2002/11/24 19:46:58 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_cmds.h,v 1.4 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_HCI_CMDS_H_ diff --git a/sys/netgraph/bluetooth/hci/ng_hci_evnt.c b/sys/netgraph/bluetooth/hci/ng_hci_evnt.c index a4cc9ba45470..6cab3eaf73b4 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_evnt.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_evnt.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_evnt.c,v 1.6 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_evnt.c,v 1.8 2005/01/07 01:45:43 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_evnt.h b/sys/netgraph/bluetooth/hci/ng_hci_evnt.h index d89cfd51bab8..e6949f6ea19a 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_evnt.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_evnt.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_evnt.h,v 1.1 2002/11/24 19:46:58 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_evnt.h,v 1.4 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_HCI_EVNT_H_ diff --git a/sys/netgraph/bluetooth/hci/ng_hci_main.c b/sys/netgraph/bluetooth/hci/ng_hci_main.c index 7ea23c8dfeaf..c7eb336a1cc6 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_main.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_main.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_main.c,v 1.2 2003/03/18 00:09:36 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_main.c,v 1.6 2005/01/07 01:45:43 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_misc.c b/sys/netgraph/bluetooth/hci/ng_hci_misc.c index d7a185c71874..c4b6caf70b68 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_misc.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_misc.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_misc.c,v 1.5 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_misc.c,v 1.10 2005/01/07 01:45:43 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_misc.h b/sys/netgraph/bluetooth/hci/ng_hci_misc.h index 59e8a3bd7220..7861b915fe43 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_misc.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_misc.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_misc.h,v 1.3 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_misc.h,v 1.5 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_HCI_MISC_H_ diff --git a/sys/netgraph/bluetooth/hci/ng_hci_prse.h b/sys/netgraph/bluetooth/hci/ng_hci_prse.h index fb4e8fa13a03..5856f171e483 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_prse.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_prse.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_prse.h,v 1.2 2003/03/18 00:09:36 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_prse.h,v 1.4 2005/01/07 01:45:43 imp Exp $ */ /*************************************************************************** diff --git a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c index 311bd4f782f6..1da18d4f6a41 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c +++ b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_ulpi.c,v 1.7 2003/09/08 18:57:51 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_ulpi.c,v 1.8 2005/01/07 01:45:43 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h index ced697e45e66..e3bfb4481b03 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_ulpi.h,v 1.2 2003/04/26 22:35:21 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_ulpi.h,v 1.3 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_HCI_ULPI_H_ diff --git a/sys/netgraph/bluetooth/hci/ng_hci_var.h b/sys/netgraph/bluetooth/hci/ng_hci_var.h index bce4a25258db..8df13a8cd816 100644 --- a/sys/netgraph/bluetooth/hci/ng_hci_var.h +++ b/sys/netgraph/bluetooth/hci/ng_hci_var.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci_var.h,v 1.3 2003/04/26 22:35:21 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/hci/ng_hci_var.h,v 1.6 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_HCI_VAR_H_ diff --git a/sys/netgraph/bluetooth/include/ng_bluetooth.h b/sys/netgraph/bluetooth/include/ng_bluetooth.h index c0da3b9fd32f..d195aa6f3b3b 100644 --- a/sys/netgraph/bluetooth/include/ng_bluetooth.h +++ b/sys/netgraph/bluetooth/include/ng_bluetooth.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_bluetooth.h,v 1.4 2003/04/26 22:32:34 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_bluetooth.h,v 1.4 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_BLUETOOTH_H_ diff --git a/sys/netgraph/bluetooth/include/ng_bt3c.h b/sys/netgraph/bluetooth/include/ng_bt3c.h index 49e0ed17d170..0cf5d5d9b010 100644 --- a/sys/netgraph/bluetooth/include/ng_bt3c.h +++ b/sys/netgraph/bluetooth/include/ng_bt3c.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_bt3c.h,v 1.1 2002/11/24 19:47:05 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_bt3c.h,v 1.4 2005/01/07 01:45:43 imp Exp $ * * XXX XXX XX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX XXX * diff --git a/sys/netgraph/bluetooth/include/ng_btsocket.h b/sys/netgraph/bluetooth/include/ng_btsocket.h index 7dc309a94378..517fa2fc10c5 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket.h,v 1.8 2003/04/26 22:32:10 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_btsocket.h,v 1.7.2.1 2006/05/24 00:51:22 emax Exp $ */ #ifndef _NETGRAPH_BTSOCKET_H_ diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h b/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h index 95b5b3f91688..bbd5e74382d9 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_hci_raw.h,v 1.3 2003/03/25 23:53:32 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h,v 1.4 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_BTSOCKET_HCI_RAW_H_ diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h b/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h index ff04ce2aaf1a..70538f5364fb 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_l2cap.h,v 1.4 2003/03/25 23:53:33 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h,v 1.4 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_BTSOCKET_L2CAP_H_ diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h b/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h index 4dd1b8282588..75fff084c8c0 100644 --- a/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h +++ b/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_rfcomm.h,v 1.10 2003/03/29 22:27:42 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h,v 1.4 2005/01/11 01:39:53 emax Exp $ */ #ifndef _NETGRAPH_BTSOCKET_RFCOMM_H_ diff --git a/sys/netgraph/bluetooth/include/ng_h4.h b/sys/netgraph/bluetooth/include/ng_h4.h index 753c297419e9..a8a8fdcdb859 100644 --- a/sys/netgraph/bluetooth/include/ng_h4.h +++ b/sys/netgraph/bluetooth/include/ng_h4.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_h4.h,v 1.1 2002/11/24 19:47:05 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_h4.h,v 1.5 2005/01/07 01:45:43 imp Exp $ * * Based on: * --------- diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h index 5cdfd5cea53a..6a467d61ae30 100644 --- a/sys/netgraph/bluetooth/include/ng_hci.h +++ b/sys/netgraph/bluetooth/include/ng_hci.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_hci.h,v 1.2 2003/03/18 00:09:37 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_hci.h,v 1.6.2.1 2006/05/24 00:51:22 emax Exp $ */ /* diff --git a/sys/netgraph/bluetooth/include/ng_l2cap.h b/sys/netgraph/bluetooth/include/ng_l2cap.h index f57b5cbe3d20..bbd0d1c10745 100644 --- a/sys/netgraph/bluetooth/include/ng_l2cap.h +++ b/sys/netgraph/bluetooth/include/ng_l2cap.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap.h,v 1.2 2003/04/27 00:52:26 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_l2cap.h,v 1.3.2.1 2005/09/03 03:34:23 emax Exp $ */ /* diff --git a/sys/netgraph/bluetooth/include/ng_ubt.h b/sys/netgraph/bluetooth/include/ng_ubt.h index 94b209729bfd..0233f0858747 100644 --- a/sys/netgraph/bluetooth/include/ng_ubt.h +++ b/sys/netgraph/bluetooth/include/ng_ubt.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_ubt.h,v 1.6 2003/04/13 21:34:42 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/include/ng_ubt.h,v 1.3 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NG_UBT_H_ diff --git a/sys/netgraph/bluetooth/l2cap/TODO b/sys/netgraph/bluetooth/l2cap/TODO index 7c7bb27c59aa..0d7aa2971639 100644 --- a/sys/netgraph/bluetooth/l2cap/TODO +++ b/sys/netgraph/bluetooth/l2cap/TODO @@ -1,5 +1,5 @@ $Id: TODO,v 1.1 2002/11/24 19:47:06 max Exp $ -$FreeBSD$ +$FreeBSD: src/sys/netgraph/bluetooth/l2cap/TODO,v 1.2 2003/05/10 21:44:41 julian Exp $ FIXME/TODO list diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c index 2e0efe392ef8..9cd176593fd8 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_cmds.c,v 1.2 2003/09/08 19:11:45 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.c,v 1.5.2.1 2005/09/03 03:34:23 emax Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h index 1831b84d0a6e..5c4f126d0946 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_cmds.h,v 1.4 2003/04/01 18:15:26 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_cmds.h,v 1.5 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_L2CAP_CMDS_H_ diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c index 9d5268e89cf4..2a79976fbc24 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_evnt.c,v 1.5 2003/09/08 19:11:45 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.c,v 1.8 2005/01/07 01:45:43 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h index 227b9c6a99a9..d4cd0c93e993 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_evnt.h,v 1.1 2002/11/24 19:47:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_evnt.h,v 1.3 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_L2CAP_EVNT_H_ diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c index b2df2a7e013e..94af8282b6b3 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_llpi.c,v 1.5 2003/09/08 19:11:45 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c,v 1.8.2.1 2005/07/29 16:42:42 emax Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h index 919a0aa44438..a630bd419319 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_llpi.h,v 1.2 2003/04/28 21:44:59 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.h,v 1.3 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_L2CAP_LLPI_H_ diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c index 7d5b300ee374..47905a8c3e48 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_main.c,v 1.2 2003/04/28 21:44:59 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_main.c,v 1.5 2005/01/07 01:45:43 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c index 635298a4e3d3..d080e37e86fd 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_misc.c,v 1.5 2003/09/08 19:11:45 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.c,v 1.10.2.1 2005/09/03 03:34:23 emax Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h index ad97107e04c2..d5b96d7b6f7c 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_misc.h,v 1.3 2003/09/08 19:11:45 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_misc.h,v 1.5.2.1 2005/09/03 03:34:23 emax Exp $ */ #ifndef _NETGRAPH_L2CAP_MISC_H_ diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h index e2ec854e592b..bc2dba3666bb 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_prse.h,v 1.2 2003/04/28 21:44:59 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_prse.h,v 1.4 2005/01/07 01:45:43 imp Exp $ */ /*************************************************************************** diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c b/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c index 8a8e31d4225d..ce2d93c6ef89 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_ulpi.c,v 1.1 2002/11/24 19:47:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.c,v 1.5 2005/01/07 01:45:43 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h index 8a7679a1de44..4e9380c65072 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_ulpi.h,v 1.1 2002/11/24 19:47:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_ulpi.h,v 1.3 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_L2CAP_ULPI_H_ diff --git a/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h b/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h index 218849219e8a..2a93b9adc5df 100644 --- a/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h +++ b/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_l2cap_var.h,v 1.2 2003/04/28 21:44:59 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/l2cap/ng_l2cap_var.h,v 1.6 2005/01/07 01:45:43 imp Exp $ */ #ifndef _NETGRAPH_L2CAP_VAR_H_ diff --git a/sys/netgraph/bluetooth/socket/TODO b/sys/netgraph/bluetooth/socket/TODO index c1aa3b2d476d..b40b7dcee86a 100644 --- a/sys/netgraph/bluetooth/socket/TODO +++ b/sys/netgraph/bluetooth/socket/TODO @@ -1,5 +1,5 @@ $Id: TODO,v 1.1 2002/11/24 19:47:07 max Exp $ -$FreeBSD$ +$FreeBSD: src/sys/netgraph/bluetooth/socket/TODO,v 1.2 2003/05/10 21:44:41 julian Exp $ FIXME/TODO list diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket.c b/sys/netgraph/bluetooth/socket/ng_btsocket.c index 16b9a208e3d8..cb01e5e8b684 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket.c,v 1.4 2003/09/14 23:29:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/socket/ng_btsocket.c,v 1.11.2.1 2005/11/16 10:31:22 ru Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c index c4a38f81db79..51d18063c088 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_hci_raw.c,v 1.14 2003/09/14 23:29:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/socket/ng_btsocket_hci_raw.c,v 1.17.2.2 2006/05/24 00:51:22 emax Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c index 1a25fb38db52..5f45730fceca 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_l2cap.c,v 1.16 2003/09/14 23:29:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c,v 1.16 2005/02/21 21:58:16 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c index bd6ce171a255..86f51847db08 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_l2cap_raw.c,v 1.12 2003/09/14 23:29:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap_raw.c,v 1.14.2.2 2005/08/29 17:00:54 emax Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c b/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c index 547172596e0e..a9e61d783ff3 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: ng_btsocket_rfcomm.c,v 1.28 2003/09/14 23:29:06 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c,v 1.17.2.1 2006/08/28 16:44:06 emax Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/netflow/netflow.c b/sys/netgraph/netflow/netflow.c index c4c91272d976..0a27ca961791 100644 --- a/sys/netgraph/netflow/netflow.c +++ b/sys/netgraph/netflow/netflow.c @@ -28,7 +28,7 @@ */ static const char rcs_id[] = - "@(#) $FreeBSD$"; + "@(#) $FreeBSD: src/sys/netgraph/netflow/netflow.c,v 1.15.2.3 2006/05/01 20:06:51 maxim Exp $"; #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/netgraph/netflow/netflow.h b/sys/netgraph/netflow/netflow.h index ef709bc8aded..594758e58291 100644 --- a/sys/netgraph/netflow/netflow.h +++ b/sys/netgraph/netflow/netflow.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * $SourceForge: netflow.h,v 1.8 2004/09/16 17:05:11 glebius Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/netflow/netflow.h,v 1.3.2.1 2006/05/01 20:06:51 maxim Exp $ */ /* netflow timeouts in seconds */ diff --git a/sys/netgraph/netflow/ng_netflow.c b/sys/netgraph/netflow/ng_netflow.c index df5caa391dc9..a5dff0a65777 100644 --- a/sys/netgraph/netflow/ng_netflow.c +++ b/sys/netgraph/netflow/ng_netflow.c @@ -28,7 +28,7 @@ */ static const char rcs_id[] = - "@(#) $FreeBSD$"; + "@(#) $FreeBSD: src/sys/netgraph/netflow/ng_netflow.c,v 1.9.2.3 2006/01/21 10:11:01 glebius Exp $"; #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/netflow/ng_netflow.h b/sys/netgraph/netflow/ng_netflow.h index 72b75db085b6..fc4f267b31bb 100644 --- a/sys/netgraph/netflow/ng_netflow.h +++ b/sys/netgraph/netflow/ng_netflow.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $SourceForge: ng_netflow.h,v 1.26 2004/09/04 15:44:55 glebius Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/netflow/ng_netflow.h,v 1.7.2.2 2006/02/16 12:37:14 glebius Exp $ */ #ifndef _NG_NETFLOW_H_ diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h index fdf78c9d7556..06061f3e6305 100644 --- a/sys/netgraph/netgraph.h +++ b/sys/netgraph/netgraph.h @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/netgraph.h,v 1.55.2.8 2006/10/28 18:17:09 glebius Exp $ * $Whistle: netgraph.h,v 1.29 1999/11/01 07:56:13 julian Exp $ */ diff --git a/sys/netgraph/ng_UI.c b/sys/netgraph/ng_UI.c index 4755eb34292d..ee0c169f6f81 100644 --- a/sys/netgraph/ng_UI.c +++ b/sys/netgraph/ng_UI.c @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_UI.c,v 1.20 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_UI.c,v 1.14 1999/11/01 09:24:51 julian Exp $ */ diff --git a/sys/netgraph/ng_UI.h b/sys/netgraph/ng_UI.h index 216570aaf1dc..f9250501672e 100644 --- a/sys/netgraph/ng_UI.h +++ b/sys/netgraph/ng_UI.h @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_UI.h,v 1.5 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_UI.h,v 1.6 1999/01/20 00:54:15 archie Exp $ */ diff --git a/sys/netgraph/ng_async.c b/sys/netgraph/ng_async.c index 6cb534508f9f..2a27fecd4ab2 100644 --- a/sys/netgraph/ng_async.c +++ b/sys/netgraph/ng_async.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_async.c,v 1.22 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_async.c,v 1.17 1999/11/01 09:24:51 julian Exp $ */ diff --git a/sys/netgraph/ng_async.h b/sys/netgraph/ng_async.h index 4eb9fb5315d9..b0ea22da1dc5 100644 --- a/sys/netgraph/ng_async.h +++ b/sys/netgraph/ng_async.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_async.h,v 1.11 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_async.h,v 1.5 1999/01/25 01:17:14 archie Exp $ */ diff --git a/sys/netgraph/ng_atmllc.c b/sys/netgraph/ng_atmllc.c index 64bf8c3f5c25..9aa0d0cfd86e 100644 --- a/sys/netgraph/ng_atmllc.c +++ b/sys/netgraph/ng_atmllc.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/netgraph/ng_atmllc.c,v 1.3 2005/01/07 01:45:39 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/ng_atmllc.h b/sys/netgraph/ng_atmllc.h index e2b35bdb8e3c..f9d009a3e791 100644 --- a/sys/netgraph/ng_atmllc.h +++ b/sys/netgraph/ng_atmllc.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/netgraph/ng_atmllc.h,v 1.2 2005/01/07 01:45:39 imp Exp $ */ #ifndef _NETGRAPH_ATMLLC_H_ diff --git a/sys/netgraph/ng_base.c b/sys/netgraph/ng_base.c index 64513341569a..8f1429f59212 100644 --- a/sys/netgraph/ng_base.c +++ b/sys/netgraph/ng_base.c @@ -38,7 +38,7 @@ * Authors: Julian Elischer <julian@freebsd.org> * Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_base.c,v 1.102.2.10 2006/10/13 08:09:44 glebius Exp $ * $Whistle: ng_base.c,v 1.39 1999/01/28 23:54:53 julian Exp $ */ diff --git a/sys/netgraph/ng_bpf.c b/sys/netgraph/ng_bpf.c index ff3e76f2db70..9d224880dd0a 100644 --- a/sys/netgraph/ng_bpf.c +++ b/sys/netgraph/ng_bpf.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_bpf.c,v 1.19 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_bpf.c,v 1.3 1999/12/03 20:30:23 archie Exp $ */ diff --git a/sys/netgraph/ng_bpf.h b/sys/netgraph/ng_bpf.h index 8d1eb8b63d4b..540b4af870d2 100644 --- a/sys/netgraph/ng_bpf.h +++ b/sys/netgraph/ng_bpf.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_bpf.h,v 1.11 2005/02/12 18:10:26 ru Exp $ * $Whistle: ng_bpf.h,v 1.3 1999/12/03 20:30:23 archie Exp $ */ diff --git a/sys/netgraph/ng_bridge.c b/sys/netgraph/ng_bridge.c index bc36172415a4..befd97eca0ce 100644 --- a/sys/netgraph/ng_bridge.c +++ b/sys/netgraph/ng_bridge.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_bridge.c,v 1.31 2005/02/09 15:14:44 ru Exp $ */ /* diff --git a/sys/netgraph/ng_bridge.h b/sys/netgraph/ng_bridge.h index 0524a96cb36f..180c3a526af7 100644 --- a/sys/netgraph/ng_bridge.h +++ b/sys/netgraph/ng_bridge.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_bridge.h,v 1.3.2.1 2005/11/16 10:08:02 ru Exp $ */ #ifndef _NETGRAPH_NG_BRIDGE_H_ diff --git a/sys/netgraph/ng_cisco.c b/sys/netgraph/ng_cisco.c index e6b7539ecd15..b682610f0582 100644 --- a/sys/netgraph/ng_cisco.c +++ b/sys/netgraph/ng_cisco.c @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_cisco.c,v 1.28 2005/04/13 14:03:28 glebius Exp $ * $Whistle: ng_cisco.c,v 1.25 1999/11/01 09:24:51 julian Exp $ */ diff --git a/sys/netgraph/ng_cisco.h b/sys/netgraph/ng_cisco.h index e6ed9a212460..ac916ad83d4f 100644 --- a/sys/netgraph/ng_cisco.h +++ b/sys/netgraph/ng_cisco.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_cisco.h,v 1.8 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_cisco.h,v 1.6 1999/01/25 01:21:48 archie Exp $ */ diff --git a/sys/netgraph/ng_device.c b/sys/netgraph/ng_device.c index 9439a574f209..72476aba2dff 100644 --- a/sys/netgraph/ng_device.c +++ b/sys/netgraph/ng_device.c @@ -27,7 +27,7 @@ * This node presents a /dev/ngd%d device that interfaces to an other * netgraph node. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_device.c,v 1.21 2005/05/04 18:55:02 emax Exp $ * */ diff --git a/sys/netgraph/ng_device.h b/sys/netgraph/ng_device.h index b718fc07f2ad..f7b2ccdf92ac 100644 --- a/sys/netgraph/ng_device.h +++ b/sys/netgraph/ng_device.h @@ -22,7 +22,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_device.h,v 1.5 2005/01/07 01:45:39 imp Exp $ * */ diff --git a/sys/netgraph/ng_echo.c b/sys/netgraph/ng_echo.c index e9daf5eda958..ee42955c61c4 100644 --- a/sys/netgraph/ng_echo.c +++ b/sys/netgraph/ng_echo.c @@ -37,7 +37,7 @@ * * Author: Julian Elisher <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_echo.c,v 1.13 2005/04/15 10:14:00 glebius Exp $ * $Whistle: ng_echo.c,v 1.13 1999/11/01 09:24:51 julian Exp $ */ diff --git a/sys/netgraph/ng_echo.h b/sys/netgraph/ng_echo.h index adb4e7cf67a8..483245be3171 100644 --- a/sys/netgraph/ng_echo.h +++ b/sys/netgraph/ng_echo.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_echo.h,v 1.4 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_echo.h,v 1.3 1999/01/20 00:22:12 archie Exp $ */ diff --git a/sys/netgraph/ng_eiface.c b/sys/netgraph/ng_eiface.c index bef1c2672046..7212fb64d2e4 100644 --- a/sys/netgraph/ng_eiface.c +++ b/sys/netgraph/ng_eiface.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_eiface.c,v 1.32.2.5 2006/09/18 15:34:12 ru Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/ng_eiface.h b/sys/netgraph/ng_eiface.h index db07a55028ef..e670d9826c06 100644 --- a/sys/netgraph/ng_eiface.h +++ b/sys/netgraph/ng_eiface.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_eiface.h,v 1.9 2005/02/03 11:52:42 ru Exp $ */ #ifndef _NETGRAPH_NG_EIFACE_H_ diff --git a/sys/netgraph/ng_etf.c b/sys/netgraph/ng_etf.c index 11a0d96611b6..5a01d67ecbd2 100644 --- a/sys/netgraph/ng_etf.c +++ b/sys/netgraph/ng_etf.c @@ -30,7 +30,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_etf.c,v 1.9 2005/03/14 20:49:48 glebius Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/ng_etf.h b/sys/netgraph/ng_etf.h index 9cc87c2fa284..3ae8441ff6f6 100644 --- a/sys/netgraph/ng_etf.h +++ b/sys/netgraph/ng_etf.h @@ -30,7 +30,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_etf.h,v 1.5 2005/01/07 01:45:39 imp Exp $ */ #ifndef _NETGRAPH_NG_ETF_H_ diff --git a/sys/netgraph/ng_ether.c b/sys/netgraph/ng_ether.c index 82bd96af6165..7df83704dcce 100644 --- a/sys/netgraph/ng_ether.c +++ b/sys/netgraph/ng_ether.c @@ -39,7 +39,7 @@ * Authors: Archie Cobbs <archie@freebsd.org> * Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_ether.c,v 1.49.2.6 2006/09/02 12:34:08 glebius Exp $ */ /* diff --git a/sys/netgraph/ng_ether.h b/sys/netgraph/ng_ether.h index f2f051952b7f..d60a949af1c2 100644 --- a/sys/netgraph/ng_ether.h +++ b/sys/netgraph/ng_ether.h @@ -38,7 +38,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_ether.h,v 1.14 2005/02/14 12:01:09 glebius Exp $ * $Whistle: ng_ether.h,v 1.1 1999/02/02 03:17:22 julian Exp $ */ diff --git a/sys/netgraph/ng_fec.c b/sys/netgraph/ng_fec.c index 6090cb0208c1..53c65531a01c 100644 --- a/sys/netgraph/ng_fec.c +++ b/sys/netgraph/ng_fec.c @@ -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/netgraph/ng_fec.c,v 1.18.2.4 2006/09/18 15:37:37 ru Exp $ */ /*- * Copyright (c) 1996-1999 Whistle Communications, Inc. diff --git a/sys/netgraph/ng_fec.h b/sys/netgraph/ng_fec.h index 8ef441b6c231..0144023c94f2 100644 --- a/sys/netgraph/ng_fec.h +++ b/sys/netgraph/ng_fec.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/netgraph/ng_fec.h,v 1.3 2005/01/07 01:45:39 imp Exp $ */ /*- * Copyright (c) 1996-1999 Whistle Communications, Inc. diff --git a/sys/netgraph/ng_frame_relay.c b/sys/netgraph/ng_frame_relay.c index 406de6912f7e..03da19c2e288 100644 --- a/sys/netgraph/ng_frame_relay.c +++ b/sys/netgraph/ng_frame_relay.c @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_frame_relay.c,v 1.24.2.1 2006/01/21 10:13:03 glebius Exp $ * $Whistle: ng_frame_relay.c,v 1.20 1999/11/01 09:24:51 julian Exp $ */ diff --git a/sys/netgraph/ng_frame_relay.h b/sys/netgraph/ng_frame_relay.h index 87b283a08fb4..f0b0843091d2 100644 --- a/sys/netgraph/ng_frame_relay.h +++ b/sys/netgraph/ng_frame_relay.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_frame_relay.h,v 1.4 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_frame_relay.h,v 1.7 1999/01/20 00:22:13 archie Exp $ */ diff --git a/sys/netgraph/ng_gif.c b/sys/netgraph/ng_gif.c index 5d948bd4c580..3cd6bbc0c2ac 100644 --- a/sys/netgraph/ng_gif.c +++ b/sys/netgraph/ng_gif.c @@ -62,7 +62,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_gif.c,v 1.19 2005/06/10 16:49:21 brooks Exp $ */ /* diff --git a/sys/netgraph/ng_gif.h b/sys/netgraph/ng_gif.h index 3b5634209b72..d284f26540a0 100644 --- a/sys/netgraph/ng_gif.h +++ b/sys/netgraph/ng_gif.h @@ -62,7 +62,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_gif.h,v 1.5 2005/01/07 01:45:39 imp Exp $ */ #ifndef _NETGRAPH_NG_GIF_H_ diff --git a/sys/netgraph/ng_gif_demux.c b/sys/netgraph/ng_gif_demux.c index 1c5c43a57135..133590ebd33e 100644 --- a/sys/netgraph/ng_gif_demux.c +++ b/sys/netgraph/ng_gif_demux.c @@ -62,7 +62,7 @@ * THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY * OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_gif_demux.c,v 1.10 2005/01/07 01:45:39 imp Exp $ */ /* diff --git a/sys/netgraph/ng_gif_demux.h b/sys/netgraph/ng_gif_demux.h index 072ffa001c6a..f4293cd4e1fe 100644 --- a/sys/netgraph/ng_gif_demux.h +++ b/sys/netgraph/ng_gif_demux.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_gif_demux.h,v 1.5 2005/01/07 01:45:39 imp Exp $ */ #ifndef _NETGRAPH_NG_GIF_DEMUX_H_ diff --git a/sys/netgraph/ng_hole.c b/sys/netgraph/ng_hole.c index f3b8f8c2f0e7..92cb2cfee0e2 100644 --- a/sys/netgraph/ng_hole.c +++ b/sys/netgraph/ng_hole.c @@ -37,7 +37,7 @@ * * Author: Julian Elisher <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_hole.c,v 1.14.2.1 2005/12/09 07:13:06 ru Exp $ * $Whistle: ng_hole.c,v 1.10 1999/11/01 09:24:51 julian Exp $ */ diff --git a/sys/netgraph/ng_hole.h b/sys/netgraph/ng_hole.h index 0c3f72d615fb..72097572aea4 100644 --- a/sys/netgraph/ng_hole.h +++ b/sys/netgraph/ng_hole.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_hole.h,v 1.6 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_hole.h,v 1.3 1999/01/20 00:22:13 archie Exp $ */ diff --git a/sys/netgraph/ng_hub.c b/sys/netgraph/ng_hub.c index ba298e56b13b..3f6bfaead3b7 100644 --- a/sys/netgraph/ng_hub.c +++ b/sys/netgraph/ng_hub.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/netgraph/ng_hub.c,v 1.3 2004/06/26 22:24:16 julian Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/ng_hub.h b/sys/netgraph/ng_hub.h index a735d7b64dff..4d5f308a13ea 100644 --- a/sys/netgraph/ng_hub.h +++ b/sys/netgraph/ng_hub.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/netgraph/ng_hub.h,v 1.1 2004/04/17 12:42:16 ru Exp $ */ #ifndef _NETGRAPH_NG_HUB_H_ diff --git a/sys/netgraph/ng_iface.c b/sys/netgraph/ng_iface.c index 0cb2326be47f..c35574c97311 100644 --- a/sys/netgraph/ng_iface.c +++ b/sys/netgraph/ng_iface.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_iface.c,v 1.43.2.2 2005/11/09 11:36:07 glebius Exp $ * $Whistle: ng_iface.c,v 1.33 1999/11/01 09:24:51 julian Exp $ */ diff --git a/sys/netgraph/ng_iface.h b/sys/netgraph/ng_iface.h index 54dfa8c78690..ca5bc7d0f1e3 100644 --- a/sys/netgraph/ng_iface.h +++ b/sys/netgraph/ng_iface.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_iface.h,v 1.9 2005/02/13 16:36:41 archie Exp $ * $Whistle: ng_iface.h,v 1.5 1999/01/20 00:22:13 archie Exp $ */ diff --git a/sys/netgraph/ng_ip_input.c b/sys/netgraph/ng_ip_input.c index 416bc12e9ede..af002dfa79f7 100644 --- a/sys/netgraph/ng_ip_input.c +++ b/sys/netgraph/ng_ip_input.c @@ -64,7 +64,7 @@ * Author: Brooks Davis <brooks@FreeBSD.org> * Derived from: ng_hole.c * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_ip_input.c,v 1.4 2005/01/07 01:45:39 imp Exp $ */ /* diff --git a/sys/netgraph/ng_ip_input.h b/sys/netgraph/ng_ip_input.h index 96b72e5ae513..2c167b9d9b75 100644 --- a/sys/netgraph/ng_ip_input.h +++ b/sys/netgraph/ng_ip_input.h @@ -64,7 +64,7 @@ * Author: Brooks Davis <brooks@FreeBSD.org> * Derived from: ng_hole.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_ip_input.h,v 1.3 2005/01/07 01:45:39 imp Exp $ */ #ifndef _NETGRAPH_NG_IP_INPUT_H_ diff --git a/sys/netgraph/ng_ipfw.c b/sys/netgraph/ng_ipfw.c index f7c66623aa08..2aca1172ef8f 100644 --- a/sys/netgraph/ng_ipfw.c +++ b/sys/netgraph/ng_ipfw.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/netgraph/ng_ipfw.c,v 1.8.2.1 2006/02/17 16:46:47 ru Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/ng_ipfw.h b/sys/netgraph/ng_ipfw.h index 5448a38d8408..f4bd44194a7d 100644 --- a/sys/netgraph/ng_ipfw.h +++ b/sys/netgraph/ng_ipfw.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/netgraph/ng_ipfw.h,v 1.1.2.1 2006/02/17 16:46:47 ru Exp $ */ #define NG_IPFW_NODE_TYPE "ipfw" diff --git a/sys/netgraph/ng_ksocket.c b/sys/netgraph/ng_ksocket.c index 6f5f492d3251..f2eae3953fad 100644 --- a/sys/netgraph/ng_ksocket.c +++ b/sys/netgraph/ng_ksocket.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_ksocket.c,v 1.55.2.3 2006/02/24 11:23:05 ru Exp $ * $Whistle: ng_ksocket.c,v 1.1 1999/11/16 20:04:40 archie Exp $ */ diff --git a/sys/netgraph/ng_ksocket.h b/sys/netgraph/ng_ksocket.h index 239722d2d8dd..3223a74f3909 100644 --- a/sys/netgraph/ng_ksocket.h +++ b/sys/netgraph/ng_ksocket.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_ksocket.h,v 1.12.2.1 2005/11/16 10:08:02 ru Exp $ * $Whistle: ng_ksocket.h,v 1.1 1999/11/16 20:04:40 archie Exp $ */ diff --git a/sys/netgraph/ng_l2tp.c b/sys/netgraph/ng_l2tp.c index 4f920b972ca2..c8b5daa0b71e 100644 --- a/sys/netgraph/ng_l2tp.c +++ b/sys/netgraph/ng_l2tp.c @@ -36,7 +36,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_l2tp.c,v 1.14 2005/01/11 11:51:17 glebius Exp $ */ /* diff --git a/sys/netgraph/ng_l2tp.h b/sys/netgraph/ng_l2tp.h index 106162b0c865..b5f731cd8757 100644 --- a/sys/netgraph/ng_l2tp.h +++ b/sys/netgraph/ng_l2tp.h @@ -36,7 +36,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_l2tp.h,v 1.5 2005/01/07 01:45:39 imp Exp $ */ #ifndef _NETGRAPH_NG_L2TP_H_ diff --git a/sys/netgraph/ng_lmi.c b/sys/netgraph/ng_lmi.c index 105ba7e6f83e..89c8f77a4be3 100644 --- a/sys/netgraph/ng_lmi.c +++ b/sys/netgraph/ng_lmi.c @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_lmi.c,v 1.24.2.1 2006/01/21 10:12:16 glebius Exp $ * $Whistle: ng_lmi.c,v 1.38 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_lmi.h b/sys/netgraph/ng_lmi.h index f1a1e81a90bb..3d187e64e3bc 100644 --- a/sys/netgraph/ng_lmi.h +++ b/sys/netgraph/ng_lmi.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_lmi.h,v 1.4 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_lmi.h,v 1.9 1999/01/20 00:22:13 archie Exp $ */ diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h index 627e86a6f5c3..ca96ebeb53c8 100644 --- a/sys/netgraph/ng_message.h +++ b/sys/netgraph/ng_message.h @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_message.h,v 1.27.2.1 2006/01/21 10:04:40 glebius Exp $ * $Whistle: ng_message.h,v 1.12 1999/01/25 01:17:44 archie Exp $ */ diff --git a/sys/netgraph/ng_mppc.c b/sys/netgraph/ng_mppc.c index 55b021a6b564..9b622401207d 100644 --- a/sys/netgraph/ng_mppc.c +++ b/sys/netgraph/ng_mppc.c @@ -38,7 +38,7 @@ * Author: Archie Cobbs <archie@freebsd.org> * * $Whistle: ng_mppc.c,v 1.4 1999/11/25 00:10:12 archie Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_mppc.c,v 1.23.2.1 2006/02/10 00:37:57 yar Exp $ */ /* diff --git a/sys/netgraph/ng_mppc.h b/sys/netgraph/ng_mppc.h index b826806c277e..81c5461849be 100644 --- a/sys/netgraph/ng_mppc.h +++ b/sys/netgraph/ng_mppc.h @@ -38,7 +38,7 @@ * Author: Archie Cobbs <archie@freebsd.org> * * $Whistle: ng_mppc.h,v 1.3 2000/02/12 01:17:22 archie Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_mppc.h,v 1.5 2005/01/07 01:45:39 imp Exp $ */ #ifndef _NETGRAPH_NG_MPPC_H_ diff --git a/sys/netgraph/ng_nat.c b/sys/netgraph/ng_nat.c index bb3f8280cebb..6cf4618c6171 100644 --- a/sys/netgraph/ng_nat.c +++ b/sys/netgraph/ng_nat.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/netgraph/ng_nat.c,v 1.4 2005/06/27 07:39:13 glebius Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/ng_nat.h b/sys/netgraph/ng_nat.h index 5afcec55a269..773ec240180c 100644 --- a/sys/netgraph/ng_nat.h +++ b/sys/netgraph/ng_nat.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/netgraph/ng_nat.h,v 1.1 2005/05/05 23:41:21 glebius Exp $ */ #define NG_NAT_NODE_TYPE "nat" diff --git a/sys/netgraph/ng_one2many.c b/sys/netgraph/ng_one2many.c index ca742b3dc959..56e6cffa1edc 100644 --- a/sys/netgraph/ng_one2many.c +++ b/sys/netgraph/ng_one2many.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_one2many.c,v 1.21 2005/03/11 10:29:38 glebius Exp $ */ /* diff --git a/sys/netgraph/ng_one2many.h b/sys/netgraph/ng_one2many.h index 343f7ee8e729..c233a53c7250 100644 --- a/sys/netgraph/ng_one2many.h +++ b/sys/netgraph/ng_one2many.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_one2many.h,v 1.8 2005/01/07 01:45:39 imp Exp $ */ #ifndef _NETGRAPH_NG_ONE2MANY_H_ diff --git a/sys/netgraph/ng_parse.c b/sys/netgraph/ng_parse.c index 2e9a36548683..8238bb13aeff 100644 --- a/sys/netgraph/ng_parse.c +++ b/sys/netgraph/ng_parse.c @@ -38,7 +38,7 @@ * Author: Archie Cobbs <archie@freebsd.org> * * $Whistle: ng_parse.c,v 1.3 1999/11/29 01:43:48 archie Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_parse.c,v 1.25.2.2 2006/01/21 10:15:00 glebius Exp $ */ #include <sys/types.h> diff --git a/sys/netgraph/ng_parse.h b/sys/netgraph/ng_parse.h index c17feaf458e7..abd5bf9cb306 100644 --- a/sys/netgraph/ng_parse.h +++ b/sys/netgraph/ng_parse.h @@ -38,7 +38,7 @@ * Author: Archie Cobbs <archie@freebsd.org> * * $Whistle: ng_parse.h,v 1.2 1999/11/29 01:43:48 archie Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_parse.h,v 1.12.2.1 2005/11/16 10:08:02 ru Exp $ */ #ifndef _NETGRAPH_NG_PARSE_H_ diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c index 7016a73c09e7..3d6f931f1138 100644 --- a/sys/netgraph/ng_ppp.c +++ b/sys/netgraph/ng_ppp.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_ppp.c,v 1.57 2005/05/16 19:12:57 glebius Exp $ * $Whistle: ng_ppp.c,v 1.24 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_ppp.h b/sys/netgraph/ng_ppp.h index eb43cfb98353..fede4e8d2ae3 100644 --- a/sys/netgraph/ng_ppp.h +++ b/sys/netgraph/ng_ppp.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_ppp.h,v 1.12 2005/02/10 02:43:26 archie Exp $ * $Whistle: ng_ppp.h,v 1.8 1999/01/25 02:40:02 archie Exp $ */ diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index 2b91d04c82e8..91df2a08f0bc 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_pppoe.c,v 1.74.2.3 2006/09/02 12:38:26 glebius Exp $ * $Whistle: ng_pppoe.c,v 1.10 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h index ca0c0f06b91d..9efcfa788764 100644 --- a/sys/netgraph/ng_pppoe.h +++ b/sys/netgraph/ng_pppoe.h @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_pppoe.h,v 1.21.2.3 2006/09/02 12:38:26 glebius Exp $ * $Whistle: ng_pppoe.h,v 1.7 1999/10/16 10:16:43 julian Exp $ */ diff --git a/sys/netgraph/ng_pptpgre.c b/sys/netgraph/ng_pptpgre.c index 4c3925644dcd..7016a9086678 100644 --- a/sys/netgraph/ng_pptpgre.c +++ b/sys/netgraph/ng_pptpgre.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_pptpgre.c,v 1.37.2.1 2005/09/20 13:40:55 glebius Exp $ * $Whistle: ng_pptpgre.c,v 1.7 1999/12/08 00:10:06 archie Exp $ */ diff --git a/sys/netgraph/ng_pptpgre.h b/sys/netgraph/ng_pptpgre.h index 275f9e2efd7d..27186957b17f 100644 --- a/sys/netgraph/ng_pptpgre.h +++ b/sys/netgraph/ng_pptpgre.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_pptpgre.h,v 1.9 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_pptpgre.h,v 1.3 1999/12/08 00:11:36 archie Exp $ */ diff --git a/sys/netgraph/ng_rfc1490.c b/sys/netgraph/ng_rfc1490.c index 52a89a3adfeb..20c46bed43c2 100644 --- a/sys/netgraph/ng_rfc1490.c +++ b/sys/netgraph/ng_rfc1490.c @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_rfc1490.c,v 1.24 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_rfc1490.c,v 1.22 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_rfc1490.h b/sys/netgraph/ng_rfc1490.h index 0ef3f118ce34..478e1dc0d144 100644 --- a/sys/netgraph/ng_rfc1490.h +++ b/sys/netgraph/ng_rfc1490.h @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_rfc1490.h,v 1.7 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_rfc1490.h,v 1.7 1999/01/20 00:54:15 archie Exp $ */ diff --git a/sys/netgraph/ng_sample.c b/sys/netgraph/ng_sample.c index 63b3f0be118f..d78f7bcce935 100644 --- a/sys/netgraph/ng_sample.c +++ b/sys/netgraph/ng_sample.c @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_sample.c,v 1.30 2005/02/06 19:24:59 glebius Exp $ * $Whistle: ng_sample.c,v 1.13 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_sample.h b/sys/netgraph/ng_sample.h index 816bc3b2415f..c7c13bd8b22a 100644 --- a/sys/netgraph/ng_sample.h +++ b/sys/netgraph/ng_sample.h @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_sample.h,v 1.7 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_sample.h,v 1.3 1999/01/20 00:22:14 archie Exp $ */ diff --git a/sys/netgraph/ng_socket.c b/sys/netgraph/ng_socket.c index 19d48042cb5b..da8286ea15e5 100644 --- a/sys/netgraph/ng_socket.c +++ b/sys/netgraph/ng_socket.c @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_socket.c,v 1.67.2.6 2006/08/10 10:53:45 glebius Exp $ * $Whistle: ng_socket.c,v 1.28 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_socket.h b/sys/netgraph/ng_socket.h index 204f11d9951e..656852f5c7c5 100644 --- a/sys/netgraph/ng_socket.h +++ b/sys/netgraph/ng_socket.h @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_socket.h,v 1.6 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_socket.h,v 1.5 1999/01/20 00:22:14 archie Exp $ */ diff --git a/sys/netgraph/ng_socketvar.h b/sys/netgraph/ng_socketvar.h index 3cf81035541a..67d38f7c32a8 100644 --- a/sys/netgraph/ng_socketvar.h +++ b/sys/netgraph/ng_socketvar.h @@ -37,7 +37,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_socketvar.h,v 1.10 2005/07/05 17:35:20 glebius Exp $ * $Whistle: ng_socketvar.h,v 1.1 1999/01/20 21:35:39 archie Exp $ */ diff --git a/sys/netgraph/ng_source.c b/sys/netgraph/ng_source.c index 26cb43bb48b1..d3afbaf165ee 100644 --- a/sys/netgraph/ng_source.c +++ b/sys/netgraph/ng_source.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/ng_source.c,v 1.25.2.2 2006/01/31 15:39:05 glebius Exp $"); /* * This node is used for high speed packet geneneration. It queues diff --git a/sys/netgraph/ng_source.h b/sys/netgraph/ng_source.h index fcfb151d0c78..114fe7425fef 100644 --- a/sys/netgraph/ng_source.h +++ b/sys/netgraph/ng_source.h @@ -36,7 +36,7 @@ * * Author: Dave Chapeskie <dchapeskie@sandvine.com> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_source.h,v 1.6.2.1 2006/01/10 10:11:48 glebius Exp $ */ #ifndef _NETGRAPH_NG_SOURCE_H_ diff --git a/sys/netgraph/ng_split.c b/sys/netgraph/ng_split.c index b7168f4224f2..350e71d68870 100644 --- a/sys/netgraph/ng_split.c +++ b/sys/netgraph/ng_split.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_split.c,v 1.6.2.1 2005/09/13 12:44:19 glebius Exp $ * */ diff --git a/sys/netgraph/ng_split.h b/sys/netgraph/ng_split.h index c8b672c605ad..010ba9a018e2 100644 --- a/sys/netgraph/ng_split.h +++ b/sys/netgraph/ng_split.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/netgraph/ng_split.h,v 1.4.2.1 2005/11/16 10:01:27 ru Exp $ * */ diff --git a/sys/netgraph/ng_sppp.c b/sys/netgraph/ng_sppp.c index efe5c91fb967..5499a05d540a 100644 --- a/sys/netgraph/ng_sppp.c +++ b/sys/netgraph/ng_sppp.c @@ -17,7 +17,7 @@ * Cronyx Id: ng_sppp.c,v 1.1.2.10 2004/03/01 15:17:21 rik Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netgraph/ng_sppp.c,v 1.8.2.2 2006/02/01 04:50:07 rik Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netgraph/ng_sppp.h b/sys/netgraph/ng_sppp.h index be1631e48f36..8c9ad429b5a2 100644 --- a/sys/netgraph/ng_sppp.h +++ b/sys/netgraph/ng_sppp.h @@ -14,7 +14,7 @@ * as long as this message is kept with the software, all derivative * works or modified versions. * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_sppp.h,v 1.3 2005/02/03 13:03:31 ru Exp $ * Cronyx Id: ng_sppp.h,v 1.1.2.6 2004/03/01 15:17:21 rik Exp $ */ diff --git a/sys/netgraph/ng_tag.c b/sys/netgraph/ng_tag.c index 3fd908a2fd4f..b246840a2b63 100644 --- a/sys/netgraph/ng_tag.c +++ b/sys/netgraph/ng_tag.c @@ -27,7 +27,7 @@ * Portions Copyright (c) 1999 Whistle Communications, Inc. * (ng_bpf by Archie Cobbs <archie@freebsd.org>) * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_tag.c,v 1.1.2.1 2006/08/10 10:40:45 glebius Exp $ */ /* diff --git a/sys/netgraph/ng_tag.h b/sys/netgraph/ng_tag.h index 369fe72f38ea..a77d700172a0 100644 --- a/sys/netgraph/ng_tag.h +++ b/sys/netgraph/ng_tag.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/netgraph/ng_tag.h,v 1.1.2.1 2006/08/10 10:40:45 glebius Exp $ */ #ifndef _NETGRAPH_NG_TAG_H_ diff --git a/sys/netgraph/ng_tcpmss.c b/sys/netgraph/ng_tcpmss.c index 88bcafa2d17c..b01971765243 100644 --- a/sys/netgraph/ng_tcpmss.c +++ b/sys/netgraph/ng_tcpmss.c @@ -29,7 +29,7 @@ * This software includes fragments of the following programs: * tcpmssd Ruslan Ermilov <ru@FreeBSD.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_tcpmss.c,v 1.2.2.1 2006/03/18 22:00:37 glebius Exp $ */ /* diff --git a/sys/netgraph/ng_tcpmss.h b/sys/netgraph/ng_tcpmss.h index 4450ac6f0629..bec96ef3bd7a 100644 --- a/sys/netgraph/ng_tcpmss.h +++ b/sys/netgraph/ng_tcpmss.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/netgraph/ng_tcpmss.h,v 1.1 2005/06/10 08:02:34 glebius Exp $ */ #ifndef _NETGRAPH_TCPMSS_H_ diff --git a/sys/netgraph/ng_tee.c b/sys/netgraph/ng_tee.c index 63eca3ca58f8..1ca46f606a50 100644 --- a/sys/netgraph/ng_tee.c +++ b/sys/netgraph/ng_tee.c @@ -38,7 +38,7 @@ * * Author: Julian Elischer <julian@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_tee.c,v 1.33 2005/06/07 12:22:13 glebius Exp $ * $Whistle: ng_tee.c,v 1.18 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_tee.h b/sys/netgraph/ng_tee.h index 830155e3aa83..da3e22096e6c 100644 --- a/sys/netgraph/ng_tee.h +++ b/sys/netgraph/ng_tee.h @@ -38,7 +38,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_tee.h,v 1.8 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_tee.h,v 1.2 1999/01/20 00:22:14 archie Exp $ */ diff --git a/sys/netgraph/ng_tty.c b/sys/netgraph/ng_tty.c index 380bcdf6b552..5a2d23c73b71 100644 --- a/sys/netgraph/ng_tty.c +++ b/sys/netgraph/ng_tty.c @@ -37,7 +37,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_tty.c,v 1.34.2.1 2005/10/09 00:19:28 tanimura Exp $ * $Whistle: ng_tty.c,v 1.21 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_tty.h b/sys/netgraph/ng_tty.h index c6b0094d520d..e4e79f8ed291 100644 --- a/sys/netgraph/ng_tty.h +++ b/sys/netgraph/ng_tty.h @@ -38,7 +38,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_tty.h,v 1.4 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_tty.h,v 1.7 1999/01/20 00:22:15 archie Exp $ */ diff --git a/sys/netgraph/ng_vjc.c b/sys/netgraph/ng_vjc.c index 1321233abca4..a6423dfa5f93 100644 --- a/sys/netgraph/ng_vjc.c +++ b/sys/netgraph/ng_vjc.c @@ -38,7 +38,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_vjc.c,v 1.25 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_vjc.c,v 1.17 1999/11/01 09:24:52 julian Exp $ */ diff --git a/sys/netgraph/ng_vjc.h b/sys/netgraph/ng_vjc.h index 284d8d5f5d32..26da5a0c200a 100644 --- a/sys/netgraph/ng_vjc.h +++ b/sys/netgraph/ng_vjc.h @@ -38,7 +38,7 @@ * * Author: Archie Cobbs <archie@freebsd.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_vjc.h,v 1.9 2005/01/07 01:45:39 imp Exp $ * $Whistle: ng_vjc.h,v 1.6 1999/01/25 02:40:22 archie Exp $ */ diff --git a/sys/netgraph/ng_vlan.c b/sys/netgraph/ng_vlan.c index 437f2323e9bb..e371103639f0 100644 --- a/sys/netgraph/ng_vlan.c +++ b/sys/netgraph/ng_vlan.c @@ -25,7 +25,7 @@ * * Author: Ruslan Ermilov <ru@FreeBSD.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_vlan.c,v 1.3 2005/04/20 14:19:20 glebius Exp $ */ #include <sys/param.h> diff --git a/sys/netgraph/ng_vlan.h b/sys/netgraph/ng_vlan.h index 7cedc995bb7b..0e4f252cdbb3 100644 --- a/sys/netgraph/ng_vlan.h +++ b/sys/netgraph/ng_vlan.h @@ -25,7 +25,7 @@ * * Author: Ruslan Ermilov <ru@FreeBSD.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netgraph/ng_vlan.h,v 1.1.10.1 2005/11/16 10:08:02 ru Exp $ */ #ifndef _NETGRAPH_NG_VLAN_H_ diff --git a/sys/netinet/accf_data.c b/sys/netinet/accf_data.c index 4694e8e68960..559ef999ada6 100644 --- a/sys/netinet/accf_data.c +++ b/sys/netinet/accf_data.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/netinet/accf_data.c,v 1.10 2004/05/30 20:23:30 phk Exp $ */ #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/accf_http.c b/sys/netinet/accf_http.c index dc146d0b5202..51fe37c798f2 100644 --- a/sys/netinet/accf_http.c +++ b/sys/netinet/accf_http.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/accf_http.c,v 1.16 2005/01/07 01:45:44 imp Exp $ */ #define ACCEPT_FILTER_MOD diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index 3b6189a817d2..1edd61b4e5a7 100644 --- a/sys/netinet/icmp6.h +++ b/sys/netinet/icmp6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/icmp6.h,v 1.16.2.4 2005/12/25 14:03:37 suz Exp $ */ /* $KAME: icmp6.h,v 1.46 2001/04/27 15:09:48 itojun Exp $ */ /*- diff --git a/sys/netinet/icmp_var.h b/sys/netinet/icmp_var.h index f7bfa8b3335e..f129359480fe 100644 --- a/sys/netinet/icmp_var.h +++ b/sys/netinet/icmp_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)icmp_var.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/icmp_var.h,v 1.25 2005/01/07 01:45:44 imp Exp $ */ #ifndef _NETINET_ICMP_VAR_H_ diff --git a/sys/netinet/if_atm.c b/sys/netinet/if_atm.c index d19dea8fd476..5e7476584575 100644 --- a/sys/netinet/if_atm.c +++ b/sys/netinet/if_atm.c @@ -32,7 +32,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/if_atm.c,v 1.19.2.2 2005/08/31 13:58:28 glebius Exp $"); /* * IP <=> ATM address resolution. diff --git a/sys/netinet/if_atm.h b/sys/netinet/if_atm.h index bd8b51437ecc..c87850418724 100644 --- a/sys/netinet/if_atm.h +++ b/sys/netinet/if_atm.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/if_atm.h,v 1.7 2005/01/07 01:45:44 imp Exp $ */ /* $NetBSD: if_atm.h,v 1.2 1996/07/03 17:17:17 chuck Exp $ */ /*- diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index c2e33427adc7..176e7e875b5d 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_ether.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/if_ether.c,v 1.137.2.13 2006/07/10 01:03:23 thompsa Exp $ */ /* diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 14df15fcc17c..9bc6b7ba7ec7 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)if_ether.h 8.3 (Berkeley) 5/2/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/if_ether.h,v 1.32 2005/02/22 13:04:03 glebius Exp $ */ #ifndef _NETINET_IF_ETHER_H_ diff --git a/sys/netinet/igmp.c b/sys/netinet/igmp.c index 8612a23b01ef..519df85b907d 100644 --- a/sys/netinet/igmp.c +++ b/sys/netinet/igmp.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)igmp.c 8.1 (Berkeley) 7/19/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/igmp.c,v 1.48.2.1 2005/08/24 17:30:44 rwatson Exp $ */ /* diff --git a/sys/netinet/igmp.h b/sys/netinet/igmp.h index 05a70fc4c145..b3a5067bc695 100644 --- a/sys/netinet/igmp.h +++ b/sys/netinet/igmp.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)igmp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/igmp.h,v 1.13 2005/01/07 01:45:44 imp Exp $ */ #ifndef _NETINET_IGMP_H_ diff --git a/sys/netinet/igmp_var.h b/sys/netinet/igmp_var.h index aa083a804cb4..11103141dad2 100644 --- a/sys/netinet/igmp_var.h +++ b/sys/netinet/igmp_var.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)igmp_var.h 8.1 (Berkeley) 7/19/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/igmp_var.h,v 1.21 2005/01/07 01:45:44 imp Exp $ */ #ifndef _NETINET_IGMP_VAR_H_ diff --git a/sys/netinet/in.c b/sys/netinet/in.c index 64e1ba1f4c41..f9e47cc52db7 100644 --- a/sys/netinet/in.c +++ b/sys/netinet/in.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * @(#)in.c 8.4 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in.c,v 1.85.2.7 2006/10/07 10:43:40 bms Exp $ */ #include "opt_carp.h" diff --git a/sys/netinet/in.h b/sys/netinet/in.h index f1e2f0896cc7..b24a8d9ce92b 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in.h 8.3 (Berkeley) 1/3/94 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in.h,v 1.90.2.4 2005/12/27 00:52:24 gnn Exp $ */ #ifndef _NETINET_IN_H_ diff --git a/sys/netinet/in_cksum.c b/sys/netinet/in_cksum.c index cd1affefa8f0..5d118652a1eb 100644 --- a/sys/netinet/in_cksum.c +++ b/sys/netinet/in_cksum.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in_cksum.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_cksum.c,v 1.8 2005/01/07 01:45:44 imp Exp $ */ #include <sys/param.h> diff --git a/sys/netinet/in_gif.c b/sys/netinet/in_gif.c index b69346cda786..dc2f5332c7bf 100644 --- a/sys/netinet/in_gif.c +++ b/sys/netinet/in_gif.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/in_gif.c,v 1.31.2.3 2006/01/31 15:56:46 glebius Exp $ */ /* $KAME: in_gif.c,v 1.54 2001/05/14 14:02:16 itojun Exp $ */ /*- diff --git a/sys/netinet/in_gif.h b/sys/netinet/in_gif.h index e1f4ae48d6ed..0124dbbbe8af 100644 --- a/sys/netinet/in_gif.h +++ b/sys/netinet/in_gif.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/in_gif.h,v 1.12 2005/01/07 01:45:44 imp Exp $ */ /* $KAME: in_gif.h,v 1.5 2000/04/14 08:36:02 itojun Exp $ */ /*- diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c index bd1bfd630b04..11870e2806f2 100644 --- a/sys/netinet/in_pcb.c +++ b/sys/netinet/in_pcb.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in_pcb.c 8.4 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_pcb.c,v 1.165.2.5 2006/09/15 09:51:05 glebius Exp $ */ #include "opt_ipsec.h" diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index 87b65d6eb675..0a835f45673c 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in_pcb.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_pcb.h,v 1.80.2.4 2006/08/20 19:28:43 dwmalone Exp $ */ #ifndef _NETINET_IN_PCB_H_ diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c index bd5cfa697c45..6fddd987d8ec 100644 --- a/sys/netinet/in_proto.c +++ b/sys/netinet/in_proto.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in_proto.c 8.2 (Berkeley) 2/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_proto.c,v 1.77.2.3 2006/01/03 08:15:32 thompsa Exp $ */ #include "opt_ipx.h" diff --git a/sys/netinet/in_rmx.c b/sys/netinet/in_rmx.c index b98aa9120f11..443b1fcfbee2 100644 --- a/sys/netinet/in_rmx.c +++ b/sys/netinet/in_rmx.c @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_rmx.c,v 1.53 2005/01/07 01:45:44 imp Exp $ */ /* diff --git a/sys/netinet/in_systm.h b/sys/netinet/in_systm.h index 8ae8885be109..a5c0a6adda13 100644 --- a/sys/netinet/in_systm.h +++ b/sys/netinet/in_systm.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in_systm.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_systm.h,v 1.12 2005/01/07 01:45:44 imp Exp $ */ #ifndef _NETINET_IN_SYSTM_H_ diff --git a/sys/netinet/in_var.h b/sys/netinet/in_var.h index 11b4db4f707a..6aa9ad81dda9 100644 --- a/sys/netinet/in_var.h +++ b/sys/netinet/in_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)in_var.h 8.2 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/in_var.h,v 1.53.2.4 2006/10/07 10:43:40 bms Exp $ */ #ifndef _NETINET_IN_VAR_H_ diff --git a/sys/netinet/ip.h b/sys/netinet/ip.h index 1ad3a93e1c38..4ca14fdce127 100644 --- a/sys/netinet/ip.h +++ b/sys/netinet/ip.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ip.h 8.2 (Berkeley) 6/1/94 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip.h,v 1.29 2005/01/07 01:45:44 imp Exp $ */ #ifndef _NETINET_IP_H_ diff --git a/sys/netinet/ip6.h b/sys/netinet/ip6.h index 883b65ae8664..36141c57c4c2 100644 --- a/sys/netinet/ip6.h +++ b/sys/netinet/ip6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip6.h,v 1.13.2.2 2005/10/09 05:50:43 ume Exp $ */ /* $KAME: ip6.h,v 1.18 2001/03/29 05:34:30 itojun Exp $ */ /*- diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index 794ee69824a4..c26c483367e8 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_carp.c,v 1.27.2.9 2006/10/10 18:39:38 bz Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff. All rights reserved. diff --git a/sys/netinet/ip_carp.h b/sys/netinet/ip_carp.h index 7151f5236146..d355979622c5 100644 --- a/sys/netinet/ip_carp.h +++ b/sys/netinet/ip_carp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_carp.h,v 1.1.4.1 2006/08/10 10:10:12 glebius Exp $ */ /* $OpenBSD: ip_carp.h,v 1.8 2004/07/29 22:12:15 mcbride Exp $ */ /* diff --git a/sys/netinet/ip_divert.c b/sys/netinet/ip_divert.c index c689857180ee..afaebdf3897d 100644 --- a/sys/netinet/ip_divert.c +++ b/sys/netinet/ip_divert.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/netinet/ip_divert.c,v 1.113.2.2 2006/05/16 07:27:48 ps Exp $ */ #if !defined(KLD_MODULE) diff --git a/sys/netinet/ip_divert.h b/sys/netinet/ip_divert.h index 1bb09447b23d..3c387b6f6b5a 100644 --- a/sys/netinet/ip_divert.h +++ b/sys/netinet/ip_divert.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGES. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_divert.h,v 1.4 2004/10/19 21:14:57 andre Exp $ */ #ifndef _NETINET_IP_DIVERT_H_ diff --git a/sys/netinet/ip_dummynet.c b/sys/netinet/ip_dummynet.c index b878402cea5a..811faa482ffe 100644 --- a/sys/netinet/ip_dummynet.c +++ b/sys/netinet/ip_dummynet.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_dummynet.c,v 1.93.2.5 2006/07/29 08:24:12 oleg Exp $ */ #define DUMMYNET_DEBUG diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h index 66bd28a07d74..f460fcb5206f 100644 --- a/sys/netinet/ip_dummynet.h +++ b/sys/netinet/ip_dummynet.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/netinet/ip_dummynet.h,v 1.36.2.2 2006/02/17 16:46:47 ru Exp $ */ #ifndef _IP_DUMMYNET_H diff --git a/sys/netinet/ip_ecn.c b/sys/netinet/ip_ecn.c index 39884ba2b89b..4dc5f1b06c0f 100644 --- a/sys/netinet/ip_ecn.c +++ b/sys/netinet/ip_ecn.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_ecn.c,v 1.7 2005/01/07 01:45:44 imp Exp $ */ /* $KAME: ip_ecn.c,v 1.12 2002/01/07 11:34:47 kjc Exp $ */ /*- diff --git a/sys/netinet/ip_ecn.h b/sys/netinet/ip_ecn.h index 0886cc8277fe..7869f75763c1 100644 --- a/sys/netinet/ip_ecn.h +++ b/sys/netinet/ip_ecn.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_ecn.h,v 1.7 2005/01/07 01:45:44 imp Exp $ */ /* $KAME: ip_ecn.h,v 1.8 2002/01/07 11:34:47 kjc Exp $ */ /*- diff --git a/sys/netinet/ip_encap.c b/sys/netinet/ip_encap.c index efe0ccee6523..2cb22f190567 100644 --- a/sys/netinet/ip_encap.c +++ b/sys/netinet/ip_encap.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_encap.c,v 1.20 2005/01/07 01:45:44 imp Exp $ */ /* $KAME: ip_encap.c,v 1.41 2001/03/15 08:35:08 itojun Exp $ */ /*- diff --git a/sys/netinet/ip_encap.h b/sys/netinet/ip_encap.h index 3b1a5aeeb738..706fdf857fa9 100644 --- a/sys/netinet/ip_encap.h +++ b/sys/netinet/ip_encap.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_encap.h,v 1.4 2005/01/07 01:45:44 imp Exp $ */ /* $KAME: ip_encap.h,v 1.7 2000/03/25 07:23:37 sumikawa Exp $ */ /*- diff --git a/sys/netinet/ip_fastfwd.c b/sys/netinet/ip_fastfwd.c index db44c7108823..c57aa5e96fb9 100644 --- a/sys/netinet/ip_fastfwd.c +++ b/sys/netinet/ip_fastfwd.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/netinet/ip_fastfwd.c,v 1.28.2.4 2006/08/24 05:40:16 julian Exp $ */ /* diff --git a/sys/netinet/ip_fw.h b/sys/netinet/ip_fw.h index 08df7cc85b53..76ecc067c0b3 100644 --- a/sys/netinet/ip_fw.h +++ b/sys/netinet/ip_fw.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/netinet/ip_fw.h,v 1.100.2.4 2006/07/29 08:24:12 oleg Exp $ */ #ifndef _IPFW2_H diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 222b8a59ec64..39b65f8181c4 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -22,7 +22,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_fw2.c,v 1.106.2.21 2006/10/10 18:39:38 bz Exp $ */ #define DEB(x) diff --git a/sys/netinet/ip_fw_pfil.c b/sys/netinet/ip_fw_pfil.c index 65fbf820267a..b56648ef5563 100644 --- a/sys/netinet/ip_fw_pfil.c +++ b/sys/netinet/ip_fw_pfil.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/netinet/ip_fw_pfil.c,v 1.19.2.1 2006/02/11 08:19:37 ume Exp $ */ #if !defined(KLD_MODULE) diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c index 658878d1e24c..105dcea24a55 100644 --- a/sys/netinet/ip_gre.c +++ b/sys/netinet/ip_gre.c @@ -1,5 +1,5 @@ /* $NetBSD: ip_gre.c,v 1.29 2003/09/05 23:02:43 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_gre.c,v 1.19.2.3 2006/08/10 10:51:52 glebius Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/netinet/ip_gre.h b/sys/netinet/ip_gre.h index 1fb67d93b9ce..511156888987 100644 --- a/sys/netinet/ip_gre.h +++ b/sys/netinet/ip_gre.h @@ -1,5 +1,5 @@ /* $NetBSD: ip_gre.h,v 1.5 2002/06/09 16:33:40 itojun Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet/ip_gre.h,v 1.3.2.1 2006/01/27 21:50:10 bz Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/netinet/ip_icmp.c b/sys/netinet/ip_icmp.c index b03ea26de2fe..fb766fb3cdfc 100644 --- a/sys/netinet/ip_icmp.c +++ b/sys/netinet/ip_icmp.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ip_icmp.c 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_icmp.c,v 1.101.2.2 2006/02/16 17:50:57 andre Exp $ */ #include "opt_ipsec.h" diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h index e212083cc5d8..a878198ed60f 100644 --- a/sys/netinet/ip_icmp.h +++ b/sys/netinet/ip_icmp.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ip_icmp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_icmp.h,v 1.26 2005/05/04 13:09:19 andre Exp $ */ #ifndef _NETINET_IP_ICMP_H_ diff --git a/sys/netinet/ip_id.c b/sys/netinet/ip_id.c index 31262d9273fb..255bc1577f8f 100644 --- a/sys/netinet/ip_id.c +++ b/sys/netinet/ip_id.c @@ -34,7 +34,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/netinet/ip_id.c,v 1.7 2005/01/07 01:45:44 imp Exp $ */ /* diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index b2c536b08e5c..3e2c26a4fc47 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ip_input.c 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_input.c,v 1.301.2.10 2006/09/04 10:39:47 pjd Exp $ */ #include "opt_bootp.h" diff --git a/sys/netinet/ip_mroute.c b/sys/netinet/ip_mroute.c index cd9e920ec623..ebb764808781 100644 --- a/sys/netinet/ip_mroute.c +++ b/sys/netinet/ip_mroute.c @@ -52,7 +52,7 @@ * and PIM-SMv2 and PIM-DM support, advanced API support, * bandwidth metering and signaling * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_mroute.c,v 1.111.2.3 2006/10/07 10:45:05 bms Exp $ */ #include "opt_mac.h" diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index 2b8a48d4077b..093af6dba4f9 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_mroute.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_mroute.h,v 1.24.2.1 2006/02/03 15:51:17 ru Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 78cca1eea0b4..7e425dac2425 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ip_output.c 8.3 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_output.c,v 1.242.2.16.2.1 2006/11/28 23:19:18 rwatson Exp $ */ #include "opt_ipfw.h" diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h index 4e7c560912b5..3447eeb34571 100644 --- a/sys/netinet/ip_var.h +++ b/sys/netinet/ip_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ip_var.h 8.2 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ip_var.h,v 1.95.8.1 2006/11/28 23:19:18 rwatson Exp $ */ #ifndef _NETINET_IP_VAR_H_ diff --git a/sys/netinet/ipprotosw.h b/sys/netinet/ipprotosw.h index 5f67eda7c252..4c1337bc5ae2 100644 --- a/sys/netinet/ipprotosw.h +++ b/sys/netinet/ipprotosw.h @@ -56,7 +56,7 @@ * SUCH DAMAGE. * * @(#)protosw.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/ipprotosw.h,v 1.6 2005/01/07 01:45:44 imp Exp $ */ #ifndef _NETINET_IPPROTOSW_H_ diff --git a/sys/netinet/libalias/HISTORY b/sys/netinet/libalias/HISTORY index c5bca59cac1f..258fe6ff7a6f 100644 --- a/sys/netinet/libalias/HISTORY +++ b/sys/netinet/libalias/HISTORY @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/netinet/libalias/HISTORY,v 1.9 2000/07/26 23:15:46 archie Exp $ Version 1.0: August 11, 1996 (cjm) diff --git a/sys/netinet/libalias/alias.c b/sys/netinet/libalias/alias.c index aa2bed937dab..16bfd4b5b545 100644 --- a/sys/netinet/libalias/alias.c +++ b/sys/netinet/libalias/alias.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias.c,v 1.53 2005/06/27 22:21:42 phk Exp $"); /* Alias.c provides supervisory control for the functions of the diff --git a/sys/netinet/libalias/alias.h b/sys/netinet/libalias/alias.h index 2c509435a58e..0bf51b8b8197 100644 --- a/sys/netinet/libalias/alias.h +++ b/sys/netinet/libalias/alias.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/netinet/libalias/alias.h,v 1.32 2005/05/05 21:53:17 glebius Exp $ */ /*- diff --git a/sys/netinet/libalias/alias_cuseeme.c b/sys/netinet/libalias/alias_cuseeme.c index 171a6f966a71..8a479e187594 100644 --- a/sys/netinet/libalias/alias_cuseeme.c +++ b/sys/netinet/libalias/alias_cuseeme.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_cuseeme.c,v 1.12 2005/05/05 21:55:17 glebius Exp $"); #ifdef _KERNEL #include <sys/param.h> diff --git a/sys/netinet/libalias/alias_db.c b/sys/netinet/libalias/alias_db.c index f8f0c13c0278..f4c4d3483a18 100644 --- a/sys/netinet/libalias/alias_db.c +++ b/sys/netinet/libalias/alias_db.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_db.c,v 1.67 2005/05/06 11:07:49 glebius Exp $"); /* Alias_db.c encapsulates all data structures used for storing diff --git a/sys/netinet/libalias/alias_ftp.c b/sys/netinet/libalias/alias_ftp.c index d91e1cde018f..9b1583ed5605 100644 --- a/sys/netinet/libalias/alias_ftp.c +++ b/sys/netinet/libalias/alias_ftp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_ftp.c,v 1.27 2005/06/27 07:36:02 glebius Exp $"); /* Alias_ftp.c performs special processing for FTP sessions under diff --git a/sys/netinet/libalias/alias_irc.c b/sys/netinet/libalias/alias_irc.c index defdb561384e..2cdd202c6631 100644 --- a/sys/netinet/libalias/alias_irc.c +++ b/sys/netinet/libalias/alias_irc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_irc.c,v 1.21 2005/06/27 07:36:02 glebius Exp $"); /* Alias_irc.c intercepts packages contain IRC CTCP commands, and changes DCC commands to export a port on the aliasing host instead diff --git a/sys/netinet/libalias/alias_local.h b/sys/netinet/libalias/alias_local.h index 4dc2e0a95742..1bc249629f27 100644 --- a/sys/netinet/libalias/alias_local.h +++ b/sys/netinet/libalias/alias_local.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/netinet/libalias/alias_local.h,v 1.32 2005/06/27 07:36:02 glebius Exp $ */ /* diff --git a/sys/netinet/libalias/alias_nbt.c b/sys/netinet/libalias/alias_nbt.c index 303cf3f9cb05..ec70701d3ab5 100644 --- a/sys/netinet/libalias/alias_nbt.c +++ b/sys/netinet/libalias/alias_nbt.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_nbt.c,v 1.19 2005/05/06 11:07:49 glebius Exp $"); /* alias_nbt.c performs special processing for NetBios over TCP/IP diff --git a/sys/netinet/libalias/alias_old.c b/sys/netinet/libalias/alias_old.c index e885fdc6f934..e250df6758f1 100644 --- a/sys/netinet/libalias/alias_old.c +++ b/sys/netinet/libalias/alias_old.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_old.c,v 1.7 2005/05/05 19:27:32 glebius Exp $"); #ifdef _KERNEL #include <sys/param.h> diff --git a/sys/netinet/libalias/alias_pptp.c b/sys/netinet/libalias/alias_pptp.c index 0ce69a4718ce..432156906da9 100644 --- a/sys/netinet/libalias/alias_pptp.c +++ b/sys/netinet/libalias/alias_pptp.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_pptp.c,v 1.14 2005/05/05 21:55:17 glebius Exp $"); /* Alias_pptp.c performs special processing for PPTP sessions under TCP. diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c index f683ba095240..9c76b7daa6bd 100644 --- a/sys/netinet/libalias/alias_proxy.c +++ b/sys/netinet/libalias/alias_proxy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_proxy.c,v 1.26 2005/06/27 07:36:02 glebius Exp $"); /* file: alias_proxy.c diff --git a/sys/netinet/libalias/alias_skinny.c b/sys/netinet/libalias/alias_skinny.c index f109f74c4d65..fee11e94331b 100644 --- a/sys/netinet/libalias/alias_skinny.c +++ b/sys/netinet/libalias/alias_skinny.c @@ -27,7 +27,7 @@ * * Author: Joe Marcus Clarke <marcus@FreeBSD.org> * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/libalias/alias_skinny.c,v 1.12 2005/06/27 07:36:02 glebius Exp $ */ #ifdef _KERNEL diff --git a/sys/netinet/libalias/alias_smedia.c b/sys/netinet/libalias/alias_smedia.c index c314a65f770d..3a2a48a0bb13 100644 --- a/sys/netinet/libalias/alias_smedia.c +++ b/sys/netinet/libalias/alias_smedia.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_smedia.c,v 1.15 2005/06/27 07:36:02 glebius Exp $"); /* Alias_smedia.c is meant to contain the aliasing code for streaming media diff --git a/sys/netinet/libalias/alias_util.c b/sys/netinet/libalias/alias_util.c index dc70bc12667e..c47efab79cf2 100644 --- a/sys/netinet/libalias/alias_util.c +++ b/sys/netinet/libalias/alias_util.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netinet/libalias/alias_util.c,v 1.18 2005/06/27 07:36:02 glebius Exp $"); /* diff --git a/sys/netinet/libalias/libalias.3 b/sys/netinet/libalias/libalias.3 index d429d7d0bfbb..b01d6a8a90bd 100644 --- a/sys/netinet/libalias/libalias.3 +++ b/sys/netinet/libalias/libalias.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/sys/netinet/libalias/libalias.3,v 1.53 2005/01/20 09:17:02 ru Exp $ .\" .Dd January 17, 2004 .Dt LIBALIAS 3 diff --git a/sys/netinet/pim.h b/sys/netinet/pim.h index 7878f7972fb6..cd3b96a912d8 100644 --- a/sys/netinet/pim.h +++ b/sys/netinet/pim.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/netinet/pim.h,v 1.3 2005/01/07 01:45:44 imp Exp $ */ #ifndef _NETINET_PIM_H_ diff --git a/sys/netinet/pim_var.h b/sys/netinet/pim_var.h index e32a4acb4022..b5a6b89e0cd2 100644 --- a/sys/netinet/pim_var.h +++ b/sys/netinet/pim_var.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/netinet/pim_var.h,v 1.2 2005/01/07 01:45:44 imp Exp $ */ #ifndef _NETINET_PIM_VAR_H_ diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index 59b9ef6de839..b0b35c8b9931 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)raw_ip.c 8.7 (Berkeley) 5/15/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/raw_ip.c,v 1.150.2.5 2006/10/06 20:26:06 andre Exp $ */ #include "opt_inet6.h" diff --git a/sys/netinet/tcp.h b/sys/netinet/tcp.h index 12b6d57eab81..9c1bf11376f4 100644 --- a/sys/netinet/tcp.h +++ b/sys/netinet/tcp.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp.h,v 1.31.2.1 2005/10/09 03:22:51 delphij Exp $ */ #ifndef _NETINET_TCP_H_ diff --git a/sys/netinet/tcp_debug.c b/sys/netinet/tcp_debug.c index 6cfc0d749bdb..cb7c3dfe571a 100644 --- a/sys/netinet/tcp_debug.c +++ b/sys/netinet/tcp_debug.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_debug.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_debug.c,v 1.26 2005/01/07 01:45:45 imp Exp $ */ #include "opt_inet.h" diff --git a/sys/netinet/tcp_debug.h b/sys/netinet/tcp_debug.h index 03872e2c972a..896863c4d286 100644 --- a/sys/netinet/tcp_debug.h +++ b/sys/netinet/tcp_debug.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_debug.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_debug.h,v 1.15 2005/01/07 01:45:45 imp Exp $ */ #ifndef _NETINET_TCP_DEBUG_H_ diff --git a/sys/netinet/tcp_fsm.h b/sys/netinet/tcp_fsm.h index e026cf345d2a..65dd748175aa 100644 --- a/sys/netinet/tcp_fsm.h +++ b/sys/netinet/tcp_fsm.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_fsm.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_fsm.h,v 1.18 2005/01/07 01:45:45 imp Exp $ */ #ifndef _NETINET_TCP_FSM_H_ diff --git a/sys/netinet/tcp_hostcache.c b/sys/netinet/tcp_hostcache.c index 7535d31fe9f5..eab7671ee247 100644 --- a/sys/netinet/tcp_hostcache.c +++ b/sys/netinet/tcp_hostcache.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/netinet/tcp_hostcache.c,v 1.10 2005/01/07 01:45:45 imp Exp $ */ /* diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c index e430a7d2d90b..298d90f58ddc 100644 --- a/sys/netinet/tcp_input.c +++ b/sys/netinet/tcp_input.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_input.c 8.12 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_input.c,v 1.281.2.11 2006/09/19 12:58:40 glebius Exp $ */ #include "opt_ipfw.h" /* for ipfw_fwd */ diff --git a/sys/netinet/tcp_output.c b/sys/netinet/tcp_output.c index 6bfaa413def6..1ccc69777dc7 100644 --- a/sys/netinet/tcp_output.c +++ b/sys/netinet/tcp_output.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_output.c 8.4 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_output.c,v 1.112 2005/05/21 00:38:29 ps Exp $ */ #include "opt_inet.h" diff --git a/sys/netinet/tcp_sack.c b/sys/netinet/tcp_sack.c index 163e0a4d0ddd..ea89c0065041 100644 --- a/sys/netinet/tcp_sack.c +++ b/sys/netinet/tcp_sack.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_sack.c 8.12 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_sack.c,v 1.26.2.1 2005/10/09 03:17:41 delphij Exp $ */ /*- diff --git a/sys/netinet/tcp_seq.h b/sys/netinet/tcp_seq.h index 7f4620123b84..d0f9890f5b6e 100644 --- a/sys/netinet/tcp_seq.h +++ b/sys/netinet/tcp_seq.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_seq.h 8.3 (Berkeley) 6/21/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_seq.h,v 1.25 2005/04/10 05:24:59 ps Exp $ */ #ifndef _NETINET_TCP_SEQ_H_ diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index 3aed2146a047..bc7b296aec30 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_subr.c 8.2 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_subr.c,v 1.228.2.12 2006/10/01 05:33:50 silby Exp $ */ #include "opt_compat.h" diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c index 3527ca10be19..fac201c33785 100644 --- a/sys/netinet/tcp_syncache.c +++ b/sys/netinet/tcp_syncache.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_syncache.c,v 1.74.2.5 2006/02/16 01:06:22 qingli Exp $ */ #include "opt_inet.h" diff --git a/sys/netinet/tcp_timer.c b/sys/netinet/tcp_timer.c index 55150fbd4191..f6ea2bdf131e 100644 --- a/sys/netinet/tcp_timer.c +++ b/sys/netinet/tcp_timer.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_timer.c,v 1.74.2.5 2006/09/15 09:51:05 glebius Exp $ */ #include "opt_inet6.h" diff --git a/sys/netinet/tcp_timer.h b/sys/netinet/tcp_timer.h index 4b32cbbc522e..7f2a268f73a3 100644 --- a/sys/netinet/tcp_timer.h +++ b/sys/netinet/tcp_timer.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_timer.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_timer.h,v 1.27.2.3 2006/09/15 09:51:05 glebius Exp $ */ #ifndef _NETINET_TCP_TIMER_H_ diff --git a/sys/netinet/tcp_usrreq.c b/sys/netinet/tcp_usrreq.c index bcd8faf6ea99..db65f66189dc 100644 --- a/sys/netinet/tcp_usrreq.c +++ b/sys/netinet/tcp_usrreq.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * From: @(#)tcp_usrreq.c 8.2 (Berkeley) 1/3/94 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_usrreq.c,v 1.124.2.3.2.1 2006/11/28 23:19:18 rwatson Exp $ */ #include "opt_inet.h" diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h index 0efe76763180..2cb6544a56a4 100644 --- a/sys/netinet/tcp_var.h +++ b/sys/netinet/tcp_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcp_var.h,v 1.126.2.3 2006/09/19 12:58:40 glebius Exp $ */ #ifndef _NETINET_TCP_VAR_H_ diff --git a/sys/netinet/tcpip.h b/sys/netinet/tcpip.h index 3a89d5d5bd30..f5732bcf879f 100644 --- a/sys/netinet/tcpip.h +++ b/sys/netinet/tcpip.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)tcpip.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/tcpip.h,v 1.12 2005/01/07 01:45:45 imp Exp $ */ #ifndef _NETINET_TCPIP_H_ diff --git a/sys/netinet/udp.h b/sys/netinet/udp.h index f03522e56b6e..be2e31a337d3 100644 --- a/sys/netinet/udp.h +++ b/sys/netinet/udp.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)udp.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/udp.h,v 1.9 2005/01/07 01:45:45 imp Exp $ */ #ifndef _NETINET_UDP_H_ diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index a1f032a20708..39f7154433d2 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)udp_usrreq.c 8.6 (Berkeley) 5/23/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/udp_usrreq.c,v 1.175.2.8 2006/10/06 20:26:06 andre Exp $ */ #include "opt_ipfw.h" diff --git a/sys/netinet/udp_var.h b/sys/netinet/udp_var.h index 2e02ce175cb1..1d4260772d0a 100644 --- a/sys/netinet/udp_var.h +++ b/sys/netinet/udp_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)udp_var.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet/udp_var.h,v 1.29 2005/01/07 01:45:45 imp Exp $ */ #ifndef _NETINET_UDP_VAR_H_ diff --git a/sys/netinet6/README b/sys/netinet6/README index 70cec5e1c625..9bcf59c1455c 100644 --- a/sys/netinet6/README +++ b/sys/netinet6/README @@ -1,5 +1,5 @@ a note to committers about KAME tree -$FreeBSD$ +$FreeBSD: src/sys/netinet6/README,v 1.2 2000/07/05 19:05:19 itojun Exp $ KAME project diff --git a/sys/netinet6/ah.h b/sys/netinet6/ah.h index 6335208593f1..d3ad0d9517f5 100644 --- a/sys/netinet6/ah.h +++ b/sys/netinet6/ah.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ah.h,v 1.12 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ah.h,v 1.20 2003/08/05 12:21:15 itojun Exp $ */ /*- diff --git a/sys/netinet6/ah6.h b/sys/netinet6/ah6.h index 0aa98d8cee9e..d46cce9d052d 100644 --- a/sys/netinet6/ah6.h +++ b/sys/netinet6/ah6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ah6.h,v 1.6 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ah.h,v 1.13 2000/10/18 21:28:00 itojun Exp $ */ /*- diff --git a/sys/netinet6/ah_aesxcbcmac.c b/sys/netinet6/ah_aesxcbcmac.c index 75c89bc47acc..f6acaf9801ec 100644 --- a/sys/netinet6/ah_aesxcbcmac.c +++ b/sys/netinet6/ah_aesxcbcmac.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet6/ah_aesxcbcmac.c,v 1.2.2.1 2005/07/27 08:41:44 cperciva Exp $ */ #include <sys/param.h> diff --git a/sys/netinet6/ah_aesxcbcmac.h b/sys/netinet6/ah_aesxcbcmac.h index 8874f24515a0..321fcf47d8b6 100644 --- a/sys/netinet6/ah_aesxcbcmac.h +++ b/sys/netinet6/ah_aesxcbcmac.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet6/ah_aesxcbcmac.h,v 1.2 2005/01/07 02:30:34 imp Exp $ */ extern int ah_aes_xcbc_mac_init __P((struct ah_algorithm_state *, diff --git a/sys/netinet6/ah_core.c b/sys/netinet6/ah_core.c index d24acb791026..73631f6ce278 100644 --- a/sys/netinet6/ah_core.c +++ b/sys/netinet6/ah_core.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ah_core.c,v 1.25.2.1 2005/11/04 20:26:15 ume Exp $ */ /* $KAME: ah_core.c,v 1.59 2003/07/25 10:17:14 itojun Exp $ */ /*- diff --git a/sys/netinet6/ah_input.c b/sys/netinet6/ah_input.c index c2f2fc4c6618..987ce01668b4 100644 --- a/sys/netinet6/ah_input.c +++ b/sys/netinet6/ah_input.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ah_input.c,v 1.20 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ah_input.c,v 1.67 2002/01/07 11:39:56 kjc Exp $ */ /*- diff --git a/sys/netinet6/ah_output.c b/sys/netinet6/ah_output.c index bb7806e261b2..9f24db5d9a05 100644 --- a/sys/netinet6/ah_output.c +++ b/sys/netinet6/ah_output.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ah_output.c,v 1.15 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ah_output.c,v 1.38 2003/09/06 05:15:43 itojun Exp $ */ /*- diff --git a/sys/netinet6/dest6.c b/sys/netinet6/dest6.c index dc83c171680e..56d5219e14e6 100644 --- a/sys/netinet6/dest6.c +++ b/sys/netinet6/dest6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/dest6.c,v 1.10 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: dest6.c,v 1.59 2003/07/11 13:21:16 t-momose Exp $ */ /*- diff --git a/sys/netinet6/esp.h b/sys/netinet6/esp.h index bfeb69f720e4..09b9387075f3 100644 --- a/sys/netinet6/esp.h +++ b/sys/netinet6/esp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/esp.h,v 1.8 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: esp.h,v 1.19 2001/09/04 08:43:19 itojun Exp $ */ /*- diff --git a/sys/netinet6/esp6.h b/sys/netinet6/esp6.h index c995f644ca31..6e219415e2ca 100644 --- a/sys/netinet6/esp6.h +++ b/sys/netinet6/esp6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/esp6.h,v 1.5 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: esp.h,v 1.16 2000/10/18 21:28:00 itojun Exp $ */ /*- diff --git a/sys/netinet6/esp_aesctr.c b/sys/netinet6/esp_aesctr.c index 3494276d0a87..e8ad4ed239a4 100644 --- a/sys/netinet6/esp_aesctr.c +++ b/sys/netinet6/esp_aesctr.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet6/esp_aesctr.c,v 1.2.2.1 2005/11/04 20:59:58 ume Exp $ */ #include <sys/param.h> diff --git a/sys/netinet6/esp_aesctr.h b/sys/netinet6/esp_aesctr.h index f638d6280c56..d4c711e5c359 100644 --- a/sys/netinet6/esp_aesctr.h +++ b/sys/netinet6/esp_aesctr.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netinet6/esp_aesctr.h,v 1.2 2005/01/07 02:30:34 imp Exp $ */ extern int esp_aesctr_mature __P((struct secasvar *)); diff --git a/sys/netinet6/esp_core.c b/sys/netinet6/esp_core.c index 43ea585136cf..0652605202df 100644 --- a/sys/netinet6/esp_core.c +++ b/sys/netinet6/esp_core.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/esp_core.c,v 1.23 2005/03/11 12:37:06 ume Exp $ */ /* $KAME: esp_core.c,v 1.50 2000/11/02 12:27:38 itojun Exp $ */ /*- diff --git a/sys/netinet6/esp_input.c b/sys/netinet6/esp_input.c index ba56e8998bd8..ae6971932fe1 100644 --- a/sys/netinet6/esp_input.c +++ b/sys/netinet6/esp_input.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/esp_input.c,v 1.26 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: esp_input.c,v 1.62 2002/01/07 11:39:57 kjc Exp $ */ /*- diff --git a/sys/netinet6/esp_output.c b/sys/netinet6/esp_output.c index 660e785ac5a9..a4abbc4400b4 100644 --- a/sys/netinet6/esp_output.c +++ b/sys/netinet6/esp_output.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/esp_output.c,v 1.13 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: esp_output.c,v 1.44 2001/07/26 06:53:15 jinmei Exp $ */ /*- diff --git a/sys/netinet6/esp_rijndael.c b/sys/netinet6/esp_rijndael.c index e302e6a65c0c..eb58ca42fb1d 100644 --- a/sys/netinet6/esp_rijndael.c +++ b/sys/netinet6/esp_rijndael.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/esp_rijndael.c,v 1.5 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: esp_rijndael.c,v 1.14 2003/08/28 08:23:20 itojun Exp $ */ /*- diff --git a/sys/netinet6/esp_rijndael.h b/sys/netinet6/esp_rijndael.h index 680a44a304d8..d5e66dee0145 100644 --- a/sys/netinet6/esp_rijndael.h +++ b/sys/netinet6/esp_rijndael.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/esp_rijndael.h,v 1.4 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: esp_rijndael.h,v 1.2 2003/01/20 00:55:27 itojun Exp $ */ /*- diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c index 171e1987cc74..ce204e9aa43d 100644 --- a/sys/netinet6/frag6.c +++ b/sys/netinet6/frag6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/frag6.c,v 1.25.2.1 2006/05/16 07:27:49 ps Exp $ */ /* $KAME: frag6.c,v 1.33 2002/01/07 11:34:48 kjc Exp $ */ /*- diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c index 43c2237badc3..9fd8855ab3fb 100644 --- a/sys/netinet6/icmp6.c +++ b/sys/netinet6/icmp6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/icmp6.c,v 1.62.2.6 2005/12/25 14:03:37 suz Exp $ */ /* $KAME: icmp6.c,v 1.211 2001/04/04 05:56:20 itojun Exp $ */ /*- diff --git a/sys/netinet6/icmp6.h b/sys/netinet6/icmp6.h index a6414efccb7e..300b8aca2e33 100644 --- a/sys/netinet6/icmp6.h +++ b/sys/netinet6/icmp6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/icmp6.h,v 1.6 2000/07/04 16:35:09 itojun Exp $ */ /* $KAME: icmp6.h,v 1.17 2000/06/11 17:23:40 jinmei Exp $ */ #error "netinet6/icmp6.h is obsolete. use netinet/icmp6.h" diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index 919b2641deaa..fb598cd13ee6 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6.c,v 1.51.2.10 2006/09/29 04:22:38 suz Exp $ */ /* $KAME: in6.c,v 1.259 2002/01/21 11:37:50 keiichi Exp $ */ /*- diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index 4df2b8713f69..55be5ba6a7d8 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6.h,v 1.36.2.7 2006/08/20 19:28:43 dwmalone Exp $ */ /* $KAME: in6.h,v 1.89 2001/05/27 13:28:35 itojun Exp $ */ /*- diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c index 1fd9451ee542..249fc41f5e49 100644 --- a/sys/netinet6/in6_cksum.c +++ b/sys/netinet6/in6_cksum.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_cksum.c,v 1.10.2.1 2005/11/04 20:26:15 ume Exp $ */ /* $KAME: in6_cksum.c,v 1.10 2000/12/03 00:53:59 itojun Exp $ */ /*- diff --git a/sys/netinet6/in6_gif.c b/sys/netinet6/in6_gif.c index 00ca2f2bcdd2..f065163dae03 100644 --- a/sys/netinet6/in6_gif.c +++ b/sys/netinet6/in6_gif.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_gif.c,v 1.22.2.2 2006/01/31 15:56:47 glebius Exp $ */ /* $KAME: in6_gif.c,v 1.49 2001/05/14 14:02:17 itojun Exp $ */ /*- diff --git a/sys/netinet6/in6_gif.h b/sys/netinet6/in6_gif.h index 2834162c6c80..ddaee1d63f35 100644 --- a/sys/netinet6/in6_gif.h +++ b/sys/netinet6/in6_gif.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_gif.h,v 1.7 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: in6_gif.h,v 1.5 2000/04/14 08:36:03 itojun Exp $ */ /*- diff --git a/sys/netinet6/in6_ifattach.c b/sys/netinet6/in6_ifattach.c index 6b7d022ea6e7..772f5f0d13c0 100644 --- a/sys/netinet6/in6_ifattach.c +++ b/sys/netinet6/in6_ifattach.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_ifattach.c,v 1.26.2.7 2006/10/16 15:09:24 ume Exp $ */ /* $KAME: in6_ifattach.c,v 1.118 2001/05/24 07:44:00 itojun Exp $ */ /*- diff --git a/sys/netinet6/in6_ifattach.h b/sys/netinet6/in6_ifattach.h index 77cc88f1be4d..8a541e9b6e8b 100644 --- a/sys/netinet6/in6_ifattach.h +++ b/sys/netinet6/in6_ifattach.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_ifattach.h,v 1.5.2.2 2005/12/25 14:03:37 suz Exp $ */ /* $KAME: in6_ifattach.h,v 1.14 2001/02/08 12:48:39 jinmei Exp $ */ /*- diff --git a/sys/netinet6/in6_pcb.c b/sys/netinet6/in6_pcb.c index 91570ef5499a..44bc3cfe029c 100644 --- a/sys/netinet6/in6_pcb.c +++ b/sys/netinet6/in6_pcb.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_pcb.c,v 1.62.2.4 2006/09/04 10:33:44 pjd Exp $ */ /* $KAME: in6_pcb.c,v 1.31 2001/05/21 05:45:10 jinmei Exp $ */ /*- diff --git a/sys/netinet6/in6_pcb.h b/sys/netinet6/in6_pcb.h index 45b46f1b596f..62ba4a25e549 100644 --- a/sys/netinet6/in6_pcb.h +++ b/sys/netinet6/in6_pcb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_pcb.h,v 1.16 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: in6_pcb.h,v 1.13 2001/02/06 09:16:53 itojun Exp $ */ /*- diff --git a/sys/netinet6/in6_proto.c b/sys/netinet6/in6_proto.c index ecd7187316f2..fd9cae82ec6d 100644 --- a/sys/netinet6/in6_proto.c +++ b/sys/netinet6/in6_proto.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_proto.c,v 1.32.2.5 2006/10/16 15:11:18 ume Exp $ */ /* $KAME: in6_proto.c,v 1.91 2001/05/27 13:28:35 itojun Exp $ */ /*- diff --git a/sys/netinet6/in6_rmx.c b/sys/netinet6/in6_rmx.c index 77bd5c42db54..f24a71721ea7 100644 --- a/sys/netinet6/in6_rmx.c +++ b/sys/netinet6/in6_rmx.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_rmx.c,v 1.14 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: in6_rmx.c,v 1.11 2001/07/26 06:53:16 jinmei Exp $ */ /*- diff --git a/sys/netinet6/in6_src.c b/sys/netinet6/in6_src.c index 61cf9db51ec8..35693602711a 100644 --- a/sys/netinet6/in6_src.c +++ b/sys/netinet6/in6_src.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_src.c,v 1.30.2.4 2005/12/25 14:03:37 suz Exp $ */ /* $KAME: in6_src.c,v 1.132 2003/08/26 04:42:27 keiichi Exp $ */ /*- diff --git a/sys/netinet6/in6_var.h b/sys/netinet6/in6_var.h index 881b21f8b914..5bdfae489baa 100644 --- a/sys/netinet6/in6_var.h +++ b/sys/netinet6/in6_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/in6_var.h,v 1.21.2.6 2005/12/25 14:03:37 suz Exp $ */ /* $KAME: in6_var.h,v 1.56 2001/03/29 05:34:31 itojun Exp $ */ /*- diff --git a/sys/netinet6/ip6.h b/sys/netinet6/ip6.h index 9eec13fb25ec..528ff7ce31e6 100644 --- a/sys/netinet6/ip6.h +++ b/sys/netinet6/ip6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6.h,v 1.5 2000/07/04 16:35:09 itojun Exp $ */ /* $KAME: ip6.h,v 1.7 2000/03/25 07:23:36 sumikawa Exp $ */ #error "netinet6/ip6.h is obsolete. use netinet/ip6.h" diff --git a/sys/netinet6/ip6_ecn.h b/sys/netinet6/ip6_ecn.h index 8dcdbd1c581c..20b03dbb3599 100644 --- a/sys/netinet6/ip6_ecn.h +++ b/sys/netinet6/ip6_ecn.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_ecn.h,v 1.6 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ip_ecn.h,v 1.5 2000/03/27 04:58:38 sumikawa Exp $ */ /*- diff --git a/sys/netinet6/ip6_forward.c b/sys/netinet6/ip6_forward.c index d3d427ce74ac..7ea5b6ac70e2 100644 --- a/sys/netinet6/ip6_forward.c +++ b/sys/netinet6/ip6_forward.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_forward.c,v 1.28.2.3 2006/09/12 17:54:58 jhay Exp $ */ /* $KAME: ip6_forward.c,v 1.69 2001/05/17 03:48:30 itojun Exp $ */ /*- diff --git a/sys/netinet6/ip6_fw.c b/sys/netinet6/ip6_fw.c index 6927b60741d8..f7b08fb70b5f 100644 --- a/sys/netinet6/ip6_fw.c +++ b/sys/netinet6/ip6_fw.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_fw.c,v 1.35.2.1 2005/08/19 17:38:52 ume Exp $ */ /* $KAME: ip6_fw.c,v 1.21 2001/01/24 01:25:32 itojun Exp $ */ /*- diff --git a/sys/netinet6/ip6_fw.h b/sys/netinet6/ip6_fw.h index 2b5aa9f98287..16bea32daca3 100644 --- a/sys/netinet6/ip6_fw.h +++ b/sys/netinet6/ip6_fw.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_fw.h,v 1.15 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ip6_fw.h,v 1.9 2001/08/01 04:29:57 sumikawa Exp $ */ /*- diff --git a/sys/netinet6/ip6_id.c b/sys/netinet6/ip6_id.c index 19957a488171..4ab6a3d82959 100644 --- a/sys/netinet6/ip6_id.c +++ b/sys/netinet6/ip6_id.c @@ -1,6 +1,6 @@ /* $KAME: ip6_id.c,v 1.13 2003/09/16 09:11:19 itojun Exp $ */ /* $OpenBSD: ip_id.c,v 1.6 2002/03/15 18:19:52 millert Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_id.c,v 1.7 2005/01/07 02:30:34 imp Exp $ */ /*- * Copyright (C) 2003 WIDE Project. diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 3b345570c78c..7ae2dc1e5319 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_input.c,v 1.81.2.4 2006/01/31 16:36:11 ume Exp $ */ /* $KAME: ip6_input.c,v 1.259 2002/01/21 04:58:09 jinmei Exp $ */ /*- diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c index 9c4938f03f5b..e9f9568125cc 100644 --- a/sys/netinet6/ip6_mroute.c +++ b/sys/netinet6/ip6_mroute.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_mroute.c,v 1.29.2.8 2006/04/20 15:43:45 suz Exp $ */ /* $KAME: ip6_mroute.c,v 1.58 2001/12/18 02:36:31 itojun Exp $ */ /*- diff --git a/sys/netinet6/ip6_mroute.h b/sys/netinet6/ip6_mroute.h index 26ac0089fbf9..f93d1612aa16 100644 --- a/sys/netinet6/ip6_mroute.h +++ b/sys/netinet6/ip6_mroute.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_mroute.h,v 1.6.2.1 2005/10/09 05:21:18 ume Exp $ */ /* $KAME: ip6_mroute.h,v 1.19 2001/06/14 06:12:55 suz Exp $ */ /*- diff --git a/sys/netinet6/ip6_output.c b/sys/netinet6/ip6_output.c index 4eb7a6ed368c..8f19d8225a37 100644 --- a/sys/netinet6/ip6_output.c +++ b/sys/netinet6/ip6_output.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_output.c,v 1.90.2.10 2006/02/14 21:38:46 rwatson Exp $ */ /* $KAME: ip6_output.c,v 1.279 2002/01/26 06:12:30 jinmei Exp $ */ /*- diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h index a0dfec386fa2..7d19b23fbf67 100644 --- a/sys/netinet6/ip6_var.h +++ b/sys/netinet6/ip6_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6_var.h,v 1.30.2.6 2005/12/25 14:03:38 suz Exp $ */ /* $KAME: ip6_var.h,v 1.62 2001/05/03 14:51:48 itojun Exp $ */ /*- diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h index a6bb6833e8a8..7a765fb4466c 100644 --- a/sys/netinet6/ip6protosw.h +++ b/sys/netinet6/ip6protosw.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ip6protosw.h,v 1.13 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ip6protosw.h,v 1.25 2001/09/26 06:13:03 keiichi Exp $ */ /*- diff --git a/sys/netinet6/ipcomp.h b/sys/netinet6/ipcomp.h index 943cd36c1525..539862214630 100644 --- a/sys/netinet6/ipcomp.h +++ b/sys/netinet6/ipcomp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ipcomp.h,v 1.5 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ipcomp.h,v 1.11 2001/09/04 08:43:19 itojun Exp $ */ /*- diff --git a/sys/netinet6/ipcomp6.h b/sys/netinet6/ipcomp6.h index 444b8c48df7f..f53c4a239cc1 100644 --- a/sys/netinet6/ipcomp6.h +++ b/sys/netinet6/ipcomp6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ipcomp6.h,v 1.3 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */ /*- diff --git a/sys/netinet6/ipcomp_core.c b/sys/netinet6/ipcomp_core.c index bcb5cff784f7..8b577fa78d60 100644 --- a/sys/netinet6/ipcomp_core.c +++ b/sys/netinet6/ipcomp_core.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ipcomp_core.c,v 1.9 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ipcomp_core.c,v 1.25 2001/07/26 06:53:17 jinmei Exp $ */ /*- diff --git a/sys/netinet6/ipcomp_input.c b/sys/netinet6/ipcomp_input.c index be97fd1d6678..87b7cf47a6cb 100644 --- a/sys/netinet6/ipcomp_input.c +++ b/sys/netinet6/ipcomp_input.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ipcomp_input.c,v 1.8.2.1 2006/02/14 21:36:23 rwatson Exp $ */ /* $KAME: ipcomp_input.c,v 1.25 2001/03/01 09:12:09 itojun Exp $ */ /*- diff --git a/sys/netinet6/ipcomp_output.c b/sys/netinet6/ipcomp_output.c index f9286b28ec01..f57110cf17f1 100644 --- a/sys/netinet6/ipcomp_output.c +++ b/sys/netinet6/ipcomp_output.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ipcomp_output.c,v 1.8 2005/01/07 02:30:34 imp Exp $ */ /* $KAME: ipcomp_output.c,v 1.25 2002/06/09 14:44:00 itojun Exp $ */ /*- diff --git a/sys/netinet6/ipsec.c b/sys/netinet6/ipsec.c index 08734a81bc28..6ee4f15385b3 100644 --- a/sys/netinet6/ipsec.c +++ b/sys/netinet6/ipsec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ipsec.c,v 1.42.2.3 2006/09/04 10:35:07 pjd Exp $ */ /* $KAME: ipsec.c,v 1.207 2004/01/13 03:30:42 itojun Exp $ */ /*- diff --git a/sys/netinet6/ipsec.h b/sys/netinet6/ipsec.h index 7b677aefb98f..2472b7da3f3b 100644 --- a/sys/netinet6/ipsec.h +++ b/sys/netinet6/ipsec.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ipsec.h,v 1.18 2005/01/07 02:30:35 imp Exp $ */ /* $KAME: ipsec.h,v 1.69 2003/09/10 23:49:11 itojun Exp $ */ /*- diff --git a/sys/netinet6/ipsec6.h b/sys/netinet6/ipsec6.h index 6a1547f1c3a6..caae321be39f 100644 --- a/sys/netinet6/ipsec6.h +++ b/sys/netinet6/ipsec6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/ipsec6.h,v 1.10 2005/01/07 02:30:35 imp Exp $ */ /* $KAME: ipsec.h,v 1.44 2001/03/23 08:08:47 itojun Exp $ */ /*- diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index 8c0888fc3a50..0f4ea63a2a1f 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/mld6.c,v 1.19.2.6 2006/03/11 10:36:23 suz Exp $ */ /* $KAME: mld6.c,v 1.27 2001/04/04 05:17:30 itojun Exp $ */ /*- diff --git a/sys/netinet6/mld6_var.h b/sys/netinet6/mld6_var.h index a4e52f21f28c..69f24372fbef 100644 --- a/sys/netinet6/mld6_var.h +++ b/sys/netinet6/mld6_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/mld6_var.h,v 1.6.2.1 2005/12/25 14:03:38 suz Exp $ */ /* $KAME: mld6_var.h,v 1.4 2000/03/25 07:23:54 sumikawa Exp $ */ /*- diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index 471de5fec8d1..ba124e9a608c 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/nd6.c,v 1.48.2.15 2006/10/07 18:31:27 jhay Exp $ */ /* $KAME: nd6.c,v 1.144 2001/05/24 07:44:00 itojun Exp $ */ /*- diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index 1d7262352228..b7d7c0388bab 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/nd6.h,v 1.19.2.2 2005/12/25 14:03:38 suz Exp $ */ /* $KAME: nd6.h,v 1.76 2001/12/18 02:10:31 itojun Exp $ */ /*- diff --git a/sys/netinet6/nd6_nbr.c b/sys/netinet6/nd6_nbr.c index f762315a6739..1269b085d268 100644 --- a/sys/netinet6/nd6_nbr.c +++ b/sys/netinet6/nd6_nbr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/nd6_nbr.c,v 1.29.2.8 2005/12/25 14:03:38 suz Exp $ */ /* $KAME: nd6_nbr.c,v 1.86 2002/01/21 02:33:04 jinmei Exp $ */ /*- diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c index 119a422e997c..b13a686fe998 100644 --- a/sys/netinet6/nd6_rtr.c +++ b/sys/netinet6/nd6_rtr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/nd6_rtr.c,v 1.26.2.5 2006/03/20 16:23:08 suz Exp $ */ /* $KAME: nd6_rtr.c,v 1.111 2001/04/27 01:37:15 jinmei Exp $ */ /*- diff --git a/sys/netinet6/pim6.h b/sys/netinet6/pim6.h index 25e2b2320f34..2d280f5a04f8 100644 --- a/sys/netinet6/pim6.h +++ b/sys/netinet6/pim6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/pim6.h,v 1.3 2005/01/07 02:30:35 imp Exp $ */ /* $KAME: pim6.h,v 1.3 2000/03/25 07:23:58 sumikawa Exp $ */ /*- diff --git a/sys/netinet6/pim6_var.h b/sys/netinet6/pim6_var.h index 57bf1f98d3b0..a73d6f6035e8 100644 --- a/sys/netinet6/pim6_var.h +++ b/sys/netinet6/pim6_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/pim6_var.h,v 1.4 2005/01/07 02:30:35 imp Exp $ */ /* $KAME: pim6_var.h,v 1.8 2000/06/06 08:07:43 jinmei Exp $ */ /*- diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c index 59bb4a5afdf9..90546f23e6b5 100644 --- a/sys/netinet6/raw_ip6.c +++ b/sys/netinet6/raw_ip6.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/netinet6/raw_ip6.c,v 1.50.2.7 2005/12/26 00:59:12 suz Exp $ */ /*- diff --git a/sys/netinet6/raw_ip6.h b/sys/netinet6/raw_ip6.h index 62aac14519f7..f40b1c6e22fc 100644 --- a/sys/netinet6/raw_ip6.h +++ b/sys/netinet6/raw_ip6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/raw_ip6.h,v 1.2 2005/01/07 02:30:35 imp Exp $ */ /* $KAME: raw_ip6.h,v 1.2 2001/05/27 13:28:35 itojun Exp $ */ /*- diff --git a/sys/netinet6/route6.c b/sys/netinet6/route6.c index c082e33a8104..753472ba5562 100644 --- a/sys/netinet6/route6.c +++ b/sys/netinet6/route6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/route6.c,v 1.11.2.1 2005/11/04 20:26:15 ume Exp $ */ /* $KAME: route6.c,v 1.24 2001/03/14 03:07:05 itojun Exp $ */ /*- diff --git a/sys/netinet6/scope6.c b/sys/netinet6/scope6.c index 0594f905a81a..8a6554b56bc6 100644 --- a/sys/netinet6/scope6.c +++ b/sys/netinet6/scope6.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/scope6.c,v 1.12.2.1 2005/11/04 20:26:15 ume Exp $ */ /* $KAME: scope6.c,v 1.10 2000/07/24 13:29:31 itojun Exp $ */ /*- diff --git a/sys/netinet6/scope6_var.h b/sys/netinet6/scope6_var.h index 3dbdcd98f31b..0ec3fd1db61c 100644 --- a/sys/netinet6/scope6_var.h +++ b/sys/netinet6/scope6_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/scope6_var.h,v 1.4.2.1 2005/11/04 20:26:15 ume Exp $ */ /* $KAME: scope6_var.h,v 1.4 2000/05/18 15:03:27 jinmei Exp $ */ /*- diff --git a/sys/netinet6/tcp6_var.h b/sys/netinet6/tcp6_var.h index 68d8bfda5e86..bf826c768c94 100644 --- a/sys/netinet6/tcp6_var.h +++ b/sys/netinet6/tcp6_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/netinet6/tcp6_var.h,v 1.7 2005/01/07 02:30:35 imp Exp $ */ /*- @@ -58,7 +58,7 @@ * SUCH DAMAGE. * * @(#)tcp_var.h 8.4 (Berkeley) 5/24/95 - * $FreeBSD$ + * $FreeBSD: src/sys/netinet6/tcp6_var.h,v 1.7 2005/01/07 02:30:35 imp Exp $ */ #ifndef _NETINET_TCP6_VAR_H_ diff --git a/sys/netinet6/udp6_output.c b/sys/netinet6/udp6_output.c index 0cd4cde12cd2..c537f53d8678 100644 --- a/sys/netinet6/udp6_output.c +++ b/sys/netinet6/udp6_output.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/udp6_output.c,v 1.19.2.4 2005/11/04 20:26:15 ume Exp $ */ /* $KAME: udp6_output.c,v 1.31 2001/05/21 16:39:15 jinmei Exp $ */ /*- diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 8cacd44e8217..1ce87de5fd11 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netinet6/udp6_usrreq.c,v 1.54.2.2 2006/02/09 02:29:06 ume Exp $ */ /* $KAME: udp6_usrreq.c,v 1.27 2001/05/21 05:45:10 jinmei Exp $ */ /*- diff --git a/sys/netinet6/udp6_var.h b/sys/netinet6/udp6_var.h index fbe5166cd2a6..c4fb2f76ea94 100644 --- a/sys/netinet6/udp6_var.h +++ b/sys/netinet6/udp6_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/netinet6/udp6_var.h,v 1.7 2005/01/07 02:30:35 imp Exp $ */ /*- diff --git a/sys/netipsec/ah.h b/sys/netipsec/ah.h index 1ffeacdc3977..4f52153f8a0c 100644 --- a/sys/netipsec/ah.h +++ b/sys/netipsec/ah.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ah.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: ah.h,v 1.13 2000/10/18 21:28:00 itojun Exp $ */ /*- diff --git a/sys/netipsec/ah_var.h b/sys/netipsec/ah_var.h index 5a8c06e14155..9e023783deb4 100644 --- a/sys/netipsec/ah_var.h +++ b/sys/netipsec/ah_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ah_var.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $OpenBSD: ip_ah.h,v 1.29 2002/06/09 16:26:10 itojun Exp $ */ /*- * The authors of this code are John Ioannidis (ji@tla.org), diff --git a/sys/netipsec/esp.h b/sys/netipsec/esp.h index eb3739701181..b3adabe86934 100644 --- a/sys/netipsec/esp.h +++ b/sys/netipsec/esp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/esp.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: esp.h,v 1.16 2000/10/18 21:28:00 itojun Exp $ */ /*- diff --git a/sys/netipsec/esp_var.h b/sys/netipsec/esp_var.h index 278b996a708f..d25ce0fd66ea 100644 --- a/sys/netipsec/esp_var.h +++ b/sys/netipsec/esp_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/esp_var.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $OpenBSD: ip_esp.h,v 1.37 2002/06/09 16:26:10 itojun Exp $ */ /*- * The authors of this code are John Ioannidis (ji@tla.org), diff --git a/sys/netipsec/ipcomp.h b/sys/netipsec/ipcomp.h index 47e9305ef6be..c74e3ef19127 100644 --- a/sys/netipsec/ipcomp.h +++ b/sys/netipsec/ipcomp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ipcomp.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */ /*- diff --git a/sys/netipsec/ipcomp_var.h b/sys/netipsec/ipcomp_var.h index 6a506bb5bf04..25d98c958dc2 100644 --- a/sys/netipsec/ipcomp_var.h +++ b/sys/netipsec/ipcomp_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ipcomp_var.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: ipcomp.h,v 1.8 2000/09/26 07:55:14 itojun Exp $ */ /*- diff --git a/sys/netipsec/ipip_var.h b/sys/netipsec/ipip_var.h index 7fbc64315f93..0a9761e5fa1a 100644 --- a/sys/netipsec/ipip_var.h +++ b/sys/netipsec/ipip_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ipip_var.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $OpenBSD: ip_ipip.h,v 1.5 2002/06/09 16:26:10 itojun Exp $ */ /*- * The authors of this code are John Ioannidis (ji@tla.org), diff --git a/sys/netipsec/ipsec.c b/sys/netipsec/ipsec.c index 4038c005d545..df5f5705759f 100644 --- a/sys/netipsec/ipsec.c +++ b/sys/netipsec/ipsec.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ipsec.c,v 1.12 2005/06/02 23:56:10 hmp Exp $ */ /* $KAME: ipsec.c,v 1.103 2001/05/24 07:14:18 sakane Exp $ */ /*- diff --git a/sys/netipsec/ipsec.h b/sys/netipsec/ipsec.h index dcc42a8bd196..c78a63a1bb09 100644 --- a/sys/netipsec/ipsec.h +++ b/sys/netipsec/ipsec.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ipsec.h,v 1.8.2.2 2006/07/24 23:20:59 thompsa Exp $ */ /* $KAME: ipsec.h,v 1.53 2001/11/20 08:32:38 itojun Exp $ */ /*- diff --git a/sys/netipsec/ipsec6.h b/sys/netipsec/ipsec6.h index 84c3c8aa8fc5..64755e52fafd 100644 --- a/sys/netipsec/ipsec6.h +++ b/sys/netipsec/ipsec6.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ipsec6.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: ipsec.h,v 1.44 2001/03/23 08:08:47 itojun Exp $ */ /*- diff --git a/sys/netipsec/ipsec_input.c b/sys/netipsec/ipsec_input.c index 24bc1c3e9df0..47a970f27bfd 100644 --- a/sys/netipsec/ipsec_input.c +++ b/sys/netipsec/ipsec_input.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ipsec_input.c,v 1.9.2.2 2006/07/24 23:20:59 thompsa Exp $ */ /* $OpenBSD: ipsec_input.c,v 1.63 2003/02/20 18:35:43 deraadt Exp $ */ /*- * The authors of this code are John Ioannidis (ji@tla.org), diff --git a/sys/netipsec/ipsec_mbuf.c b/sys/netipsec/ipsec_mbuf.c index b63a5afc8f3b..48f642f70eba 100644 --- a/sys/netipsec/ipsec_mbuf.c +++ b/sys/netipsec/ipsec_mbuf.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/netipsec/ipsec_mbuf.c,v 1.10.8.1 2006/03/23 23:24:32 sam Exp $ */ /* diff --git a/sys/netipsec/ipsec_osdep.h b/sys/netipsec/ipsec_osdep.h index 34df84df09ca..12ee9c38d2ef 100644 --- a/sys/netipsec/ipsec_osdep.h +++ b/sys/netipsec/ipsec_osdep.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/ipsec_osdep.h,v 1.2.2.1 2006/09/04 10:36:47 pjd Exp $ */ /* $NetBSD: ipsec_osdep.h,v 1.1 2003/08/13 20:06:51 jonathan Exp $ */ /*- diff --git a/sys/netipsec/ipsec_output.c b/sys/netipsec/ipsec_output.c index b275b01740ab..9f1532af10d3 100644 --- a/sys/netipsec/ipsec_output.c +++ b/sys/netipsec/ipsec_output.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/netipsec/ipsec_output.c,v 1.10.8.1 2006/07/24 23:20:59 thompsa Exp $ */ /* diff --git a/sys/netipsec/key.c b/sys/netipsec/key.c index 21b02e38f38b..6971c14a3d83 100644 --- a/sys/netipsec/key.c +++ b/sys/netipsec/key.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/key.c,v 1.20.2.1 2006/09/04 15:17:50 pjd Exp $ */ /* $KAME: key.c,v 1.191 2001/06/27 10:46:49 sakane Exp $ */ /*- diff --git a/sys/netipsec/key.h b/sys/netipsec/key.h index 7c63272ab4af..9113b2b2ff73 100644 --- a/sys/netipsec/key.h +++ b/sys/netipsec/key.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/key.h,v 1.4 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: key.h,v 1.21 2001/07/27 03:51:30 itojun Exp $ */ /*- diff --git a/sys/netipsec/key_debug.c b/sys/netipsec/key_debug.c index 73270a43ab77..6a8b9f022326 100644 --- a/sys/netipsec/key_debug.c +++ b/sys/netipsec/key_debug.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/key_debug.c,v 1.3 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: key_debug.c,v 1.26 2001/06/27 10:46:50 sakane Exp $ */ /*- diff --git a/sys/netipsec/key_debug.h b/sys/netipsec/key_debug.h index be53f7a1f712..a8ca140d4086 100644 --- a/sys/netipsec/key_debug.h +++ b/sys/netipsec/key_debug.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/key_debug.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: key_debug.h,v 1.10 2001/08/05 08:37:52 itojun Exp $ */ /*- diff --git a/sys/netipsec/key_var.h b/sys/netipsec/key_var.h index e7d700503187..d0fd5d97b8d7 100644 --- a/sys/netipsec/key_var.h +++ b/sys/netipsec/key_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/key_var.h,v 1.2 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: key_var.h,v 1.11 2001/09/12 23:05:07 sakane Exp $ */ /*- diff --git a/sys/netipsec/keydb.h b/sys/netipsec/keydb.h index 6136c17ea000..b8cbe411982c 100644 --- a/sys/netipsec/keydb.h +++ b/sys/netipsec/keydb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/keydb.h,v 1.5 2005/01/07 01:45:46 imp Exp $ */ /* $KAME: keydb.h,v 1.14 2000/08/02 17:58:26 sakane Exp $ */ /*- diff --git a/sys/netipsec/keysock.c b/sys/netipsec/keysock.c index 12e458adc40c..8d0ff42819f6 100644 --- a/sys/netipsec/keysock.c +++ b/sys/netipsec/keysock.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/keysock.c,v 1.10.2.2 2006/01/27 21:50:11 bz Exp $ */ /* $KAME: keysock.c,v 1.25 2001/08/13 20:07:41 itojun Exp $ */ /*- diff --git a/sys/netipsec/keysock.h b/sys/netipsec/keysock.h index a331b5e3694c..f9a136590fa6 100644 --- a/sys/netipsec/keysock.h +++ b/sys/netipsec/keysock.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/keysock.h,v 1.2.2.1 2006/01/27 21:50:11 bz Exp $ */ /* $KAME: keysock.h,v 1.8 2000/03/27 05:11:06 sumikawa Exp $ */ /*- diff --git a/sys/netipsec/xform.h b/sys/netipsec/xform.h index 58509c5304b8..6ea57712c0dc 100644 --- a/sys/netipsec/xform.h +++ b/sys/netipsec/xform.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/xform.h,v 1.2.2.1 2006/04/01 15:22:44 bz Exp $ */ /* $OpenBSD: ip_ipsp.h,v 1.119 2002/03/14 01:27:11 millert Exp $ */ /*- * The authors of this code are John Ioannidis (ji@tla.org), diff --git a/sys/netipsec/xform_ah.c b/sys/netipsec/xform_ah.c index a6b32e58dc26..7e6a5d21c493 100644 --- a/sys/netipsec/xform_ah.c +++ b/sys/netipsec/xform_ah.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/xform_ah.c,v 1.7.2.2 2006/09/04 15:17:50 pjd Exp $ */ /* $OpenBSD: ip_ah.c,v 1.63 2001/06/26 06:18:58 angelos Exp $ */ /*- * The authors of this code are John Ioannidis (ji@tla.org), diff --git a/sys/netipsec/xform_esp.c b/sys/netipsec/xform_esp.c index c8746bd9644b..44dd167e0ab6 100644 --- a/sys/netipsec/xform_esp.c +++ b/sys/netipsec/xform_esp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/xform_esp.c,v 1.10.2.3 2006/09/04 15:17:50 pjd Exp $ */ /* $OpenBSD: ip_esp.c,v 1.69 2001/06/26 06:18:59 angelos Exp $ */ /*- * The authors of this code are John Ioannidis (ji@tla.org), diff --git a/sys/netipsec/xform_ipcomp.c b/sys/netipsec/xform_ipcomp.c index 6885584b5f98..c553622f1f91 100644 --- a/sys/netipsec/xform_ipcomp.c +++ b/sys/netipsec/xform_ipcomp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/xform_ipcomp.c,v 1.8.2.2 2006/09/04 15:17:50 pjd Exp $ */ /* $OpenBSD: ip_ipcomp.c,v 1.1 2001/07/05 12:08:52 jjbg Exp $ */ /*- diff --git a/sys/netipsec/xform_ipip.c b/sys/netipsec/xform_ipip.c index 81910091e7ef..b7c8b8521ff8 100644 --- a/sys/netipsec/xform_ipip.c +++ b/sys/netipsec/xform_ipip.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/xform_ipip.c,v 1.11.2.2 2006/07/24 23:20:59 thompsa Exp $ */ /* $OpenBSD: ip_ipip.c,v 1.25 2002/06/10 18:04:55 itojun Exp $ */ /*- * The authors of this code are John Ioannidis (ji@tla.org), diff --git a/sys/netipsec/xform_tcp.c b/sys/netipsec/xform_tcp.c index c70d70a452fa..904be7225664 100644 --- a/sys/netipsec/xform_tcp.c +++ b/sys/netipsec/xform_tcp.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netipsec/xform_tcp.c,v 1.4 2005/01/07 01:45:46 imp Exp $ */ /*- * Copyright (c) 2003 Bruce M. Simpson <bms@spc.org> diff --git a/sys/netipx/README b/sys/netipx/README index a067daf877d9..a0868945c009 100644 --- a/sys/netipx/README +++ b/sys/netipx/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/netipx/README,v 1.6.2.2 2006/06/08 23:36:03 rwatson Exp $ This protocol implements IPX/SPX over Ethernet_II frame type 0x8137. Please note: the SPX implementation may require further work and testing diff --git a/sys/netipx/ipx.c b/sys/netipx/ipx.c index fd06a076f84d..ef7303a7de6e 100644 --- a/sys/netipx/ipx.c +++ b/sys/netipx/ipx.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx.c,v 1.30 2005/01/09 05:34:37 rwatson Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/netipx/ipx.h b/sys/netipx/ipx.h index 3331747dc986..a80bdc07d704 100644 --- a/sys/netipx/ipx.h +++ b/sys/netipx/ipx.h @@ -33,7 +33,7 @@ * * @(#)ipx.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx.h,v 1.21 2005/05/27 12:25:42 rwatson Exp $ */ #ifndef _NETIPX_IPX_H_ diff --git a/sys/netipx/ipx_cksum.c b/sys/netipx/ipx_cksum.c index 81e9c654d5a5..43f4bb3216ca 100644 --- a/sys/netipx/ipx_cksum.c +++ b/sys/netipx/ipx_cksum.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_cksum.c,v 1.13 2005/01/07 01:45:47 imp Exp $"); #include <sys/param.h> #include <sys/mbuf.h> diff --git a/sys/netipx/ipx_if.h b/sys/netipx/ipx_if.h index 88d979bf49a9..9308a5094edb 100644 --- a/sys/netipx/ipx_if.h +++ b/sys/netipx/ipx_if.h @@ -33,7 +33,7 @@ * * @(#)ipx_if.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx_if.h,v 1.15 2005/01/07 01:45:47 imp Exp $ */ #ifndef _NETIPX_IPX_IF_H_ diff --git a/sys/netipx/ipx_input.c b/sys/netipx/ipx_input.c index 4c489532eead..0812d1894734 100644 --- a/sys/netipx/ipx_input.c +++ b/sys/netipx/ipx_input.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_input.c,v 1.51.2.4 2006/06/08 23:35:42 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netipx/ipx_ip.c b/sys/netipx/ipx_ip.c index d277936e8061..5404c668c533 100644 --- a/sys/netipx/ipx_ip.c +++ b/sys/netipx/ipx_ip.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_ip.c,v 1.40.2.1 2006/03/29 12:42:43 rwatson Exp $"); /* * Software interface driver for encapsulating IPX in IP. diff --git a/sys/netipx/ipx_ip.h b/sys/netipx/ipx_ip.h index 150b1ff3b5b4..60b4a1da61a7 100644 --- a/sys/netipx/ipx_ip.h +++ b/sys/netipx/ipx_ip.h @@ -33,7 +33,7 @@ * * @(#)ipxip.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx_ip.h,v 1.17 2005/06/10 16:49:22 brooks Exp $ */ #ifndef _NETIPX_IPXIP_H_ diff --git a/sys/netipx/ipx_outputfl.c b/sys/netipx/ipx_outputfl.c index b8fa39a1296b..836cef3760bf 100644 --- a/sys/netipx/ipx_outputfl.c +++ b/sys/netipx/ipx_outputfl.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_outputfl.c,v 1.22 2005/01/07 01:45:47 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netipx/ipx_pcb.c b/sys/netipx/ipx_pcb.c index e2d9f5c9fb28..16cd2c9e1805 100644 --- a/sys/netipx/ipx_pcb.c +++ b/sys/netipx/ipx_pcb.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_pcb.c,v 1.43.2.2 2006/06/08 23:31:16 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h index 51fbdeab83ed..db45381e4d07 100644 --- a/sys/netipx/ipx_pcb.h +++ b/sys/netipx/ipx_pcb.h @@ -34,7 +34,7 @@ * * @(#)ipx_pcb.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx_pcb.h,v 1.23.2.3 2006/06/08 23:32:42 rwatson Exp $ */ #ifndef _NETIPX_IPX_PCB_H_ diff --git a/sys/netipx/ipx_proto.c b/sys/netipx/ipx_proto.c index 0232d7554e93..79b5f4c9daa6 100644 --- a/sys/netipx/ipx_proto.c +++ b/sys/netipx/ipx_proto.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_proto.c,v 1.19.2.1 2005/11/16 10:31:23 ru Exp $"); #include "opt_ipx.h" diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c index 64d22b3ae106..dbe481e6e2dd 100644 --- a/sys/netipx/ipx_usrreq.c +++ b/sys/netipx/ipx_usrreq.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/ipx_usrreq.c,v 1.52.2.2 2006/06/08 23:36:39 rwatson Exp $"); #include "opt_ipx.h" diff --git a/sys/netipx/ipx_var.h b/sys/netipx/ipx_var.h index c78536b5f28a..0e300f1d7b61 100644 --- a/sys/netipx/ipx_var.h +++ b/sys/netipx/ipx_var.h @@ -33,7 +33,7 @@ * * @(#)ipx_var.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/ipx_var.h,v 1.22 2005/01/07 01:45:47 imp Exp $ */ #ifndef _NETIPX_IPX_VAR_H_ diff --git a/sys/netipx/spx.h b/sys/netipx/spx.h index 12fe93ed1a36..18135de7f278 100644 --- a/sys/netipx/spx.h +++ b/sys/netipx/spx.h @@ -33,7 +33,7 @@ * * @(#)spx.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/spx.h,v 1.19 2005/01/07 01:45:47 imp Exp $ */ #ifndef _NETIPX_SPX_H_ diff --git a/sys/netipx/spx_debug.c b/sys/netipx/spx_debug.c index 4e4aff81181b..53007a918221 100644 --- a/sys/netipx/spx_debug.c +++ b/sys/netipx/spx_debug.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/spx_debug.c,v 1.16 2005/01/07 01:45:47 imp Exp $"); #include "opt_inet.h" #include "opt_tcpdebug.h" diff --git a/sys/netipx/spx_debug.h b/sys/netipx/spx_debug.h index 9e5bf677e423..7bf31fa1db91 100644 --- a/sys/netipx/spx_debug.h +++ b/sys/netipx/spx_debug.h @@ -33,7 +33,7 @@ * * @(#)spx_debug.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/spx_debug.h,v 1.15 2005/01/07 01:45:47 imp Exp $ */ #ifndef _NETIPX_SPX_DEBUG_H_ diff --git a/sys/netipx/spx_timer.h b/sys/netipx/spx_timer.h index fd06efb796ae..af068c84f332 100644 --- a/sys/netipx/spx_timer.h +++ b/sys/netipx/spx_timer.h @@ -33,7 +33,7 @@ * * @(#)spx_timer.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/spx_timer.h,v 1.11 2005/01/07 01:45:47 imp Exp $ */ #ifndef _NETIPX_SPX_TIMER_H_ diff --git a/sys/netipx/spx_usrreq.c b/sys/netipx/spx_usrreq.c index 9782851c8b28..e7412463cce5 100644 --- a/sys/netipx/spx_usrreq.c +++ b/sys/netipx/spx_usrreq.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netipx/spx_usrreq.c,v 1.62.2.18 2006/06/08 23:35:16 rwatson Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/netipx/spx_var.h b/sys/netipx/spx_var.h index 1cf1229f42cc..73856d96436b 100644 --- a/sys/netipx/spx_var.h +++ b/sys/netipx/spx_var.h @@ -33,7 +33,7 @@ * * @(#)spx_var.h * - * $FreeBSD$ + * $FreeBSD: src/sys/netipx/spx_var.h,v 1.10 2005/01/07 01:45:47 imp Exp $ */ #ifndef _NETIPX_SPX_VAR_H_ diff --git a/sys/netkey/key.c b/sys/netkey/key.c index a738e1330d4d..84c0fd6f13e2 100644 --- a/sys/netkey/key.c +++ b/sys/netkey/key.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netkey/key.c,v 1.71.2.2 2005/11/04 20:26:16 ume Exp $"); /* * This code is referd to RFC 2367 diff --git a/sys/netkey/key.h b/sys/netkey/key.h index e4cfe4bbd118..3f14f58b96f6 100644 --- a/sys/netkey/key.h +++ b/sys/netkey/key.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netkey/key.h,v 1.12 2005/01/07 01:45:48 imp Exp $ */ /* $KAME: key.h,v 1.32 2003/09/07 05:25:20 itojun Exp $ */ /*- diff --git a/sys/netkey/key_debug.c b/sys/netkey/key_debug.c index 73b3b3d0b1cf..22b5076ba9fa 100644 --- a/sys/netkey/key_debug.c +++ b/sys/netkey/key_debug.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netkey/key_debug.c,v 1.25 2005/01/07 01:45:48 imp Exp $"); #ifdef _KERNEL #include "opt_inet.h" diff --git a/sys/netkey/key_debug.h b/sys/netkey/key_debug.h index 435d9232f7f9..d66b3199e50d 100644 --- a/sys/netkey/key_debug.h +++ b/sys/netkey/key_debug.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netkey/key_debug.h,v 1.12 2005/01/07 01:45:48 imp Exp $ */ /* $KAME: key_debug.h,v 1.11 2002/11/05 03:48:34 itojun Exp $ */ /*- diff --git a/sys/netkey/key_var.h b/sys/netkey/key_var.h index 91b5d3bb1f7e..96cb99ae7a6c 100644 --- a/sys/netkey/key_var.h +++ b/sys/netkey/key_var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netkey/key_var.h,v 1.8 2005/01/07 01:45:48 imp Exp $ */ /* $KAME: key_var.h,v 1.12 2001/11/06 03:48:29 itojun Exp $ */ /*- diff --git a/sys/netkey/keydb.c b/sys/netkey/keydb.c index 711ed7b89dd3..bfd59ed2a014 100644 --- a/sys/netkey/keydb.c +++ b/sys/netkey/keydb.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netkey/keydb.c,v 1.6 2005/01/07 01:45:48 imp Exp $"); #include "opt_inet.h" #include "opt_inet6.h" diff --git a/sys/netkey/keydb.h b/sys/netkey/keydb.h index b32536206feb..dc5eb697fd76 100644 --- a/sys/netkey/keydb.h +++ b/sys/netkey/keydb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netkey/keydb.h,v 1.12 2005/01/07 01:45:48 imp Exp $ */ /* $KAME: keydb.h,v 1.24 2003/09/07 15:12:10 itojun Exp $ */ /*- diff --git a/sys/netkey/keysock.c b/sys/netkey/keysock.c index 6419956ee3be..372d5446f467 100644 --- a/sys/netkey/keysock.c +++ b/sys/netkey/keysock.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netkey/keysock.c,v 1.30.2.2 2006/01/27 21:50:11 bz Exp $"); #include "opt_ipsec.h" diff --git a/sys/netkey/keysock.h b/sys/netkey/keysock.h index 0422517c8291..71f823f49795 100644 --- a/sys/netkey/keysock.h +++ b/sys/netkey/keysock.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netkey/keysock.h,v 1.8.2.1 2006/01/27 21:50:11 bz Exp $ */ /* $KAME: keysock.h,v 1.9 2002/03/21 14:00:14 itojun Exp $ */ /*- diff --git a/sys/netnatm/natm.c b/sys/netnatm/natm.c index ae0ecd4637f8..e33f4334d5e7 100644 --- a/sys/netnatm/natm.c +++ b/sys/netnatm/natm.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netnatm/natm.c,v 1.37.2.3 2005/08/25 05:01:23 rwatson Exp $"); #include <sys/param.h> #include <sys/conf.h> diff --git a/sys/netnatm/natm.h b/sys/netnatm/natm.h index 0a2ebb8efe35..92275fb5d281 100644 --- a/sys/netnatm/natm.h +++ b/sys/netnatm/natm.h @@ -1,5 +1,5 @@ /* $NetBSD: natm.h,v 1.1 1996/07/04 03:20:12 chuck Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/netnatm/natm.h,v 1.10.2.2 2005/08/15 09:52:22 rwatson Exp $ */ /*- * diff --git a/sys/netnatm/natm_pcb.c b/sys/netnatm/natm_pcb.c index fd22719fa4b6..a0804707a37c 100644 --- a/sys/netnatm/natm_pcb.c +++ b/sys/netnatm/natm_pcb.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netnatm/natm_pcb.c,v 1.15.2.1 2005/08/15 09:51:15 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netnatm/natm_proto.c b/sys/netnatm/natm_proto.c index 57619a5e05d8..b3c7a0b84614 100644 --- a/sys/netnatm/natm_proto.c +++ b/sys/netnatm/natm_proto.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netnatm/natm_proto.c,v 1.15.2.3 2005/11/16 10:31:23 ru Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netncp/ncp.h b/sys/netncp/ncp.h index 5b10d9a07b5b..26f9918d13e1 100644 --- a/sys/netncp/ncp.h +++ b/sys/netncp/ncp.h @@ -5,7 +5,7 @@ * Copyright (C) 1995 by Volker Lendecke * New version derived from original ncp.h, 1998 Boris Popov * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp.h,v 1.7 2005/01/07 01:45:48 imp Exp $ */ #ifndef _NETNCP_NCP_H_ diff --git a/sys/netncp/ncp_cfg.h b/sys/netncp/ncp_cfg.h index 82a30d748d5d..748af5abd664 100644 --- a/sys/netncp/ncp_cfg.h +++ b/sys/netncp/ncp_cfg.h @@ -1,7 +1,7 @@ /* * static configuration for libncp * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_cfg.h,v 1.1 1999/10/12 11:56:38 bp Exp $ */ #define NCP_NLS_KOI2CP866 diff --git a/sys/netncp/ncp_conn.c b/sys/netncp/ncp_conn.c index b06272b82952..d13b70c94f1e 100644 --- a/sys/netncp/ncp_conn.c +++ b/sys/netncp/ncp_conn.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_conn.c,v 1.26.2.1 2006/02/14 21:55:15 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netncp/ncp_conn.h b/sys/netncp/ncp_conn.h index 6a2d603148ef..535de9e9a6f5 100644 --- a/sys/netncp/ncp_conn.h +++ b/sys/netncp/ncp_conn.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_conn.h,v 1.12 2005/01/07 01:45:48 imp Exp $ */ #ifndef _NETNCP_NCP_CONN_H_ #define _NETNCP_NCP_CONN_H_ diff --git a/sys/netncp/ncp_crypt.c b/sys/netncp/ncp_crypt.c index 9899ef6984bb..fcda29fac8d3 100644 --- a/sys/netncp/ncp_crypt.c +++ b/sys/netncp/ncp_crypt.c @@ -17,7 +17,7 @@ $********************************************************* */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_crypt.c,v 1.5 2003/06/11 05:30:35 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netncp/ncp_file.h b/sys/netncp/ncp_file.h index cebf4b9db10a..f902ba3ae74f 100644 --- a/sys/netncp/ncp_file.h +++ b/sys/netncp/ncp_file.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_file.h,v 1.4 2005/01/07 01:45:48 imp Exp $ */ #ifndef _NETNCP_NCP_FILE_H_ diff --git a/sys/netncp/ncp_lib.h b/sys/netncp/ncp_lib.h index f3ce680ab438..ffe1262fe9ef 100644 --- a/sys/netncp/ncp_lib.h +++ b/sys/netncp/ncp_lib.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_lib.h,v 1.7 2005/01/07 01:45:48 imp Exp $ */ #ifndef _NETNCP_NCP_LIB_H_ diff --git a/sys/netncp/ncp_login.c b/sys/netncp/ncp_login.c index a61eb76dd496..4bdf4d464608 100644 --- a/sys/netncp/ncp_login.c +++ b/sys/netncp/ncp_login.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_login.c,v 1.6 2005/01/07 01:45:48 imp Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/netncp/ncp_mod.c b/sys/netncp/ncp_mod.c index b4f919df7684..2be141663f1e 100644 --- a/sys/netncp/ncp_mod.c +++ b/sys/netncp/ncp_mod.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_mod.c,v 1.15 2005/01/07 01:45:48 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netncp/ncp_ncp.c b/sys/netncp/ncp_ncp.c index 92b7e59e95e7..e1f495105d6f 100644 --- a/sys/netncp/ncp_ncp.c +++ b/sys/netncp/ncp_ncp.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_ncp.c,v 1.20 2005/01/07 01:45:48 imp Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/netncp/ncp_ncp.h b/sys/netncp/ncp_ncp.h index ab1c74229e8c..98837e07b225 100644 --- a/sys/netncp/ncp_ncp.h +++ b/sys/netncp/ncp_ncp.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_ncp.h,v 1.8 2005/01/07 01:45:48 imp Exp $ */ #ifndef _NETNCP_NCP_NCP_H_ #define _NETNCP_NCP_NCP_H_ diff --git a/sys/netncp/ncp_nls.c b/sys/netncp/ncp_nls.c index bb746fc1474f..645f0aeee1aa 100644 --- a/sys/netncp/ncp_nls.c +++ b/sys/netncp/ncp_nls.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_nls.c,v 1.8 2005/02/23 22:44:38 sam Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/netncp/ncp_nls.h b/sys/netncp/ncp_nls.h index 0a391528536b..511070253785 100644 --- a/sys/netncp/ncp_nls.h +++ b/sys/netncp/ncp_nls.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_nls.h,v 1.7 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETNCP_NCP_NLS_H_ #define _NETNCP_NCP_NLS_H_ diff --git a/sys/netncp/ncp_rcfile.h b/sys/netncp/ncp_rcfile.h index 034402d33e07..daa09fd85d35 100644 --- a/sys/netncp/ncp_rcfile.h +++ b/sys/netncp/ncp_rcfile.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_rcfile.h,v 1.5 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETNCP_NCP_RCFILE_H_ #define _NETNCP_NCP_RCFILE_H_ diff --git a/sys/netncp/ncp_rq.c b/sys/netncp/ncp_rq.c index 6915bfaf451e..d7f16a6ef3dd 100644 --- a/sys/netncp/ncp_rq.c +++ b/sys/netncp/ncp_rq.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_rq.c,v 1.14 2005/01/07 01:45:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netncp/ncp_rq.h b/sys/netncp/ncp_rq.h index d0ad9ad57ab7..509bf50b09d1 100644 --- a/sys/netncp/ncp_rq.h +++ b/sys/netncp/ncp_rq.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_rq.h,v 1.9 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETNCP_NCP_RQ_H_ #define _NETNCP_NCP_RQ_H_ diff --git a/sys/netncp/ncp_sock.c b/sys/netncp/ncp_sock.c index 3c241e5761dd..12fc4a87f7c3 100644 --- a/sys/netncp/ncp_sock.c +++ b/sys/netncp/ncp_sock.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_sock.c,v 1.15.2.1 2006/08/11 19:41:50 jhb Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/netncp/ncp_sock.h b/sys/netncp/ncp_sock.h index 7833760285f4..aeeb97498437 100644 --- a/sys/netncp/ncp_sock.h +++ b/sys/netncp/ncp_sock.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_sock.h,v 1.6 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETNCP_NCP_SOCK_H_ #define _NETNCP_NCP_SOCK_H_ diff --git a/sys/netncp/ncp_subr.c b/sys/netncp/ncp_subr.c index fd7969a9f69f..1bd8c8ffe178 100644 --- a/sys/netncp/ncp_subr.c +++ b/sys/netncp/ncp_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netncp/ncp_subr.c,v 1.14 2005/01/07 01:45:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netncp/ncp_subr.h b/sys/netncp/ncp_subr.h index 83f1da2761a5..1c228d199d6c 100644 --- a/sys/netncp/ncp_subr.h +++ b/sys/netncp/ncp_subr.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_subr.h,v 1.9 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETNCP_NCP_SUBR_H_ #define _NETNCP_NCP_SUBR_H_ diff --git a/sys/netncp/ncp_user.h b/sys/netncp/ncp_user.h index dc6d3cddedd9..59485ab61d62 100644 --- a/sys/netncp/ncp_user.h +++ b/sys/netncp/ncp_user.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/ncp_user.h,v 1.3 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETNCP_NCP_USER_H_ #define _NETNCP_NCP_USER_H_ diff --git a/sys/netncp/ncpio.h b/sys/netncp/ncpio.h index 53c90eac96c6..b9a4240ccdaf 100644 --- a/sys/netncp/ncpio.h +++ b/sys/netncp/ncpio.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/netncp/ncpio.h,v 1.1 2003/02/28 04:31:29 tjr Exp $ */ #ifndef _NETNCP_NCPIO_H_ diff --git a/sys/netncp/nwerror.h b/sys/netncp/nwerror.h index 8dc7a93022b0..93fb510167c7 100644 --- a/sys/netncp/nwerror.h +++ b/sys/netncp/nwerror.h @@ -1,7 +1,7 @@ /* * NetWare requestor error codes, they taken from NDK * - * $FreeBSD$ + * $FreeBSD: src/sys/netncp/nwerror.h,v 1.2 1999/12/12 05:50:07 bp Exp $ */ #ifndef _NETNCP_NWERROR_H_ #define _NETNCP_NWERROR_H_ diff --git a/sys/netsmb/netbios.h b/sys/netsmb/netbios.h index 9ee78d8191c1..07ca3edac1e3 100644 --- a/sys/netsmb/netbios.h +++ b/sys/netsmb/netbios.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netsmb/netbios.h,v 1.5.2.1 2005/11/22 02:01:01 bp Exp $ */ #ifndef _NETSMB_NETBIOS_H_ #define _NETSMB_NETBIOS_H_ diff --git a/sys/netsmb/smb.h b/sys/netsmb/smb.h index a12746538b6c..4cb813a2c8df 100644 --- a/sys/netsmb/smb.h +++ b/sys/netsmb/smb.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netsmb/smb.h,v 1.10 2005/01/07 01:45:49 imp Exp $ */ /* diff --git a/sys/netsmb/smb_conn.c b/sys/netsmb/smb_conn.c index 868fbaa0ec75..86832894ceca 100644 --- a/sys/netsmb/smb_conn.c +++ b/sys/netsmb/smb_conn.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_conn.c,v 1.15 2005/05/13 11:27:48 peadar Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netsmb/smb_conn.h b/sys/netsmb/smb_conn.h index a83af8b15038..9359d3567985 100644 --- a/sys/netsmb/smb_conn.h +++ b/sys/netsmb/smb_conn.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netsmb/smb_conn.h,v 1.11 2005/01/07 01:45:49 imp Exp $ */ /* diff --git a/sys/netsmb/smb_crypt.c b/sys/netsmb/smb_crypt.c index 928ba8ce4b86..74683bb5157a 100644 --- a/sys/netsmb/smb_crypt.c +++ b/sys/netsmb/smb_crypt.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_crypt.c,v 1.8.2.1 2006/04/05 15:44:12 hrs Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/netsmb/smb_dev.c b/sys/netsmb/smb_dev.c index d3ed95a8ae4a..2daf74f16a2b 100644 --- a/sys/netsmb/smb_dev.c +++ b/sys/netsmb/smb_dev.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_dev.c,v 1.27.2.2 2006/01/13 10:23:39 rwatson Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/netsmb/smb_dev.h b/sys/netsmb/smb_dev.h index 1454ab3e3ff4..0071da810911 100644 --- a/sys/netsmb/smb_dev.h +++ b/sys/netsmb/smb_dev.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netsmb/smb_dev.h,v 1.5 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETSMB_DEV_H_ #define _NETSMB_DEV_H_ diff --git a/sys/netsmb/smb_iod.c b/sys/netsmb/smb_iod.c index 26bbe75879a4..2a8b24c8f730 100644 --- a/sys/netsmb/smb_iod.c +++ b/sys/netsmb/smb_iod.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_iod.c,v 1.16 2005/01/07 01:45:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netsmb/smb_rq.c b/sys/netsmb/smb_rq.c index 7099645be59b..fc8a0fd4b80a 100644 --- a/sys/netsmb/smb_rq.c +++ b/sys/netsmb/smb_rq.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_rq.c,v 1.16 2005/01/07 01:45:49 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netsmb/smb_rq.h b/sys/netsmb/smb_rq.h index c016d9d28831..60f91aa36c62 100644 --- a/sys/netsmb/smb_rq.h +++ b/sys/netsmb/smb_rq.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netsmb/smb_rq.h,v 1.4 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETSMB_SMB_RQ_H_ #define _NETSMB_SMB_RQ_H_ diff --git a/sys/netsmb/smb_smb.c b/sys/netsmb/smb_smb.c index 6393a9f05565..ba0b82cb2a98 100644 --- a/sys/netsmb/smb_smb.c +++ b/sys/netsmb/smb_smb.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_smb.c,v 1.13.2.1 2006/04/05 15:44:12 hrs Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netsmb/smb_subr.c b/sys/netsmb/smb_subr.c index 5a902a145c86..c5c01e8b968a 100644 --- a/sys/netsmb/smb_subr.c +++ b/sys/netsmb/smb_subr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_subr.c,v 1.18.2.1 2006/01/24 04:08:48 csjp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/netsmb/smb_subr.h b/sys/netsmb/smb_subr.h index 9b38bfa772aa..c152ae2cd646 100644 --- a/sys/netsmb/smb_subr.h +++ b/sys/netsmb/smb_subr.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netsmb/smb_subr.h,v 1.12 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETSMB_SMB_SUBR_H_ #define _NETSMB_SMB_SUBR_H_ diff --git a/sys/netsmb/smb_tran.h b/sys/netsmb/smb_tran.h index 4d8955da036d..8e9031ccbbf7 100644 --- a/sys/netsmb/smb_tran.h +++ b/sys/netsmb/smb_tran.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netsmb/smb_tran.h,v 1.4 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETSMB_SMB_TRAN_H_ diff --git a/sys/netsmb/smb_trantcp.c b/sys/netsmb/smb_trantcp.c index 027be4237e51..74ad09c9fab3 100644 --- a/sys/netsmb/smb_trantcp.c +++ b/sys/netsmb/smb_trantcp.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_trantcp.c,v 1.22.2.1 2006/08/11 19:41:51 jhb Exp $"); #include <sys/param.h> #include <sys/condvar.h> diff --git a/sys/netsmb/smb_trantcp.h b/sys/netsmb/smb_trantcp.h index 6251b0ef0d70..d1b905ac7b29 100644 --- a/sys/netsmb/smb_trantcp.h +++ b/sys/netsmb/smb_trantcp.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/netsmb/smb_trantcp.h,v 1.4 2005/01/07 01:45:49 imp Exp $ */ #ifndef _NETSMB_SMB_TRANTCP_H_ #define _NETSMB_SMB_TRANTCP_H_ diff --git a/sys/netsmb/smb_usr.c b/sys/netsmb/smb_usr.c index 2916ee840eee..01a7dbd99bd6 100644 --- a/sys/netsmb/smb_usr.c +++ b/sys/netsmb/smb_usr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/netsmb/smb_usr.c,v 1.6 2005/01/07 01:45:49 imp Exp $"); #include <sys/param.h> #include <sys/malloc.h> diff --git a/sys/nfs/nfs_common.c b/sys/nfs/nfs_common.c index 54c3f418f9ff..88c32c90565e 100644 --- a/sys/nfs/nfs_common.c +++ b/sys/nfs/nfs_common.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfs/nfs_common.c,v 1.117.2.1 2005/10/09 03:21:56 delphij Exp $"); /* * These functions support the macros and help fiddle mbuf chains for diff --git a/sys/nfs/nfs_common.h b/sys/nfs/nfs_common.h index 7c0613095939..a50ecc916618 100644 --- a/sys/nfs/nfs_common.h +++ b/sys/nfs/nfs_common.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsm_subs.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfs/nfs_common.h,v 1.37.2.1 2005/10/09 03:21:56 delphij Exp $ */ diff --git a/sys/nfs/nfsproto.h b/sys/nfs/nfsproto.h index 2da7a66afce5..51909f125d49 100644 --- a/sys/nfs/nfsproto.h +++ b/sys/nfs/nfsproto.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsproto.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfs/nfsproto.h,v 1.11 2005/01/07 01:45:50 imp Exp $ */ #ifndef _NFS_NFSPROTO_H_ diff --git a/sys/nfs/rpcv2.h b/sys/nfs/rpcv2.h index 0d7935f9a467..15d639c17245 100644 --- a/sys/nfs/rpcv2.h +++ b/sys/nfs/rpcv2.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)rpcv2.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfs/rpcv2.h,v 1.14 2005/01/07 01:45:50 imp Exp $ */ diff --git a/sys/nfs/xdr_subs.h b/sys/nfs/xdr_subs.h index 67546718282a..393abb2606da 100644 --- a/sys/nfs/xdr_subs.h +++ b/sys/nfs/xdr_subs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)xdr_subs.h 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfs/xdr_subs.h,v 1.15 2005/01/07 01:45:50 imp Exp $ */ diff --git a/sys/nfs4client/nfs4.h b/sys/nfs4client/nfs4.h index 4bcc6a7f3121..5b6f41b9b4e5 100644 --- a/sys/nfs4client/nfs4.h +++ b/sys/nfs4client/nfs4.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4.h,v 1.2 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4.h,v 1.25 2003/11/05 14:58:58 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_dev.c b/sys/nfs4client/nfs4_dev.c index 407f8b37212a..221857a8da8d 100644 --- a/sys/nfs4client/nfs4_dev.c +++ b/sys/nfs4client/nfs4_dev.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_dev.c,v 1.7.2.1 2006/05/29 20:07:40 cel Exp $ */ /* $Id: nfs4_dev.c,v 1.10 2003/11/05 14:58:59 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_dev.h b/sys/nfs4client/nfs4_dev.h index be14ce2cdb33..c5c38e7f31c0 100644 --- a/sys/nfs4client/nfs4_dev.h +++ b/sys/nfs4client/nfs4_dev.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_dev.h,v 1.3 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4_dev.h,v 1.3 2003/11/05 14:58:59 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_idmap.c b/sys/nfs4client/nfs4_idmap.c index 7eae5ec09079..32d8e4c20b40 100644 --- a/sys/nfs4client/nfs4_idmap.c +++ b/sys/nfs4client/nfs4_idmap.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_idmap.c,v 1.5 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4_idmap.c,v 1.4 2003/11/05 14:58:59 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_idmap.h b/sys/nfs4client/nfs4_idmap.h index 0b09cf43444d..7ced68c93651 100644 --- a/sys/nfs4client/nfs4_idmap.h +++ b/sys/nfs4client/nfs4_idmap.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_idmap.h,v 1.2 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4_idmap.h,v 1.2 2003/11/05 14:58:59 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_socket.c b/sys/nfs4client/nfs4_socket.c index c33bcbb8c885..05142ffec36b 100644 --- a/sys/nfs4client/nfs4_socket.c +++ b/sys/nfs4client/nfs4_socket.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_socket.c,v 1.4 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs_socket.c,v 1.12 2003/11/05 14:59:01 rees Exp $ */ /*- @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfs4client/nfs4_socket.c,v 1.4 2005/01/07 01:45:50 imp Exp $"); /* * Socket operations for use by nfs diff --git a/sys/nfs4client/nfs4_subs.c b/sys/nfs4client/nfs4_subs.c index 739e39fed1cc..0f2b6901faea 100644 --- a/sys/nfs4client/nfs4_subs.c +++ b/sys/nfs4client/nfs4_subs.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_subs.c,v 1.5 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4_subs.c,v 1.52 2003/11/05 14:58:59 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_vfs.h b/sys/nfs4client/nfs4_vfs.h index 61999ac925b6..eb33195cca98 100644 --- a/sys/nfs4client/nfs4_vfs.h +++ b/sys/nfs4client/nfs4_vfs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_vfs.h,v 1.2 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4_vfs.h,v 1.4 2003/11/05 14:59:00 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_vfs_subs.c b/sys/nfs4client/nfs4_vfs_subs.c index ced9e23954f8..098420c84ac3 100644 --- a/sys/nfs4client/nfs4_vfs_subs.c +++ b/sys/nfs4client/nfs4_vfs_subs.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_vfs_subs.c,v 1.4 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4_vfs_subs.c,v 1.5 2003/11/05 14:59:00 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_vfsops.c b/sys/nfs4client/nfs4_vfsops.c index 14ecb0f2a8d5..c61ef5b70834 100644 --- a/sys/nfs4client/nfs4_vfsops.c +++ b/sys/nfs4client/nfs4_vfsops.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_vfsops.c,v 1.20.2.4 2006/05/30 01:52:58 cel Exp $ */ /* $Id: nfs_vfsops.c,v 1.38 2003/11/05 14:59:01 rees Exp $ */ /*- @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfs4client/nfs4_vfsops.c,v 1.20.2.4 2006/05/30 01:52:58 cel Exp $"); #include "opt_bootp.h" #include "opt_nfsroot.h" diff --git a/sys/nfs4client/nfs4_vn.h b/sys/nfs4client/nfs4_vn.h index 2f5f7306187f..ee79b79b1781 100644 --- a/sys/nfs4client/nfs4_vn.h +++ b/sys/nfs4client/nfs4_vn.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_vn.h,v 1.2 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4_vn.h,v 1.5 2003/11/05 14:59:00 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_vn_subs.c b/sys/nfs4client/nfs4_vn_subs.c index bd42d5e0a9e1..0bdfa883718d 100644 --- a/sys/nfs4client/nfs4_vn_subs.c +++ b/sys/nfs4client/nfs4_vn_subs.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_vn_subs.c,v 1.4 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4_vn_subs.c,v 1.9 2003/11/05 14:59:00 rees Exp $ */ /*- diff --git a/sys/nfs4client/nfs4_vnops.c b/sys/nfs4client/nfs4_vnops.c index f0e920ed268d..566d3ec59540 100644 --- a/sys/nfs4client/nfs4_vnops.c +++ b/sys/nfs4client/nfs4_vnops.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4_vnops.c,v 1.31.2.2 2006/08/14 09:52:24 kib Exp $ */ /* $Id: nfs_vnops.c,v 1.45 2003/11/05 14:59:02 rees Exp $ */ /*- @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfs4client/nfs4_vnops.c,v 1.31.2.2 2006/08/14 09:52:24 kib Exp $"); /* * vnode op calls for Sun NFS version 2 and 3 diff --git a/sys/nfs4client/nfs4m_subs.h b/sys/nfs4client/nfs4m_subs.h index 60d0758637de..c4a716878b2e 100644 --- a/sys/nfs4client/nfs4m_subs.h +++ b/sys/nfs4client/nfs4m_subs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfs4client/nfs4m_subs.h,v 1.2 2005/01/07 01:45:50 imp Exp $ */ /* $Id: nfs4m_subs.h,v 1.36 2003/11/05 14:59:01 rees Exp $ */ /*- diff --git a/sys/nfsclient/bootp_subr.c b/sys/nfsclient/bootp_subr.c index 82aa281e6eba..0141e4908080 100644 --- a/sys/nfsclient/bootp_subr.c +++ b/sys/nfsclient/bootp_subr.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/bootp_subr.c,v 1.64 2005/04/26 20:45:29 des Exp $"); #include "opt_bootp.h" diff --git a/sys/nfsclient/krpc.h b/sys/nfsclient/krpc.h index 44b84e019fb1..7778f2392c53 100644 --- a/sys/nfsclient/krpc.h +++ b/sys/nfsclient/krpc.h @@ -1,5 +1,5 @@ /* $NetBSD: krpc.h,v 1.4 1995/12/19 23:07:11 cgd Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/nfsclient/krpc.h,v 1.8 2001/09/18 23:31:50 peter Exp $ */ #include <sys/cdefs.h> diff --git a/sys/nfsclient/krpc_subr.c b/sys/nfsclient/krpc_subr.c index e840317f842a..2f30f4691169 100644 --- a/sys/nfsclient/krpc_subr.c +++ b/sys/nfsclient/krpc_subr.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/krpc_subr.c,v 1.29 2005/03/16 08:13:08 jmg Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/nfsclient/nfs.h b/sys/nfsclient/nfs.h index 3daf79f808ec..d9d3eb31de23 100644 --- a/sys/nfsclient/nfs.h +++ b/sys/nfsclient/nfs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.4 (Berkeley) 5/1/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nfs.h,v 1.90.2.2 2006/05/30 01:52:58 cel Exp $ */ #ifndef _NFSCLIENT_NFS_H_ diff --git a/sys/nfsclient/nfs_bio.c b/sys/nfsclient/nfs_bio.c index e1850af63a68..54e06d885bf6 100644 --- a/sys/nfsclient/nfs_bio.c +++ b/sys/nfsclient/nfs_bio.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_bio.c,v 1.152.2.1 2006/04/18 05:28:41 delphij Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/nfsclient/nfs_diskless.c b/sys/nfsclient/nfs_diskless.c index 664034185eed..c57a7a1d46fb 100644 --- a/sys/nfsclient/nfs_diskless.c +++ b/sys/nfsclient/nfs_diskless.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_diskless.c,v 1.11.2.2 2006/03/20 15:45:14 pjd Exp $"); #include "opt_bootp.h" diff --git a/sys/nfsclient/nfs_lock.c b/sys/nfsclient/nfs_lock.c index 4a25fa5a2d5e..35d10b625ece 100644 --- a/sys/nfsclient/nfs_lock.c +++ b/sys/nfsclient/nfs_lock.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_lock.c,v 1.40.2.2 2006/02/14 00:06:32 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/nfsclient/nfs_lock.h b/sys/nfsclient/nfs_lock.h index b49d12cfee92..e47f73bfcfd5 100644 --- a/sys/nfsclient/nfs_lock.h +++ b/sys/nfsclient/nfs_lock.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * from nfs_lock.h,v 2.2 1998/04/28 19:38:41 don Exp - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nfs_lock.h,v 1.6 2004/12/06 08:31:32 phk Exp $ */ /* diff --git a/sys/nfsclient/nfs_nfsiod.c b/sys/nfsclient/nfs_nfsiod.c index 747740f3d7fa..2fa1c2bca293 100644 --- a/sys/nfsclient/nfs_nfsiod.c +++ b/sys/nfsclient/nfs_nfsiod.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_nfsiod.c,v 1.86.2.1 2006/06/08 22:57:07 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/nfsclient/nfs_node.c b/sys/nfsclient/nfs_node.c index 89ad00e27380..83879beb3cf2 100644 --- a/sys/nfsclient/nfs_node.c +++ b/sys/nfsclient/nfs_node.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_node.c,v 1.76.2.3 2006/09/13 19:25:44 mohans Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c index 45db549bc1fb..f8a4404cfbe1 100644 --- a/sys/nfsclient/nfs_socket.c +++ b/sys/nfsclient/nfs_socket.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_socket.c,v 1.125.2.12 2006/11/02 19:48:17 mohans Exp $"); /* * Socket operations for use by nfs diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c index 1dc1c5c59844..d661bd7f1e5c 100644 --- a/sys/nfsclient/nfs_subs.c +++ b/sys/nfsclient/nfs_subs.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_subs.c,v 1.140.2.1 2005/12/13 21:29:26 rees Exp $"); /* * These functions support the macros and help fiddle mbuf chains for diff --git a/sys/nfsclient/nfs_vfsops.c b/sys/nfsclient/nfs_vfsops.c index 1f53f7110b92..4d663fd29b9d 100644 --- a/sys/nfsclient/nfs_vfsops.c +++ b/sys/nfsclient/nfs_vfsops.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_vfsops.c,v 1.177.2.4 2006/10/09 19:47:16 tegge Exp $"); #include "opt_bootp.h" #include "opt_nfsroot.h" diff --git a/sys/nfsclient/nfs_vnops.c b/sys/nfsclient/nfs_vnops.c index 6bb2d8d9362d..427620b2031b 100644 --- a/sys/nfsclient/nfs_vnops.c +++ b/sys/nfsclient/nfs_vnops.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsclient/nfs_vnops.c,v 1.258.2.7.2.2 2006/12/09 17:49:56 delphij Exp $"); /* * vnode op calls for Sun NFS version 2 and 3 diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h index 7ebf1a058fb7..71cea24ca9ad 100644 --- a/sys/nfsclient/nfsargs.h +++ b/sys/nfsclient/nfsargs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.4 (Berkeley) 5/1/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nfsargs.h,v 1.68 2005/06/10 23:50:40 green Exp $ */ #ifndef _NFSCLIENT_NFSARGS_H_ diff --git a/sys/nfsclient/nfsdiskless.h b/sys/nfsclient/nfsdiskless.h index 69ee035d3019..b88088360ac0 100644 --- a/sys/nfsclient/nfsdiskless.h +++ b/sys/nfsclient/nfsdiskless.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsdiskless.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nfsdiskless.h,v 1.17 2005/01/07 01:45:51 imp Exp $ */ #ifndef _NFSCLIENT_NFSDISKLESS_H_ diff --git a/sys/nfsclient/nfsm_subs.h b/sys/nfsclient/nfsm_subs.h index 62666a5e523b..b78f1559632c 100644 --- a/sys/nfsclient/nfsm_subs.h +++ b/sys/nfsclient/nfsm_subs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsm_subs.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nfsm_subs.h,v 1.36.2.1 2005/12/13 21:29:26 rees Exp $ */ #ifndef _NFSCLIENT_NFSM_SUBS_H_ diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h index 4c6853b0fb16..2b23b5aae66e 100644 --- a/sys/nfsclient/nfsmount.h +++ b/sys/nfsclient/nfsmount.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsmount.h 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nfsmount.h,v 1.30.2.1 2006/05/30 00:43:07 cel Exp $ */ #ifndef _NFSCLIENT_NFSMOUNT_H_ diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h index b9a2caf7c38c..77e39e7fc51d 100644 --- a/sys/nfsclient/nfsnode.h +++ b/sys/nfsclient/nfsnode.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsnode.h 8.9 (Berkeley) 5/14/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nfsnode.h,v 1.55 2005/03/16 11:28:19 phk Exp $ */ #ifndef _NFSCLIENT_NFSNODE_H_ diff --git a/sys/nfsclient/nfsstats.h b/sys/nfsclient/nfsstats.h index 8028429fc927..e2362232ca13 100644 --- a/sys/nfsclient/nfsstats.h +++ b/sys/nfsclient/nfsstats.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.4 (Berkeley) 5/1/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nfsstats.h,v 1.65 2005/01/07 01:45:51 imp Exp $ */ #ifndef _NFSCLIENT_NFSSTATS_H_ diff --git a/sys/nfsclient/nlminfo.h b/sys/nfsclient/nlminfo.h index 7d3e0ff0be9e..0b67ac9bccfc 100644 --- a/sys/nfsclient/nlminfo.h +++ b/sys/nfsclient/nlminfo.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * from BSDI nlminfo.h,v 2.1 1998/03/18 01:30:38 don Exp - * $FreeBSD$ + * $FreeBSD: src/sys/nfsclient/nlminfo.h,v 1.2.14.1 2005/10/27 18:32:39 glebius Exp $ */ /* diff --git a/sys/nfsserver/nfs.h b/sys/nfsserver/nfs.h index c3b231a3ff26..dac0b780e552 100644 --- a/sys/nfsserver/nfs.h +++ b/sys/nfsserver/nfs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.4 (Berkeley) 5/1/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsserver/nfs.h,v 1.78.2.2 2006/09/02 21:54:08 csjp Exp $ */ #ifndef _NFSSERVER_NFS_H_ diff --git a/sys/nfsserver/nfs_serv.c b/sys/nfsserver/nfs_serv.c index c193bf6fd1ff..c3363ca0256f 100644 --- a/sys/nfsserver/nfs_serv.c +++ b/sys/nfsserver/nfs_serv.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsserver/nfs_serv.c,v 1.156.2.6.2.1 2006/12/02 09:02:30 pjd Exp $"); /* * nfs version 2 and 3 server calls to vnode ops diff --git a/sys/nfsserver/nfs_srvcache.c b/sys/nfsserver/nfs_srvcache.c index 51450fe75467..6d079bcb0fe8 100644 --- a/sys/nfsserver/nfs_srvcache.c +++ b/sys/nfsserver/nfs_srvcache.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsserver/nfs_srvcache.c,v 1.40.2.1 2006/08/11 19:13:25 jhb Exp $"); /* * Reference: Chet Juszczak, "Improving the Performance and Correctness diff --git a/sys/nfsserver/nfs_srvsock.c b/sys/nfsserver/nfs_srvsock.c index e262b450dceb..85999e473c5d 100644 --- a/sys/nfsserver/nfs_srvsock.c +++ b/sys/nfsserver/nfs_srvsock.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsserver/nfs_srvsock.c,v 1.94.2.3 2006/09/02 23:58:20 csjp Exp $"); /* * Socket operations for use by nfs diff --git a/sys/nfsserver/nfs_srvsubs.c b/sys/nfsserver/nfs_srvsubs.c index 0ab5825a9576..f2625a917193 100644 --- a/sys/nfsserver/nfs_srvsubs.c +++ b/sys/nfsserver/nfs_srvsubs.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsserver/nfs_srvsubs.c,v 1.136.2.5.2.1 2007/01/07 13:22:49 hrs Exp $"); /* * These functions support the macros and help fiddle mbuf chains for diff --git a/sys/nfsserver/nfs_syscalls.c b/sys/nfsserver/nfs_syscalls.c index 881125352cd4..2b946bb8483b 100644 --- a/sys/nfsserver/nfs_syscalls.c +++ b/sys/nfsserver/nfs_syscalls.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nfsserver/nfs_syscalls.c,v 1.103.2.1 2006/09/02 21:54:08 csjp Exp $"); #include "opt_inet6.h" #include "opt_mac.h" diff --git a/sys/nfsserver/nfsm_subs.h b/sys/nfsserver/nfsm_subs.h index b605c5df7b20..1f6eb65a0527 100644 --- a/sys/nfsserver/nfsm_subs.h +++ b/sys/nfsserver/nfsm_subs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsm_subs.h 8.2 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsserver/nfsm_subs.h,v 1.37.8.1 2007/01/07 13:22:49 hrs Exp $ */ #ifndef _NFSSERVER_NFSM_SUBS_H_ diff --git a/sys/nfsserver/nfsrvcache.h b/sys/nfsserver/nfsrvcache.h index 266aaa9aa592..132b5aef778f 100644 --- a/sys/nfsserver/nfsrvcache.h +++ b/sys/nfsserver/nfsrvcache.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfsrvcache.h 8.3 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsserver/nfsrvcache.h,v 1.17.2.1 2006/04/30 03:55:45 kris Exp $ */ #ifndef _NFSSERVER_NFSRVCACHE_H_ diff --git a/sys/nfsserver/nfsrvstats.h b/sys/nfsserver/nfsrvstats.h index d149e52c2df9..21309b526527 100644 --- a/sys/nfsserver/nfsrvstats.h +++ b/sys/nfsserver/nfsrvstats.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)nfs.h 8.4 (Berkeley) 5/1/95 - * $FreeBSD$ + * $FreeBSD: src/sys/nfsserver/nfsrvstats.h,v 1.65 2005/01/07 01:45:51 imp Exp $ */ #ifndef _NFSSERVER_NFSRVSTATS_H_ diff --git a/sys/opencrypto/cast.c b/sys/opencrypto/cast.c index a16ab7d9fa4b..7ed3bd58b722 100644 --- a/sys/opencrypto/cast.c +++ b/sys/opencrypto/cast.c @@ -7,7 +7,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/cast.c,v 1.3 2005/01/07 02:29:16 imp Exp $"); #include <sys/types.h> #include <opencrypto/cast.h> diff --git a/sys/opencrypto/cast.h b/sys/opencrypto/cast.h index 8e2d0d19349b..048d5eef6a8e 100644 --- a/sys/opencrypto/cast.h +++ b/sys/opencrypto/cast.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/opencrypto/cast.h,v 1.2 2005/01/07 02:29:16 imp Exp $ */ /* $OpenBSD: cast.h,v 1.2 2002/03/14 01:26:51 millert Exp $ */ /*- diff --git a/sys/opencrypto/castsb.h b/sys/opencrypto/castsb.h index ed13058c804f..2845ac8fb543 100644 --- a/sys/opencrypto/castsb.h +++ b/sys/opencrypto/castsb.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/opencrypto/castsb.h,v 1.2 2005/01/07 02:29:16 imp Exp $ */ /* $OpenBSD: castsb.h,v 1.1 2000/02/28 23:13:04 deraadt Exp $ */ /*- * CAST-128 in C diff --git a/sys/opencrypto/criov.c b/sys/opencrypto/criov.c index 96f0dfc59b66..054e7c854f98 100644 --- a/sys/opencrypto/criov.c +++ b/sys/opencrypto/criov.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/criov.c,v 1.3.2.1 2006/09/04 15:16:13 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/opencrypto/crypto.c b/sys/opencrypto/crypto.c index e75af741bf37..8555ca4e37a5 100644 --- a/sys/opencrypto/crypto.c +++ b/sys/opencrypto/crypto.c @@ -21,7 +21,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/crypto.c,v 1.16.2.2 2006/09/04 15:16:13 pjd Exp $"); #define CRYPTO_TIMING /* enable timing support */ diff --git a/sys/opencrypto/crypto_if.m b/sys/opencrypto/crypto_if.m index 2720cc1fe109..99cbe6608119 100644 --- a/sys/opencrypto/crypto_if.m +++ b/sys/opencrypto/crypto_if.m @@ -29,7 +29,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/opencrypto/crypto_if.m,v 1.2 2005/01/07 02:29:16 imp Exp $ # #include <crypto/cryptodev.h> diff --git a/sys/opencrypto/cryptodev.c b/sys/opencrypto/cryptodev.c index 6111fde2192e..a7d7f67e91f0 100644 --- a/sys/opencrypto/cryptodev.c +++ b/sys/opencrypto/cryptodev.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/cryptodev.c,v 1.25.2.3 2006/09/04 15:16:13 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h index 9c061878fe03..80020b212ac0 100644 --- a/sys/opencrypto/cryptodev.h +++ b/sys/opencrypto/cryptodev.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/opencrypto/cryptodev.h,v 1.10.2.1 2006/09/04 15:16:13 pjd Exp $ */ /* $OpenBSD: cryptodev.h,v 1.31 2002/06/11 11:14:29 beck Exp $ */ /*- diff --git a/sys/opencrypto/cryptosoft.c b/sys/opencrypto/cryptosoft.c index 380da4235ea3..b487d94828c7 100644 --- a/sys/opencrypto/cryptosoft.c +++ b/sys/opencrypto/cryptosoft.c @@ -22,7 +22,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/cryptosoft.c,v 1.9.2.1 2006/09/04 15:16:13 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/opencrypto/cryptosoft.h b/sys/opencrypto/cryptosoft.h index 056e1373f018..ff2ded029585 100644 --- a/sys/opencrypto/cryptosoft.h +++ b/sys/opencrypto/cryptosoft.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/opencrypto/cryptosoft.h,v 1.2.2.1 2006/09/04 15:16:13 pjd Exp $ */ /* $OpenBSD: cryptosoft.h,v 1.10 2002/04/22 23:10:09 deraadt Exp $ */ /*- diff --git a/sys/opencrypto/deflate.c b/sys/opencrypto/deflate.c index 49021d772c9d..7d5a9fd4a5f9 100644 --- a/sys/opencrypto/deflate.c +++ b/sys/opencrypto/deflate.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/deflate.c,v 1.4 2005/05/30 05:01:44 scottl Exp $"); #include <sys/types.h> #include <sys/param.h> diff --git a/sys/opencrypto/deflate.h b/sys/opencrypto/deflate.h index 5c8ebd41e8de..7976b1afb8bb 100644 --- a/sys/opencrypto/deflate.h +++ b/sys/opencrypto/deflate.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/opencrypto/deflate.h,v 1.2 2005/01/07 02:29:16 imp Exp $ */ /* $OpenBSD: deflate.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */ /*- diff --git a/sys/opencrypto/rmd160.c b/sys/opencrypto/rmd160.c index f97a6f4dc857..b223eefc4ea5 100644 --- a/sys/opencrypto/rmd160.c +++ b/sys/opencrypto/rmd160.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/rmd160.c,v 1.3 2005/01/07 02:29:16 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/opencrypto/rmd160.h b/sys/opencrypto/rmd160.h index 60dce64251ca..c5da99cde696 100644 --- a/sys/opencrypto/rmd160.h +++ b/sys/opencrypto/rmd160.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/opencrypto/rmd160.h,v 1.2 2005/01/07 02:29:16 imp Exp $ */ /* $OpenBSD: rmd160.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */ /*- * Copyright (c) 2001 Markus Friedl. All rights reserved. diff --git a/sys/opencrypto/skipjack.c b/sys/opencrypto/skipjack.c index 0899e382ead0..c1cb9c6d65f0 100644 --- a/sys/opencrypto/skipjack.c +++ b/sys/opencrypto/skipjack.c @@ -13,7 +13,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/skipjack.c,v 1.3 2005/01/07 02:29:16 imp Exp $"); #include <sys/param.h> diff --git a/sys/opencrypto/skipjack.h b/sys/opencrypto/skipjack.h index 3e88418ce217..9cc66ee28604 100644 --- a/sys/opencrypto/skipjack.h +++ b/sys/opencrypto/skipjack.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/opencrypto/skipjack.h,v 1.2 2005/01/07 02:29:16 imp Exp $ */ /* $OpenBSD: skipjack.h,v 1.3 2002/03/14 01:26:51 millert Exp $ */ /*- diff --git a/sys/opencrypto/xform.c b/sys/opencrypto/xform.c index 86d56c3a0268..496943b1ff2c 100644 --- a/sys/opencrypto/xform.c +++ b/sys/opencrypto/xform.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/opencrypto/xform.c,v 1.5.2.2 2006/09/04 15:16:13 pjd Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/opencrypto/xform.h b/sys/opencrypto/xform.h index bdf16ac7bea7..9ada7d9a42f8 100644 --- a/sys/opencrypto/xform.h +++ b/sys/opencrypto/xform.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/opencrypto/xform.h,v 1.2.2.1 2006/09/04 15:16:13 pjd Exp $ */ /* $OpenBSD: xform.h,v 1.8 2001/08/28 12:20:43 ben Exp $ */ /*- diff --git a/sys/pc98/apm/apm_bioscall.S b/sys/pc98/apm/apm_bioscall.S index fa42734a7cbf..2d84ecf7a481 100644 --- a/sys/pc98/apm/apm_bioscall.S +++ b/sys/pc98/apm/apm_bioscall.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/pc98/apm/apm_bioscall.S,v 1.1 2005/04/20 12:28:19 nyan Exp $ */ /* diff --git a/sys/pc98/cbus/30line.h b/sys/pc98/cbus/30line.h index c2e0f107a260..e9430507eb62 100644 --- a/sys/pc98/cbus/30line.h +++ b/sys/pc98/cbus/30line.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/pc98/cbus/30line.h,v 1.7 2005/01/09 22:17:39 imp Exp $ */ #ifndef __PC98_PC98_30LINE_H__ diff --git a/sys/pc98/cbus/cbus.h b/sys/pc98/cbus/cbus.h index 4c48305c01d5..25bb58f78165 100644 --- a/sys/pc98/cbus/cbus.h +++ b/sys/pc98/cbus/cbus.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)isa.h 5.7 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/cbus.h,v 1.21.2.1 2006/05/21 11:17:33 nyan Exp $ */ #ifndef _PC98_PC98_PC98_H_ diff --git a/sys/pc98/cbus/cbus_dma.c b/sys/pc98/cbus/cbus_dma.c index 255f7e0ebd13..6e95d2bbc87d 100644 --- a/sys/pc98/cbus/cbus_dma.c +++ b/sys/pc98/cbus/cbus_dma.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/cbus/cbus_dma.c,v 1.23 2005/05/14 10:14:56 nyan Exp $"); /* * code to manage AT bus diff --git a/sys/pc98/cbus/cbus_dmareg.h b/sys/pc98/cbus/cbus_dmareg.h index 9401b916560e..fc4f36eb76ec 100644 --- a/sys/pc98/cbus/cbus_dmareg.h +++ b/sys/pc98/cbus/cbus_dmareg.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/pc98/cbus/cbus_dmareg.h,v 1.1 2005/05/14 10:14:56 nyan Exp $ */ #ifndef _PC98_CBUS_CBUS_DMAREG_H_ diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 0260e7bf2cbe..fae65f84eb2e 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)clock.c 7.2 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/clock.c,v 1.148.2.1 2005/07/18 19:52:05 jhb Exp $ */ /* diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index d4104d17ff55..efbaaf7de93a 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -50,7 +50,7 @@ * SUCH DAMAGE. * * from: @(#)fd.c 7.4 (Berkeley) 5/25/91 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/fdc.c,v 1.160.2.2 2006/05/21 11:18:42 nyan Exp $ */ #include "opt_fdc.h" diff --git a/sys/pc98/cbus/fdc_cbus.c b/sys/pc98/cbus/fdc_cbus.c index 098ee5daefe2..f25adcc693b0 100644 --- a/sys/pc98/cbus/fdc_cbus.c +++ b/sys/pc98/cbus/fdc_cbus.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/cbus/fdc_cbus.c,v 1.6 2005/05/14 10:51:16 nyan Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/pc98/cbus/fdcreg.h b/sys/pc98/cbus/fdcreg.h index 6d8e7e115d0d..3c09142c743c 100644 --- a/sys/pc98/cbus/fdcreg.h +++ b/sys/pc98/cbus/fdcreg.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)fdreg.h 7.1 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/fdcreg.h,v 1.11 2004/04/07 04:59:58 imp Exp $ */ /* diff --git a/sys/pc98/cbus/fdcvar.h b/sys/pc98/cbus/fdcvar.h index 4ae53d95ac59..0fa8ffa2b7f4 100644 --- a/sys/pc98/cbus/fdcvar.h +++ b/sys/pc98/cbus/fdcvar.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/pc98/cbus/fdcvar.h,v 1.3 2004/07/17 10:07:19 nyan Exp $ */ /* XXX should audit this file to see if additional copyrights needed */ diff --git a/sys/pc98/cbus/gdc.c b/sys/pc98/cbus/gdc.c index c7dd61eb7aef..a9e4c9856552 100644 --- a/sys/pc98/cbus/gdc.c +++ b/sys/pc98/cbus/gdc.c @@ -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/pc98/cbus/gdc.c,v 1.48.2.1 2005/11/06 05:01:03 nyan Exp $ */ #include "opt_gdc.h" diff --git a/sys/pc98/cbus/nmi.c b/sys/pc98/cbus/nmi.c index 16612aa25b44..a48e551f9b47 100644 --- a/sys/pc98/cbus/nmi.c +++ b/sys/pc98/cbus/nmi.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/cbus/nmi.c,v 1.2.8.1 2005/11/06 05:01:03 nyan Exp $"); #include <sys/types.h> #include <sys/syslog.h> diff --git a/sys/pc98/cbus/olpt.c b/sys/pc98/cbus/olpt.c index 085b69206378..e4baadced564 100644 --- a/sys/pc98/cbus/olpt.c +++ b/sys/pc98/cbus/olpt.c @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * from: unknown origin, 386BSD 0.1 - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/olpt.c,v 1.29 2005/05/10 12:30:30 nyan Exp $ */ /* diff --git a/sys/pc98/cbus/olptreg.h b/sys/pc98/cbus/olptreg.h index 80bc704f006c..0751585df35e 100644 --- a/sys/pc98/cbus/olptreg.h +++ b/sys/pc98/cbus/olptreg.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/pc98/cbus/olptreg.h,v 1.2 2005/05/14 10:51:16 nyan Exp $ */ /* diff --git a/sys/pc98/cbus/pckbd.c b/sys/pc98/cbus/pckbd.c index 9c9e3e7853b1..0513ac3c5f1f 100644 --- a/sys/pc98/cbus/pckbd.c +++ b/sys/pc98/cbus/pckbd.c @@ -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/pc98/cbus/pckbd.c,v 1.30.2.1 2006/10/04 06:09:10 ru Exp $ */ #include "opt_kbd.h" diff --git a/sys/pc98/cbus/pckbdtables.h b/sys/pc98/cbus/pckbdtables.h index 5386f52174eb..fa307acf140a 100644 --- a/sys/pc98/cbus/pckbdtables.h +++ b/sys/pc98/cbus/pckbdtables.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/pc98/cbus/pckbdtables.h,v 1.1 2005/05/12 13:39:31 nyan Exp $ */ #ifndef KBD_DFLT_KEYMAP diff --git a/sys/pc98/cbus/pmc.c b/sys/pc98/cbus/pmc.c index 13eade08322b..c760fba1a71a 100644 --- a/sys/pc98/cbus/pmc.c +++ b/sys/pc98/cbus/pmc.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/pmc.c,v 1.5 2004/06/03 06:10:02 phk Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/cbus/ppc.c b/sys/pc98/cbus/ppc.c index e04e3fb0cdd5..4f644630c2f9 100644 --- a/sys/pc98/cbus/ppc.c +++ b/sys/pc98/cbus/ppc.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/pc98/cbus/ppc.c,v 1.19 2005/05/10 12:02:16 nyan Exp $ * */ diff --git a/sys/pc98/cbus/ppcreg.h b/sys/pc98/cbus/ppcreg.h index 2aa5ce49d89a..77ba808092d6 100644 --- a/sys/pc98/cbus/ppcreg.h +++ b/sys/pc98/cbus/ppcreg.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/pc98/cbus/ppcreg.h,v 1.4 2001/06/26 11:53:12 nyan Exp $ * */ #ifndef __PPCREG_H diff --git a/sys/pc98/cbus/sc_machdep.h b/sys/pc98/cbus/sc_machdep.h index ea7b3ba7069a..d09fd1a00f11 100644 --- a/sys/pc98/cbus/sc_machdep.h +++ b/sys/pc98/cbus/sc_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/pc98/cbus/sc_machdep.h,v 1.5 2001/07/14 08:07:26 nyan Exp $ */ #ifndef _PC98_PC98_SC_MACHDEP_H_ diff --git a/sys/pc98/cbus/scgdcrndr.c b/sys/pc98/cbus/scgdcrndr.c index f8ea8d137c05..e574564ce47f 100644 --- a/sys/pc98/cbus/scgdcrndr.c +++ b/sys/pc98/cbus/scgdcrndr.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/scgdcrndr.c,v 1.13 2005/05/29 11:53:14 nyan Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/scterm-sck.c b/sys/pc98/cbus/scterm-sck.c index 7029c072a799..1519bd6be3d5 100644 --- a/sys/pc98/cbus/scterm-sck.c +++ b/sys/pc98/cbus/scterm-sck.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/scterm-sck.c,v 1.16 2005/04/13 13:26:48 nyan Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/scvtb.c b/sys/pc98/cbus/scvtb.c index 2d0ea3f03284..f3aab100cb5f 100644 --- a/sys/pc98/cbus/scvtb.c +++ b/sys/pc98/cbus/scvtb.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/scvtb.c,v 1.13 2003/02/19 05:47:40 imp Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 7e7ea65e7414..c40e6776edb7 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.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/pc98/cbus/sio.c,v 1.234.2.2 2006/03/10 19:37:34 jhb Exp $ * from: @(#)com.c 7.5 (Berkeley) 5/16/91 * from: i386/isa sio.c,v 1.234 */ diff --git a/sys/pc98/cbus/sio_cbus.c b/sys/pc98/cbus/sio_cbus.c index 2df560cd90cd..0c5715716e7c 100644 --- a/sys/pc98/cbus/sio_cbus.c +++ b/sys/pc98/cbus/sio_cbus.c @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/sio_cbus.c,v 1.9 2005/05/14 10:51:16 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/cbus/syscons_cbus.c b/sys/pc98/cbus/syscons_cbus.c index fabb2c3702ac..7be131ca3015 100644 --- a/sys/pc98/cbus/syscons_cbus.c +++ b/sys/pc98/cbus/syscons_cbus.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/cbus/syscons_cbus.c,v 1.22.2.1 2006/05/21 11:18:42 nyan Exp $ */ #include "opt_syscons.h" diff --git a/sys/pc98/compile/.cvsignore b/sys/pc98/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/pc98/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/pc98/conf/.cvsignore b/sys/pc98/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/pc98/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/pc98/conf/DEFAULTS b/sys/pc98/conf/DEFAULTS index bb0dab4a11ca..23ffa41e1635 100644 --- a/sys/pc98/conf/DEFAULTS +++ b/sys/pc98/conf/DEFAULTS @@ -1,7 +1,7 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/pc98 # -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/DEFAULTS,v 1.1.2.1 2005/10/28 19:21:27 jhb Exp $ # Not yet, this would break all existing configs #machine pc98 i386 diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index cb784e87dcef..438d190d5317 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/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/pc98/conf/GENERIC,v 1.269.2.8 2006/10/09 18:41:37 simon Exp $ machine pc98 i386 cpu I486_CPU diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints index 1c033dafe9fa..e07b429eec39 100644 --- a/sys/pc98/conf/GENERIC.hints +++ b/sys/pc98/conf/GENERIC.hints @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/GENERIC.hints,v 1.23.2.1 2005/10/07 15:56:30 nyan Exp $ hint.atacbus.0.at="isa" hint.atacbus.0.port="0x640" diff --git a/sys/pc98/conf/Makefile b/sys/pc98/conf/Makefile index 2c006e9c2c80..c87a6d7b4ec4 100644 --- a/sys/pc98/conf/Makefile +++ b/sys/pc98/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/conf/Makefile,v 1.3 2003/02/26 23:36:59 ru Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES index 637b6a33df3f..72b2bca3ac19 100644 --- a/sys/pc98/conf/NOTES +++ b/sys/pc98/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/pc98/conf/NOTES,v 1.59.2.5 2006/08/17 11:01:26 ru Exp $ # # diff --git a/sys/pc98/include/_bus.h b/sys/pc98/include/_bus.h index 8070792dffc9..57805c65dac0 100644 --- a/sys/pc98/include/_bus.h +++ b/sys/pc98/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/pc98/include/_bus.h,v 1.3 2005/04/19 21:07:00 imp Exp $ */ #ifndef PC98_INCLUDE__BUS_H diff --git a/sys/pc98/include/_inttypes.h b/sys/pc98/include/_inttypes.h index 327018581cd3..3302e303393a 100644 --- a/sys/pc98/include/_inttypes.h +++ b/sys/pc98/include/_inttypes.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/_inttypes.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/_inttypes.h> diff --git a/sys/pc98/include/_limits.h b/sys/pc98/include/_limits.h index 21e2fb6f73d3..20aceddd4765 100644 --- a/sys/pc98/include/_limits.h +++ b/sys/pc98/include/_limits.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/_limits.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/_limits.h> diff --git a/sys/pc98/include/_stdint.h b/sys/pc98/include/_stdint.h index bb4242a75b9c..6b35e89e3c30 100644 --- a/sys/pc98/include/_stdint.h +++ b/sys/pc98/include/_stdint.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/_stdint.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/_stdint.h> diff --git a/sys/pc98/include/_types.h b/sys/pc98/include/_types.h index 63da67a982a2..feb3b9a4c727 100644 --- a/sys/pc98/include/_types.h +++ b/sys/pc98/include/_types.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/_types.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/_types.h> diff --git a/sys/pc98/include/apicreg.h b/sys/pc98/include/apicreg.h index a9766d5bfd6a..3a67488c3f80 100644 --- a/sys/pc98/include/apicreg.h +++ b/sys/pc98/include/apicreg.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/apicreg.h,v 1.2 2005/04/10 03:36:13 nyan Exp $ */ #include <i386/apicreg.h> diff --git a/sys/pc98/include/apicvar.h b/sys/pc98/include/apicvar.h index 4f52d8200943..9ef1cda30c5a 100644 --- a/sys/pc98/include/apicvar.h +++ b/sys/pc98/include/apicvar.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/apicvar.h,v 1.2 2005/04/10 03:36:13 nyan Exp $ */ #include <i386/apicvar.h> diff --git a/sys/pc98/include/apm_bios.h b/sys/pc98/include/apm_bios.h index 261ae3726d91..e1cef24ebf91 100644 --- a/sys/pc98/include/apm_bios.h +++ b/sys/pc98/include/apm_bios.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/pc98/include/apm_bios.h,v 1.2 2005/04/03 23:26:05 imp Exp $ */ #ifndef _PC98_INCLUDE_APM_BIOS_H_ diff --git a/sys/pc98/include/apm_segments.h b/sys/pc98/include/apm_segments.h index fac544b04273..11d32968d2a8 100644 --- a/sys/pc98/include/apm_segments.h +++ b/sys/pc98/include/apm_segments.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/apm_segments.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/apm_segments.h> diff --git a/sys/pc98/include/asm.h b/sys/pc98/include/asm.h index aa141634f7de..dbcf127a02cb 100644 --- a/sys/pc98/include/asm.h +++ b/sys/pc98/include/asm.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/asm.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/asm.h> diff --git a/sys/pc98/include/asmacros.h b/sys/pc98/include/asmacros.h index 98f3839356bf..1130ebd27670 100644 --- a/sys/pc98/include/asmacros.h +++ b/sys/pc98/include/asmacros.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/asmacros.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/asmacros.h> diff --git a/sys/pc98/include/atomic.h b/sys/pc98/include/atomic.h index e6550e4bc6ec..ff28c25c7c98 100644 --- a/sys/pc98/include/atomic.h +++ b/sys/pc98/include/atomic.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/atomic.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/atomic.h> diff --git a/sys/pc98/include/bootinfo.h b/sys/pc98/include/bootinfo.h index c627e432227a..5e1e25ff08c3 100644 --- a/sys/pc98/include/bootinfo.h +++ b/sys/pc98/include/bootinfo.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/bootinfo.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/bootinfo.h> diff --git a/sys/pc98/include/bus.h b/sys/pc98/include/bus.h index 64a8194fa35a..13bbdcdbac11 100644 --- a/sys/pc98/include/bus.h +++ b/sys/pc98/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/pc98/include/bus.h,v 1.5 2005/04/19 21:07:00 imp Exp $ */ /* $NecBSD: busio.h,v 3.25.4.2.2.1 2000/06/12 03:53:08 honda Exp $ */ diff --git a/sys/pc98/include/bus_dma.h b/sys/pc98/include/bus_dma.h index 4fdad3f5a787..40e5ccc6dfc3 100644 --- a/sys/pc98/include/bus_dma.h +++ b/sys/pc98/include/bus_dma.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/bus_dma.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/bus_dma.h> diff --git a/sys/pc98/include/clock.h b/sys/pc98/include/clock.h index a2a654ad52d5..6821f5fc7d8e 100644 --- a/sys/pc98/include/clock.h +++ b/sys/pc98/include/clock.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/pc98/include/clock.h,v 1.2 2005/04/13 13:12:12 nyan Exp $ */ #ifndef _PC98_INCLUDE_CLOCK_H_ diff --git a/sys/pc98/include/cpu.h b/sys/pc98/include/cpu.h index 6da74edee9a6..33a1def66df1 100644 --- a/sys/pc98/include/cpu.h +++ b/sys/pc98/include/cpu.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/cpu.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/cpu.h> diff --git a/sys/pc98/include/cpufunc.h b/sys/pc98/include/cpufunc.h index deb0c39b3800..a5026cae54f5 100644 --- a/sys/pc98/include/cpufunc.h +++ b/sys/pc98/include/cpufunc.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/cpufunc.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/cpufunc.h> diff --git a/sys/pc98/include/cputypes.h b/sys/pc98/include/cputypes.h index dbea880f7064..b7cd9d946b15 100644 --- a/sys/pc98/include/cputypes.h +++ b/sys/pc98/include/cputypes.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/cputypes.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/cputypes.h> diff --git a/sys/pc98/include/cserial.h b/sys/pc98/include/cserial.h index c7fc61094299..f3bbf652eb0d 100644 --- a/sys/pc98/include/cserial.h +++ b/sys/pc98/include/cserial.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/cserial.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/cserial.h> diff --git a/sys/pc98/include/db_machdep.h b/sys/pc98/include/db_machdep.h index a1b0c147664f..87d0910624f1 100644 --- a/sys/pc98/include/db_machdep.h +++ b/sys/pc98/include/db_machdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/db_machdep.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/db_machdep.h> diff --git a/sys/pc98/include/elf.h b/sys/pc98/include/elf.h index 39937596f169..1554b697e4af 100644 --- a/sys/pc98/include/elf.h +++ b/sys/pc98/include/elf.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/elf.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/elf.h> diff --git a/sys/pc98/include/endian.h b/sys/pc98/include/endian.h index 911c53e39ccd..2a1f09c69d0f 100644 --- a/sys/pc98/include/endian.h +++ b/sys/pc98/include/endian.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/endian.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/endian.h> diff --git a/sys/pc98/include/exec.h b/sys/pc98/include/exec.h index e86bada4aaa0..d24f8e3f6a73 100644 --- a/sys/pc98/include/exec.h +++ b/sys/pc98/include/exec.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/exec.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/exec.h> diff --git a/sys/pc98/include/float.h b/sys/pc98/include/float.h index 28e3b02a5acc..7f03394cfc56 100644 --- a/sys/pc98/include/float.h +++ b/sys/pc98/include/float.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/float.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/float.h> diff --git a/sys/pc98/include/floatingpoint.h b/sys/pc98/include/floatingpoint.h index c61de43cd1ae..043d750ce0ac 100644 --- a/sys/pc98/include/floatingpoint.h +++ b/sys/pc98/include/floatingpoint.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/floatingpoint.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/floatingpoint.h> diff --git a/sys/pc98/include/frame.h b/sys/pc98/include/frame.h index 89d90c053215..dc6972967117 100644 --- a/sys/pc98/include/frame.h +++ b/sys/pc98/include/frame.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/frame.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/frame.h> diff --git a/sys/pc98/include/gdb_machdep.h b/sys/pc98/include/gdb_machdep.h index dcb25bb3faff..e58dcadc706e 100644 --- a/sys/pc98/include/gdb_machdep.h +++ b/sys/pc98/include/gdb_machdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/gdb_machdep.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/gdb_machdep.h> diff --git a/sys/pc98/include/i4b_cause.h b/sys/pc98/include/i4b_cause.h index 4d8c957d32db..b89001bb3b79 100644 --- a/sys/pc98/include/i4b_cause.h +++ b/sys/pc98/include/i4b_cause.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/i4b_cause.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/i4b_cause.h> diff --git a/sys/pc98/include/i4b_debug.h b/sys/pc98/include/i4b_debug.h index 74d0f138317c..76283357e540 100644 --- a/sys/pc98/include/i4b_debug.h +++ b/sys/pc98/include/i4b_debug.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/i4b_debug.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/i4b_debug.h> diff --git a/sys/pc98/include/i4b_ioctl.h b/sys/pc98/include/i4b_ioctl.h index d3d8a57a1909..22ec23a52b73 100644 --- a/sys/pc98/include/i4b_ioctl.h +++ b/sys/pc98/include/i4b_ioctl.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/i4b_ioctl.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/i4b_ioctl.h> diff --git a/sys/pc98/include/i4b_rbch_ioctl.h b/sys/pc98/include/i4b_rbch_ioctl.h index dd03b06d5636..793340cdce08 100644 --- a/sys/pc98/include/i4b_rbch_ioctl.h +++ b/sys/pc98/include/i4b_rbch_ioctl.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/i4b_rbch_ioctl.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/i4b_rbch_ioctl.h> diff --git a/sys/pc98/include/i4b_tel_ioctl.h b/sys/pc98/include/i4b_tel_ioctl.h index 617eeab51e3b..952544344b76 100644 --- a/sys/pc98/include/i4b_tel_ioctl.h +++ b/sys/pc98/include/i4b_tel_ioctl.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/i4b_tel_ioctl.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/i4b_tel_ioctl.h> diff --git a/sys/pc98/include/i4b_trace.h b/sys/pc98/include/i4b_trace.h index 88a372579886..fa1eb823f382 100644 --- a/sys/pc98/include/i4b_trace.h +++ b/sys/pc98/include/i4b_trace.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/i4b_trace.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/i4b_trace.h> diff --git a/sys/pc98/include/ieeefp.h b/sys/pc98/include/ieeefp.h index 67f0c099406e..aa1f85e4bf4b 100644 --- a/sys/pc98/include/ieeefp.h +++ b/sys/pc98/include/ieeefp.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ieeefp.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/ieeefp.h> diff --git a/sys/pc98/include/in_cksum.h b/sys/pc98/include/in_cksum.h index e7227d4479df..04160e917087 100644 --- a/sys/pc98/include/in_cksum.h +++ b/sys/pc98/include/in_cksum.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/in_cksum.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/in_cksum.h> diff --git a/sys/pc98/include/intr_machdep.h b/sys/pc98/include/intr_machdep.h index 9fccf8af6742..1d0b5455e049 100644 --- a/sys/pc98/include/intr_machdep.h +++ b/sys/pc98/include/intr_machdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/intr_machdep.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/intr_machdep.h> diff --git a/sys/pc98/include/ioctl_bt848.h b/sys/pc98/include/ioctl_bt848.h index 668fd4a3a6c1..69b730e8e678 100644 --- a/sys/pc98/include/ioctl_bt848.h +++ b/sys/pc98/include/ioctl_bt848.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ioctl_bt848.h,v 1.2 2005/04/10 03:36:13 nyan Exp $ */ #include <i386/ioctl_bt848.h> diff --git a/sys/pc98/include/ioctl_meteor.h b/sys/pc98/include/ioctl_meteor.h index 1a750bdd7215..bf3e97743f7d 100644 --- a/sys/pc98/include/ioctl_meteor.h +++ b/sys/pc98/include/ioctl_meteor.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ioctl_meteor.h,v 1.2 2005/04/10 03:36:13 nyan Exp $ */ #include <i386/ioctl_meteor.h> diff --git a/sys/pc98/include/iodev.h b/sys/pc98/include/iodev.h index 683ea7929264..34b050f7321d 100644 --- a/sys/pc98/include/iodev.h +++ b/sys/pc98/include/iodev.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/iodev.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/iodev.h> diff --git a/sys/pc98/include/kdb.h b/sys/pc98/include/kdb.h index 9d412d45d261..9be2601e9f40 100644 --- a/sys/pc98/include/kdb.h +++ b/sys/pc98/include/kdb.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/kdb.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/kdb.h> diff --git a/sys/pc98/include/legacyvar.h b/sys/pc98/include/legacyvar.h index 0e521280241c..ac552ef07fa5 100644 --- a/sys/pc98/include/legacyvar.h +++ b/sys/pc98/include/legacyvar.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/legacyvar.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/legacyvar.h> diff --git a/sys/pc98/include/limits.h b/sys/pc98/include/limits.h index b51a993d7933..16fc746117ca 100644 --- a/sys/pc98/include/limits.h +++ b/sys/pc98/include/limits.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/limits.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/limits.h> diff --git a/sys/pc98/include/md_var.h b/sys/pc98/include/md_var.h index 7d0fb7262651..b67f2284e586 100644 --- a/sys/pc98/include/md_var.h +++ b/sys/pc98/include/md_var.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/pc98/include/md_var.h,v 1.2 2005/04/03 23:27:10 imp Exp $ */ #ifndef _PC98_INCLUDE_MD_VAR_H_ diff --git a/sys/pc98/include/memdev.h b/sys/pc98/include/memdev.h index 46e230161712..41add3bd98ef 100644 --- a/sys/pc98/include/memdev.h +++ b/sys/pc98/include/memdev.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/memdev.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/memdev.h> diff --git a/sys/pc98/include/metadata.h b/sys/pc98/include/metadata.h index 1d783ec90591..715107173f2d 100644 --- a/sys/pc98/include/metadata.h +++ b/sys/pc98/include/metadata.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/metadata.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/metadata.h> diff --git a/sys/pc98/include/minidump.h b/sys/pc98/include/minidump.h index 55c9b3176e1a..cfe720b58931 100644 --- a/sys/pc98/include/minidump.h +++ b/sys/pc98/include/minidump.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/minidump.h,v 1.1.2.1 2006/07/26 11:49:23 nyan Exp $ */ #include <i386/minidump.h> diff --git a/sys/pc98/include/mp_watchdog.h b/sys/pc98/include/mp_watchdog.h index f0b91c00c4ad..2616bcf10091 100644 --- a/sys/pc98/include/mp_watchdog.h +++ b/sys/pc98/include/mp_watchdog.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/mp_watchdog.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/mp_watchdog.h> diff --git a/sys/pc98/include/mptable.h b/sys/pc98/include/mptable.h index 2f6fb2d4aa65..5bc5f8282802 100644 --- a/sys/pc98/include/mptable.h +++ b/sys/pc98/include/mptable.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/mptable.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/mptable.h> diff --git a/sys/pc98/include/mutex.h b/sys/pc98/include/mutex.h index a79c8f700e6f..51ad36cc56aa 100644 --- a/sys/pc98/include/mutex.h +++ b/sys/pc98/include/mutex.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/mutex.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/mutex.h> diff --git a/sys/pc98/include/npx.h b/sys/pc98/include/npx.h index c1c0712a26aa..5d15fb30d55c 100644 --- a/sys/pc98/include/npx.h +++ b/sys/pc98/include/npx.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/pc98/include/npx.h,v 1.2 2005/05/12 12:47:41 nyan Exp $ */ #ifndef _PC98_INCLUDE_NPX_H_ diff --git a/sys/pc98/include/param.h b/sys/pc98/include/param.h index 85ca250ce78d..f303349c9173 100644 --- a/sys/pc98/include/param.h +++ b/sys/pc98/include/param.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/param.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/param.h> diff --git a/sys/pc98/include/pc/bios.h b/sys/pc98/include/pc/bios.h index d804fdec3618..f77ab543d9c5 100644 --- a/sys/pc98/include/pc/bios.h +++ b/sys/pc98/include/pc/bios.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pc/bios.h,v 1.1 2005/04/01 23:19:43 imp Exp $ */ #include <i386/pc/bios.h> diff --git a/sys/pc98/include/pc/display.h b/sys/pc98/include/pc/display.h index 0a906c885d8c..c1f2f41577bf 100644 --- a/sys/pc98/include/pc/display.h +++ b/sys/pc98/include/pc/display.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/pc98/include/pc/display.h,v 1.2 2005/04/13 13:12:12 nyan Exp $ */ #ifndef _PC98_INCLUDE_PC_DISPLAY_H_ diff --git a/sys/pc98/include/pc/vesa.h b/sys/pc98/include/pc/vesa.h index 2c1c3eb0c573..5af57cf43803 100644 --- a/sys/pc98/include/pc/vesa.h +++ b/sys/pc98/include/pc/vesa.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pc/vesa.h,v 1.1 2005/04/01 23:19:43 imp Exp $ */ #include <i386/pc/vesa.h> diff --git a/sys/pc98/include/pcaudioio.h b/sys/pc98/include/pcaudioio.h index 1e9eee52265f..02b0faf9e17e 100644 --- a/sys/pc98/include/pcaudioio.h +++ b/sys/pc98/include/pcaudioio.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcaudioio.h,v 1.2 2005/04/10 03:36:13 nyan Exp $ */ #include <i386/pcaudioio.h> diff --git a/sys/pc98/include/pcb.h b/sys/pc98/include/pcb.h index 20b7d1843664..dd27783c8bd0 100644 --- a/sys/pc98/include/pcb.h +++ b/sys/pc98/include/pcb.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcb.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/pcb.h> diff --git a/sys/pc98/include/pcb_ext.h b/sys/pc98/include/pcb_ext.h index 81f25f63ebfd..31288d22d82a 100644 --- a/sys/pc98/include/pcb_ext.h +++ b/sys/pc98/include/pcb_ext.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcb_ext.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/pcb_ext.h> diff --git a/sys/pc98/include/pci_cfgreg.h b/sys/pc98/include/pci_cfgreg.h index dc9207deb23a..964acec52c34 100644 --- a/sys/pc98/include/pci_cfgreg.h +++ b/sys/pc98/include/pci_cfgreg.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/pc98/include/pci_cfgreg.h,v 1.2 2005/04/03 23:26:44 imp Exp $ */ #ifndef _PC98_INCLUDE_PCI_CFGREG_H_ diff --git a/sys/pc98/include/pcpu.h b/sys/pc98/include/pcpu.h index 9edf432c2d49..99fd41a60f89 100644 --- a/sys/pc98/include/pcpu.h +++ b/sys/pc98/include/pcpu.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcpu.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/pcpu.h> diff --git a/sys/pc98/include/pcvt_ioctl.h b/sys/pc98/include/pcvt_ioctl.h index 1a6ade724907..72643d8502b0 100644 --- a/sys/pc98/include/pcvt_ioctl.h +++ b/sys/pc98/include/pcvt_ioctl.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pcvt_ioctl.h,v 1.2 2005/04/10 03:36:13 nyan Exp $ */ #include <i386/pcvt_ioctl.h> diff --git a/sys/pc98/include/pecoff_machdep.h b/sys/pc98/include/pecoff_machdep.h index b9e6d29ab4b5..177e93639782 100644 --- a/sys/pc98/include/pecoff_machdep.h +++ b/sys/pc98/include/pecoff_machdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pecoff_machdep.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/pecoff_machdep.h> diff --git a/sys/pc98/include/perfmon.h b/sys/pc98/include/perfmon.h index c4e13f5189a4..a4cbc0af6fdf 100644 --- a/sys/pc98/include/perfmon.h +++ b/sys/pc98/include/perfmon.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/perfmon.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/perfmon.h> diff --git a/sys/pc98/include/pmap.h b/sys/pc98/include/pmap.h index f17c14e4c476..5f952f67796e 100644 --- a/sys/pc98/include/pmap.h +++ b/sys/pc98/include/pmap.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pmap.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/pmap.h> diff --git a/sys/pc98/include/pmc_mdep.h b/sys/pc98/include/pmc_mdep.h index 5ad152e6ee98..b2ed869a1ae5 100644 --- a/sys/pc98/include/pmc_mdep.h +++ b/sys/pc98/include/pmc_mdep.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/pmc_mdep.h,v 1.1 2005/04/19 21:06:06 imp Exp $ */ #include <i386/pmc_mdep.h> diff --git a/sys/pc98/include/ppireg.h b/sys/pc98/include/ppireg.h index e2f914655741..2ff816d834c0 100644 --- a/sys/pc98/include/ppireg.h +++ b/sys/pc98/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/pc98/include/ppireg.h,v 1.1 2005/05/14 09:10:02 nyan Exp $ */ #ifndef _MACHINE_PPIREG_H_ diff --git a/sys/pc98/include/privatespace.h b/sys/pc98/include/privatespace.h index 5db57c3230e9..e6bf6ca766ba 100644 --- a/sys/pc98/include/privatespace.h +++ b/sys/pc98/include/privatespace.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/privatespace.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/privatespace.h> diff --git a/sys/pc98/include/proc.h b/sys/pc98/include/proc.h index 77c2355a7500..b400836866b6 100644 --- a/sys/pc98/include/proc.h +++ b/sys/pc98/include/proc.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/proc.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/proc.h> diff --git a/sys/pc98/include/profile.h b/sys/pc98/include/profile.h index 791bffbf73f5..6d0cc3ae638a 100644 --- a/sys/pc98/include/profile.h +++ b/sys/pc98/include/profile.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/profile.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/profile.h> diff --git a/sys/pc98/include/psl.h b/sys/pc98/include/psl.h index db40cf0efb4c..18141db73bd4 100644 --- a/sys/pc98/include/psl.h +++ b/sys/pc98/include/psl.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/psl.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/psl.h> diff --git a/sys/pc98/include/ptrace.h b/sys/pc98/include/ptrace.h index 9253dc353119..736a8ba7f447 100644 --- a/sys/pc98/include/ptrace.h +++ b/sys/pc98/include/ptrace.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ptrace.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/ptrace.h> diff --git a/sys/pc98/include/reg.h b/sys/pc98/include/reg.h index c7f2a43708cc..90def0f938c4 100644 --- a/sys/pc98/include/reg.h +++ b/sys/pc98/include/reg.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/reg.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/reg.h> diff --git a/sys/pc98/include/reloc.h b/sys/pc98/include/reloc.h index 3666ec106817..d5d6ba338a12 100644 --- a/sys/pc98/include/reloc.h +++ b/sys/pc98/include/reloc.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/reloc.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/reloc.h> diff --git a/sys/pc98/include/resource.h b/sys/pc98/include/resource.h index 43349bfa2a8f..4ceca483efff 100644 --- a/sys/pc98/include/resource.h +++ b/sys/pc98/include/resource.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/resource.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/resource.h> diff --git a/sys/pc98/include/runq.h b/sys/pc98/include/runq.h index f6b60cf932cd..52dec171dc3f 100644 --- a/sys/pc98/include/runq.h +++ b/sys/pc98/include/runq.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/runq.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/runq.h> diff --git a/sys/pc98/include/segments.h b/sys/pc98/include/segments.h index 062c3df6d18d..f4bc29ee649c 100644 --- a/sys/pc98/include/segments.h +++ b/sys/pc98/include/segments.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/segments.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/segments.h> diff --git a/sys/pc98/include/setjmp.h b/sys/pc98/include/setjmp.h index 9d8a3a99dd18..781cfadcfdeb 100644 --- a/sys/pc98/include/setjmp.h +++ b/sys/pc98/include/setjmp.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/setjmp.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/setjmp.h> diff --git a/sys/pc98/include/sf_buf.h b/sys/pc98/include/sf_buf.h index ee9d94623c83..0ec21c1271f3 100644 --- a/sys/pc98/include/sf_buf.h +++ b/sys/pc98/include/sf_buf.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/sf_buf.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/sf_buf.h> diff --git a/sys/pc98/include/sigframe.h b/sys/pc98/include/sigframe.h index 6d7a9c5c9c96..77c833d400de 100644 --- a/sys/pc98/include/sigframe.h +++ b/sys/pc98/include/sigframe.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/sigframe.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/sigframe.h> diff --git a/sys/pc98/include/signal.h b/sys/pc98/include/signal.h index 0c5f6dd9a62c..207019d361ca 100644 --- a/sys/pc98/include/signal.h +++ b/sys/pc98/include/signal.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/signal.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/signal.h> diff --git a/sys/pc98/include/smapi.h b/sys/pc98/include/smapi.h index 0d83e8467aa5..66597032e2b3 100644 --- a/sys/pc98/include/smapi.h +++ b/sys/pc98/include/smapi.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/smapi.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/smapi.h> diff --git a/sys/pc98/include/smp.h b/sys/pc98/include/smp.h index 28d98e8d44a4..99692c81e5fb 100644 --- a/sys/pc98/include/smp.h +++ b/sys/pc98/include/smp.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/smp.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/smp.h> diff --git a/sys/pc98/include/smptests.h b/sys/pc98/include/smptests.h index c98bee75960e..3b749c9a48ce 100644 --- a/sys/pc98/include/smptests.h +++ b/sys/pc98/include/smptests.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/smptests.h,v 1.2 2005/04/10 03:36:13 nyan Exp $ */ #include <i386/smptests.h> diff --git a/sys/pc98/include/speaker.h b/sys/pc98/include/speaker.h index 31eb9b6e98c3..49f71e53de8b 100644 --- a/sys/pc98/include/speaker.h +++ b/sys/pc98/include/speaker.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/speaker.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/speaker.h> diff --git a/sys/pc98/include/specialreg.h b/sys/pc98/include/specialreg.h index 1e87205b2e8d..8aaff7856705 100644 --- a/sys/pc98/include/specialreg.h +++ b/sys/pc98/include/specialreg.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/specialreg.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/specialreg.h> diff --git a/sys/pc98/include/stdarg.h b/sys/pc98/include/stdarg.h index bba2f9ff6ad1..5218efa256f4 100644 --- a/sys/pc98/include/stdarg.h +++ b/sys/pc98/include/stdarg.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/stdarg.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/stdarg.h> diff --git a/sys/pc98/include/sysarch.h b/sys/pc98/include/sysarch.h index 42fae7648684..6061fc9bbc03 100644 --- a/sys/pc98/include/sysarch.h +++ b/sys/pc98/include/sysarch.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/sysarch.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/sysarch.h> diff --git a/sys/pc98/include/timerreg.h b/sys/pc98/include/timerreg.h index 59c223c5d3dc..05248ad4f1e7 100644 --- a/sys/pc98/include/timerreg.h +++ b/sys/pc98/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/pc98/include/timerreg.h,v 1.2 2005/05/28 13:40:27 nyan Exp $ */ /* diff --git a/sys/pc98/include/trap.h b/sys/pc98/include/trap.h index 9c147ae1327e..8f76c547ea60 100644 --- a/sys/pc98/include/trap.h +++ b/sys/pc98/include/trap.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/trap.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/trap.h> diff --git a/sys/pc98/include/tss.h b/sys/pc98/include/tss.h index e97ed51e8de2..39f078d780de 100644 --- a/sys/pc98/include/tss.h +++ b/sys/pc98/include/tss.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/tss.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/tss.h> diff --git a/sys/pc98/include/ucontext.h b/sys/pc98/include/ucontext.h index 83422140243c..81fb3e1be4c9 100644 --- a/sys/pc98/include/ucontext.h +++ b/sys/pc98/include/ucontext.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/ucontext.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/ucontext.h> diff --git a/sys/pc98/include/varargs.h b/sys/pc98/include/varargs.h index 21f5ce3c1c98..fceecb46c285 100644 --- a/sys/pc98/include/varargs.h +++ b/sys/pc98/include/varargs.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/varargs.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/varargs.h> diff --git a/sys/pc98/include/vm86.h b/sys/pc98/include/vm86.h index 5dfa21858fc0..5cfbfa3105ff 100644 --- a/sys/pc98/include/vm86.h +++ b/sys/pc98/include/vm86.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/vm86.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/vm86.h> diff --git a/sys/pc98/include/vmparam.h b/sys/pc98/include/vmparam.h index 2004749c42c4..0f627f0b208f 100644 --- a/sys/pc98/include/vmparam.h +++ b/sys/pc98/include/vmparam.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/include/vmparam.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/vmparam.h> diff --git a/sys/pc98/linux/linux.h b/sys/pc98/linux/linux.h index d330a96f7c95..ee926be2211e 100644 --- a/sys/pc98/linux/linux.h +++ b/sys/pc98/linux/linux.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/linux/linux.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/linux/linux.h> diff --git a/sys/pc98/linux/linux_ipc64.h b/sys/pc98/linux/linux_ipc64.h index 4fcdb641693f..b5e95848b29b 100644 --- a/sys/pc98/linux/linux_ipc64.h +++ b/sys/pc98/linux/linux_ipc64.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/linux/linux_ipc64.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/linux/linux_ipc64.h> diff --git a/sys/pc98/linux/linux_proto.h b/sys/pc98/linux/linux_proto.h index f5ccdd18f567..02fd96fdc47f 100644 --- a/sys/pc98/linux/linux_proto.h +++ b/sys/pc98/linux/linux_proto.h @@ -1,6 +1,6 @@ /*- * This file is in the public domain. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/linux/linux_proto.h,v 1.1 2005/04/01 23:19:42 imp Exp $ */ #include <i386/linux/linux_proto.h> diff --git a/sys/pc98/pc98/busio.s b/sys/pc98/pc98/busio.s index 915dcae21bf0..a95985a39ffc 100644 --- a/sys/pc98/pc98/busio.s +++ b/sys/pc98/pc98/busio.s @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/pc98/busio.s,v 1.4 2005/01/07 02:29:17 imp Exp $ */ /* $NecBSD: busio.s,v 1.16.4.1 1999/08/16 09:06:08 kmatsuda Exp $ */ /* $NetBSD$ */ diff --git a/sys/pc98/pc98/busiosubr.c b/sys/pc98/pc98/busiosubr.c index 8776d3fe6fd4..0dd831e61bdb 100644 --- a/sys/pc98/pc98/busiosubr.c +++ b/sys/pc98/pc98/busiosubr.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pc98/pc98/busiosubr.c,v 1.5 2005/01/07 02:29:17 imp Exp $ */ /* $NecBSD: busiosubr.c,v 1.30.4.4 1999/08/28 02:25:35 honda Exp $ */ /* $NetBSD$ */ diff --git a/sys/pc98/pc98/canbepm.c b/sys/pc98/pc98/canbepm.c index 5c347a07e187..059defeef209 100644 --- a/sys/pc98/pc98/canbepm.c +++ b/sys/pc98/pc98/canbepm.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/pc98/canbepm.c,v 1.3 2003/02/04 16:17:13 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/pc98/canbus.c b/sys/pc98/pc98/canbus.c index b4564eb6cdb7..b8ab691aee58 100644 --- a/sys/pc98/pc98/canbus.c +++ b/sys/pc98/pc98/canbus.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/pc98/canbus.c,v 1.5 2005/03/20 05:22:57 nyan Exp $ */ #include <sys/param.h> diff --git a/sys/pc98/pc98/canbus.h b/sys/pc98/pc98/canbus.h index b63cc765cd6f..ce47a56342d7 100644 --- a/sys/pc98/pc98/canbus.h +++ b/sys/pc98/pc98/canbus.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/pc98/pc98/canbus.h,v 1.3 2003/02/04 16:17:13 nyan Exp $ */ #ifndef _PC98_PC98_CANBUS_H_ diff --git a/sys/pc98/pc98/canbus_if.m b/sys/pc98/pc98/canbus_if.m index 42d2cd52929c..85e5235d0f71 100644 --- a/sys/pc98/pc98/canbus_if.m +++ b/sys/pc98/pc98/canbus_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/pc98/pc98/canbus_if.m,v 1.3 2005/01/07 02:29:17 imp Exp $ # #include <sys/bus.h> diff --git a/sys/pc98/pc98/canbusvars.h b/sys/pc98/pc98/canbusvars.h index fc2acc11a976..afaec674d436 100644 --- a/sys/pc98/pc98/canbusvars.h +++ b/sys/pc98/pc98/canbusvars.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/pc98/pc98/canbusvars.h,v 1.3 2003/02/04 16:17:13 nyan Exp $ */ #ifndef _PC98_PC98_CANBUSVARS_H_ diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 53793b10c886..60abd0894a3f 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pc98/pc98/machdep.c,v 1.363.2.6 2006/05/21 11:22:10 nyan Exp $"); #include "opt_atalk.h" #include "opt_compat.h" diff --git a/sys/pc98/pc98/pc98_machdep.c b/sys/pc98/pc98/pc98_machdep.c index 2f2dfebbe43d..087b40fc0d06 100644 --- a/sys/pc98/pc98/pc98_machdep.c +++ b/sys/pc98/pc98/pc98_machdep.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/pc98/pc98/pc98_machdep.c,v 1.25.2.2 2006/05/21 11:18:42 nyan Exp $ */ #include "opt_pc98.h" diff --git a/sys/pc98/pc98/pc98_machdep.h b/sys/pc98/pc98/pc98_machdep.h index ffd4ba8186c8..22ef25db3fd0 100644 --- a/sys/pc98/pc98/pc98_machdep.h +++ b/sys/pc98/pc98/pc98_machdep.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/pc98/pc98/pc98_machdep.h,v 1.12.2.2 2006/05/21 11:17:33 nyan Exp $ */ #ifndef __PC98_PC98_PC98_MACHDEP_H__ diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h index 315664a16e16..375b40df849b 100644 --- a/sys/pccard/cardinfo.h +++ b/sys/pccard/cardinfo.h @@ -29,7 +29,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pccard/cardinfo.h,v 1.30 2005/01/07 02:29:17 imp Exp $ */ #ifndef _PCCARD_CARDINFO_H_ #define _PCCARD_CARDINFO_H_ diff --git a/sys/pccard/cis.h b/sys/pccard/cis.h index 6cc935b80ff2..adaa57c6b025 100644 --- a/sys/pccard/cis.h +++ b/sys/pccard/cis.h @@ -30,7 +30,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/pccard/cis.h,v 1.5 2005/01/07 02:29:17 imp Exp $ * */ diff --git a/sys/pccard/driver.h b/sys/pccard/driver.h index f5705ab935f3..25590734306b 100644 --- a/sys/pccard/driver.h +++ b/sys/pccard/driver.h @@ -3,7 +3,7 @@ * Bruce Evans, November 1995. * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/pccard/driver.h,v 1.14 2001/03/22 05:49:18 imp Exp $ */ #ifndef _PCCARD_DRIVER_H_ diff --git a/sys/pccard/i82365.h b/sys/pccard/i82365.h index 1057d7c4963f..c0ed0bebadc4 100644 --- a/sys/pccard/i82365.h +++ b/sys/pccard/i82365.h @@ -34,7 +34,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/pccard/i82365.h,v 1.29 2005/01/07 02:29:17 imp Exp $ */ #define PCIC_I82365 0 /* Intel i82365SL-A/B or clone */ diff --git a/sys/pccard/meciareg.h b/sys/pccard/meciareg.h index b54ae4d61843..a528d171481f 100644 --- a/sys/pccard/meciareg.h +++ b/sys/pccard/meciareg.h @@ -4,7 +4,7 @@ * PC9801 original PCMCIA controller code for NS/A,Ne,NX/C,NR/L. * by Noriyuki Hosobuchi <hoso@ce.mbn.or.jp> * - * $FreeBSD$ + * $FreeBSD: src/sys/pccard/meciareg.h,v 1.2 2001/05/15 23:53:18 imp Exp $ */ /*--- I/O port definition */ diff --git a/sys/pccard/pccard_nbk.h b/sys/pccard/pccard_nbk.h index fed7310eb708..085d5a71db4e 100644 --- a/sys/pccard/pccard_nbk.h +++ b/sys/pccard/pccard_nbk.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/pccard/pccard_nbk.h,v 1.7 2005/01/07 02:29:17 imp Exp $ */ #ifndef PCCARD_PCCARD_NBK_H diff --git a/sys/pccard/pcic_pci.h b/sys/pccard/pcic_pci.h index d2a96d280a67..07bc7d7ff4fe 100644 --- a/sys/pccard/pcic_pci.h +++ b/sys/pccard/pcic_pci.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/pccard/pcic_pci.h,v 1.37 2005/01/07 02:29:17 imp Exp $ */ /* Share the devid database with NEWCARD */ diff --git a/sys/pccard/pcicvar.h b/sys/pccard/pcicvar.h index de2940c7a1ec..a184c2afc902 100644 --- a/sys/pccard/pcicvar.h +++ b/sys/pccard/pcicvar.h @@ -21,7 +21,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/pccard/pcicvar.h,v 1.30 2005/01/07 02:29:17 imp Exp $ */ /* diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h index 030ff7ed47fd..d611def0a771 100644 --- a/sys/pccard/slot.h +++ b/sys/pccard/slot.h @@ -34,7 +34,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/pccard/slot.h,v 1.40 2005/01/07 02:29:17 imp Exp $ */ #ifndef _PCCARD_SLOT_H diff --git a/sys/pci/agp.c b/sys/pci/agp.c index 6757ebc60316..19ffd0074b57 100644 --- a/sys/pci/agp.c +++ b/sys/pci/agp.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp.c,v 1.46.2.1 2005/12/28 16:52:45 jhb Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_ali.c b/sys/pci/agp_ali.c index f39476b09409..6064924a5694 100644 --- a/sys/pci/agp_ali.c +++ b/sys/pci/agp_ali.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_ali.c,v 1.17 2005/02/27 13:05:34 cognet Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_amd.c b/sys/pci/agp_amd.c index bb1d20e14d64..188413e65a19 100644 --- a/sys/pci/agp_amd.c +++ b/sys/pci/agp_amd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_amd.c,v 1.22 2005/02/24 21:32:55 imp Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_amd64.c b/sys/pci/agp_amd64.c index 2973e517d56c..a721ba7de002 100644 --- a/sys/pci/agp_amd64.c +++ b/sys/pci/agp_amd64.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_amd64.c,v 1.7.2.2 2006/06/05 18:34:13 jkim Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_ati.c b/sys/pci/agp_ati.c index 8eed871efcc4..7e6ccd10778d 100644 --- a/sys/pci/agp_ati.c +++ b/sys/pci/agp_ati.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_ati.c,v 1.1.2.1 2005/11/14 21:14:14 anholt Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_i810.c b/sys/pci/agp_i810.c index 7bf011179079..3d42f36bb7ac 100644 --- a/sys/pci/agp_i810.c +++ b/sys/pci/agp_i810.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_i810.c,v 1.32.2.2 2006/06/23 17:10:25 anholt Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_if.m b/sys/pci/agp_if.m index faf7b1ab8fdf..705d98fa3499 100644 --- a/sys/pci/agp_if.m +++ b/sys/pci/agp_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/pci/agp_if.m,v 1.3 2005/01/07 02:29:18 imp Exp $ # #include <sys/bus.h> diff --git a/sys/pci/agp_intel.c b/sys/pci/agp_intel.c index 373d8dc15193..035edd790f89 100644 --- a/sys/pci/agp_intel.c +++ b/sys/pci/agp_intel.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_intel.c,v 1.27.2.2 2006/09/01 02:39:25 anholt Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_nvidia.c b/sys/pci/agp_nvidia.c index 5e26622c69a7..7f565caa0f22 100644 --- a/sys/pci/agp_nvidia.c +++ b/sys/pci/agp_nvidia.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_nvidia.c,v 1.9.2.1 2005/11/14 21:10:39 anholt Exp $"); /* * Written using information gleaned from the diff --git a/sys/pci/agp_sis.c b/sys/pci/agp_sis.c index f42236bd48e1..c7c362b29388 100644 --- a/sys/pci/agp_sis.c +++ b/sys/pci/agp_sis.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_sis.c,v 1.18.2.1 2006/06/05 18:34:13 jkim Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agp_via.c b/sys/pci/agp_via.c index f2cd381f2734..a79d0b30c2d7 100644 --- a/sys/pci/agp_via.c +++ b/sys/pci/agp_via.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/agp_via.c,v 1.22 2005/06/26 04:01:11 anholt Exp $"); #include "opt_bus.h" diff --git a/sys/pci/agppriv.h b/sys/pci/agppriv.h index 7e846d17cdff..dba984fb62e8 100644 --- a/sys/pci/agppriv.h +++ b/sys/pci/agppriv.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/pci/agppriv.h,v 1.5 2004/06/16 09:47:20 phk Exp $ */ #ifndef _PCI_AGPPRIV_H_ diff --git a/sys/pci/agpreg.h b/sys/pci/agpreg.h index 8e5365e952f6..cc5f107e4fad 100644 --- a/sys/pci/agpreg.h +++ b/sys/pci/agpreg.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/pci/agpreg.h,v 1.13.8.3 2005/12/14 00:47:25 anholt Exp $ */ #ifndef _PCI_AGPREG_H_ diff --git a/sys/pci/agpvar.h b/sys/pci/agpvar.h index 0869c26d2b86..797c88a680f9 100644 --- a/sys/pci/agpvar.h +++ b/sys/pci/agpvar.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/pci/agpvar.h,v 1.2 2001/12/19 08:54:29 mdodd Exp $ */ #ifndef _PCI_AGPVAR_H_ diff --git a/sys/pci/alpm.c b/sys/pci/alpm.c index d90d919c9afa..c87909f5e0d5 100644 --- a/sys/pci/alpm.c +++ b/sys/pci/alpm.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/alpm.c,v 1.24.2.1 2006/09/22 19:19:16 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/amdpm.c b/sys/pci/amdpm.c index 6eb954144279..1f922e05df31 100644 --- a/sys/pci/amdpm.c +++ b/sys/pci/amdpm.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/amdpm.c,v 1.15.2.2 2006/09/22 19:19:16 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/amdsmb.c b/sys/pci/amdsmb.c index dde1f123fced..f895fb8fe509 100644 --- a/sys/pci/amdsmb.c +++ b/sys/pci/amdsmb.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/amdsmb.c,v 1.2.2.2 2006/09/22 19:19:16 jhb Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/dc21040reg.h b/sys/pci/dc21040reg.h index c0ff1916578f..432f494d2b9d 100644 --- a/sys/pci/dc21040reg.h +++ b/sys/pci/dc21040reg.h @@ -1,6 +1,6 @@ /* $NetBSD: dc21040reg.h,v 1.15 1998/05/22 18:50:59 matt Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/dc21040reg.h,v 1.7 2002/06/02 20:05:55 schweikh Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Matt Thomas <matt@3am-software.com> diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c index ffc8850fafb5..98081ccd4aeb 100644 --- a/sys/pci/if_dc.c +++ b/sys/pci/if_dc.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_dc.c,v 1.160.2.12 2006/11/13 17:24:24 marius Exp $"); /* * DEC "tulip" clone ethernet driver. Supports the DEC/Intel 21143 diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index fe729c936234..301fab7ce147 100644 --- a/sys/pci/if_dcreg.h +++ b/sys/pci/if_dcreg.h @@ -29,7 +29,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/pci/if_dcreg.h,v 1.44.2.5 2006/11/13 17:24:24 marius Exp $ */ /* diff --git a/sys/pci/if_de.c b/sys/pci/if_de.c index c0f69b460326..b64e416e233d 100644 --- a/sys/pci/if_de.c +++ b/sys/pci/if_de.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_de.c,v 1.162.2.6 2005/11/28 19:43:57 jhb Exp $"); #define TULIP_HDR_DATA diff --git a/sys/pci/if_devar.h b/sys/pci/if_devar.h index ae96b2e70edf..9bf1a21f6838 100644 --- a/sys/pci/if_devar.h +++ b/sys/pci/if_devar.h @@ -1,6 +1,6 @@ /* $NetBSD: if_devar.h,v 1.32 1999/04/01 14:55:25 tsubai Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/pci/if_devar.h,v 1.32.2.2 2005/11/14 19:29:56 jhb Exp $ */ /*- * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) diff --git a/sys/pci/if_mn.c b/sys/pci/if_mn.c index 3a10bb190229..39c32bc43363 100644 --- a/sys/pci/if_mn.c +++ b/sys/pci/if_mn.c @@ -23,7 +23,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_mn.c,v 1.48 2005/06/10 16:49:22 brooks Exp $"); /* * Stuff to describe the MUNIC32X and FALC54 chips. diff --git a/sys/pci/if_pcn.c b/sys/pci/if_pcn.c index d8f8071a8c9c..bfb02046e3c1 100644 --- a/sys/pci/if_pcn.c +++ b/sys/pci/if_pcn.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_pcn.c,v 1.69.2.5 2006/03/17 21:30:56 glebius Exp $"); /* * AMD Am79c972 fast ethernet PCI NIC driver. Datasheets are available diff --git a/sys/pci/if_pcnreg.h b/sys/pci/if_pcnreg.h index 84e4a3f66d89..d58a2b5a8e9a 100644 --- a/sys/pci/if_pcnreg.h +++ b/sys/pci/if_pcnreg.h @@ -30,7 +30,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/pci/if_pcnreg.h,v 1.11.2.1 2005/08/26 14:33:05 jhb Exp $ */ /* diff --git a/sys/pci/if_rl.c b/sys/pci/if_rl.c index bfe0bea718c0..a62353b25146 100644 --- a/sys/pci/if_rl.c +++ b/sys/pci/if_rl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_rl.c,v 1.152.2.6 2006/10/13 07:39:25 glebius Exp $"); /* * RealTek 8129/8139 PCI NIC driver diff --git a/sys/pci/if_rlreg.h b/sys/pci/if_rlreg.h index 61d7c2e31f90..4236873ec12a 100644 --- a/sys/pci/if_rlreg.h +++ b/sys/pci/if_rlreg.h @@ -29,7 +29,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/pci/if_rlreg.h,v 1.51.2.7 2006/08/01 17:36:50 wpaul Exp $ */ /* diff --git a/sys/pci/if_sf.c b/sys/pci/if_sf.c index d3d5bb81b85c..b1ccb83d7d9c 100644 --- a/sys/pci/if_sf.c +++ b/sys/pci/if_sf.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_sf.c,v 1.82.2.6 2006/03/17 21:30:57 glebius Exp $"); /* * Adaptec AIC-6915 "Starfire" PCI fast ethernet driver for FreeBSD. diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h index 652f804faa3d..859c55031bc3 100644 --- a/sys/pci/if_sfreg.h +++ b/sys/pci/if_sfreg.h @@ -29,7 +29,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/pci/if_sfreg.h,v 1.14.2.1 2005/08/26 14:50:16 jhb Exp $ */ /* diff --git a/sys/pci/if_sis.c b/sys/pci/if_sis.c index 897a98e9ff85..d243bf46cee8 100644 --- a/sys/pci/if_sis.c +++ b/sys/pci/if_sis.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_sis.c,v 1.132.2.7 2006/03/17 21:30:57 glebius Exp $"); /* * SiS 900/SiS 7016 fast ethernet PCI NIC driver. Datasheets are diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h index eab53e153acc..aacd42fdc9f7 100644 --- a/sys/pci/if_sisreg.h +++ b/sys/pci/if_sisreg.h @@ -29,7 +29,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/pci/if_sisreg.h,v 1.33.2.1 2005/09/29 18:52:21 jhb Exp $ */ /* diff --git a/sys/pci/if_ste.c b/sys/pci/if_ste.c index d6eca1e41577..6aa9476132b7 100644 --- a/sys/pci/if_ste.c +++ b/sys/pci/if_ste.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_ste.c,v 1.84.2.7 2006/03/17 21:30:57 glebius Exp $"); #ifdef HAVE_KERNEL_OPTION_HEADERS #include "opt_device_polling.h" diff --git a/sys/pci/if_stereg.h b/sys/pci/if_stereg.h index eab5164062b3..ab74be879982 100644 --- a/sys/pci/if_stereg.h +++ b/sys/pci/if_stereg.h @@ -29,7 +29,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/pci/if_stereg.h,v 1.18.2.2 2005/09/15 19:16:29 jhb Exp $ */ /* diff --git a/sys/pci/if_ti.c b/sys/pci/if_ti.c index 512547888a75..090107a432d7 100644 --- a/sys/pci/if_ti.c +++ b/sys/pci/if_ti.c @@ -77,7 +77,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_ti.c,v 1.107.2.5 2006/01/14 10:05:07 glebius Exp $"); #include "opt_ti.h" diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h index 1bcdfbc44f83..299a6d8d5cbc 100644 --- a/sys/pci/if_tireg.h +++ b/sys/pci/if_tireg.h @@ -29,7 +29,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/pci/if_tireg.h,v 1.31 2005/06/10 16:49:23 brooks Exp $ */ /* diff --git a/sys/pci/if_tl.c b/sys/pci/if_tl.c index 6743912f88fe..09f88c201c5d 100644 --- a/sys/pci/if_tl.c +++ b/sys/pci/if_tl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_tl.c,v 1.99.2.4 2005/10/09 04:11:19 delphij Exp $"); /* * Texas Instruments ThunderLAN driver for FreeBSD 2.2.6 and 3.x. diff --git a/sys/pci/if_tlreg.h b/sys/pci/if_tlreg.h index 7f3dfb971d03..1a55e8cee422 100644 --- a/sys/pci/if_tlreg.h +++ b/sys/pci/if_tlreg.h @@ -29,7 +29,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/pci/if_tlreg.h,v 1.21.2.1 2005/09/26 19:36:38 jhb Exp $ */ diff --git a/sys/pci/if_vr.c b/sys/pci/if_vr.c index 3bd5a953766d..3d2f0ffc23eb 100644 --- a/sys/pci/if_vr.c +++ b/sys/pci/if_vr.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_vr.c,v 1.104.2.6 2006/03/17 21:30:57 glebius Exp $"); /* * VIA Rhine fast ethernet PCI NIC driver diff --git a/sys/pci/if_vrreg.h b/sys/pci/if_vrreg.h index 1ef375606244..1fe99c3c6f42 100644 --- a/sys/pci/if_vrreg.h +++ b/sys/pci/if_vrreg.h @@ -29,7 +29,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/pci/if_vrreg.h,v 1.22.2.1 2005/11/08 16:05:56 jhb Exp $ */ /* diff --git a/sys/pci/if_wb.c b/sys/pci/if_wb.c index a63913347f79..70517517f99b 100644 --- a/sys/pci/if_wb.c +++ b/sys/pci/if_wb.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_wb.c,v 1.79.2.6 2006/03/17 21:30:57 glebius Exp $"); /* * Winbond fast ethernet PCI NIC driver diff --git a/sys/pci/if_wbreg.h b/sys/pci/if_wbreg.h index 8a5b2cd7036e..efb02d8283f2 100644 --- a/sys/pci/if_wbreg.h +++ b/sys/pci/if_wbreg.h @@ -29,7 +29,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/pci/if_wbreg.h,v 1.12.2.2 2005/11/15 19:59:04 jhb Exp $ */ /* diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index 826718cd1903..65d6e3b1cf2a 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/if_xl.c,v 1.190.2.10 2006/08/17 00:13:07 yongari Exp $"); /* * 3Com 3c90x Etherlink XL PCI NIC driver diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h index f999b71fa74c..7dab376a42b6 100644 --- a/sys/pci/if_xlreg.h +++ b/sys/pci/if_xlreg.h @@ -29,7 +29,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/pci/if_xlreg.h,v 1.55.2.1 2005/08/26 14:46:22 jhb Exp $ */ #define XL_EE_READ 0x0080 /* read, 5 bit address */ diff --git a/sys/pci/intpm.c b/sys/pci/intpm.c index 75a1b2b7fdac..c0b28c5adaf1 100644 --- a/sys/pci/intpm.c +++ b/sys/pci/intpm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/intpm.c,v 1.33.2.2 2006/10/04 19:09:43 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/pci/intpmreg.h b/sys/pci/intpmreg.h index c15fc77e4695..49b429e2f20b 100644 --- a/sys/pci/intpmreg.h +++ b/sys/pci/intpmreg.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/pci/intpmreg.h,v 1.2.36.1 2006/10/04 19:09:43 jhb Exp $ */ #ifndef __INTPMREG_H__ diff --git a/sys/pci/locate.pl b/sys/pci/locate.pl index 89688e1c6af2..dfd8e54f93bc 100755 --- a/sys/pci/locate.pl +++ b/sys/pci/locate.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $FreeBSD$ +# $FreeBSD: src/sys/pci/locate.pl,v 1.4 2000/06/27 22:41:12 alfred Exp $ use strict; diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c index 1520c10aff1d..ded490a2ad2a 100644 --- a/sys/pci/ncr.c +++ b/sys/pci/ncr.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/ncr.c,v 1.188 2005/02/25 03:43:43 imp Exp $"); #define NCR_DATE "pl30 98/1/1" diff --git a/sys/pci/ncrreg.h b/sys/pci/ncrreg.h index 34f1618f8d49..fede60ac6f5c 100644 --- a/sys/pci/ncrreg.h +++ b/sys/pci/ncrreg.h @@ -1,6 +1,6 @@ /************************************************************************** ** -** $FreeBSD$ +** $FreeBSD: src/sys/pci/ncrreg.h,v 1.15 2005/01/07 05:01:24 scottl Exp $ ** ** Device driver for the NCR 53C810 PCI-SCSI-Controller. ** diff --git a/sys/pci/nfsmb.c b/sys/pci/nfsmb.c index b7cbca7838eb..b51b68e4fa2e 100644 --- a/sys/pci/nfsmb.c +++ b/sys/pci/nfsmb.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/nfsmb.c,v 1.2.2.3 2006/10/21 15:40:26 ru Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/pci/ti_fw.h b/sys/pci/ti_fw.h index 89f5c9f9dae7..e06ef85370dd 100644 --- a/sys/pci/ti_fw.h +++ b/sys/pci/ti_fw.h @@ -2,7 +2,7 @@ * Firmware for Alteon Tigon 1 chip. * Generated by genfw.c * - * $FreeBSD$ + * $FreeBSD: src/sys/pci/ti_fw.h,v 1.10 2002/06/26 03:34:52 ken Exp $ */ static int tigonFwReleaseMajor = 0xc; static int tigonFwReleaseMinor = 0x4; diff --git a/sys/pci/ti_fw2.h b/sys/pci/ti_fw2.h index e54c920531e5..6d46ed297dc3 100644 --- a/sys/pci/ti_fw2.h +++ b/sys/pci/ti_fw2.h @@ -2,7 +2,7 @@ * Generated by Ken's special genfw.c * Built on Wed Aug 2 17:21:09 MDT 2000 by ken@roadwarrior.plutotech.com * OS: FreeBSD 5.0-CURRENT - * $FreeBSD$ + * $FreeBSD: src/sys/pci/ti_fw2.h,v 1.11 2002/06/26 03:34:52 ken Exp $ */ static int tigon2FwReleaseMajor = 0xc; static int tigon2FwReleaseMinor = 0x4; diff --git a/sys/pci/viapm.c b/sys/pci/viapm.c index 3a5563bec6bc..ed667cd28841 100644 --- a/sys/pci/viapm.c +++ b/sys/pci/viapm.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/viapm.c,v 1.10.2.3 2006/09/22 19:19:16 jhb Exp $"); #include "opt_isa.h" diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index 0ca567f8853c..eba1360df8b0 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -17,7 +17,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/pci/xrpu.c,v 1.41 2005/02/24 21:32:56 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/posix4/_semaphore.h b/sys/posix4/_semaphore.h index a7bd5d836be7..b3f280ef18f1 100644 --- a/sys/posix4/_semaphore.h +++ b/sys/posix4/_semaphore.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/posix4/_semaphore.h,v 1.4 2005/01/07 02:29:19 imp Exp $ */ #ifndef __SEMAPHORE_H_ #define __SEMAPHORE_H_ diff --git a/sys/posix4/ksched.c b/sys/posix4/ksched.c index a266c575df52..40ce5de23863 100644 --- a/sys/posix4/ksched.c +++ b/sys/posix4/ksched.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/posix4/ksched.c,v 1.26 2005/01/07 02:29:19 imp Exp $"); #include "opt_posix.h" diff --git a/sys/posix4/ksem.h b/sys/posix4/ksem.h index 71979da328bb..a110fe3302c2 100644 --- a/sys/posix4/ksem.h +++ b/sys/posix4/ksem.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/posix4/ksem.h,v 1.2 2005/05/04 10:39:14 rwatson Exp $ */ #ifndef _POSIX4_KSEM_H_ diff --git a/sys/posix4/mqueue.h b/sys/posix4/mqueue.h index 8fb98fbed9ed..f04c72aaa960 100644 --- a/sys/posix4/mqueue.h +++ b/sys/posix4/mqueue.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/mqueue.h,v 1.6 2002/09/20 17:54:34 mike Exp $ */ /* mqueue.h: POSIX 1003.1b Message Queues */ diff --git a/sys/posix4/p1003_1b.c b/sys/posix4/p1003_1b.c index 055889e37e61..e2445b7d4574 100644 --- a/sys/posix4/p1003_1b.c +++ b/sys/posix4/p1003_1b.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/posix4/p1003_1b.c,v 1.24.2.1 2006/08/03 12:50:21 davidxu Exp $"); #include "opt_posix.h" diff --git a/sys/posix4/posix4.h b/sys/posix4/posix4.h index b17e9270e675..ae5077a84d28 100644 --- a/sys/posix4/posix4.h +++ b/sys/posix4/posix4.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/posix4.h,v 1.13 2003/02/19 05:47:42 imp Exp $ */ #include <sys/param.h> diff --git a/sys/posix4/posix4_mib.c b/sys/posix4/posix4_mib.c index 19092164a9ec..6e16ff491cf4 100644 --- a/sys/posix4/posix4_mib.c +++ b/sys/posix4/posix4_mib.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/posix4/posix4_mib.c,v 1.9 2004/12/01 23:16:37 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/posix4/sched.h b/sys/posix4/sched.h index 92fad6da914d..0079d9ac21c3 100644 --- a/sys/posix4/sched.h +++ b/sys/posix4/sched.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/sched.h,v 1.7 2002/10/03 06:27:50 mike Exp $ */ /* sched.h: POSIX 1003.1b Process Scheduling header */ diff --git a/sys/posix4/semaphore.h b/sys/posix4/semaphore.h index 180625221f2e..b2daf3459ee1 100644 --- a/sys/posix4/semaphore.h +++ b/sys/posix4/semaphore.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/posix4/semaphore.h,v 1.11 2004/02/03 22:27:03 deischen Exp $ */ /* semaphore.h: POSIX 1003.1b semaphores */ diff --git a/sys/powerpc/compile/.cvsignore b/sys/powerpc/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/powerpc/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/powerpc/conf/.cvsignore b/sys/powerpc/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/powerpc/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/powerpc/conf/DEFAULTS b/sys/powerpc/conf/DEFAULTS index 45348685c9c3..d76325fc0529 100644 --- a/sys/powerpc/conf/DEFAULTS +++ b/sys/powerpc/conf/DEFAULTS @@ -1,7 +1,7 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/powerpc # -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/DEFAULTS,v 1.2.2.1 2006/02/03 23:37:21 sam Exp $ machine powerpc diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index e2f6d27b8edd..043b8fb1adf0 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/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/powerpc/conf/GENERIC,v 1.48.2.5 2006/11/14 16:14:43 grehan Exp $ cpu OEA ident GENERIC diff --git a/sys/powerpc/conf/GENERIC.hints b/sys/powerpc/conf/GENERIC.hints index e8c0da7a1d7e..907a3bc53de6 100644 --- a/sys/powerpc/conf/GENERIC.hints +++ b/sys/powerpc/conf/GENERIC.hints @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/GENERIC.hints,v 1.1 2004/07/19 02:08:22 grehan Exp $ diff --git a/sys/powerpc/conf/Makefile b/sys/powerpc/conf/Makefile index 2c006e9c2c80..7be73cac7143 100644 --- a/sys/powerpc/conf/Makefile +++ b/sys/powerpc/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/Makefile,v 1.1.2.1 2006/01/29 06:56:27 sam Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES index b8fbbcc08560..a2e18ae1bb06 100644 --- a/sys/powerpc/conf/NOTES +++ b/sys/powerpc/conf/NOTES @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/conf/NOTES,v 1.2.2.1 2006/01/29 06:56:27 sam Exp $ # # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. diff --git a/sys/powerpc/include/_bus.h b/sys/powerpc/include/_bus.h index 5561ce734127..14f73643dcc9 100644 --- a/sys/powerpc/include/_bus.h +++ b/sys/powerpc/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/powerpc/include/_bus.h,v 1.1 2005/04/18 21:45:34 imp Exp $ */ #ifndef POWERPC_INCLUDE__BUS_H diff --git a/sys/powerpc/include/_inttypes.h b/sys/powerpc/include/_inttypes.h index 7da589d8a771..4f957ef7f2b1 100644 --- a/sys/powerpc/include/_inttypes.h +++ b/sys/powerpc/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/powerpc/include/_inttypes.h,v 1.2 2002/06/30 05:48:02 mike Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/powerpc/include/_limits.h b/sys/powerpc/include/_limits.h index 260475d0273b..08e592da71a2 100644 --- a/sys/powerpc/include/_limits.h +++ b/sys/powerpc/include/_limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/_limits.h,v 1.28 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/powerpc/include/_stdint.h b/sys/powerpc/include/_stdint.h index 0d8aedfff5d6..4a62d2430315 100644 --- a/sys/powerpc/include/_stdint.h +++ b/sys/powerpc/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/powerpc/include/_stdint.h,v 1.2 2004/05/18 16:04:57 stefanf Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/powerpc/include/_types.h b/sys/powerpc/include/_types.h index c6babcf4a108..065883511ce4 100644 --- a/sys/powerpc/include/_types.h +++ b/sys/powerpc/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/powerpc/include/_types.h,v 1.7 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/powerpc/include/asm.h b/sys/powerpc/include/asm.h index 34d8ad65e8d7..a84bb7fe6cfa 100644 --- a/sys/powerpc/include/asm.h +++ b/sys/powerpc/include/asm.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: asm.h,v 1.6.18.1 2000/07/25 08:37:14 kleink Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/asm.h,v 1.10 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/powerpc/include/atomic.h b/sys/powerpc/include/atomic.h index 9faa5bc94611..534f589bd683 100644 --- a/sys/powerpc/include/atomic.h +++ b/sys/powerpc/include/atomic.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/powerpc/include/atomic.h,v 1.11.2.3 2005/10/06 18:12:06 jhb Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/powerpc/include/bat.h b/sys/powerpc/include/bat.h index 27c6d5a895f6..969af237b9be 100644 --- a/sys/powerpc/include/bat.h +++ b/sys/powerpc/include/bat.h @@ -65,7 +65,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: bat.h,v 1.2 1999/12/18 01:36:06 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/bat.h,v 1.2 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_BAT_H_ diff --git a/sys/powerpc/include/bootinfo.h b/sys/powerpc/include/bootinfo.h index aa967ac59689..3eaa2afe3d19 100644 --- a/sys/powerpc/include/bootinfo.h +++ b/sys/powerpc/include/bootinfo.h @@ -24,7 +24,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/bootinfo.h,v 1.9 2005/01/07 02:29:19 imp Exp $ */ /* diff --git a/sys/powerpc/include/bus.h b/sys/powerpc/include/bus.h index ca541145e145..fe7cbea5cd85 100644 --- a/sys/powerpc/include/bus.h +++ b/sys/powerpc/include/bus.h @@ -66,7 +66,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: bus.h,v 1.9.4.1 2000/06/30 16:27:30 simonb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/bus.h,v 1.17.2.1 2006/09/01 22:26:28 marcel Exp $ */ #ifndef _MACPPC_BUS_H_ diff --git a/sys/powerpc/include/bus_dma.h b/sys/powerpc/include/bus_dma.h index d10a0557bc6b..522550eabd3f 100644 --- a/sys/powerpc/include/bus_dma.h +++ b/sys/powerpc/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/powerpc/include/bus_dma.h,v 1.1 2005/03/14 16:46:28 scottl Exp $ */ #ifndef _POWERPC_BUS_DMA_H_ #define _POWERPC_BUS_DMA_H_ diff --git a/sys/powerpc/include/clock.h b/sys/powerpc/include/clock.h index fb4525927a99..233b20a715a2 100644 --- a/sys/powerpc/include/clock.h +++ b/sys/powerpc/include/clock.h @@ -3,7 +3,7 @@ * Garrett Wollman, September 1994. * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/clock.h,v 1.10 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/powerpc/include/cpu.h b/sys/powerpc/include/cpu.h index 73a882b402b0..7dd4254522a7 100644 --- a/sys/powerpc/include/cpu.h +++ b/sys/powerpc/include/cpu.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: cpu.h,v 1.11 2000/05/26 21:19:53 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/cpu.h,v 1.18 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/powerpc/include/cpufunc.h b/sys/powerpc/include/cpufunc.h index f02ff3bd55a3..4b09d31f3abd 100644 --- a/sys/powerpc/include/cpufunc.h +++ b/sys/powerpc/include/cpufunc.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/powerpc/include/cpufunc.h,v 1.21 2004/08/07 00:20:00 grehan Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/powerpc/include/db_machdep.h b/sys/powerpc/include/db_machdep.h index 8873d43ac8bd..16a47b40f2c7 100644 --- a/sys/powerpc/include/db_machdep.h +++ b/sys/powerpc/include/db_machdep.h @@ -25,7 +25,7 @@ * * $OpenBSD: db_machdep.h,v 1.2 1997/03/21 00:48:48 niklas Exp $ * $NetBSD: db_machdep.h,v 1.4.22.1 2000/08/05 11:10:43 wiz Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/db_machdep.h,v 1.8 2005/01/07 02:29:19 imp Exp $ */ /* diff --git a/sys/powerpc/include/elf.h b/sys/powerpc/include/elf.h index 4c644725a95d..3a3dd0c6bc6c 100644 --- a/sys/powerpc/include/elf.h +++ b/sys/powerpc/include/elf.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/powerpc/include/elf.h,v 1.7 2004/11/02 09:47:01 ssouhlal Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/powerpc/include/endian.h b/sys/powerpc/include/endian.h index bc96b9e4fc81..aa42f3cc1253 100644 --- a/sys/powerpc/include/endian.h +++ b/sys/powerpc/include/endian.h @@ -28,7 +28,7 @@ * * @(#)endian.h 8.1 (Berkeley) 6/10/93 * $NetBSD: endian.h,v 1.7 1999/08/21 05:53:51 simonb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/endian.h,v 1.14 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/powerpc/include/exec.h b/sys/powerpc/include/exec.h index f5a2bb26f61f..9252dbb4d20e 100644 --- a/sys/powerpc/include/exec.h +++ b/sys/powerpc/include/exec.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/powerpc/include/exec.h,v 1.3 2005/02/19 21:16:48 ru Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/powerpc/include/float.h b/sys/powerpc/include/float.h index 5ac715a04180..8e6b1dc4b64e 100644 --- a/sys/powerpc/include/float.h +++ b/sys/powerpc/include/float.h @@ -28,7 +28,7 @@ * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 * from: FreeBSD: src/sys/i386/include/float.h,v 1.8 1999/08/28 00:44:11 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/float.h,v 1.8 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/powerpc/include/floatingpoint.h b/sys/powerpc/include/floatingpoint.h index e62e47415a74..dbc365dabc01 100644 --- a/sys/powerpc/include/floatingpoint.h +++ b/sys/powerpc/include/floatingpoint.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/powerpc/include/floatingpoint.h,v 1.2 2005/01/07 02:29:19 imp Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/powerpc/include/fpu.h b/sys/powerpc/include/fpu.h index d712b9458903..fce64aa67c72 100644 --- a/sys/powerpc/include/fpu.h +++ b/sys/powerpc/include/fpu.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: fpu.h,v 1.2 1999/12/07 15:14:56 danw Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/fpu.h,v 1.3 2003/02/05 11:37:59 benno Exp $ */ #ifndef _MACHINE_FPU_H_ diff --git a/sys/powerpc/include/frame.h b/sys/powerpc/include/frame.h index dcb4f7a102d3..e99379a16431 100644 --- a/sys/powerpc/include/frame.h +++ b/sys/powerpc/include/frame.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: frame.h,v 1.2 1999/01/10 10:13:15 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/frame.h,v 1.10 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/powerpc/include/hid.h b/sys/powerpc/include/hid.h index 3739839af252..ca7ccdb3501b 100644 --- a/sys/powerpc/include/hid.h +++ b/sys/powerpc/include/hid.h @@ -24,7 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: hid.h,v 1.2 2001/08/22 21:05:25 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/hid.h,v 1.3 2005/02/04 01:14:38 grehan Exp $ */ #ifndef _POWERPC_HID_H_ diff --git a/sys/powerpc/include/ieee.h b/sys/powerpc/include/ieee.h index 793012de4435..e5879a5fa0ad 100644 --- a/sys/powerpc/include/ieee.h +++ b/sys/powerpc/include/ieee.h @@ -37,7 +37,7 @@ * * @(#)ieee.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: ieee.h,v 1.1.1.1 1998/06/20 04:58:51 eeh Exp - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ieee.h,v 1.3 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_IEEE_H_ diff --git a/sys/powerpc/include/ieeefp.h b/sys/powerpc/include/ieeefp.h index 820fffe1cd9c..c9f7d65edb2b 100644 --- a/sys/powerpc/include/ieeefp.h +++ b/sys/powerpc/include/ieeefp.h @@ -2,7 +2,7 @@ * Written by J.T. Conklin, Apr 6, 1995 * Public domain. * $NetBSD: ieeefp.h,v 1.2 1999/07/07 01:52:26 danw Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ieeefp.h,v 1.2 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/powerpc/include/in_cksum.h b/sys/powerpc/include/in_cksum.h index 09920062a0ae..09a7fa9c6c88 100644 --- a/sys/powerpc/include/in_cksum.h +++ b/sys/powerpc/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/powerpc/include/in_cksum.h,v 1.3 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/powerpc/include/interruptvar.h b/sys/powerpc/include/interruptvar.h index 3a8a4824e712..758e97db0947 100644 --- a/sys/powerpc/include/interruptvar.h +++ b/sys/powerpc/include/interruptvar.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/powerpc/include/interruptvar.h,v 1.2 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_INTERRUPTVAR_H_ diff --git a/sys/powerpc/include/intr.h b/sys/powerpc/include/intr.h index 8bc417c6a9bd..165b1b308ae1 100644 --- a/sys/powerpc/include/intr.h +++ b/sys/powerpc/include/intr.h @@ -34,7 +34,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: intr.h,v 1.6 2000/02/11 13:15:44 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/intr.h,v 1.4 2002/03/20 23:17:49 alfred Exp $ */ #ifndef _MACPPC_INTR_H_ diff --git a/sys/powerpc/include/intr_machdep.h b/sys/powerpc/include/intr_machdep.h index 3336deab9aaf..ad6e0c7c2ff8 100644 --- a/sys/powerpc/include/intr_machdep.h +++ b/sys/powerpc/include/intr_machdep.h @@ -22,7 +22,7 @@ * 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/powerpc/include/intr_machdep.h,v 1.5.2.1 2006/03/10 19:37:34 jhb Exp $ */ #ifndef _MACHINE_INTR_MACHDEP_H_ diff --git a/sys/powerpc/include/ipl.h b/sys/powerpc/include/ipl.h index 15ec74ce8f80..05b1faa71f0b 100644 --- a/sys/powerpc/include/ipl.h +++ b/sys/powerpc/include/ipl.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/include/ipl.h,v 1.1 2001/06/16 07:14:04 benno Exp $ */ /* * An empty file now, diff --git a/sys/powerpc/include/kdb.h b/sys/powerpc/include/kdb.h index 2cfc06349d12..0d066d51b847 100644 --- a/sys/powerpc/include/kdb.h +++ b/sys/powerpc/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/powerpc/include/kdb.h,v 1.3 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/powerpc/include/limits.h b/sys/powerpc/include/limits.h index 35eea1f619de..c270280abcbf 100644 --- a/sys/powerpc/include/limits.h +++ b/sys/powerpc/include/limits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/limits.h,v 1.28 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/powerpc/include/md_var.h b/sys/powerpc/include/md_var.h index 9e98647f395d..2afe33079f8a 100644 --- a/sys/powerpc/include/md_var.h +++ b/sys/powerpc/include/md_var.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/powerpc/include/md_var.h,v 1.26 2003/08/16 16:57:57 marcel Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/powerpc/include/memdev.h b/sys/powerpc/include/memdev.h index 69072d9889ca..ee3e4cf5dfb9 100644 --- a/sys/powerpc/include/memdev.h +++ b/sys/powerpc/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/powerpc/include/memdev.h,v 1.1 2004/08/16 13:07:40 ssouhlal Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/powerpc/include/metadata.h b/sys/powerpc/include/metadata.h index 124d46b1b551..b0abfe670311 100644 --- a/sys/powerpc/include/metadata.h +++ b/sys/powerpc/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/powerpc/include/metadata.h,v 1.3 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/powerpc/include/mutex.h b/sys/powerpc/include/mutex.h index 0b7fe2633e26..5507ef686e03 100644 --- a/sys/powerpc/include/mutex.h +++ b/sys/powerpc/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/powerpc/include/mutex.h,v 1.28 2001/12/18 00:27:17 jhb Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/powerpc/include/nexusvar.h b/sys/powerpc/include/nexusvar.h index df8a0f69b92c..b6d5bde9e9e2 100644 --- a/sys/powerpc/include/nexusvar.h +++ b/sys/powerpc/include/nexusvar.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/nexusvar.h,v 1.3 2004/01/13 11:20:52 grehan Exp $ */ #ifndef _MACHINE_NEXUSVAR_H_ diff --git a/sys/powerpc/include/ofw_machdep.h b/sys/powerpc/include/ofw_machdep.h index 7f3aa0ea1638..f3007f5ec5ce 100644 --- a/sys/powerpc/include/ofw_machdep.h +++ b/sys/powerpc/include/ofw_machdep.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ofw_machdep.h,v 1.2 2004/08/16 13:07:40 ssouhlal Exp $ */ #ifndef _MACHINE_OFW_MACHDEP_H_ diff --git a/sys/powerpc/include/openpicreg.h b/sys/powerpc/include/openpicreg.h index 2fa393d20fd2..af2277584868 100644 --- a/sys/powerpc/include/openpicreg.h +++ b/sys/powerpc/include/openpicreg.h @@ -24,7 +24,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from NetBSD: openpicreg.h,v 1.3 2001/08/30 03:08:52 briggs Exp - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/openpicreg.h,v 1.3 2002/07/09 11:26:09 benno Exp $ */ /* diff --git a/sys/powerpc/include/openpicvar.h b/sys/powerpc/include/openpicvar.h index 850580eb254b..d25980ff1036 100644 --- a/sys/powerpc/include/openpicvar.h +++ b/sys/powerpc/include/openpicvar.h @@ -22,7 +22,7 @@ * 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/powerpc/include/openpicvar.h,v 1.4 2005/01/07 02:29:19 imp Exp $ */ #ifndef _POWERPC_OPENPICVAR_H_ diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 15d8e7aed4aa..f7288c4dbc1d 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/param.h,v 1.15 2004/11/20 02:29:50 das Exp $ */ /* diff --git a/sys/powerpc/include/pcb.h b/sys/powerpc/include/pcb.h index b608f14ef82e..6156388fb31c 100644 --- a/sys/powerpc/include/pcb.h +++ b/sys/powerpc/include/pcb.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: pcb.h,v 1.4 2000/06/04 11:57:17 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pcb.h,v 1.8 2004/07/12 22:17:20 grehan Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/powerpc/include/pcpu.h b/sys/powerpc/include/pcpu.h index 406394d5aa42..e2800b7558d6 100644 --- a/sys/powerpc/include/pcpu.h +++ b/sys/powerpc/include/pcpu.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/powerpc/include/pcpu.h,v 1.22 2004/07/12 22:18:02 grehan Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/powerpc/include/pio.h b/sys/powerpc/include/pio.h index bf2cb5b67fcc..44b5e03b5183 100644 --- a/sys/powerpc/include/pio.h +++ b/sys/powerpc/include/pio.h @@ -30,7 +30,7 @@ * * $NetBSD: pio.h,v 1.1 1998/05/15 10:15:54 tsubai Exp $ * $OpenBSD: pio.h,v 1.1 1997/10/13 10:53:47 pefo Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pio.h,v 1.2 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_PIO_H_ diff --git a/sys/powerpc/include/pmap.h b/sys/powerpc/include/pmap.h index e28042caf67f..a36fd3041ce9 100644 --- a/sys/powerpc/include/pmap.h +++ b/sys/powerpc/include/pmap.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: pmap.h,v 1.17 2000/03/30 16:18:24 jdolecek Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pmap.h,v 1.17 2004/08/26 04:15:36 alc Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/powerpc/include/pmc_mdep.h b/sys/powerpc/include/pmc_mdep.h index d5417c3cedb6..836f48608c68 100644 --- a/sys/powerpc/include/pmc_mdep.h +++ b/sys/powerpc/include/pmc_mdep.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:08 jkoshy Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/powerpc/include/powerpc.h b/sys/powerpc/include/powerpc.h index 3de078899dd3..760bd5d823e5 100644 --- a/sys/powerpc/include/powerpc.h +++ b/sys/powerpc/include/powerpc.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: powerpc.h,v 1.3 2000/06/01 00:49:59 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/powerpc.h,v 1.6 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_POWERPC_H_ diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index c958fb76f0fb..d6a5110acd3e 100644 --- a/sys/powerpc/include/proc.h +++ b/sys/powerpc/include/proc.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: proc.h,v 1.2 1997/04/16 22:57:48 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/proc.h,v 1.7 2005/04/04 21:53:55 jhb Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/powerpc/include/profile.h b/sys/powerpc/include/profile.h index a592bcde2457..8ea66659b6d2 100644 --- a/sys/powerpc/include/profile.h +++ b/sys/powerpc/include/profile.h @@ -26,7 +26,7 @@ * * from: NetBSD: profile.h,v 1.9 1997/04/06 08:47:37 cgd Exp * from: FreeBSD: src/sys/alpha/include/profile.h,v 1.4 1999/12/29 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/profile.h,v 1.5 2005/06/11 10:59:02 jkoshy Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/powerpc/include/psl.h b/sys/powerpc/include/psl.h index a7ab6f1354b3..208f9383d397 100644 --- a/sys/powerpc/include/psl.h +++ b/sys/powerpc/include/psl.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: psl.h,v 1.5 2000/11/19 19:52:37 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/psl.h,v 1.4 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_PSL_H_ diff --git a/sys/powerpc/include/pte.h b/sys/powerpc/include/pte.h index 3e9ac4fd2528..dee3e3ad52d7 100644 --- a/sys/powerpc/include/pte.h +++ b/sys/powerpc/include/pte.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: pte.h,v 1.2 1998/08/31 14:43:40 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/pte.h,v 1.4 2002/05/09 14:09:16 benno Exp $ */ #ifndef _MACHINE_PTE_H_ diff --git a/sys/powerpc/include/ptrace.h b/sys/powerpc/include/ptrace.h index eef24f829b48..eda14e76b566 100644 --- a/sys/powerpc/include/ptrace.h +++ b/sys/powerpc/include/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ptrace.h,v 1.13 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/powerpc/include/reg.h b/sys/powerpc/include/reg.h index 640365546e7c..e48e9953dc76 100644 --- a/sys/powerpc/include/reg.h +++ b/sys/powerpc/include/reg.h @@ -1,5 +1,5 @@ /* $NetBSD: reg.h,v 1.4 2000/06/04 09:30:44 tsubai Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/include/reg.h,v 1.6 2004/07/29 13:39:27 ssouhlal Exp $ */ #ifndef _POWERPC_REG_H_ #define _POWERPC_REG_H_ diff --git a/sys/powerpc/include/reloc.h b/sys/powerpc/include/reloc.h index 6e5053602772..7f04ae0f3515 100644 --- a/sys/powerpc/include/reloc.h +++ b/sys/powerpc/include/reloc.h @@ -29,5 +29,5 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/reloc.h,v 1.2 2005/01/07 02:29:19 imp Exp $ */ diff --git a/sys/powerpc/include/resource.h b/sys/powerpc/include/resource.h index edde5eb29908..f01480a95884 100644 --- a/sys/powerpc/include/resource.h +++ b/sys/powerpc/include/resource.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/include/resource.h,v 1.4 2005/01/07 02:29:19 imp Exp $ */ /*- * Copyright 1998 Massachusetts Institute of Technology * diff --git a/sys/powerpc/include/runq.h b/sys/powerpc/include/runq.h index e906fa192c6c..bff28141e758 100644 --- a/sys/powerpc/include/runq.h +++ b/sys/powerpc/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/powerpc/include/runq.h,v 1.3 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/powerpc/include/sc_machdep.h b/sys/powerpc/include/sc_machdep.h index 4f3526fabcf0..9dbef5aeb48c 100644 --- a/sys/powerpc/include/sc_machdep.h +++ b/sys/powerpc/include/sc_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/powerpc/include/sc_machdep.h,v 1.1 2004/01/21 05:16:23 grehan Exp $ */ #ifndef _MACHINE_SC_MACHDEP_H_ diff --git a/sys/powerpc/include/setjmp.h b/sys/powerpc/include/setjmp.h index e453044dbf3b..1d066be28866 100644 --- a/sys/powerpc/include/setjmp.h +++ b/sys/powerpc/include/setjmp.h @@ -1,6 +1,6 @@ /*- * $NetBSD: setjmp.h,v 1.3 1998/09/16 23:51:27 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/setjmp.h,v 1.4 2002/10/05 05:47:56 mike Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/powerpc/include/sf_buf.h b/sys/powerpc/include/sf_buf.h index 6997419c6423..19157377320f 100644 --- a/sys/powerpc/include/sf_buf.h +++ b/sys/powerpc/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/powerpc/include/sf_buf.h,v 1.2 2004/04/18 08:10:04 alc Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/powerpc/include/sigframe.h b/sys/powerpc/include/sigframe.h index d0e886e9bc90..f0f1dfd56502 100644 --- a/sys/powerpc/include/sigframe.h +++ b/sys/powerpc/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/powerpc/include/sigframe.h,v 1.4 2002/09/19 04:46:36 grehan Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/powerpc/include/signal.h b/sys/powerpc/include/signal.h index b1f32e65c2e7..1bb5630e2289 100644 --- a/sys/powerpc/include/signal.h +++ b/sys/powerpc/include/signal.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: signal.h,v 1.4 1998/09/14 02:48:34 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/signal.h,v 1.5 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/powerpc/include/smp.h b/sys/powerpc/include/smp.h index 15ec74ce8f80..388792b65417 100644 --- a/sys/powerpc/include/smp.h +++ b/sys/powerpc/include/smp.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/include/smp.h,v 1.1 2001/06/16 07:14:04 benno Exp $ */ /* * An empty file now, diff --git a/sys/powerpc/include/spr.h b/sys/powerpc/include/spr.h index f3919f1a550f..aba401687b78 100644 --- a/sys/powerpc/include/spr.h +++ b/sys/powerpc/include/spr.h @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: spr.h,v 1.25 2002/08/14 15:38:40 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/spr.h,v 1.6 2005/02/04 01:17:04 grehan Exp $ */ #ifndef _POWERPC_SPR_H_ #define _POWERPC_SPR_H_ diff --git a/sys/powerpc/include/sr.h b/sys/powerpc/include/sr.h index 2ef7b3585076..09d919eb9432 100644 --- a/sys/powerpc/include/sr.h +++ b/sys/powerpc/include/sr.h @@ -22,7 +22,7 @@ * 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/powerpc/include/sr.h,v 1.5 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_SR_H_ diff --git a/sys/powerpc/include/stdarg.h b/sys/powerpc/include/stdarg.h index d0af5bb3324f..850a7e1521ba 100644 --- a/sys/powerpc/include/stdarg.h +++ b/sys/powerpc/include/stdarg.h @@ -25,7 +25,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: stdarg.h,v 1.5 2000/02/27 17:50:21 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/stdarg.h,v 1.9 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/powerpc/include/trap.h b/sys/powerpc/include/trap.h index 6cb1c1a70509..44d001fe92ea 100644 --- a/sys/powerpc/include/trap.h +++ b/sys/powerpc/include/trap.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: trap.h,v 1.7 2002/02/22 13:51:40 kleink Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/trap.h,v 1.4 2005/01/07 02:29:19 imp Exp $ */ #ifndef _POWERPC_TRAP_H_ diff --git a/sys/powerpc/include/ucontext.h b/sys/powerpc/include/ucontext.h index 58b6a80bd2ac..b3f227c26945 100644 --- a/sys/powerpc/include/ucontext.h +++ b/sys/powerpc/include/ucontext.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: signal.h,v 1.4 1998/09/14 02:48:34 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/ucontext.h,v 1.5 2005/01/07 02:29:19 imp Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/powerpc/include/varargs.h b/sys/powerpc/include/varargs.h index fed04c9463ed..6fc17e0a5f21 100644 --- a/sys/powerpc/include/varargs.h +++ b/sys/powerpc/include/varargs.h @@ -25,7 +25,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * $NetBSD: varargs.h,v 1.5 2000/02/27 17:50:22 tsubai Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/varargs.h,v 1.6 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/powerpc/include/vmparam.h b/sys/powerpc/include/vmparam.h index 6bcea668bf90..61f14e70f436 100644 --- a/sys/powerpc/include/vmparam.h +++ b/sys/powerpc/include/vmparam.h @@ -29,7 +29,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $NetBSD: vmparam.h,v 1.11 2000/02/11 19:25:16 thorpej Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/include/vmparam.h,v 1.4 2004/03/02 06:49:21 grehan Exp $ */ #ifndef _MACHINE_VMPARAM_H_ diff --git a/sys/powerpc/ofw/ofw_pci.c b/sys/powerpc/ofw/ofw_pci.c index ca4b36eb0456..fe45ea52e888 100644 --- a/sys/powerpc/ofw/ofw_pci.c +++ b/sys/powerpc/ofw/ofw_pci.c @@ -28,7 +28,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from NetBSD: pci_machdep.c,v 1.18 2001/07/22 11:29:48 wiz Exp - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/ofw/ofw_pci.c,v 1.5 2005/01/07 02:29:20 imp Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/ofw/ofw_pci.h b/sys/powerpc/ofw/ofw_pci.h index 8d78f9189e80..e34ed2b09605 100644 --- a/sys/powerpc/ofw/ofw_pci.h +++ b/sys/powerpc/ofw/ofw_pci.h @@ -22,7 +22,7 @@ * 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/powerpc/ofw/ofw_pci.h,v 1.2 2005/01/07 02:29:20 imp Exp $ */ #ifndef _POWERPC_OFW_PCI_H_ diff --git a/sys/powerpc/ofw/ofw_pcib_pci.c b/sys/powerpc/ofw/ofw_pcib_pci.c index 6307d050a671..bf1453346455 100644 --- a/sys/powerpc/ofw/ofw_pcib_pci.c +++ b/sys/powerpc/ofw/ofw_pcib_pci.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/ofw/ofw_pcib_pci.c,v 1.4 2004/08/16 15:45:26 marius Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/ofw/ofw_syscons.c b/sys/powerpc/ofw/ofw_syscons.c index 1296ea6be578..d8ed43fc0199 100644 --- a/sys/powerpc/ofw/ofw_syscons.c +++ b/sys/powerpc/ofw/ofw_syscons.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/ofw/ofw_syscons.c,v 1.7.2.2 2005/10/05 21:48:03 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/ofw/ofw_syscons.h b/sys/powerpc/ofw/ofw_syscons.h index af33c52d6d81..f3a2e4d98524 100644 --- a/sys/powerpc/ofw/ofw_syscons.h +++ b/sys/powerpc/ofw/ofw_syscons.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/powerpc/ofw/ofw_syscons.h,v 1.4 2005/02/25 02:29:01 grehan Exp $ */ #ifndef _OFW_SYSCONS_H_ diff --git a/sys/powerpc/powermac/ata_kauai.c b/sys/powerpc/powermac/ata_kauai.c index 141f56ec7071..d96df10cce5f 100644 --- a/sys/powerpc/powermac/ata_kauai.c +++ b/sys/powerpc/powermac/ata_kauai.c @@ -26,7 +26,7 @@ * */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powermac/ata_kauai.c,v 1.13 2005/05/14 02:11:45 grehan Exp $"); /* * Mac 'Kauai' PCI ATA controller diff --git a/sys/powerpc/powermac/ata_macio.c b/sys/powerpc/powermac/ata_macio.c index f582a5ceef88..35584cf1bccb 100644 --- a/sys/powerpc/powermac/ata_macio.c +++ b/sys/powerpc/powermac/ata_macio.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/ata_macio.c,v 1.19 2005/05/01 13:11:29 grehan Exp $ */ /* diff --git a/sys/powerpc/powermac/grackle.c b/sys/powerpc/powermac/grackle.c index ee6809d0aaa1..26424b907927 100644 --- a/sys/powerpc/powermac/grackle.c +++ b/sys/powerpc/powermac/grackle.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/grackle.c,v 1.7 2005/01/07 02:29:20 imp Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powermac/gracklevar.h b/sys/powerpc/powermac/gracklevar.h index bb5b150e074a..e066266c110d 100644 --- a/sys/powerpc/powermac/gracklevar.h +++ b/sys/powerpc/powermac/gracklevar.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/powerpc/powermac/gracklevar.h,v 1.2 2005/01/07 02:29:20 imp Exp $ */ #ifndef _POWERPC_POWERMAC_GRACKLEVAR_H_ diff --git a/sys/powerpc/powermac/hrowpic.c b/sys/powerpc/powermac/hrowpic.c index 2d39ef406300..dbf55e78d463 100644 --- a/sys/powerpc/powermac/hrowpic.c +++ b/sys/powerpc/powermac/hrowpic.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/hrowpic.c,v 1.10 2005/01/07 02:29:20 imp Exp $ */ /* diff --git a/sys/powerpc/powermac/hrowpicvar.h b/sys/powerpc/powermac/hrowpicvar.h index 6a536ccb4d44..9950ee841ca5 100644 --- a/sys/powerpc/powermac/hrowpicvar.h +++ b/sys/powerpc/powermac/hrowpicvar.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/powerpc/powermac/hrowpicvar.h,v 1.2 2005/01/07 02:29:20 imp Exp $ */ #ifndef _POWERPC_POWERMAC_HROWPICVAR_H_ diff --git a/sys/powerpc/powermac/macio.c b/sys/powerpc/powermac/macio.c index a16903ce0966..461029d68830 100644 --- a/sys/powerpc/powermac/macio.c +++ b/sys/powerpc/powermac/macio.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powermac/macio.c,v 1.18 2005/01/07 02:29:20 imp Exp $ */ /* diff --git a/sys/powerpc/powermac/maciovar.h b/sys/powerpc/powermac/maciovar.h index 1f1d0de39f74..1df001a17334 100644 --- a/sys/powerpc/powermac/maciovar.h +++ b/sys/powerpc/powermac/maciovar.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/powerpc/powermac/maciovar.h,v 1.6 2005/01/07 02:29:20 imp Exp $ */ #ifndef _MACIO_MACIOVAR_H_ diff --git a/sys/powerpc/powermac/openpic_macio.c b/sys/powerpc/powermac/openpic_macio.c index c04c3731ff9f..5ae52fe716e7 100644 --- a/sys/powerpc/powermac/openpic_macio.c +++ b/sys/powerpc/powermac/openpic_macio.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powermac/openpic_macio.c,v 1.9 2005/01/07 02:29:20 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powermac/pswitch.c b/sys/powerpc/powermac/pswitch.c index 9dfb34b2f7f1..425054dc680c 100644 --- a/sys/powerpc/powermac/pswitch.c +++ b/sys/powerpc/powermac/pswitch.c @@ -22,7 +22,7 @@ * 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/powerpc/powermac/pswitch.c,v 1.4 2005/01/07 02:29:20 imp Exp $ */ #include "opt_ddb.h" diff --git a/sys/powerpc/powermac/uninorth.c b/sys/powerpc/powermac/uninorth.c index 0464593f3da0..71b9a7393cd8 100644 --- a/sys/powerpc/powermac/uninorth.c +++ b/sys/powerpc/powermac/uninorth.c @@ -22,7 +22,7 @@ * 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/powerpc/powermac/uninorth.c,v 1.13 2005/05/29 08:51:21 grehan Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powermac/uninorthvar.h b/sys/powerpc/powermac/uninorthvar.h index d2ee8d793e3c..15139e393215 100644 --- a/sys/powerpc/powermac/uninorthvar.h +++ b/sys/powerpc/powermac/uninorthvar.h @@ -22,7 +22,7 @@ * 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/powerpc/powermac/uninorthvar.h,v 1.4 2005/01/07 02:29:20 imp Exp $ */ #ifndef _POWERPC_POWERMAC_UNINORTHVAR_H_ diff --git a/sys/powerpc/powerpc/atomic.S b/sys/powerpc/powerpc/atomic.S index c6f669a6670b..c13f5a5252df 100644 --- a/sys/powerpc/powerpc/atomic.S +++ b/sys/powerpc/powerpc/atomic.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/powerpc/powerpc/atomic.S,v 1.3 2005/01/07 02:29:20 imp Exp $ */ #include <machine/asm.h> diff --git a/sys/powerpc/powerpc/autoconf.c b/sys/powerpc/powerpc/autoconf.c index aa21ddcb0f4b..992353b7b4b5 100644 --- a/sys/powerpc/powerpc/autoconf.c +++ b/sys/powerpc/powerpc/autoconf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/autoconf.c,v 1.15 2005/05/29 23:44:22 marcel Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/bcopy.c b/sys/powerpc/powerpc/bcopy.c index af9e3bfd82db..9b9e486e56d1 100644 --- a/sys/powerpc/powerpc/bcopy.c +++ b/sys/powerpc/powerpc/bcopy.c @@ -39,7 +39,7 @@ static char *rcsid = "$NetBSD: bcopy.c,v 1.2 1997/04/16 22:09:41 thorpej Exp $"; #endif #endif /* LIBC_SCCS and not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/bcopy.c,v 1.5 2004/04/07 04:59:59 imp Exp $"); #include <sys/param.h> #ifdef _KERNEL diff --git a/sys/powerpc/powerpc/busdma_machdep.c b/sys/powerpc/powerpc/busdma_machdep.c index 2fe0a6d6d9d3..fe4ab759c3eb 100644 --- a/sys/powerpc/powerpc/busdma_machdep.c +++ b/sys/powerpc/powerpc/busdma_machdep.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/busdma_machdep.c,v 1.25 2005/07/09 06:53:52 grehan Exp $"); /* * MacPPC bus dma support routines diff --git a/sys/powerpc/powerpc/clock.c b/sys/powerpc/powerpc/clock.c index 8d738ec14d09..4a60e08b1786 100644 --- a/sys/powerpc/powerpc/clock.c +++ b/sys/powerpc/powerpc/clock.c @@ -56,7 +56,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/clock.c,v 1.20 2005/02/04 01:41:38 grehan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/copyinout.c b/sys/powerpc/powerpc/copyinout.c index 7fa91ceaaf11..762d2b77c43e 100644 --- a/sys/powerpc/powerpc/copyinout.c +++ b/sys/powerpc/powerpc/copyinout.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/copyinout.c,v 1.11 2005/01/07 02:29:20 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/copystr.c b/sys/powerpc/powerpc/copystr.c index 1a159d87185b..d66bd81fc1c0 100644 --- a/sys/powerpc/powerpc/copystr.c +++ b/sys/powerpc/powerpc/copystr.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/copystr.c,v 1.2 2003/04/03 21:36:33 obrien Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/powerpc/powerpc/cpu.c b/sys/powerpc/powerpc/cpu.c index b409a3c5f2c3..555e2f48c49c 100644 --- a/sys/powerpc/powerpc/cpu.c +++ b/sys/powerpc/powerpc/cpu.c @@ -55,7 +55,7 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from $NetBSD: cpu_subr.c,v 1.1 2003/02/03 17:10:09 matt Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/cpu.c,v 1.7 2005/02/04 01:59:48 grehan Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/db_disasm.c b/sys/powerpc/powerpc/db_disasm.c index 67f90d254401..e8dfd657409c 100644 --- a/sys/powerpc/powerpc/db_disasm.c +++ b/sys/powerpc/powerpc/db_disasm.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/db_disasm.c,v 1.2 2002/10/04 01:19:18 grehan Exp $ */ /* $NetBSD: db_disasm.c,v 1.12 2002/01/05 22:07:26 jhawk Exp $ */ /* $OpenBSD: db_disasm.c,v 1.2 1996/12/28 06:21:48 rahnds Exp $ */ diff --git a/sys/powerpc/powerpc/db_hwwatch.c b/sys/powerpc/powerpc/db_hwwatch.c index d6db0b0f63bd..4e19f0fcf8f3 100644 --- a/sys/powerpc/powerpc/db_hwwatch.c +++ b/sys/powerpc/powerpc/db_hwwatch.c @@ -22,7 +22,7 @@ * 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/powerpc/powerpc/db_hwwatch.c,v 1.2 2005/01/07 02:29:20 imp Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/db_interface.c b/sys/powerpc/powerpc/db_interface.c index 9ea90463e76e..a7b28579d935 100644 --- a/sys/powerpc/powerpc/db_interface.c +++ b/sys/powerpc/powerpc/db_interface.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/db_interface.c,v 1.5 2004/07/27 07:04:58 grehan Exp $ */ /* $NetBSD: db_interface.c,v 1.20 2002/05/13 20:30:09 matt Exp $ */ /* $OpenBSD: db_interface.c,v 1.2 1996/12/28 06:21:50 rahnds Exp $ */ diff --git a/sys/powerpc/powerpc/db_memrw.c b/sys/powerpc/powerpc/db_memrw.c index e27bc67fafe5..dd0e78d823fd 100644 --- a/sys/powerpc/powerpc/db_memrw.c +++ b/sys/powerpc/powerpc/db_memrw.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/db_memrw.c,v 1.4 2005/01/07 02:29:20 imp Exp $ */ /* $NetBSD: db_memrw.c,v 1.5 2001/12/27 10:25:41 dbj Exp $ */ /* $OpenBSD: db_memrw.c,v 1.2 1996/12/28 06:21:52 rahnds Exp $ */ diff --git a/sys/powerpc/powerpc/db_trace.c b/sys/powerpc/powerpc/db_trace.c index a30595cf7f8c..41961a4eca31 100644 --- a/sys/powerpc/powerpc/db_trace.c +++ b/sys/powerpc/powerpc/db_trace.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/db_trace.c,v 1.9.2.1 2006/03/13 03:07:01 jeff Exp $ */ /* $NetBSD: db_trace.c,v 1.20 2002/05/13 20:30:09 matt Exp $ */ /* $OpenBSD: db_trace.c,v 1.3 1997/03/21 02:10:48 niklas Exp $ */ diff --git a/sys/powerpc/powerpc/elf_machdep.c b/sys/powerpc/powerpc/elf_machdep.c index 6063e7bc793c..acdc8f58960e 100644 --- a/sys/powerpc/powerpc/elf_machdep.c +++ b/sys/powerpc/powerpc/elf_machdep.c @@ -22,7 +22,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/elf_machdep.c,v 1.22 2004/08/11 02:35:05 marcel Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/extintr.c b/sys/powerpc/powerpc/extintr.c index f24d866ee661..45bedb333ac4 100644 --- a/sys/powerpc/powerpc/extintr.c +++ b/sys/powerpc/powerpc/extintr.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/extintr.c,v 1.9 2003/04/03 21:36:33 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/fpu.c b/sys/powerpc/powerpc/fpu.c index c4cc326da431..5aecb27900b6 100644 --- a/sys/powerpc/powerpc/fpu.c +++ b/sys/powerpc/powerpc/fpu.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/fpu.c,v 1.7 2005/01/07 02:29:20 imp Exp $"); #include <sys/param.h> #include <sys/proc.h> diff --git a/sys/powerpc/powerpc/fuswintr.c b/sys/powerpc/powerpc/fuswintr.c index cb5abb7b9a18..b19a0feedabd 100644 --- a/sys/powerpc/powerpc/fuswintr.c +++ b/sys/powerpc/powerpc/fuswintr.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/fuswintr.c,v 1.3 2003/04/03 21:36:33 obrien Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/genassym.c b/sys/powerpc/powerpc/genassym.c index 4df090738897..a6da8070881b 100644 --- a/sys/powerpc/powerpc/genassym.c +++ b/sys/powerpc/powerpc/genassym.c @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * from: @(#)genassym.c 5.11 (Berkeley) 5/10/91 - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/genassym.c,v 1.55 2004/11/20 02:28:14 das Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/in_cksum.c b/sys/powerpc/powerpc/in_cksum.c index a65ed7dddfbe..21ad7046a51c 100644 --- a/sys/powerpc/powerpc/in_cksum.c +++ b/sys/powerpc/powerpc/in_cksum.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/in_cksum.c,v 1.3 2005/01/07 02:29:20 imp Exp $ */ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- diff --git a/sys/powerpc/powerpc/interrupt.c b/sys/powerpc/powerpc/interrupt.c index 08a43b719e14..e23defabfbc1 100644 --- a/sys/powerpc/powerpc/interrupt.c +++ b/sys/powerpc/powerpc/interrupt.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/interrupt.c,v 1.4 2005/01/07 02:29:20 imp Exp $ */ /* diff --git a/sys/powerpc/powerpc/intr_machdep.c b/sys/powerpc/powerpc/intr_machdep.c index 521a25d3358f..0287a30d468e 100644 --- a/sys/powerpc/powerpc/intr_machdep.c +++ b/sys/powerpc/powerpc/intr_machdep.c @@ -57,7 +57,7 @@ * from: @(#)isa.c 7.2 (Berkeley) 5/13/91 * form: src/sys/i386/isa/intr_machdep.c,v 1.57 2001/07/20 * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/intr_machdep.c,v 1.6.2.1 2006/03/10 19:37:34 jhb Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/locore.S b/sys/powerpc/powerpc/locore.S index 1a3c0bbaceeb..63071010e3e6 100644 --- a/sys/powerpc/powerpc/locore.S +++ b/sys/powerpc/powerpc/locore.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/locore.S,v 1.21.2.1 2005/11/11 05:21:08 grehan Exp $ */ /* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */ /*- diff --git a/sys/powerpc/powerpc/machdep.c b/sys/powerpc/powerpc/machdep.c index c2b133d3ee69..0e3d5ec26331 100644 --- a/sys/powerpc/powerpc/machdep.c +++ b/sys/powerpc/powerpc/machdep.c @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/machdep.c,v 1.89.2.2 2006/08/17 01:23:21 sobomax Exp $"); #include "opt_compat.h" #include "opt_ddb.h" diff --git a/sys/powerpc/powerpc/mem.c b/sys/powerpc/powerpc/mem.c index c7f3020551e1..82a43c388122 100644 --- a/sys/powerpc/powerpc/mem.c +++ b/sys/powerpc/powerpc/mem.c @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/mem.c,v 1.1 2004/08/16 13:07:40 ssouhlal Exp $"); /* * Memory special file diff --git a/sys/powerpc/powerpc/mp_machdep.c b/sys/powerpc/powerpc/mp_machdep.c index edc744669f48..0b6e2df2994b 100644 --- a/sys/powerpc/powerpc/mp_machdep.c +++ b/sys/powerpc/powerpc/mp_machdep.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/powerpc/powerpc/mp_machdep.c,v 1.12 2004/11/27 06:51:38 das Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index 277e58c3053e..3664368ff23f 100644 --- a/sys/powerpc/powerpc/nexus.c +++ b/sys/powerpc/powerpc/nexus.c @@ -52,7 +52,7 @@ * * from: FreeBSD: src/sys/i386/i386/nexus.c,v 1.43 2001/02/09 * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/nexus.c,v 1.12 2005/01/07 02:29:20 imp Exp $ */ #include "opt_psim.h" diff --git a/sys/powerpc/powerpc/ofw_machdep.c b/sys/powerpc/powerpc/ofw_machdep.c index 74759296c4da..81827e969d22 100644 --- a/sys/powerpc/powerpc/ofw_machdep.c +++ b/sys/powerpc/powerpc/ofw_machdep.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/ofw_machdep.c,v 1.13.2.1 2005/11/11 05:21:08 grehan Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/ofwmagic.S b/sys/powerpc/powerpc/ofwmagic.S index 55af6d254440..2b0ae8999b74 100644 --- a/sys/powerpc/powerpc/ofwmagic.S +++ b/sys/powerpc/powerpc/ofwmagic.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/ofwmagic.S,v 1.3 2004/08/16 15:45:27 marius Exp $ */ /* $NetBSD: ofwmagic.S,v 1.2 1997/10/09 08:38:18 jtc Exp $ */ /*- diff --git a/sys/powerpc/powerpc/openpic.c b/sys/powerpc/powerpc/openpic.c index b1b79fdaf2b9..faacd906a7d6 100644 --- a/sys/powerpc/powerpc/openpic.c +++ b/sys/powerpc/powerpc/openpic.c @@ -22,7 +22,7 @@ * 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/powerpc/powerpc/openpic.c,v 1.13 2005/01/07 02:29:20 imp Exp $ */ #include <sys/param.h> diff --git a/sys/powerpc/powerpc/pic_if.m b/sys/powerpc/powerpc/pic_if.m index 0952c4eb420e..8065f4a5a51f 100644 --- a/sys/powerpc/powerpc/pic_if.m +++ b/sys/powerpc/powerpc/pic_if.m @@ -24,7 +24,7 @@ # SUCH DAMAGE. # # from: src/sys/kern/bus_if.m,v 1.21 2002/04/21 11:16:10 markm Exp -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/powerpc/pic_if.m,v 1.2 2005/01/07 02:29:20 imp Exp $ # #include <sys/bus.h> diff --git a/sys/powerpc/powerpc/pmap.c b/sys/powerpc/powerpc/pmap.c index 4a7a2af1d56f..2ea426822765 100644 --- a/sys/powerpc/powerpc/pmap.c +++ b/sys/powerpc/powerpc/pmap.c @@ -91,7 +91,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/pmap.c,v 1.99.2.3 2005/11/13 21:45:48 alc Exp $"); /* * Manages physical address maps. diff --git a/sys/powerpc/powerpc/sc_machdep.c b/sys/powerpc/powerpc/sc_machdep.c index a81ffddbb211..1e923cfabd54 100644 --- a/sys/powerpc/powerpc/sc_machdep.c +++ b/sys/powerpc/powerpc/sc_machdep.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/sc_machdep.c,v 1.1 2004/01/21 05:16:23 grehan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/setjmp.S b/sys/powerpc/powerpc/setjmp.S index b372e40e3ff0..0e4af71ec4a0 100644 --- a/sys/powerpc/powerpc/setjmp.S +++ b/sys/powerpc/powerpc/setjmp.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/setjmp.S,v 1.1 2002/07/10 12:26:17 benno Exp $ */ /* from: NetBSD: setjmp.S,v 1.1 1998/01/27 15:13:12 sakamoto Exp $ */ /* from: OpenBSD: setjmp.S,v 1.2 1996/12/28 06:22:18 rahnds Exp */ /* kernel version of this file, does not have signal goop */ diff --git a/sys/powerpc/powerpc/sigcode.S b/sys/powerpc/powerpc/sigcode.S index af0ed49e153b..f5b9a55709cf 100644 --- a/sys/powerpc/powerpc/sigcode.S +++ b/sys/powerpc/powerpc/sigcode.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/sigcode.S,v 1.4 2005/01/07 02:29:20 imp Exp $ */ /* $NetBSD: sigcode.S,v 1.1 1999/11/17 14:56:11 kleink Exp $ */ /*- diff --git a/sys/powerpc/powerpc/suswintr.c b/sys/powerpc/powerpc/suswintr.c index 0252201e8a4b..16a7070d199e 100644 --- a/sys/powerpc/powerpc/suswintr.c +++ b/sys/powerpc/powerpc/suswintr.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/suswintr.c,v 1.3 2004/02/11 07:48:19 grehan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/swtch.S b/sys/powerpc/powerpc/swtch.S index 038e788b9175..3838a3cc5f65 100644 --- a/sys/powerpc/powerpc/swtch.S +++ b/sys/powerpc/powerpc/swtch.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/swtch.S,v 1.21 2005/01/07 02:29:20 imp Exp $ */ /* $NetBSD: locore.S,v 1.24 2000/05/31 05:09:17 thorpej Exp $ */ /*- diff --git a/sys/powerpc/powerpc/syncicache.c b/sys/powerpc/powerpc/syncicache.c index 9a5b8c60370b..f05ebc706013 100644 --- a/sys/powerpc/powerpc/syncicache.c +++ b/sys/powerpc/powerpc/syncicache.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/syncicache.c,v 1.5 2005/01/07 02:29:20 imp Exp $"); #include <sys/param.h> #if defined(_KERNEL) || defined(_STANDALONE) diff --git a/sys/powerpc/powerpc/sys_machdep.c b/sys/powerpc/powerpc/sys_machdep.c index 86e6e077c3f4..9a97da198609 100644 --- a/sys/powerpc/powerpc/sys_machdep.c +++ b/sys/powerpc/powerpc/sys_machdep.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/sys_machdep.c,v 1.5 2005/01/07 02:29:20 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/powerpc/trap.c b/sys/powerpc/powerpc/trap.c index bb4f7d45f508..c7ce264fe953 100644 --- a/sys/powerpc/powerpc/trap.c +++ b/sys/powerpc/powerpc/trap.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/trap.c,v 1.54.2.3 2006/09/19 12:38:08 rwatson Exp $"); #include "opt_ktrace.h" diff --git a/sys/powerpc/powerpc/trap_subr.S b/sys/powerpc/powerpc/trap_subr.S index 58ff1d24d489..0379d69734b2 100644 --- a/sys/powerpc/powerpc/trap_subr.S +++ b/sys/powerpc/powerpc/trap_subr.S @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/powerpc/powerpc/trap_subr.S,v 1.14.2.1 2005/08/08 07:02:12 grehan Exp $ */ /* $NetBSD: trap_subr.S,v 1.20 2002/04/22 23:20:08 kleink Exp $ */ /*- diff --git a/sys/powerpc/powerpc/uio_machdep.c b/sys/powerpc/powerpc/uio_machdep.c index bd2f1b447e81..5f6d95d13196 100644 --- a/sys/powerpc/powerpc/uio_machdep.c +++ b/sys/powerpc/powerpc/uio_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/uio_machdep.c,v 1.5 2005/01/07 02:29:20 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powerpc/uma_machdep.c b/sys/powerpc/powerpc/uma_machdep.c index 9fff32e2d7bd..a20827891b17 100644 --- a/sys/powerpc/powerpc/uma_machdep.c +++ b/sys/powerpc/powerpc/uma_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/powerpc/uma_machdep.c,v 1.3 2005/01/07 02:29:20 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/powerpc/powerpc/vm_machdep.c b/sys/powerpc/powerpc/vm_machdep.c index 64617ce966a8..1d86ab8a9f95 100644 --- a/sys/powerpc/powerpc/vm_machdep.c +++ b/sys/powerpc/powerpc/vm_machdep.c @@ -38,7 +38,7 @@ * * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/powerpc/vm_machdep.c,v 1.110.2.1 2006/09/01 22:32:33 marcel Exp $ */ /*- * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University. diff --git a/sys/powerpc/psim/ata_iobus.c b/sys/powerpc/psim/ata_iobus.c index f01cd978688b..c4bdc39ae979 100644 --- a/sys/powerpc/psim/ata_iobus.c +++ b/sys/powerpc/psim/ata_iobus.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/psim/ata_iobus.c,v 1.13 2005/04/12 15:59:54 ssouhlal Exp $ */ /* diff --git a/sys/powerpc/psim/iobus.c b/sys/powerpc/psim/iobus.c index c16a388e67d8..12d115811ba8 100644 --- a/sys/powerpc/psim/iobus.c +++ b/sys/powerpc/psim/iobus.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/psim/iobus.c,v 1.8 2005/01/07 02:29:21 imp Exp $ */ /* diff --git a/sys/powerpc/psim/iobusvar.h b/sys/powerpc/psim/iobusvar.h index 1ab7f7eaed90..c3b46c08bd84 100644 --- a/sys/powerpc/psim/iobusvar.h +++ b/sys/powerpc/psim/iobusvar.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/powerpc/psim/iobusvar.h,v 1.3 2005/01/07 02:29:21 imp Exp $ */ #ifndef _PSIM_IOBUSVAR_H_ diff --git a/sys/powerpc/psim/openpic_iobus.c b/sys/powerpc/psim/openpic_iobus.c index 9be65a85bc7a..9ddac584fdbf 100644 --- a/sys/powerpc/psim/openpic_iobus.c +++ b/sys/powerpc/psim/openpic_iobus.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/powerpc/psim/openpic_iobus.c,v 1.6 2005/01/07 02:29:21 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/powerpc/psim/psim-tree b/sys/powerpc/psim/psim-tree index 62391c5ed950..ad8c1b8b5374 100644 --- a/sys/powerpc/psim/psim-tree +++ b/sys/powerpc/psim/psim-tree @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/powerpc/psim/psim-tree,v 1.2 2004/02/04 13:23:05 grehan Exp $ # # Simple psim h/w description # diff --git a/sys/powerpc/psim/sio_iobus.c b/sys/powerpc/psim/sio_iobus.c index 1d6c6017cf1c..3ae0fd017739 100644 --- a/sys/powerpc/psim/sio_iobus.c +++ b/sys/powerpc/psim/sio_iobus.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/powerpc/psim/sio_iobus.c,v 1.3 2005/05/29 04:42:30 nyan Exp $ */ /* diff --git a/sys/rpc/rpcclnt.c b/sys/rpc/rpcclnt.c index 1e944e81b444..89d02b95a83e 100644 --- a/sys/rpc/rpcclnt.c +++ b/sys/rpc/rpcclnt.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/rpc/rpcclnt.c,v 1.13.2.2 2006/01/27 18:22:11 rees Exp $ */ /* $Id: rpcclnt.c,v 1.9 2003/11/05 14:59:03 rees Exp $ */ /*- diff --git a/sys/rpc/rpcclnt.h b/sys/rpc/rpcclnt.h index f57c4dc91dce..0c2a8f1c182a 100644 --- a/sys/rpc/rpcclnt.h +++ b/sys/rpc/rpcclnt.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/rpc/rpcclnt.h,v 1.5 2005/01/07 02:29:21 imp Exp $ */ /* $OpenBSD: nfsmount.h,v 1.11 2002/03/14 01:27:13 millert Exp $ */ /* $NetBSD: nfsmount.h,v 1.10 1996/02/18 11:54:03 fvdl Exp $ */ diff --git a/sys/rpc/rpcm_subs.h b/sys/rpc/rpcm_subs.h index ac789f3c593a..7d53fce42b3d 100644 --- a/sys/rpc/rpcm_subs.h +++ b/sys/rpc/rpcm_subs.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/rpc/rpcm_subs.h,v 1.3 2005/01/07 02:29:21 imp Exp $ */ /* $OpenBSD: nfsm_subs.h,v 1.11 2000/01/05 20:50:52 millert Exp $ */ /* $NetBSD: nfsm_subs.h,v 1.10 1996/03/20 21:59:56 fvdl Exp $ */ diff --git a/sys/security/audit/audit.c b/sys/security/audit/audit.c index 31b6178e705d..28f0e2abca83 100644 --- a/sys/security/audit/audit.c +++ b/sys/security/audit/audit.c @@ -27,7 +27,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit.c,v 1.18.2.3 2006/09/20 17:07:11 csjp Exp $ */ #include <sys/param.h> diff --git a/sys/security/audit/audit.h b/sys/security/audit/audit.h index a0af12235e27..fc8cbd66c67c 100644 --- a/sys/security/audit/audit.h +++ b/sys/security/audit/audit.h @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit.h,v 1.8.2.2 2006/09/04 06:07:51 rwatson Exp $ */ /* diff --git a/sys/security/audit/audit_arg.c b/sys/security/audit/audit_arg.c index ea569f7833c4..d8aa15d43fc8 100644 --- a/sys/security/audit/audit_arg.c +++ b/sys/security/audit/audit_arg.c @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_arg.c,v 1.6.2.1 2006/09/02 11:50:50 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index c47bd998bce7..78af477dae60 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_bsm.c,v 1.10.2.6 2006/10/10 13:11:32 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/security/audit/audit_bsm_klib.c b/sys/security/audit/audit_bsm_klib.c index 7844ef9fc6be..20c0ef39d782 100644 --- a/sys/security/audit/audit_bsm_klib.c +++ b/sys/security/audit/audit_bsm_klib.c @@ -27,7 +27,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_bsm_klib.c,v 1.4.2.1 2006/09/02 11:50:50 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/security/audit/audit_bsm_token.c b/sys/security/audit/audit_bsm_token.c index ca19a2b5e3e8..6825362509a4 100644 --- a/sys/security/audit/audit_bsm_token.c +++ b/sys/security/audit/audit_bsm_token.c @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * $P4: //depot/projects/trustedbsd/audit3/sys/security/audit/audit_bsm_token.c#23 $ - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_bsm_token.c,v 1.7.2.2 2006/09/23 16:26:02 rwatson Exp $ */ #include <sys/types.h> diff --git a/sys/security/audit/audit_ioctl.h b/sys/security/audit/audit_ioctl.h index b68d359d9054..9a7d4da6f463 100644 --- a/sys/security/audit/audit_ioctl.h +++ b/sys/security/audit/audit_ioctl.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/security/audit/audit_ioctl.h,v 1.4.2.1 2006/09/02 11:50:50 rwatson Exp $ */ #ifndef _SECURITY_AUDIT_AUDIT_IOCTL_H_ diff --git a/sys/security/audit/audit_pipe.c b/sys/security/audit/audit_pipe.c index 6bea514d986b..4c338e07c130 100644 --- a/sys/security/audit/audit_pipe.c +++ b/sys/security/audit/audit_pipe.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_pipe.c,v 1.9.2.1 2006/09/02 11:50:51 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/security/audit/audit_private.h b/sys/security/audit/audit_private.h index e232bcd9589e..b67f799f2adc 100644 --- a/sys/security/audit/audit_private.h +++ b/sys/security/audit/audit_private.h @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_private.h,v 1.10.2.2 2006/09/20 17:07:11 csjp Exp $ */ /* diff --git a/sys/security/audit/audit_syscalls.c b/sys/security/audit/audit_syscalls.c index 5014234d6941..1a39a9b48201 100644 --- a/sys/security/audit/audit_syscalls.c +++ b/sys/security/audit/audit_syscalls.c @@ -26,7 +26,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_syscalls.c,v 1.1.2.4.2.1 2006/11/22 11:51:12 kib Exp $ */ #include <sys/param.h> diff --git a/sys/security/audit/audit_trigger.c b/sys/security/audit/audit_trigger.c index 52f67cd7832b..c6d64a16ce79 100644 --- a/sys/security/audit/audit_trigger.c +++ b/sys/security/audit/audit_trigger.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_trigger.c,v 1.3.2.1 2006/09/02 11:50:51 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/security/audit/audit_worker.c b/sys/security/audit/audit_worker.c index 18f76fd61ce4..6fc4535df13e 100644 --- a/sys/security/audit/audit_worker.c +++ b/sys/security/audit/audit_worker.c @@ -27,7 +27,7 @@ * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/audit/audit_worker.c,v 1.9.2.4 2006/09/29 22:45:49 rwatson Exp $ */ #include <sys/param.h> diff --git a/sys/security/mac/mac_inet.c b/sys/security/mac/mac_inet.c index 775ce39091a3..934ae03abbf4 100644 --- a/sys/security/mac/mac_inet.c +++ b/sys/security/mac/mac_inet.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_inet.c,v 1.1.8.1 2006/09/19 15:45:21 csjp Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_internal.h b/sys/security/mac/mac_internal.h index bcb95a22cada..03486649127a 100644 --- a/sys/security/mac/mac_internal.h +++ b/sys/security/mac/mac_internal.h @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac/mac_internal.h,v 1.112 2004/10/22 11:07:18 rwatson Exp $ */ /* diff --git a/sys/security/mac/mac_label.c b/sys/security/mac/mac_label.c index f6d92ef87072..c16f63808c36 100644 --- a/sys/security/mac/mac_label.c +++ b/sys/security/mac/mac_label.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_label.c,v 1.3 2004/10/22 11:08:52 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_net.c b/sys/security/mac/mac_net.c index 8883e666f67d..10dc313992ce 100644 --- a/sys/security/mac/mac_net.c +++ b/sys/security/mac/mac_net.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_net.c,v 1.117 2005/07/05 23:39:50 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_pipe.c b/sys/security/mac/mac_pipe.c index 16de8423f55a..d81a28fb996c 100644 --- a/sys/security/mac/mac_pipe.c +++ b/sys/security/mac/mac_pipe.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_pipe.c,v 1.106 2004/05/30 20:27:19 phk Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_posix_sem.c b/sys/security/mac/mac_posix_sem.c index 7304bb251594..f44e76925a3d 100644 --- a/sys/security/mac/mac_posix_sem.c +++ b/sys/security/mac/mac_posix_sem.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_posix_sem.c,v 1.1 2005/05/04 10:39:14 rwatson Exp $"); #include "opt_mac.h" #include "opt_posix.h" diff --git a/sys/security/mac/mac_process.c b/sys/security/mac/mac_process.c index b805545ac1f4..b74d3ed225f2 100644 --- a/sys/security/mac/mac_process.c +++ b/sys/security/mac/mac_process.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_process.c,v 1.108.2.2 2006/03/09 00:18:45 tegge Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_socket.c b/sys/security/mac/mac_socket.c index 7af1749ca838..6cdd46cbd2a8 100644 --- a/sys/security/mac/mac_socket.c +++ b/sys/security/mac/mac_socket.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_socket.c,v 1.4 2005/07/05 22:49:09 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_system.c b/sys/security/mac/mac_system.c index 6cd643058a50..5b3e94b3fd22 100644 --- a/sys/security/mac/mac_system.c +++ b/sys/security/mac/mac_system.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_system.c,v 1.105 2005/06/10 04:44:38 csjp Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_sysv_msg.c b/sys/security/mac/mac_sysv_msg.c index d2ab15ab594d..0a1b5dd50262 100644 --- a/sys/security/mac/mac_sysv_msg.c +++ b/sys/security/mac/mac_sysv_msg.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_sysv_msg.c,v 1.2 2005/02/24 16:08:41 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_sysv_sem.c b/sys/security/mac/mac_sysv_sem.c index 76be27601bf0..d90d39ae08d0 100644 --- a/sys/security/mac/mac_sysv_sem.c +++ b/sys/security/mac/mac_sysv_sem.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_sysv_sem.c,v 1.2 2005/06/07 05:03:27 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_sysv_shm.c b/sys/security/mac/mac_sysv_shm.c index 175774fd7e43..276fdaf3f5cc 100644 --- a/sys/security/mac/mac_sysv_shm.c +++ b/sys/security/mac/mac_sysv_shm.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_sysv_shm.c,v 1.1 2004/11/17 13:14:24 rwatson Exp $"); #include "opt_mac.h" diff --git a/sys/security/mac/mac_vfs.c b/sys/security/mac/mac_vfs.c index c9ed9ccaf370..f429ab774b89 100644 --- a/sys/security/mac/mac_vfs.c +++ b/sys/security/mac/mac_vfs.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/security/mac/mac_vfs.c,v 1.108.2.3 2006/09/02 23:58:21 csjp Exp $"); #include "opt_mac.h" #include "opt_devfs.h" diff --git a/sys/security/mac_biba/mac_biba.c b/sys/security/mac_biba/mac_biba.c index 3f244ae37b8d..0cd9b595e177 100644 --- a/sys/security/mac_biba/mac_biba.c +++ b/sys/security/mac_biba/mac_biba.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_biba/mac_biba.c,v 1.87.2.6 2006/09/19 15:45:21 csjp Exp $ */ /* diff --git a/sys/security/mac_biba/mac_biba.h b/sys/security/mac_biba/mac_biba.h index 05eefab05b0d..e2c5cae5a4cd 100644 --- a/sys/security/mac_biba/mac_biba.h +++ b/sys/security/mac_biba/mac_biba.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_biba/mac_biba.h,v 1.7 2004/07/16 02:03:50 rwatson Exp $ */ /* * Definitions for the TrustedBSD Biba integrity policy module. diff --git a/sys/security/mac_bsdextended/mac_bsdextended.c b/sys/security/mac_bsdextended/mac_bsdextended.c index 7dec0d16d3c9..5724e36e51b2 100644 --- a/sys/security/mac_bsdextended/mac_bsdextended.c +++ b/sys/security/mac_bsdextended/mac_bsdextended.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_bsdextended/mac_bsdextended.c,v 1.25.2.3 2006/08/21 15:59:48 dwmalone Exp $ */ /* diff --git a/sys/security/mac_bsdextended/mac_bsdextended.h b/sys/security/mac_bsdextended/mac_bsdextended.h index af3ae8f78fb5..a6c3c8785732 100644 --- a/sys/security/mac_bsdextended/mac_bsdextended.h +++ b/sys/security/mac_bsdextended/mac_bsdextended.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_bsdextended/mac_bsdextended.h,v 1.5.2.1 2006/08/21 15:59:48 dwmalone Exp $ */ #ifndef _SYS_SECURITY_MAC_BSDEXTENDED_H diff --git a/sys/security/mac_ifoff/mac_ifoff.c b/sys/security/mac_ifoff/mac_ifoff.c index c80d3dd84941..b0f4114922c2 100644 --- a/sys/security/mac_ifoff/mac_ifoff.c +++ b/sys/security/mac_ifoff/mac_ifoff.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_ifoff/mac_ifoff.c,v 1.9 2004/02/22 00:33:11 rwatson Exp $ */ /* diff --git a/sys/security/mac_lomac/mac_lomac.c b/sys/security/mac_lomac/mac_lomac.c index 037884b4571a..e5b01a3e4359 100644 --- a/sys/security/mac_lomac/mac_lomac.c +++ b/sys/security/mac_lomac/mac_lomac.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_lomac/mac_lomac.c,v 1.35.2.4 2006/09/19 15:45:22 csjp Exp $ */ /* diff --git a/sys/security/mac_lomac/mac_lomac.h b/sys/security/mac_lomac/mac_lomac.h index 9edba981aa07..a6ffc5d5cc89 100644 --- a/sys/security/mac_lomac/mac_lomac.h +++ b/sys/security/mac_lomac/mac_lomac.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_lomac/mac_lomac.h,v 1.4 2005/01/23 14:26:09 rwatson Exp $ */ /* * Definitions for the TrustedBSD LOMAC integrity policy module. diff --git a/sys/security/mac_mls/mac_mls.c b/sys/security/mac_mls/mac_mls.c index 2361abc2996a..9cccc63712bc 100644 --- a/sys/security/mac_mls/mac_mls.c +++ b/sys/security/mac_mls/mac_mls.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_mls/mac_mls.c,v 1.72.2.5 2006/09/19 15:45:22 csjp Exp $ */ /* diff --git a/sys/security/mac_mls/mac_mls.h b/sys/security/mac_mls/mac_mls.h index 7bed921b87fb..d4f0d348838c 100644 --- a/sys/security/mac_mls/mac_mls.h +++ b/sys/security/mac_mls/mac_mls.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_mls/mac_mls.h,v 1.8 2004/07/16 02:03:50 rwatson Exp $ */ /* * Definitions for the TrustedBSD MLS confidentiality policy module. diff --git a/sys/security/mac_none/mac_none.c b/sys/security/mac_none/mac_none.c index d36d4296f223..010a04fb6912 100644 --- a/sys/security/mac_none/mac_none.c +++ b/sys/security/mac_none/mac_none.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_none/mac_none.c,v 1.31.8.1 2005/09/26 14:36:53 phk Exp $ */ /* diff --git a/sys/security/mac_partition/mac_partition.c b/sys/security/mac_partition/mac_partition.c index fe3d8e81677d..ab954e5f213b 100644 --- a/sys/security/mac_partition/mac_partition.c +++ b/sys/security/mac_partition/mac_partition.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_partition/mac_partition.c,v 1.10.8.1 2005/09/26 14:36:53 phk Exp $ */ /* diff --git a/sys/security/mac_partition/mac_partition.h b/sys/security/mac_partition/mac_partition.h index f5675e2e428c..2765ac209fee 100644 --- a/sys/security/mac_partition/mac_partition.h +++ b/sys/security/mac_partition/mac_partition.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_partition/mac_partition.h,v 1.3 2004/02/22 00:33:12 rwatson Exp $ */ /* diff --git a/sys/security/mac_portacl/mac_portacl.c b/sys/security/mac_portacl/mac_portacl.c index aee5e667ea30..918296a5c4ef 100644 --- a/sys/security/mac_portacl/mac_portacl.c +++ b/sys/security/mac_portacl/mac_portacl.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_portacl/mac_portacl.c,v 1.7.2.1 2006/10/15 07:02:26 rwatson Exp $ */ /* diff --git a/sys/security/mac_seeotheruids/mac_seeotheruids.c b/sys/security/mac_seeotheruids/mac_seeotheruids.c index d2e856f87eb8..6647712eee52 100644 --- a/sys/security/mac_seeotheruids/mac_seeotheruids.c +++ b/sys/security/mac_seeotheruids/mac_seeotheruids.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_seeotheruids/mac_seeotheruids.c,v 1.7 2005/01/03 12:08:18 rwatson Exp $ */ /* diff --git a/sys/security/mac_stub/mac_stub.c b/sys/security/mac_stub/mac_stub.c index 36b10ea6cf62..cb0c03cf896f 100644 --- a/sys/security/mac_stub/mac_stub.c +++ b/sys/security/mac_stub/mac_stub.c @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_stub/mac_stub.c,v 1.52.2.4 2005/10/05 10:31:04 rwatson Exp $ */ /* diff --git a/sys/security/mac_test/mac_test.c b/sys/security/mac_test/mac_test.c index 921e641f7e91..13231ae40f52 100644 --- a/sys/security/mac_test/mac_test.c +++ b/sys/security/mac_test/mac_test.c @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/security/mac_test/mac_test.c,v 1.60.2.3 2005/10/05 10:31:05 rwatson Exp $ */ /* diff --git a/sys/sparc64/central/central.c b/sys/sparc64/central/central.c index dc96f2e143be..38f78d190b61 100644 --- a/sys/sparc64/central/central.c +++ b/sys/sparc64/central/central.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/central/central.c,v 1.8.2.1 2006/01/30 22:30:50 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/compile/.cvsignore b/sys/sparc64/compile/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/sparc64/compile/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/sparc64/conf/.cvsignore b/sys/sparc64/conf/.cvsignore deleted file mode 100644 index 232298edb15f..000000000000 --- a/sys/sparc64/conf/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -[A-Za-z0-9]* diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index b7d067b5bf3b..5fb5610af9d6 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -18,7 +18,7 @@ # # For hardware specific information check HARDWARE.TXT # -# $FreeBSD$ +# $FreeBSD: src/sys/sparc64/conf/GENERIC,v 1.96.2.11 2006/10/09 18:41:37 simon Exp $ machine sparc64 cpu SUN4U diff --git a/sys/sparc64/conf/GENERIC.hints b/sys/sparc64/conf/GENERIC.hints index e8c0da7a1d7e..30d9b32767d6 100644 --- a/sys/sparc64/conf/GENERIC.hints +++ b/sys/sparc64/conf/GENERIC.hints @@ -1 +1 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/sparc64/conf/GENERIC.hints,v 1.1 2001/08/14 03:27:02 jake Exp $ diff --git a/sys/sparc64/conf/Makefile b/sys/sparc64/conf/Makefile index 2c006e9c2c80..50f097a1ffcf 100644 --- a/sys/sparc64/conf/Makefile +++ b/sys/sparc64/conf/Makefile @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/sparc64/conf/Makefile,v 1.2 2003/02/26 23:36:59 ru Exp $ .include "${.CURDIR}/../../conf/makeLINT.mk" diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES index 4a8d7f0f218c..bb09ce76fe2d 100644 --- a/sys/sparc64/conf/NOTES +++ b/sys/sparc64/conf/NOTES @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/sparc64/conf/NOTES,v 1.19.2.2 2006/01/13 14:55:17 joel Exp $ # # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. diff --git a/sys/sparc64/creator/creator.h b/sys/sparc64/creator/creator.h index 87fe9808cd78..c9c7aa919e54 100644 --- a/sys/sparc64/creator/creator.h +++ b/sys/sparc64/creator/creator.h @@ -45,7 +45,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/creator/creator.h,v 1.5 2005/07/10 11:16:34 marius Exp $ */ #ifndef _DEV_FB_CREATOR_H_ diff --git a/sys/sparc64/creator/creator_upa.c b/sys/sparc64/creator/creator_upa.c index 0c0a00c1c8fc..d84bf3ff8eec 100644 --- a/sys/sparc64/creator/creator_upa.c +++ b/sys/sparc64/creator/creator_upa.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/creator/creator_upa.c,v 1.9 2005/07/10 11:16:34 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/ebus/ebus.c b/sys/sparc64/ebus/ebus.c index 4d54075ddc44..d61422cab517 100644 --- a/sys/sparc64/ebus/ebus.c +++ b/sys/sparc64/ebus/ebus.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/ebus/ebus.c,v 1.23.2.1 2006/01/30 22:30:50 marius Exp $"); /* * UltraSPARC 5 and beyond Ebus support. diff --git a/sys/sparc64/ebus/ebusreg.h b/sys/sparc64/ebus/ebusreg.h index fd192e67ffb5..f519559f76a6 100644 --- a/sys/sparc64/ebus/ebusreg.h +++ b/sys/sparc64/ebus/ebusreg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/sparc64/ebus/ebusreg.h,v 1.2 2005/01/07 02:29:21 imp Exp $ */ /* $OpenBSD: ebusreg.h,v 1.4 2001/10/01 18:08:04 jason Exp $ */ /* $NetBSD: ebusreg.h,v 1.1 1999/06/04 13:29:13 mrg Exp $ */ diff --git a/sys/sparc64/fhc/clkbrd.c b/sys/sparc64/fhc/clkbrd.c index db32c1f94ffb..9284366287b6 100644 --- a/sys/sparc64/fhc/clkbrd.c +++ b/sys/sparc64/fhc/clkbrd.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/fhc/clkbrd.c,v 1.1 2005/03/19 01:04:48 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/fhc/clkbrdreg.h b/sys/sparc64/fhc/clkbrdreg.h index 6aa3c1accbf1..d64cb385dcb3 100644 --- a/sys/sparc64/fhc/clkbrdreg.h +++ b/sys/sparc64/fhc/clkbrdreg.h @@ -25,7 +25,7 @@ * * from: OpenBSD: clkbrdreg.h,v 1.2 2004/10/01 15:36:30 jason Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/fhc/clkbrdreg.h,v 1.1 2005/03/19 01:04:48 marius Exp $ */ #define CLK_CTRL 0x00 diff --git a/sys/sparc64/fhc/fhc.c b/sys/sparc64/fhc/fhc.c index 8559040aa6b4..2ef9af7bba36 100644 --- a/sys/sparc64/fhc/fhc.c +++ b/sys/sparc64/fhc/fhc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/fhc/fhc.c,v 1.13 2005/06/05 10:16:27 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/fhc/fhc_central.c b/sys/sparc64/fhc/fhc_central.c index 26043e1fea73..8a5605411a08 100644 --- a/sys/sparc64/fhc/fhc_central.c +++ b/sys/sparc64/fhc/fhc_central.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/fhc/fhc_central.c,v 1.8.2.1 2006/01/30 22:30:50 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/fhc/fhc_nexus.c b/sys/sparc64/fhc/fhc_nexus.c index 864c1c1b8377..a62098724852 100644 --- a/sys/sparc64/fhc/fhc_nexus.c +++ b/sys/sparc64/fhc/fhc_nexus.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/fhc/fhc_nexus.c,v 1.7.2.1 2006/01/30 22:30:50 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/fhc/fhcreg.h b/sys/sparc64/fhc/fhcreg.h index 2c6043abf793..63555ecefcf7 100644 --- a/sys/sparc64/fhc/fhcreg.h +++ b/sys/sparc64/fhc/fhcreg.h @@ -50,7 +50,7 @@ * * from: OpenBSD: fhcreg.h,v 1.3 2004/09/28 16:26:03 jason Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/fhc/fhcreg.h,v 1.3 2005/03/19 00:48:34 marius Exp $ */ #ifndef _SPARC64_FHC_FHCREG_H_ diff --git a/sys/sparc64/fhc/fhcvar.h b/sys/sparc64/fhc/fhcvar.h index 299a93300cae..f09d8ce176ee 100644 --- a/sys/sparc64/fhc/fhcvar.h +++ b/sys/sparc64/fhc/fhcvar.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/sparc64/fhc/fhcvar.h,v 1.5 2005/03/19 00:50:28 marius Exp $ */ #ifndef _SPARC64_FHC_FHCVAR_H_ diff --git a/sys/sparc64/include/_bus.h b/sys/sparc64/include/_bus.h index c3db34192084..92785e0ee6e2 100644 --- a/sys/sparc64/include/_bus.h +++ b/sys/sparc64/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/sparc64/include/_bus.h,v 1.1 2005/04/18 21:45:34 imp Exp $ */ #ifndef SPARC64_INCLUDE__BUS_H diff --git a/sys/sparc64/include/_inttypes.h b/sys/sparc64/include/_inttypes.h index e6b2536ff379..9b669288cc07 100644 --- a/sys/sparc64/include/_inttypes.h +++ b/sys/sparc64/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/sparc64/include/_inttypes.h,v 1.2 2002/06/30 05:48:03 mike Exp $ */ #ifndef _MACHINE_INTTYPES_H_ diff --git a/sys/sparc64/include/_limits.h b/sys/sparc64/include/_limits.h index 5ec6df78b885..f49a2cef817a 100644 --- a/sys/sparc64/include/_limits.h +++ b/sys/sparc64/include/_limits.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/_limits.h,v 1.12 2005/01/07 02:29:21 imp Exp $ */ #ifndef _MACHINE__LIMITS_H_ diff --git a/sys/sparc64/include/_stdint.h b/sys/sparc64/include/_stdint.h index 1aed3e3b4efc..f3844dd34206 100644 --- a/sys/sparc64/include/_stdint.h +++ b/sys/sparc64/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/sparc64/include/_stdint.h,v 1.2 2004/05/18 16:04:57 stefanf Exp $ */ #ifndef _MACHINE__STDINT_H_ diff --git a/sys/sparc64/include/_types.h b/sys/sparc64/include/_types.h index f810c159a6ef..6cb1982d3738 100644 --- a/sys/sparc64/include/_types.h +++ b/sys/sparc64/include/_types.h @@ -29,7 +29,7 @@ * * From: @(#)ansi.h 8.2 (Berkeley) 1/4/94 * From: @(#)types.h 8.3 (Berkeley) 1/5/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/_types.h,v 1.8 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE__TYPES_H_ diff --git a/sys/sparc64/include/asi.h b/sys/sparc64/include/asi.h index a05166ffabc8..3a063016c879 100644 --- a/sys/sparc64/include/asi.h +++ b/sys/sparc64/include/asi.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from: BSDI: asi.h,v 1.3 1997/08/08 14:31:42 torek - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/asi.h,v 1.9.14.1 2006/03/31 23:40:42 marius Exp $ */ #ifndef _MACHINE_ASI_H_ diff --git a/sys/sparc64/include/asm.h b/sys/sparc64/include/asm.h index 8182fe77fe76..f36a728ce8b9 100644 --- a/sys/sparc64/include/asm.h +++ b/sys/sparc64/include/asm.h @@ -31,7 +31,7 @@ * * from: @(#)DEFS.h 5.1 (Berkeley) 4/23/90 * from: FreeBSD: src/sys/i386/include/asm.h,v 1.7 2000/01/25 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/asm.h,v 1.7 2004/04/07 05:00:00 imp Exp $ */ #ifndef _MACHINE_ASM_H_ diff --git a/sys/sparc64/include/asmacros.h b/sys/sparc64/include/asmacros.h index a0e317b218e4..49ff40250155 100644 --- a/sys/sparc64/include/asmacros.h +++ b/sys/sparc64/include/asmacros.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/sparc64/include/asmacros.h,v 1.19 2004/06/06 21:26:48 phk Exp $ */ #ifndef _MACHINE_ASMACROS_H_ diff --git a/sys/sparc64/include/atomic.h b/sys/sparc64/include/atomic.h index 77d455bfce5a..5122c859b598 100644 --- a/sys/sparc64/include/atomic.h +++ b/sys/sparc64/include/atomic.h @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/atomic.h,v 1.20 2001/02/11 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/atomic.h,v 1.8.8.2 2005/10/06 18:12:06 jhb Exp $ */ #ifndef _MACHINE_ATOMIC_H_ diff --git a/sys/sparc64/include/bus.h b/sys/sparc64/include/bus.h index 97a4baa76b40..213a5d70f47b 100644 --- a/sys/sparc64/include/bus.h +++ b/sys/sparc64/include/bus.h @@ -69,7 +69,7 @@ * and * from: FreeBSD: src/sys/alpha/include/bus.h,v 1.9 2001/01/09 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/bus.h,v 1.37 2005/04/18 21:45:34 imp Exp $ */ #ifndef _MACHINE_BUS_H_ diff --git a/sys/sparc64/include/bus_common.h b/sys/sparc64/include/bus_common.h index 216f592c8d5c..bbda1926ab5d 100644 --- a/sys/sparc64/include/bus_common.h +++ b/sys/sparc64/include/bus_common.h @@ -33,7 +33,7 @@ * form: @(#)sbusreg.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: iommureg.h,v 1.6 2001/07/20 00:07:13 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/bus_common.h,v 1.5 2005/01/07 02:29:21 imp Exp $ */ #ifndef _MACHINE_BUS_COMMON_H_ diff --git a/sys/sparc64/include/bus_dma.h b/sys/sparc64/include/bus_dma.h index e2b89a1263a5..253d71d8efc5 100644 --- a/sys/sparc64/include/bus_dma.h +++ b/sys/sparc64/include/bus_dma.h @@ -69,7 +69,7 @@ * and * from: FreeBSD: src/sys/alpha/include/bus.h,v 1.9 2001/01/09 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/bus_dma.h,v 1.1 2005/03/14 16:46:28 scottl Exp $ */ #ifndef _SPARC64_BUS_DMA_H diff --git a/sys/sparc64/include/bus_private.h b/sys/sparc64/include/bus_private.h index ba15cd908014..68bbb3cd5e90 100644 --- a/sys/sparc64/include/bus_private.h +++ b/sys/sparc64/include/bus_private.h @@ -25,7 +25,7 @@ * * from: FreeBSD: src/sys/i386/i386/busdma_machdep.c,v 1.25 2002/01/05 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/bus_private.h,v 1.7 2004/06/28 04:04:43 scottl Exp $ */ #ifndef _MACHINE_BUS_PRIVATE_H_ diff --git a/sys/sparc64/include/cache.h b/sys/sparc64/include/cache.h index d0cf824fdd7b..77da86bc87f0 100644 --- a/sys/sparc64/include/cache.h +++ b/sys/sparc64/include/cache.h @@ -39,7 +39,7 @@ * from: @(#)cache.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: cache.h,v 1.3 2000/08/01 00:28:02 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/cache.h,v 1.12 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_CACHE_H_ diff --git a/sys/sparc64/include/ccr.h b/sys/sparc64/include/ccr.h index 2b7ac84ec9b6..76b0888f6f0d 100644 --- a/sys/sparc64/include/ccr.h +++ b/sys/sparc64/include/ccr.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ccr.h,v 1.2 2001/12/29 06:50:25 jake Exp $ */ #ifndef _MACHINE_CCR_H_ diff --git a/sys/sparc64/include/clock.h b/sys/sparc64/include/clock.h index fbedfea57de9..33b950227c8b 100644 --- a/sys/sparc64/include/clock.h +++ b/sys/sparc64/include/clock.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/sparc64/include/clock.h,v 1.6 2002/10/05 20:14:49 mux Exp $ */ #ifndef _MACHINE_CLOCK_H_ diff --git a/sys/sparc64/include/cpu.h b/sys/sparc64/include/cpu.h index 4dfe1e9af0fa..0297be838291 100644 --- a/sys/sparc64/include/cpu.h +++ b/sys/sparc64/include/cpu.h @@ -31,7 +31,7 @@ * * from: @(#)cpu.h 5.4 (Berkeley) 5/9/91 * from: FreeBSD: src/sys/i386/include/cpu.h,v 1.62 2001/06/29 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/cpu.h,v 1.15 2004/08/03 18:44:27 mux Exp $ */ #ifndef _MACHINE_CPU_H_ diff --git a/sys/sparc64/include/cpufunc.h b/sys/sparc64/include/cpufunc.h index 211eec3c2be1..5c6d574aca05 100644 --- a/sys/sparc64/include/cpufunc.h +++ b/sys/sparc64/include/cpufunc.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/sparc64/include/cpufunc.h,v 1.20.2.1 2005/08/05 19:46:13 jhb Exp $ */ #ifndef _MACHINE_CPUFUNC_H_ diff --git a/sys/sparc64/include/db_machdep.h b/sys/sparc64/include/db_machdep.h index 439df3699df5..dfcb4f6f3216 100644 --- a/sys/sparc64/include/db_machdep.h +++ b/sys/sparc64/include/db_machdep.h @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: FreeBSD: src/sys/i386/include/db_machdep.h,v 1.16 1999/10/04 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/db_machdep.h,v 1.9 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_DB_MACHDEP_H_ diff --git a/sys/sparc64/include/elf.h b/sys/sparc64/include/elf.h index d4f1824fce79..f86a313c741a 100644 --- a/sys/sparc64/include/elf.h +++ b/sys/sparc64/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/sparc64/include/elf.h,v 1.12 2003/09/25 01:10:26 peter Exp $ */ #ifndef _MACHINE_ELF_H_ diff --git a/sys/sparc64/include/endian.h b/sys/sparc64/include/endian.h index 17447844ac44..1d0a5c886c90 100644 --- a/sys/sparc64/include/endian.h +++ b/sys/sparc64/include/endian.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)endian.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/endian.h,v 1.15.2.1 2006/11/05 13:32:58 marius Exp $ */ #ifndef _MACHINE_ENDIAN_H_ diff --git a/sys/sparc64/include/exec.h b/sys/sparc64/include/exec.h index c0f93b68bf90..89b285a357e9 100644 --- a/sys/sparc64/include/exec.h +++ b/sys/sparc64/include/exec.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/sparc64/include/exec.h,v 1.3 2001/08/09 02:09:34 obrien Exp $ */ #ifndef _MACHINE_EXEC_H_ diff --git a/sys/sparc64/include/float.h b/sys/sparc64/include/float.h index cf78df0c6b55..fd1e01725b6a 100644 --- a/sys/sparc64/include/float.h +++ b/sys/sparc64/include/float.h @@ -32,7 +32,7 @@ * * @(#)float.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: float.h,v 1.3 2001/09/21 20:48:02 eeh Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/float.h,v 1.6 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_FLOAT_H_ diff --git a/sys/sparc64/include/floatingpoint.h b/sys/sparc64/include/floatingpoint.h index d47756a00c6c..5645490723ca 100644 --- a/sys/sparc64/include/floatingpoint.h +++ b/sys/sparc64/include/floatingpoint.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/sparc64/include/floatingpoint.h,v 1.2 2005/01/07 02:29:22 imp Exp $ */ #ifndef _FLOATINGPOINT_H_ diff --git a/sys/sparc64/include/fp.h b/sys/sparc64/include/fp.h index bf0d79a8aba6..241a6ba6b635 100644 --- a/sys/sparc64/include/fp.h +++ b/sys/sparc64/include/fp.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/fp.h,v 1.9 2003/04/01 04:02:44 jake Exp $ */ #ifndef _MACHINE_FP_H_ diff --git a/sys/sparc64/include/frame.h b/sys/sparc64/include/frame.h index 500a38fafe26..094be1085dcd 100644 --- a/sys/sparc64/include/frame.h +++ b/sys/sparc64/include/frame.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/sparc64/include/frame.h,v 1.15 2004/07/10 23:05:38 marcel Exp $ */ #ifndef _MACHINE_FRAME_H_ diff --git a/sys/sparc64/include/fsr.h b/sys/sparc64/include/fsr.h index 61a81f7ef965..105754b77aba 100644 --- a/sys/sparc64/include/fsr.h +++ b/sys/sparc64/include/fsr.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/fsr.h,v 1.3 2002/09/14 17:58:54 tmm Exp $ */ #ifndef _MACHINE_FSR_H_ diff --git a/sys/sparc64/include/gdb_machdep.h b/sys/sparc64/include/gdb_machdep.h index efbc5e78524b..008e5c4b7d3e 100644 --- a/sys/sparc64/include/gdb_machdep.h +++ b/sys/sparc64/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/sparc64/include/gdb_machdep.h,v 1.3 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_GDB_MACHDEP_H_ diff --git a/sys/sparc64/include/idprom.h b/sys/sparc64/include/idprom.h index df76a7f73122..53425f0115a2 100644 --- a/sys/sparc64/include/idprom.h +++ b/sys/sparc64/include/idprom.h @@ -30,7 +30,7 @@ * * from: NetBSD: idprom.h,v 1.2 1998/09/05 23:57:26 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/idprom.h,v 1.2 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_IDPROM_H_ diff --git a/sys/sparc64/include/ieee.h b/sys/sparc64/include/ieee.h index 82ba9a1ae62f..f4eb76212705 100644 --- a/sys/sparc64/include/ieee.h +++ b/sys/sparc64/include/ieee.h @@ -32,7 +32,7 @@ * * @(#)ieee.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: ieee.h,v 1.1.1.1 1998/06/20 04:58:51 eeh Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ieee.h,v 1.3 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_IEEE_H_ diff --git a/sys/sparc64/include/ieeefp.h b/sys/sparc64/include/ieeefp.h index 11264949acee..eb7911dfe4a6 100644 --- a/sys/sparc64/include/ieeefp.h +++ b/sys/sparc64/include/ieeefp.h @@ -1,7 +1,7 @@ /*- * Written by J.T. Conklin, Apr 6, 1995 * Public domain. - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ieeefp.h,v 1.4 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_IEEEFP_H_ diff --git a/sys/sparc64/include/in_cksum.h b/sys/sparc64/include/in_cksum.h index 2e46f4632968..048c81fa1904 100644 --- a/sys/sparc64/include/in_cksum.h +++ b/sys/sparc64/include/in_cksum.h @@ -55,7 +55,7 @@ * from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp * from: FreeBSD: src/sys/alpha/include/in_cksum.h,v 1.5 2000/05/06 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/in_cksum.h,v 1.2.8.1 2006/01/23 14:45:24 marius Exp $ */ #ifndef _MACHINE_IN_CKSUM_H_ diff --git a/sys/sparc64/include/instr.h b/sys/sparc64/include/instr.h index d6befbbc3ffe..b789ff4105cc 100644 --- a/sys/sparc64/include/instr.h +++ b/sys/sparc64/include/instr.h @@ -31,7 +31,7 @@ * * from: NetBSD: db_disasm.c,v 1.9 2000/08/16 11:29:42 pk Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/instr.h,v 1.7 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_INSTR_H_ diff --git a/sys/sparc64/include/intr_machdep.h b/sys/sparc64/include/intr_machdep.h index 2604583299ba..9d739d920c72 100644 --- a/sys/sparc64/include/intr_machdep.h +++ b/sys/sparc64/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/sparc64/include/intr_machdep.h,v 1.13.10.1 2006/03/10 19:37:35 jhb Exp $ */ #ifndef _MACHINE_INTR_MACHDEP_H_ diff --git a/sys/sparc64/include/iommureg.h b/sys/sparc64/include/iommureg.h index e36d837f7a29..f1d8fdfe7293 100644 --- a/sys/sparc64/include/iommureg.h +++ b/sys/sparc64/include/iommureg.h @@ -33,7 +33,7 @@ * from: @(#)sbusreg.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: iommureg.h,v 1.6 2001/07/20 00:07:13 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/iommureg.h,v 1.6 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_IOMMUREG_H_ diff --git a/sys/sparc64/include/iommuvar.h b/sys/sparc64/include/iommuvar.h index 9c290c0748cb..039cb7c35c76 100644 --- a/sys/sparc64/include/iommuvar.h +++ b/sys/sparc64/include/iommuvar.h @@ -27,7 +27,7 @@ * * from: NetBSD: iommuvar.h,v 1.9 2001/07/20 00:07:13 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/iommuvar.h,v 1.15 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_IOMMUVAR_H_ diff --git a/sys/sparc64/include/kdb.h b/sys/sparc64/include/kdb.h index e5b39c04d2bb..d0d469b66341 100644 --- a/sys/sparc64/include/kdb.h +++ b/sys/sparc64/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/sparc64/include/kdb.h,v 1.2 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_KDB_H_ diff --git a/sys/sparc64/include/kerneldump.h b/sys/sparc64/include/kerneldump.h index 7fad3fce88dd..04d43f32454a 100644 --- a/sys/sparc64/include/kerneldump.h +++ b/sys/sparc64/include/kerneldump.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/kerneldump.h,v 1.2 2003/04/08 06:35:08 jake Exp $ */ #ifndef _MACHINE_KERNELDUMP_H_ diff --git a/sys/sparc64/include/ktr.h b/sys/sparc64/include/ktr.h index 0b7e96a50eec..813ea647f510 100644 --- a/sys/sparc64/include/ktr.h +++ b/sys/sparc64/include/ktr.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from BSDI $Id: ktr.h,v 1.10.2.7 2000/03/16 21:44:42 cp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ktr.h,v 1.5.12.1 2006/01/23 15:04:09 marius Exp $ */ #ifndef _MACHINE_KTR_H_ diff --git a/sys/sparc64/include/limits.h b/sys/sparc64/include/limits.h index 679dcec51b31..ba392a15c556 100644 --- a/sys/sparc64/include/limits.h +++ b/sys/sparc64/include/limits.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * @(#)limits.h 8.3 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/limits.h,v 1.12 2005/03/04 21:26:07 joerg Exp $ */ #ifndef _MACHINE_LIMITS_H_ diff --git a/sys/sparc64/include/lsu.h b/sys/sparc64/include/lsu.h index a8787dcabdc7..66d595f5a722 100644 --- a/sys/sparc64/include/lsu.h +++ b/sys/sparc64/include/lsu.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/lsu.h,v 1.2 2002/07/16 16:24:03 tmm Exp $ */ #ifndef _MACHINE_LSU_H_ diff --git a/sys/sparc64/include/md_var.h b/sys/sparc64/include/md_var.h index 34a3437ac06a..530ec260afca 100644 --- a/sys/sparc64/include/md_var.h +++ b/sys/sparc64/include/md_var.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/md_var.h,v 1.40 2001/07/12 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/md_var.h,v 1.16 2005/01/19 18:24:07 jhb Exp $ */ #ifndef _MACHINE_MD_VAR_H_ diff --git a/sys/sparc64/include/memdev.h b/sys/sparc64/include/memdev.h index 671a6b467d7e..f1205ca76b2e 100644 --- a/sys/sparc64/include/memdev.h +++ b/sys/sparc64/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/sparc64/include/memdev.h,v 1.1 2004/08/01 11:40:54 markm Exp $ */ #define CDEV_MAJOR 2 diff --git a/sys/sparc64/include/metadata.h b/sys/sparc64/include/metadata.h index d14e1f150d63..781b40b165c0 100644 --- a/sys/sparc64/include/metadata.h +++ b/sys/sparc64/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/sparc64/include/metadata.h,v 1.5 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_METADATA_H_ diff --git a/sys/sparc64/include/mutex.h b/sys/sparc64/include/mutex.h index c9b2e1ddde07..25cdbc6111e5 100644 --- a/sys/sparc64/include/mutex.h +++ b/sys/sparc64/include/mutex.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/sparc64/include/mutex.h,v 1.5 2001/12/18 00:27:18 jhb Exp $ */ #ifndef _MACHINE_MUTEX_H_ diff --git a/sys/sparc64/include/nexusvar.h b/sys/sparc64/include/nexusvar.h index dd8ebfc73c3b..c9b22cc04e82 100644 --- a/sys/sparc64/include/nexusvar.h +++ b/sys/sparc64/include/nexusvar.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/nexusvar.h,v 1.3 2004/04/30 19:50:50 tmm Exp $ */ #ifndef _MACHINE_NEXUSVAR_H_ diff --git a/sys/sparc64/include/ofw_bus.h b/sys/sparc64/include/ofw_bus.h index 1e9004e15d77..44d45cd253f6 100644 --- a/sys/sparc64/include/ofw_bus.h +++ b/sys/sparc64/include/ofw_bus.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ofw_bus.h,v 1.7 2004/08/16 15:45:27 marius Exp $ */ #ifndef _MACHINE_OFW_BUS_H_ diff --git a/sys/sparc64/include/ofw_machdep.h b/sys/sparc64/include/ofw_machdep.h index ac1fcc1ea1ed..19cc30088082 100644 --- a/sys/sparc64/include/ofw_machdep.h +++ b/sys/sparc64/include/ofw_machdep.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ofw_machdep.h,v 1.6 2005/02/12 19:13:51 marius Exp $ */ #ifndef _MACHINE_OFW_MACHDEP_H_ diff --git a/sys/sparc64/include/ofw_mem.h b/sys/sparc64/include/ofw_mem.h index af9089ed034a..ed6f54984024 100644 --- a/sys/sparc64/include/ofw_mem.h +++ b/sys/sparc64/include/ofw_mem.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/sparc64/include/ofw_mem.h,v 1.3 2003/06/07 18:29:29 jake Exp $ */ #ifndef _MACHINE_OFW_MEM_H_ diff --git a/sys/sparc64/include/ofw_upa.h b/sys/sparc64/include/ofw_upa.h index 959c9d234c4b..b62f4d538410 100644 --- a/sys/sparc64/include/ofw_upa.h +++ b/sys/sparc64/include/ofw_upa.h @@ -28,7 +28,7 @@ * * from: NetBSD: psychoreg.h,v 1.8 2001/09/10 16:17:06 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ofw_upa.h,v 1.4 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_OFW_UPA_H_ diff --git a/sys/sparc64/include/param.h b/sys/sparc64/include/param.h index 779e36cda194..7f6c838dba9e 100644 --- a/sys/sparc64/include/param.h +++ b/sys/sparc64/include/param.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)param.h 5.8 (Berkeley) 6/28/91 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/param.h,v 1.19.2.1 2005/10/17 00:19:00 kris Exp $ */ /* diff --git a/sys/sparc64/include/pcb.h b/sys/sparc64/include/pcb.h index 1f1e8dcb2540..8aa9bcf4f6e3 100644 --- a/sys/sparc64/include/pcb.h +++ b/sys/sparc64/include/pcb.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/sparc64/include/pcb.h,v 1.17 2004/07/10 19:56:00 marcel Exp $ */ #ifndef _MACHINE_PCB_H_ diff --git a/sys/sparc64/include/pcpu.h b/sys/sparc64/include/pcpu.h index 4e025c1a6c42..cc161a93fe59 100644 --- a/sys/sparc64/include/pcpu.h +++ b/sys/sparc64/include/pcpu.h @@ -24,7 +24,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/globaldata.h,v 1.27 2001/04/27 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/pcpu.h,v 1.20 2005/04/16 14:57:38 marius Exp $ */ #ifndef _MACHINE_PCPU_H_ diff --git a/sys/sparc64/include/pmap.h b/sys/sparc64/include/pmap.h index 049968ac273d..b8f146b5ec20 100644 --- a/sys/sparc64/include/pmap.h +++ b/sys/sparc64/include/pmap.h @@ -33,7 +33,7 @@ * from: hp300: @(#)pmap.h 7.2 (Berkeley) 12/16/90 * from: @(#)pmap.h 7.4 (Berkeley) 5/12/91 * from: FreeBSD: src/sys/i386/include/pmap.h,v 1.70 2000/11/30 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/pmap.h,v 1.44 2005/02/18 15:37:34 marius Exp $ */ #ifndef _MACHINE_PMAP_H_ diff --git a/sys/sparc64/include/pmc_mdep.h b/sys/sparc64/include/pmc_mdep.h index cf643c7b4f39..6951e12d2297 100644 --- a/sys/sparc64/include/pmc_mdep.h +++ b/sys/sparc64/include/pmc_mdep.h @@ -1,7 +1,7 @@ /*- * This file is in the public domain. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/pmc_mdep.h,v 1.2 2005/06/09 19:45:08 jkoshy Exp $ */ #ifndef _MACHINE_PMC_MDEP_H_ diff --git a/sys/sparc64/include/proc.h b/sys/sparc64/include/proc.h index bfd1268e433c..4a60e9d25930 100644 --- a/sys/sparc64/include/proc.h +++ b/sys/sparc64/include/proc.h @@ -28,7 +28,7 @@ * * from: @(#)proc.h 7.1 (Berkeley) 5/15/91 * from: FreeBSD: src/sys/i386/include/proc.h,v 1.11 2001/06/29 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/proc.h,v 1.14 2005/04/04 21:53:55 jhb Exp $ */ #ifndef _MACHINE_PROC_H_ diff --git a/sys/sparc64/include/profile.h b/sys/sparc64/include/profile.h index 8779ea59024c..617a41760c00 100644 --- a/sys/sparc64/include/profile.h +++ b/sys/sparc64/include/profile.h @@ -26,7 +26,7 @@ * * from: NetBSD: profile.h,v 1.9 1997/04/06 08:47:37 cgd Exp * from: FreeBSD: src/sys/alpha/include/profile.h,v 1.4 1999/12/29 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/profile.h,v 1.8 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_PROFILE_H_ diff --git a/sys/sparc64/include/pstate.h b/sys/sparc64/include/pstate.h index 4f536303c82b..eb25a4871b98 100644 --- a/sys/sparc64/include/pstate.h +++ b/sys/sparc64/include/pstate.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/sparc64/include/pstate.h,v 1.7 2001/12/29 07:01:34 jake Exp $ */ #ifndef _MACHINE_PSTATE_H_ diff --git a/sys/sparc64/include/ptrace.h b/sys/sparc64/include/ptrace.h index 49b1e1c0ee9a..855520fdbdbf 100644 --- a/sys/sparc64/include/ptrace.h +++ b/sys/sparc64/include/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ptrace.h,v 1.8 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_PTRACE_H_ diff --git a/sys/sparc64/include/reg.h b/sys/sparc64/include/reg.h index d2241861d209..66bd5904fcd3 100644 --- a/sys/sparc64/include/reg.h +++ b/sys/sparc64/include/reg.h @@ -31,7 +31,7 @@ * * from: @(#)reg.h 5.5 (Berkeley) 1/18/91 * from: FreeBSD: src/sys/i386/include/reg.h,v 1.23 2000/09/21 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/reg.h,v 1.14 2004/04/07 05:00:00 imp Exp $ */ #ifndef _MACHINE_REG_H_ diff --git a/sys/sparc64/include/reloc.h b/sys/sparc64/include/reloc.h index 6e5053602772..b6c5f5c544b4 100644 --- a/sys/sparc64/include/reloc.h +++ b/sys/sparc64/include/reloc.h @@ -29,5 +29,5 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/reloc.h,v 1.2 2005/01/07 02:29:22 imp Exp $ */ diff --git a/sys/sparc64/include/resource.h b/sys/sparc64/include/resource.h index 229d14f253b0..34da1c6fd43b 100644 --- a/sys/sparc64/include/resource.h +++ b/sys/sparc64/include/resource.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/resource.h,v 1.3 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_RESOURCE_H_ diff --git a/sys/sparc64/include/runq.h b/sys/sparc64/include/runq.h index 6d03646fd539..61ad384c5618 100644 --- a/sys/sparc64/include/runq.h +++ b/sys/sparc64/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/sparc64/include/runq.h,v 1.3 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_RUNQ_H_ diff --git a/sys/sparc64/include/sc_machdep.h b/sys/sparc64/include/sc_machdep.h index 3a492f2383ba..c91a45d04320 100644 --- a/sys/sparc64/include/sc_machdep.h +++ b/sys/sparc64/include/sc_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/sparc64/include/sc_machdep.h,v 1.1 2003/08/24 00:47:40 jake Exp $ */ #ifndef _MACHINE_SC_MACHDEP_H_ diff --git a/sys/sparc64/include/setjmp.h b/sys/sparc64/include/setjmp.h index c38bcabadd65..adf06b6601c6 100644 --- a/sys/sparc64/include/setjmp.h +++ b/sys/sparc64/include/setjmp.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * From: FreeBSD: src/sys/i386/include/setjmp.h,v 1.5 2000/10/06 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/setjmp.h,v 1.8 2002/10/05 05:47:56 mike Exp $ */ #ifndef _MACHINE_SETJMP_H_ diff --git a/sys/sparc64/include/sf_buf.h b/sys/sparc64/include/sf_buf.h index b6ee1cc20b69..bec993b4e403 100644 --- a/sys/sparc64/include/sf_buf.h +++ b/sys/sparc64/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/sparc64/include/sf_buf.h,v 1.1 2003/11/16 06:11:26 alc Exp $ */ #ifndef _MACHINE_SF_BUF_H_ diff --git a/sys/sparc64/include/sigframe.h b/sys/sparc64/include/sigframe.h index fd40afdd1209..2ab224381747 100644 --- a/sys/sparc64/include/sigframe.h +++ b/sys/sparc64/include/sigframe.h @@ -26,7 +26,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/sys/alpha/include/sigframe.h,v 1.1 1999/09/29 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/sigframe.h,v 1.1 2001/09/03 22:41:40 jake Exp $ */ #ifndef _MACHINE_SIGFRAME_H_ diff --git a/sys/sparc64/include/signal.h b/sys/sparc64/include/signal.h index 853814c8fb49..90da3d971dac 100644 --- a/sys/sparc64/include/signal.h +++ b/sys/sparc64/include/signal.h @@ -28,7 +28,7 @@ * * @(#)signal.h 8.1 (Berkeley) 6/11/93 * from: FreeBSD: src/sys/i386/include/signal.h,v 1.13 2000/11/09 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/signal.h,v 1.12 2005/01/07 02:29:22 imp Exp $ */ #ifndef _MACHINE_SIGNAL_H_ diff --git a/sys/sparc64/include/smp.h b/sys/sparc64/include/smp.h index b51425d07476..488b15ca41a1 100644 --- a/sys/sparc64/include/smp.h +++ b/sys/sparc64/include/smp.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/sparc64/include/smp.h,v 1.18 2005/03/06 20:57:08 alc Exp $ */ #ifndef _MACHINE_SMP_H_ diff --git a/sys/sparc64/include/stdarg.h b/sys/sparc64/include/stdarg.h index a7ff28484389..1d4ede013a61 100644 --- a/sys/sparc64/include/stdarg.h +++ b/sys/sparc64/include/stdarg.h @@ -35,7 +35,7 @@ * * @(#)stdarg.h 8.2 (Berkeley) 9/27/93 * $NetBSD: stdarg.h,v 1.11 2000/07/23 21:36:56 mycroft Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/stdarg.h,v 1.8 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE_STDARG_H_ diff --git a/sys/sparc64/include/sysarch.h b/sys/sparc64/include/sysarch.h index c209ef8048d2..867a99671b99 100644 --- a/sys/sparc64/include/sysarch.h +++ b/sys/sparc64/include/sysarch.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: FreeBSD: src/sys/i386/include/sysarch.h,v 1.14 2000/09/21 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/sysarch.h,v 1.4 2004/04/07 05:00:00 imp Exp $ */ /* diff --git a/sys/sparc64/include/tick.h b/sys/sparc64/include/tick.h index 8586a0d89f8d..418112ed10e1 100644 --- a/sys/sparc64/include/tick.h +++ b/sys/sparc64/include/tick.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/sparc64/include/tick.h,v 1.4 2005/04/16 14:57:38 marius Exp $ */ #ifndef _MACHINE_TICK_H_ diff --git a/sys/sparc64/include/tlb.h b/sys/sparc64/include/tlb.h index 235a18652bdb..d9829c529b99 100644 --- a/sys/sparc64/include/tlb.h +++ b/sys/sparc64/include/tlb.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/sparc64/include/tlb.h,v 1.26 2003/04/13 21:54:58 jake Exp $ */ #ifndef _MACHINE_TLB_H_ diff --git a/sys/sparc64/include/trap.h b/sys/sparc64/include/trap.h index e4adc7881f1a..77b2aed232ad 100644 --- a/sys/sparc64/include/trap.h +++ b/sys/sparc64/include/trap.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/sparc64/include/trap.h,v 1.11.12.1 2006/01/28 04:02:54 kris Exp $ */ #ifndef _MACHINE_TRAP_H_ diff --git a/sys/sparc64/include/tsb.h b/sys/sparc64/include/tsb.h index fa1feffc82fa..2607a36f528c 100644 --- a/sys/sparc64/include/tsb.h +++ b/sys/sparc64/include/tsb.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from: BSDI: pmap.v9.h,v 1.10.2.6 1999/08/23 22:18:44 cp Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/tsb.h,v 1.18 2003/04/08 06:35:08 jake Exp $ */ #ifndef _MACHINE_TSB_H_ diff --git a/sys/sparc64/include/tstate.h b/sys/sparc64/include/tstate.h index bead8184451c..bb1f110f8cfb 100644 --- a/sys/sparc64/include/tstate.h +++ b/sys/sparc64/include/tstate.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/tstate.h,v 1.2 2001/12/29 07:11:00 jake Exp $ */ #ifndef _MACHINE_TSTATE_H_ diff --git a/sys/sparc64/include/tte.h b/sys/sparc64/include/tte.h index 70337fe4113d..0c12a5020961 100644 --- a/sys/sparc64/include/tte.h +++ b/sys/sparc64/include/tte.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from: BSDI: pmap.v9.h,v 1.10.2.6 1999/08/23 22:18:44 cp Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/tte.h,v 1.16 2003/03/27 02:16:31 jake Exp $ */ #ifndef _MACHINE_TTE_H_ diff --git a/sys/sparc64/include/ucontext.h b/sys/sparc64/include/ucontext.h index c05ec26a9053..9fbb1a75d1a6 100644 --- a/sys/sparc64/include/ucontext.h +++ b/sys/sparc64/include/ucontext.h @@ -26,7 +26,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * from: FreeBSD: src/sys/alpha/include/ucontext.h,v 1.3 1999/10/08 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/ucontext.h,v 1.8 2003/01/10 00:04:56 jake Exp $ */ #ifndef _MACHINE_UCONTEXT_H_ diff --git a/sys/sparc64/include/upa.h b/sys/sparc64/include/upa.h index 3e56917b6383..9ab82c00108b 100644 --- a/sys/sparc64/include/upa.h +++ b/sys/sparc64/include/upa.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/upa.h,v 1.4 2002/04/02 17:38:52 tmm Exp $ */ #ifndef _MACHINE_UPA_H_ diff --git a/sys/sparc64/include/utrap.h b/sys/sparc64/include/utrap.h index c8fa7431d95f..3220c248ea42 100644 --- a/sys/sparc64/include/utrap.h +++ b/sys/sparc64/include/utrap.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/sparc64/include/utrap.h,v 1.4.12.1 2006/01/28 04:02:54 kris Exp $ */ #ifndef _MACHINE_UTRAP_H_ diff --git a/sys/sparc64/include/varargs.h b/sys/sparc64/include/varargs.h index a168c6e33c32..a477054c4c13 100644 --- a/sys/sparc64/include/varargs.h +++ b/sys/sparc64/include/varargs.h @@ -46,7 +46,7 @@ * SUCH DAMAGE. * * @(#)varargs.h 8.3 (Berkeley) 3/22/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/varargs.h,v 1.8 2005/03/02 21:33:28 joerg Exp $ */ #ifndef _MACHINE_VARARGS_H_ diff --git a/sys/sparc64/include/ver.h b/sys/sparc64/include/ver.h index fec56ce04e9c..25620ad239cb 100644 --- a/sys/sparc64/include/ver.h +++ b/sys/sparc64/include/ver.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/sparc64/include/ver.h,v 1.5 2004/12/24 16:21:46 scottl Exp $ */ #ifndef _MACHINE_VER_H_ diff --git a/sys/sparc64/include/vmparam.h b/sys/sparc64/include/vmparam.h index de4112b13d76..59794351e14f 100644 --- a/sys/sparc64/include/vmparam.h +++ b/sys/sparc64/include/vmparam.h @@ -37,7 +37,7 @@ * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 * from: FreeBSD: src/sys/i386/include/vmparam.h,v 1.33 2000/03/30 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/vmparam.h,v 1.14 2002/12/27 19:31:26 jake Exp $ */ diff --git a/sys/sparc64/include/watch.h b/sys/sparc64/include/watch.h index bb658f9efb53..232b532ef1cc 100644 --- a/sys/sparc64/include/watch.h +++ b/sys/sparc64/include/watch.h @@ -21,7 +21,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/watch.h,v 1.2 2003/04/08 06:35:08 jake Exp $ */ #ifndef _MACHINE_WATCH_H_ diff --git a/sys/sparc64/include/wstate.h b/sys/sparc64/include/wstate.h index 7ce0a495d5d2..d2253ce02a1b 100644 --- a/sys/sparc64/include/wstate.h +++ b/sys/sparc64/include/wstate.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from: BSDI: wstate.h,v 1.4 1997/09/18 13:05:51 torek Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/include/wstate.h,v 1.4 2002/02/25 18:37:17 jake Exp $ */ #ifndef _MACHINE_WSTATE_H_ diff --git a/sys/sparc64/isa/isa.c b/sys/sparc64/isa/isa.c index 75c736b2352b..99fd2e5a82fd 100644 --- a/sys/sparc64/isa/isa.c +++ b/sys/sparc64/isa/isa.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/isa/isa.c,v 1.16.2.1 2006/06/19 20:20:24 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/isa/isa_dma.c b/sys/sparc64/isa/isa_dma.c index 19c464485a8e..44ff4d555ea7 100644 --- a/sys/sparc64/isa/isa_dma.c +++ b/sys/sparc64/isa/isa_dma.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/isa/isa_dma.c,v 1.2 2005/02/06 13:46:39 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/isa/ofw_isa.c b/sys/sparc64/isa/ofw_isa.c index d3ae4d036941..c2d037b0524d 100644 --- a/sys/sparc64/isa/ofw_isa.c +++ b/sys/sparc64/isa/ofw_isa.c @@ -28,7 +28,7 @@ * * from: NetBSD: ebus.c,v 1.26 2001/09/10 16:27:53 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/isa/ofw_isa.c,v 1.9 2005/01/07 02:29:22 imp Exp $ */ /* diff --git a/sys/sparc64/isa/ofw_isa.h b/sys/sparc64/isa/ofw_isa.h index 74b48c0ed00d..59db14d14069 100644 --- a/sys/sparc64/isa/ofw_isa.h +++ b/sys/sparc64/isa/ofw_isa.h @@ -28,7 +28,7 @@ * * from: NetBSD: ebus.c,v 1.26 2001/09/10 16:27:53 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/isa/ofw_isa.h,v 1.5 2005/01/07 02:29:22 imp Exp $ */ #ifndef _SPARC64_ISA_OFW_ISA_H_ diff --git a/sys/sparc64/pci/apb.c b/sys/sparc64/pci/apb.c index 2dbe7d0d5d03..7e601a1e0a16 100644 --- a/sys/sparc64/pci/apb.c +++ b/sys/sparc64/pci/apb.c @@ -30,7 +30,7 @@ * * from: FreeBSD: src/sys/dev/pci/pci_pci.c,v 1.3 2000/12/13 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/pci/apb.c,v 1.11 2005/04/28 03:33:46 marcel Exp $ */ /* diff --git a/sys/sparc64/pci/ofw_pci.c b/sys/sparc64/pci/ofw_pci.c index 764c362038ae..112ec1d94f9f 100644 --- a/sys/sparc64/pci/ofw_pci.c +++ b/sys/sparc64/pci/ofw_pci.c @@ -28,7 +28,7 @@ * * from: NetBSD: psycho.c,v 1.35 2001/09/10 16:17:06 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/pci/ofw_pci.c,v 1.15 2005/01/07 02:29:22 imp Exp $ */ #include "opt_ofw_pci.h" diff --git a/sys/sparc64/pci/ofw_pci.h b/sys/sparc64/pci/ofw_pci.h index f87f65a30ce9..679da054c584 100644 --- a/sys/sparc64/pci/ofw_pci.h +++ b/sys/sparc64/pci/ofw_pci.h @@ -28,7 +28,7 @@ * * from: NetBSD: psychoreg.h,v 1.8 2001/09/10 16:17:06 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/pci/ofw_pci.h,v 1.9 2005/01/07 02:29:22 imp Exp $ */ #ifndef _SPARC64_PCI_OFW_PCI_H_ diff --git a/sys/sparc64/pci/ofw_pci_if.m b/sys/sparc64/pci/ofw_pci_if.m index cd729eb308db..111a928a9e1a 100644 --- a/sys/sparc64/pci/ofw_pci_if.m +++ b/sys/sparc64/pci/ofw_pci_if.m @@ -22,7 +22,7 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE # USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/sparc64/pci/ofw_pci_if.m,v 1.6 2005/01/07 02:29:22 imp Exp $ #include <sys/bus.h> #include <machine/bus.h> diff --git a/sys/sparc64/pci/ofw_pcib.c b/sys/sparc64/pci/ofw_pcib.c index bf2f1d7236b7..edacbc9b2992 100644 --- a/sys/sparc64/pci/ofw_pcib.c +++ b/sys/sparc64/pci/ofw_pcib.c @@ -30,7 +30,7 @@ * * from: FreeBSD: src/sys/dev/pci/pci_pci.c,v 1.3 2000/12/13 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/pci/ofw_pcib.c,v 1.4 2004/08/12 17:41:32 marius Exp $ */ #include "opt_ofw_pci.h" diff --git a/sys/sparc64/pci/ofw_pcib_subr.c b/sys/sparc64/pci/ofw_pcib_subr.c index b297d3402c95..6dab19e39e8e 100644 --- a/sys/sparc64/pci/ofw_pcib_subr.c +++ b/sys/sparc64/pci/ofw_pcib_subr.c @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/pci/ofw_pcib_subr.c,v 1.4 2004/08/12 17:41:32 marius Exp $ */ #include "opt_ofw_pci.h" diff --git a/sys/sparc64/pci/ofw_pcib_subr.h b/sys/sparc64/pci/ofw_pcib_subr.h index 8c17e2caeae3..836d4cd0c034 100644 --- a/sys/sparc64/pci/ofw_pcib_subr.h +++ b/sys/sparc64/pci/ofw_pcib_subr.h @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/pci/ofw_pcib_subr.h,v 1.3 2004/08/12 17:41:32 marius Exp $ */ #ifndef _SPARC64_PCI_OFW_PCI_SUBR_H diff --git a/sys/sparc64/pci/ofw_pcibus.c b/sys/sparc64/pci/ofw_pcibus.c index a9b9ad99581f..249be1df42a1 100644 --- a/sys/sparc64/pci/ofw_pcibus.c +++ b/sys/sparc64/pci/ofw_pcibus.c @@ -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/sparc64/pci/ofw_pcibus.c,v 1.6 2005/03/23 18:16:26 jmg Exp $ */ #include "opt_ofw_pci.h" diff --git a/sys/sparc64/pci/psycho.c b/sys/sparc64/pci/psycho.c index f03305e17ac2..92274ddd38d9 100644 --- a/sys/sparc64/pci/psycho.c +++ b/sys/sparc64/pci/psycho.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/pci/psycho.c,v 1.53.2.2 2006/01/30 22:30:50 marius Exp $"); /* * Support for `Hummingbird' (UltraSPARC IIe), `Psycho' and `Psycho+' diff --git a/sys/sparc64/pci/psychoreg.h b/sys/sparc64/pci/psychoreg.h index bf27f2afbe7e..86634d97d182 100644 --- a/sys/sparc64/pci/psychoreg.h +++ b/sys/sparc64/pci/psychoreg.h @@ -28,7 +28,7 @@ * * from: NetBSD: psychoreg.h,v 1.8 2001/09/10 16:17:06 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/pci/psychoreg.h,v 1.9.2.1 2006/01/23 16:21:30 marius Exp $ */ #ifndef _SPARC64_PCI_PSYCHOREG_H_ diff --git a/sys/sparc64/pci/psychovar.h b/sys/sparc64/pci/psychovar.h index 52f9f229f4d5..f3f75fbf1fda 100644 --- a/sys/sparc64/pci/psychovar.h +++ b/sys/sparc64/pci/psychovar.h @@ -27,7 +27,7 @@ * * from: NetBSD: psychovar.h,v 1.6 2001/07/20 00:07:13 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/pci/psychovar.h,v 1.12.2.1 2006/01/23 16:21:30 marius Exp $ */ #ifndef _SPARC64_PCI_PSYCHOVAR_H_ diff --git a/sys/sparc64/sbus/dma_sbus.c b/sys/sparc64/sbus/dma_sbus.c index c9176109c1f4..5c407c6160e0 100644 --- a/sys/sparc64/sbus/dma_sbus.c +++ b/sys/sparc64/sbus/dma_sbus.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sbus/dma_sbus.c,v 1.1.2.1 2006/01/30 22:30:51 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sbus/lsi64854.c b/sys/sparc64/sbus/lsi64854.c index 72bf36c5e06c..dc8fc1dd0358 100644 --- a/sys/sparc64/sbus/lsi64854.c +++ b/sys/sparc64/sbus/lsi64854.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sbus/lsi64854.c,v 1.7 2005/05/19 14:51:10 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sbus/lsi64854reg.h b/sys/sparc64/sbus/lsi64854reg.h index 802e9d6be82e..02218f8efb5c 100644 --- a/sys/sparc64/sbus/lsi64854reg.h +++ b/sys/sparc64/sbus/lsi64854reg.h @@ -36,7 +36,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/sparc64/sbus/lsi64854reg.h,v 1.3 2005/04/17 17:41:32 marius Exp $ */ /* * LSI 64854 DMA engine. Contains three independent channels diff --git a/sys/sparc64/sbus/lsi64854var.h b/sys/sparc64/sbus/lsi64854var.h index 3b5e20c479aa..d54b9d1664ad 100644 --- a/sys/sparc64/sbus/lsi64854var.h +++ b/sys/sparc64/sbus/lsi64854var.h @@ -36,7 +36,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/sparc64/sbus/lsi64854var.h,v 1.5 2005/05/19 14:51:10 marius Exp $ */ struct lsi64854_softc { device_t sc_dev; diff --git a/sys/sparc64/sbus/ofw_sbus.h b/sys/sparc64/sbus/ofw_sbus.h index 8db6a3217364..942e01fa1fa7 100644 --- a/sys/sparc64/sbus/ofw_sbus.h +++ b/sys/sparc64/sbus/ofw_sbus.h @@ -35,7 +35,7 @@ * * from: NetBSD: sbusvar.h,v 1.12 2001/09/24 23:49:34 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sbus/ofw_sbus.h,v 1.1 2002/02/13 16:11:36 tmm Exp $ */ #ifndef _SPARC64_SBUS_OFW_SBUS_H_ diff --git a/sys/sparc64/sbus/sbus.c b/sys/sparc64/sbus/sbus.c index 78b1e0dd8d0f..29b82623ccca 100644 --- a/sys/sparc64/sbus/sbus.c +++ b/sys/sparc64/sbus/sbus.c @@ -98,7 +98,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sbus/sbus.c,v 1.35.2.2 2006/06/22 20:52:26 marius Exp $"); /* * SBus support. diff --git a/sys/sparc64/sbus/sbusreg.h b/sys/sparc64/sbus/sbusreg.h index 8b47d67372a6..b20a96c15d3c 100644 --- a/sys/sparc64/sbus/sbusreg.h +++ b/sys/sparc64/sbus/sbusreg.h @@ -21,7 +21,7 @@ * * from: NetBSD: sbusreg.h,v 1.7 1999/06/07 05:28:03 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sbus/sbusreg.h,v 1.2 2005/01/07 02:29:22 imp Exp $ */ #ifndef _SPARC64_SBUS_SBUSREG_H_ diff --git a/sys/sparc64/sbus/sbusvar.h b/sys/sparc64/sbus/sbusvar.h index e4f2895e261a..e645d1ae3926 100644 --- a/sys/sparc64/sbus/sbusvar.h +++ b/sys/sparc64/sbus/sbusvar.h @@ -73,7 +73,7 @@ * from: @(#)sbusvar.h 8.1 (Berkeley) 6/11/93 * from: NetBSD: sbusvar.h,v 1.7 1999/06/05 05:30:43 mrg Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sbus/sbusvar.h,v 1.6 2005/05/19 14:47:31 marius Exp $ */ #ifndef _SPARC64_SBUS_SBUSVAR_H_ diff --git a/sys/sparc64/sparc64/autoconf.c b/sys/sparc64/sparc64/autoconf.c index dd8044de95e0..932f9836a643 100644 --- a/sys/sparc64/sparc64/autoconf.c +++ b/sys/sparc64/sparc64/autoconf.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/sparc64/sparc64/autoconf.c,v 1.13 2005/05/29 23:44:22 marcel Exp $ */ #include "opt_isa.h" diff --git a/sys/sparc64/sparc64/bus_machdep.c b/sys/sparc64/sparc64/bus_machdep.c index 7a9bdf3f68c5..58d6e221d4ff 100644 --- a/sys/sparc64/sparc64/bus_machdep.c +++ b/sys/sparc64/sparc64/bus_machdep.c @@ -97,7 +97,7 @@ * and * from: FreeBSD: src/sys/i386/i386/busdma_machdep.c,v 1.24 2001/08/15 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/bus_machdep.c,v 1.43 2005/01/15 09:20:47 scottl Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/cache.c b/sys/sparc64/sparc64/cache.c index 48d324af12af..e15ce9f536e2 100644 --- a/sys/sparc64/sparc64/cache.c +++ b/sys/sparc64/sparc64/cache.c @@ -68,7 +68,7 @@ * from: @(#)cache.c 8.2 (Berkeley) 10/30/93 * from: NetBSD: cache.c,v 1.5 2000/12/06 01:47:50 mrg Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/cache.c,v 1.20 2005/01/07 02:29:23 imp Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/cheetah.c b/sys/sparc64/sparc64/cheetah.c index 14f099d37138..4ab753e5e056 100644 --- a/sys/sparc64/sparc64/cheetah.c +++ b/sys/sparc64/sparc64/cheetah.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/sparc64/sparc64/cheetah.c,v 1.5 2003/11/11 06:41:54 jake Exp $ */ #include "opt_pmap.h" diff --git a/sys/sparc64/sparc64/clock.c b/sys/sparc64/sparc64/clock.c index 37341fd3ba43..dc4d75d97f10 100644 --- a/sys/sparc64/sparc64/clock.c +++ b/sys/sparc64/sparc64/clock.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/sparc64/sparc64/clock.c,v 1.10 2003/02/03 17:53:15 jake Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/counter.c b/sys/sparc64/sparc64/counter.c index 3e934659f9b0..cf7f453170fa 100644 --- a/sys/sparc64/sparc64/counter.c +++ b/sys/sparc64/sparc64/counter.c @@ -22,7 +22,7 @@ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/counter.c,v 1.6 2004/09/30 14:30:29 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/db_disasm.c b/sys/sparc64/sparc64/db_disasm.c index 32bdcca9069b..93cd503f4f7a 100644 --- a/sys/sparc64/sparc64/db_disasm.c +++ b/sys/sparc64/sparc64/db_disasm.c @@ -28,7 +28,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * from: NetBSD: db_disasm.c,v 1.9 2000/08/16 11:29:42 pk Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/db_disasm.c,v 1.8 2005/01/07 02:29:23 imp Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/db_hwwatch.c b/sys/sparc64/sparc64/db_hwwatch.c index ca92c37220c7..904fd0df1396 100644 --- a/sys/sparc64/sparc64/db_hwwatch.c +++ b/sys/sparc64/sparc64/db_hwwatch.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/db_hwwatch.c,v 1.5 2003/08/22 07:38:08 imp Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/db_interface.c b/sys/sparc64/sparc64/db_interface.c index 77e1493652eb..7af3888102ab 100644 --- a/sys/sparc64/sparc64/db_interface.c +++ b/sys/sparc64/sparc64/db_interface.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/sparc64/sparc64/db_interface.c,v 1.10 2004/07/10 23:47:20 marcel Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/db_trace.c b/sys/sparc64/sparc64/db_trace.c index bb5f60c0f744..3405cbdbb02b 100644 --- a/sys/sparc64/sparc64/db_trace.c +++ b/sys/sparc64/sparc64/db_trace.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/db_trace.c,v 1.23.2.1 2006/03/13 03:07:05 jeff Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sparc64/dump_machdep.c b/sys/sparc64/sparc64/dump_machdep.c index 005a10c8deba..3378e50ac04f 100644 --- a/sys/sparc64/sparc64/dump_machdep.c +++ b/sys/sparc64/sparc64/dump_machdep.c @@ -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/sparc64/sparc64/dump_machdep.c,v 1.8 2005/01/07 02:29:23 imp Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/eeprom.c b/sys/sparc64/sparc64/eeprom.c index 5c4e064d8492..38d6d3de7f53 100644 --- a/sys/sparc64/sparc64/eeprom.c +++ b/sys/sparc64/sparc64/eeprom.c @@ -49,7 +49,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/eeprom.c,v 1.9.2.1 2006/03/25 12:17:23 marius Exp $"); /* * clock (eeprom) attaches at EBus, FireHose or SBus diff --git a/sys/sparc64/sparc64/elf_machdep.c b/sys/sparc64/sparc64/elf_machdep.c index b113afed7855..3f5756c59c9f 100644 --- a/sys/sparc64/sparc64/elf_machdep.c +++ b/sys/sparc64/sparc64/elf_machdep.c @@ -36,7 +36,7 @@ * POSSIBILITY OF SUCH DAMAGE. * * from: NetBSD: mdreloc.c,v 1.5 2001/04/25 12:24:51 kleink Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/elf_machdep.c,v 1.19.8.1 2005/12/30 22:13:58 marcel Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/exception.S b/sys/sparc64/sparc64/exception.S index dd4a6f7882df..0088a60405c2 100644 --- a/sys/sparc64/sparc64/exception.S +++ b/sys/sparc64/sparc64/exception.S @@ -54,7 +54,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/exception.S,v 1.70.2.3 2006/04/25 19:36:14 marius Exp $"); #include "opt_compat.h" #include "opt_ddb.h" diff --git a/sys/sparc64/sparc64/gdb_machdep.c b/sys/sparc64/sparc64/gdb_machdep.c index 97e613560511..d303194ab9f6 100644 --- a/sys/sparc64/sparc64/gdb_machdep.c +++ b/sys/sparc64/sparc64/gdb_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/gdb_machdep.c,v 1.3 2005/01/07 02:29:23 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sparc64/genassym.c b/sys/sparc64/sparc64/genassym.c index 4175cd62381d..544763ca9da8 100644 --- a/sys/sparc64/sparc64/genassym.c +++ b/sys/sparc64/sparc64/genassym.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/genassym.c,v 1.57.2.1 2006/01/23 15:04:09 marius Exp $"); #include "opt_kstack_pages.h" diff --git a/sys/sparc64/sparc64/identcpu.c b/sys/sparc64/sparc64/identcpu.c index 4ba6ebe4f29d..68ff3a54a2b5 100644 --- a/sys/sparc64/sparc64/identcpu.c +++ b/sys/sparc64/sparc64/identcpu.c @@ -6,7 +6,7 @@ * As long as the above copyright statement and this notice remain * unchanged, you can do what ever you want with this file. * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/identcpu.c,v 1.14 2005/01/07 02:29:23 imp Exp $ */ #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sparc64/in_cksum.c b/sys/sparc64/sparc64/in_cksum.c index 8239b110e772..88f5de167ff6 100644 --- a/sys/sparc64/sparc64/in_cksum.c +++ b/sys/sparc64/sparc64/in_cksum.c @@ -54,7 +54,7 @@ * from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91 * from: FreeBSD: src/sys/i386/i386/in_cksum.c,v 1.22 2000/11/25 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/in_cksum.c,v 1.2 2004/04/07 05:00:01 imp Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/interrupt.S b/sys/sparc64/sparc64/interrupt.S index 9f47557c7604..87ef87a94207 100644 --- a/sys/sparc64/sparc64/interrupt.S +++ b/sys/sparc64/sparc64/interrupt.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/interrupt.S,v 1.8.2.1 2006/04/25 19:36:14 marius Exp $"); #include <machine/asi.h> #include <machine/asmacros.h> diff --git a/sys/sparc64/sparc64/intr_machdep.c b/sys/sparc64/sparc64/intr_machdep.c index 27166c430980..8014e944cc8b 100644 --- a/sys/sparc64/sparc64/intr_machdep.c +++ b/sys/sparc64/sparc64/intr_machdep.c @@ -59,7 +59,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/intr_machdep.c,v 1.23.2.1 2006/03/10 19:37:35 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sparc64/iommu.c b/sys/sparc64/sparc64/iommu.c index 178ac4e2b49e..9140eb24b47e 100644 --- a/sys/sparc64/sparc64/iommu.c +++ b/sys/sparc64/sparc64/iommu.c @@ -97,7 +97,7 @@ * from: @(#)sbus.c 8.1 (Berkeley) 6/11/93 * from: NetBSD: iommu.c,v 1.42 2001/08/06 22:02:58 eeh Exp * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/iommu.c,v 1.43 2005/01/31 07:28:04 scottl Exp $ */ /* diff --git a/sys/sparc64/sparc64/locore.S b/sys/sparc64/sparc64/locore.S index deb1033fe4a2..2f6ed9fff2db 100644 --- a/sys/sparc64/sparc64/locore.S +++ b/sys/sparc64/sparc64/locore.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/locore.S,v 1.21 2003/04/29 00:37:41 jake Exp $"); #include <machine/asi.h> #include <machine/asmacros.h> diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c index abf6bdcb863e..c32775576b0d 100644 --- a/sys/sparc64/sparc64/machdep.c +++ b/sys/sparc64/sparc64/machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/machdep.c,v 1.125.2.3 2006/06/07 19:08:27 marius Exp $"); #include "opt_compat.h" #include "opt_ddb.h" diff --git a/sys/sparc64/sparc64/mem.c b/sys/sparc64/sparc64/mem.c index 5960fe85cf35..f1034fb68f8b 100644 --- a/sys/sparc64/sparc64/mem.c +++ b/sys/sparc64/sparc64/mem.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/mem.c,v 1.15 2004/08/15 21:37:52 marius Exp $"); /* * Memory special file diff --git a/sys/sparc64/sparc64/mp_exception.S b/sys/sparc64/sparc64/mp_exception.S index eca488258085..a5c96496c475 100644 --- a/sys/sparc64/sparc64/mp_exception.S +++ b/sys/sparc64/sparc64/mp_exception.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/mp_exception.S,v 1.12 2003/06/19 05:27:04 jake Exp $"); #include <machine/asi.h> #include <machine/ktr.h> diff --git a/sys/sparc64/sparc64/mp_locore.S b/sys/sparc64/sparc64/mp_locore.S index 718e7c8f4c44..618ee6f7a08e 100644 --- a/sys/sparc64/sparc64/mp_locore.S +++ b/sys/sparc64/sparc64/mp_locore.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/mp_locore.S,v 1.7 2003/04/29 00:37:41 jake Exp $"); #include <machine/asi.h> #include <machine/asmacros.h> diff --git a/sys/sparc64/sparc64/mp_machdep.c b/sys/sparc64/sparc64/mp_machdep.c index 4a329e86c3e0..42a372970800 100644 --- a/sys/sparc64/sparc64/mp_machdep.c +++ b/sys/sparc64/sparc64/mp_machdep.c @@ -54,7 +54,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/mp_machdep.c,v 1.29.2.2 2006/09/04 18:28:32 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sparc64/nexus.c b/sys/sparc64/sparc64/nexus.c index eb88c23cf006..dab7449ba801 100644 --- a/sys/sparc64/sparc64/nexus.c +++ b/sys/sparc64/sparc64/nexus.c @@ -32,7 +32,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/nexus.c,v 1.17 2005/05/21 20:19:27 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sparc64/ofw_bus.c b/sys/sparc64/sparc64/ofw_bus.c index f7458dcc62fd..25d66a79b36a 100644 --- a/sys/sparc64/sparc64/ofw_bus.c +++ b/sys/sparc64/sparc64/ofw_bus.c @@ -54,7 +54,7 @@ * * from: $NetBSD: ofw_machdep.c,v 1.16 2001/07/20 00:07:14 eeh Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/ofw_bus.c,v 1.12 2005/01/07 02:29:23 imp Exp $ */ /* diff --git a/sys/sparc64/sparc64/ofw_machdep.c b/sys/sparc64/sparc64/ofw_machdep.c index 016b43292245..a2bdf1356770 100644 --- a/sys/sparc64/sparc64/ofw_machdep.c +++ b/sys/sparc64/sparc64/ofw_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/ofw_machdep.c,v 1.14 2005/05/21 20:17:01 marius Exp $"); /* * Some Open Firmware helper functions that are likely machine dependent. diff --git a/sys/sparc64/sparc64/pmap.c b/sys/sparc64/sparc64/pmap.c index 9e4ff8b8b237..384abc3b5fdc 100644 --- a/sys/sparc64/sparc64/pmap.c +++ b/sys/sparc64/sparc64/pmap.c @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * from: @(#)pmap.c 7.7 (Berkeley) 5/12/91 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/pmap.c,v 1.148.2.1 2005/11/13 21:45:48 alc Exp $ */ /* diff --git a/sys/sparc64/sparc64/prof_machdep.c b/sys/sparc64/sparc64/prof_machdep.c index 065a1daa44c2..fe8012b8b14c 100644 --- a/sys/sparc64/sparc64/prof_machdep.c +++ b/sys/sparc64/sparc64/prof_machdep.c @@ -26,7 +26,7 @@ * * from: src/sys/i386/isa/prof_machdep.c,v 1.16 2000/07/04 11:25:19 * - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/prof_machdep.c,v 1.1 2002/07/29 00:45:13 jake Exp $ */ #ifdef GUPROF diff --git a/sys/sparc64/sparc64/rtc.c b/sys/sparc64/sparc64/rtc.c index be8e009df0bb..a499368b3a77 100644 --- a/sys/sparc64/sparc64/rtc.c +++ b/sys/sparc64/sparc64/rtc.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/rtc.c,v 1.4 2005/06/04 23:24:50 marius Exp $"); /* * The `rtc' device is a MC146818 compatible clock found on the ISA bus diff --git a/sys/sparc64/sparc64/rwindow.c b/sys/sparc64/sparc64/rwindow.c index 5ea877413bd8..7be296361f7f 100644 --- a/sys/sparc64/sparc64/rwindow.c +++ b/sys/sparc64/sparc64/rwindow.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from: BSDI: trap.c,v 1.17.2.9 1999/10/19 15:29:52 cp Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/rwindow.c,v 1.9 2004/11/27 06:51:38 das Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/sc_machdep.c b/sys/sparc64/sparc64/sc_machdep.c index 032f793b8b51..73a237f4c8d7 100644 --- a/sys/sparc64/sparc64/sc_machdep.c +++ b/sys/sparc64/sparc64/sc_machdep.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/sc_machdep.c,v 1.2 2005/05/21 20:38:26 marius Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/sparc64/sparc64/spitfire.c b/sys/sparc64/sparc64/spitfire.c index abbcdaee3cfa..36bd393e80a8 100644 --- a/sys/sparc64/sparc64/spitfire.c +++ b/sys/sparc64/sparc64/spitfire.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/sparc64/sparc64/spitfire.c,v 1.5 2003/11/11 06:41:54 jake Exp $ */ #include "opt_pmap.h" diff --git a/sys/sparc64/sparc64/support.S b/sys/sparc64/sparc64/support.S index 57ca63792420..dd2f7f1fb10e 100644 --- a/sys/sparc64/sparc64/support.S +++ b/sys/sparc64/sparc64/support.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/support.S,v 1.29 2003/11/11 06:41:54 jake Exp $"); #include <machine/asi.h> #include <machine/asmacros.h> diff --git a/sys/sparc64/sparc64/swtch.S b/sys/sparc64/sparc64/swtch.S index df5f0ab089c5..3d10e1286a65 100644 --- a/sys/sparc64/sparc64/swtch.S +++ b/sys/sparc64/sparc64/swtch.S @@ -25,7 +25,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/swtch.S,v 1.33 2004/05/26 12:06:52 tmm Exp $"); #include <machine/asmacros.h> #include <machine/asi.h> diff --git a/sys/sparc64/sparc64/sys_machdep.c b/sys/sparc64/sparc64/sys_machdep.c index 9ac5fbc212a4..5f731d02b4e1 100644 --- a/sys/sparc64/sparc64/sys_machdep.c +++ b/sys/sparc64/sparc64/sys_machdep.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/sparc64/sparc64/sys_machdep.c,v 1.14 2005/01/19 18:24:07 jhb Exp $ */ #include <sys/param.h> diff --git a/sys/sparc64/sparc64/tick.c b/sys/sparc64/sparc64/tick.c index 430d51bc3913..f57387673685 100644 --- a/sys/sparc64/sparc64/tick.c +++ b/sys/sparc64/sparc64/tick.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/tick.c,v 1.16.2.1 2006/03/31 23:38:29 marius Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/sparc64/sparc64/tlb.c b/sys/sparc64/sparc64/tlb.c index 2226e0227822..60f455a42453 100644 --- a/sys/sparc64/sparc64/tlb.c +++ b/sys/sparc64/sparc64/tlb.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/sparc64/sparc64/tlb.c,v 1.8 2003/08/22 07:38:08 imp Exp $ */ #include "opt_pmap.h" diff --git a/sys/sparc64/sparc64/trap.c b/sys/sparc64/sparc64/trap.c index 94e91e52e7dc..f07d47477263 100644 --- a/sys/sparc64/sparc64/trap.c +++ b/sys/sparc64/sparc64/trap.c @@ -40,7 +40,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/trap.c,v 1.74.2.1 2006/06/07 19:08:27 marius Exp $"); #include "opt_ddb.h" #include "opt_ktr.h" diff --git a/sys/sparc64/sparc64/tsb.c b/sys/sparc64/sparc64/tsb.c index 8c381cbd215e..164eb8527960 100644 --- a/sys/sparc64/sparc64/tsb.c +++ b/sys/sparc64/sparc64/tsb.c @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from BSDI: pmap.c,v 1.28.2.15 2000/04/27 03:10:31 cp Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/tsb.c,v 1.37.2.1 2006/09/27 04:53:40 alc Exp $ */ #include "opt_ddb.h" diff --git a/sys/sparc64/sparc64/uio_machdep.c b/sys/sparc64/sparc64/uio_machdep.c index 4a670fa512ef..99e293b40abc 100644 --- a/sys/sparc64/sparc64/uio_machdep.c +++ b/sys/sparc64/sparc64/uio_machdep.c @@ -36,7 +36,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/sparc64/sparc64/uio_machdep.c,v 1.8 2005/01/07 02:29:23 imp Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/sparc64/sparc64/vm_machdep.c b/sys/sparc64/sparc64/vm_machdep.c index 9dd80fdb8a55..f13467112c94 100644 --- a/sys/sparc64/sparc64/vm_machdep.c +++ b/sys/sparc64/sparc64/vm_machdep.c @@ -40,7 +40,7 @@ * from: @(#)vm_machdep.c 7.3 (Berkeley) 5/13/91 * Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$ * from: FreeBSD: src/sys/i386/i386/vm_machdep.c,v 1.167 2001/07/12 - * $FreeBSD$ + * $FreeBSD: src/sys/sparc64/sparc64/vm_machdep.c,v 1.74 2005/07/10 23:31:11 davidxu Exp $ */ #include "opt_pmap.h" diff --git a/sys/sys/_iovec.h b/sys/sys/_iovec.h index bd7207332938..12499c342161 100644 --- a/sys/sys/_iovec.h +++ b/sys/sys/_iovec.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)uio.h 8.5 (Berkeley) 2/22/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/_iovec.h,v 1.4 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS__IOVEC_H_ diff --git a/sys/sys/_label.h b/sys/sys/_label.h index 8c10079ea122..5dae68725db2 100644 --- a/sys/sys/_label.h +++ b/sys/sys/_label.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/_label.h,v 1.6 2004/05/10 18:38:07 rwatson Exp $ */ #ifndef _SYS__LABEL_H_ #define _SYS__LABEL_H_ diff --git a/sys/sys/_lock.h b/sys/sys/_lock.h index 1770487d709f..14018c823339 100644 --- a/sys/sys/_lock.h +++ b/sys/sys/_lock.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/sys/_lock.h,v 1.10 2004/06/19 14:58:35 bde Exp $ */ #ifndef _SYS__LOCK_H_ diff --git a/sys/sys/_mutex.h b/sys/sys/_mutex.h index 9b24459456bd..b1fb0455fd0f 100644 --- a/sys/sys/_mutex.h +++ b/sys/sys/_mutex.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/sys/_mutex.h,v 1.11 2004/01/25 01:59:26 rwatson Exp $ */ #ifndef _SYS__MUTEX_H_ diff --git a/sys/sys/_null.h b/sys/sys/_null.h index 9e965f100b1a..8e497498df10 100644 --- a/sys/sys/_null.h +++ b/sys/sys/_null.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/sys/_null.h,v 1.7 2005/01/07 02:29:23 imp Exp $ */ #ifndef NULL diff --git a/sys/sys/_pthreadtypes.h b/sys/sys/_pthreadtypes.h index 6337540afba9..0e7effa437db 100644 --- a/sys/sys/_pthreadtypes.h +++ b/sys/sys/_pthreadtypes.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/_pthreadtypes.h,v 1.1 2005/05/31 15:18:17 rodrigc Exp $ */ #ifndef _SYS__PTHREADTYPES_H_ diff --git a/sys/sys/_sigset.h b/sys/sys/_sigset.h index 06826701f740..a0a29fd4a815 100644 --- a/sys/sys/_sigset.h +++ b/sys/sys/_sigset.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.4 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/_sigset.h,v 1.36 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS__SIGSET_H_ diff --git a/sys/sys/_task.h b/sys/sys/_task.h index 2a51e1b07b97..99e097b6434c 100644 --- a/sys/sys/_task.h +++ b/sys/sys/_task.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/sys/_task.h,v 1.4 2005/04/24 16:52:45 sam Exp $ */ #ifndef _SYS__TASK_H_ diff --git a/sys/sys/_timespec.h b/sys/sys/_timespec.h index 9dcd5f8910dc..c7507690efff 100644 --- a/sys/sys/_timespec.h +++ b/sys/sys/_timespec.h @@ -28,7 +28,7 @@ * * @(#)time.h 8.5 (Berkeley) 5/4/95 * from: FreeBSD: src/sys/sys/time.h,v 1.43 2000/03/20 14:09:05 phk Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sys/_timespec.h,v 1.5 2005/01/07 02:29:23 imp Exp $ */ /* diff --git a/sys/sys/_timeval.h b/sys/sys/_timeval.h index 8030fbffd65a..e39c16ca3b65 100644 --- a/sys/sys/_timeval.h +++ b/sys/sys/_timeval.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/sys/_timeval.h,v 1.1.12.1 2006/06/23 23:41:05 cognet Exp $ */ #ifndef _SYS__TIMEVAL_H_ diff --git a/sys/sys/_types.h b/sys/sys/_types.h index cde80d949392..d423dfb083cd 100644 --- a/sys/sys/_types.h +++ b/sys/sys/_types.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/sys/_types.h,v 1.21 2005/03/22 01:19:17 das Exp $ */ #ifndef _SYS__TYPES_H_ diff --git a/sys/sys/aac_ioctl.h b/sys/sys/aac_ioctl.h index f01cf70e506e..25d2029ce17d 100644 --- a/sys/sys/aac_ioctl.h +++ b/sys/sys/aac_ioctl.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/sys/aac_ioctl.h,v 1.11 2004/12/09 22:20:25 scottl Exp $ */ /* diff --git a/sys/sys/acct.h b/sys/sys/acct.h index 167a90ccb922..5a3dac6c0cfe 100644 --- a/sys/sys/acct.h +++ b/sys/sys/acct.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)acct.h 8.4 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/acct.h,v 1.18 2004/06/17 17:16:52 phk Exp $ */ #ifndef _SYS_ACCT_H_ diff --git a/sys/sys/acl.h b/sys/sys/acl.h index a9a88ea24eed..ee42d2079db2 100644 --- a/sys/sys/acl.h +++ b/sys/sys/acl.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/sys/acl.h,v 1.28.2.1 2005/11/12 20:55:59 csjp Exp $ */ /* * Developed by the TrustedBSD Project. diff --git a/sys/sys/agpio.h b/sys/sys/agpio.h index 8c1294f69863..a265415bb3e4 100644 --- a/sys/sys/agpio.h +++ b/sys/sys/agpio.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/sys/agpio.h,v 1.4 2003/10/23 18:08:56 jhb Exp $ */ #ifndef _SYS_AGPIO_H_ diff --git a/sys/sys/aio.h b/sys/sys/aio.h index f0c2a11576ed..eed26bf69ce5 100644 --- a/sys/sys/aio.h +++ b/sys/sys/aio.h @@ -13,7 +13,7 @@ * bad that happens because of using this software isn't the responsibility * of the author. This software is distributed AS-IS. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/aio.h,v 1.30 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_AIO_H_ diff --git a/sys/sys/alq.h b/sys/sys/alq.h index bc4961e094c8..32c592f2ec68 100644 --- a/sys/sys/alq.h +++ b/sys/sys/alq.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/sys/alq.h,v 1.6 2005/04/16 12:12:26 rwatson Exp $ * */ #ifndef _SYS_ALQ_H_ diff --git a/sys/sys/assym.h b/sys/sys/assym.h index 9316a4e4996c..c9dc097a9469 100644 --- a/sys/sys/assym.h +++ b/sys/sys/assym.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/sys/assym.h,v 1.5 2004/03/12 21:45:32 trhodes Exp $ */ #ifndef _SYS_ASSYM_H_ diff --git a/sys/sys/ata.h b/sys/sys/ata.h index 36f2558b9254..1f7968d89580 100644 --- a/sys/sys/ata.h +++ b/sys/sys/ata.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/sys/ata.h,v 1.26.2.5 2006/04/04 16:07:41 sos Exp $ */ #ifndef _SYS_ATA_H_ diff --git a/sys/sys/bio.h b/sys/sys/bio.h index 8dcae46de028..97c56da754e1 100644 --- a/sys/sys/bio.h +++ b/sys/sys/bio.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)buf.h 8.9 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/bio.h,v 1.144 2005/06/12 22:33:06 jeff Exp $ */ #ifndef _SYS_BIO_H_ diff --git a/sys/sys/bitstring.h b/sys/sys/bitstring.h index 125ef51d8895..ab91c81c2d32 100644 --- a/sys/sys/bitstring.h +++ b/sys/sys/bitstring.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/bitstring.h,v 1.5 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_BITSTRING_H_ diff --git a/sys/sys/blist.h b/sys/sys/blist.h index 5f4d66ee8c98..132ec236e640 100644 --- a/sys/sys/blist.h +++ b/sys/sys/blist.h @@ -49,7 +49,7 @@ * that. Managing something like 512MB worth of 4K blocks * eats around 32 KBytes of memory. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/blist.h,v 1.9 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_BLIST_H_ diff --git a/sys/sys/buf.h b/sys/sys/buf.h index 5e3e2449c769..6e169bea9abe 100644 --- a/sys/sys/buf.h +++ b/sys/sys/buf.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)buf.h 8.9 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/buf.h,v 1.187.2.4 2006/10/09 20:04:46 tegge Exp $ */ #ifndef _SYS_BUF_H_ diff --git a/sys/sys/bufobj.h b/sys/sys/bufobj.h index cab7fb002299..9d7c55b61fd8 100644 --- a/sys/sys/bufobj.h +++ b/sys/sys/bufobj.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/sys/bufobj.h,v 1.15 2005/06/10 23:50:41 green Exp $ */ /* diff --git a/sys/sys/bus.h b/sys/sys/bus.h index 3d6c4ad82fd7..de7ad57cd0e5 100644 --- a/sys/sys/bus.h +++ b/sys/sys/bus.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/sys/bus.h,v 1.70.2.3 2006/09/22 18:49:14 jhb Exp $ */ #ifndef _SYS_BUS_H_ diff --git a/sys/sys/bus_dma.h b/sys/sys/bus_dma.h index 3151d0bc6209..f71ae46264de 100644 --- a/sys/sys/bus_dma.h +++ b/sys/sys/bus_dma.h @@ -67,7 +67,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/sys/bus_dma.h,v 1.29 2005/03/15 14:57:29 jmg Exp $ */ #ifndef _BUS_DMA_H_ #define _BUS_DMA_H_ diff --git a/sys/sys/callout.h b/sys/sys/callout.h index a55456254640..428008ff1b72 100644 --- a/sys/sys/callout.h +++ b/sys/sys/callout.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)callout.h 8.2 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/callout.h,v 1.28.2.1 2005/09/12 13:43:34 glebius Exp $ */ #ifndef _SYS_CALLOUT_H_ diff --git a/sys/sys/cdefs.h b/sys/sys/cdefs.h index fced6b97931f..2672016c6eec 100644 --- a/sys/sys/cdefs.h +++ b/sys/sys/cdefs.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)cdefs.h 8.8 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/cdefs.h,v 1.88.2.2 2006/01/31 17:57:16 stefanf Exp $ */ #ifndef _SYS_CDEFS_H_ @@ -381,7 +381,7 @@ * Embed the rcs id of a source file in the resulting library. Note that in * more recent ELF binutils, we use .ident allowing the ID to be stripped. * Usage: - * __FBSDID("$FreeBSD$"); + * __FBSDID("$FreeBSD: src/sys/sys/cdefs.h,v 1.88.2.2 2006/01/31 17:57:16 stefanf Exp $"); */ #ifndef __FBSDID #if !defined(lint) && !defined(STRIP_FBSDID) diff --git a/sys/sys/cdio.h b/sys/sys/cdio.h index 3614d19ee0d2..7b3a1d679c28 100644 --- a/sys/sys/cdio.h +++ b/sys/sys/cdio.h @@ -1,7 +1,7 @@ /* * 16 Feb 93 Julian Elischer (julian@dialix.oz.au) * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/cdio.h,v 1.26 2005/01/30 08:12:37 sobomax Exp $ */ /* diff --git a/sys/sys/cdrio.h b/sys/sys/cdrio.h index b664a585af15..f3258551adb7 100644 --- a/sys/sys/cdrio.h +++ b/sys/sys/cdrio.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/sys/cdrio.h,v 1.9 2002/10/18 22:03:38 njl Exp $ */ #ifndef _SYS_CDRIO_H_ diff --git a/sys/sys/chio.h b/sys/sys/chio.h index aa55f7cbc02c..d36a1ed10e34 100644 --- a/sys/sys/chio.h +++ b/sys/sys/chio.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/chio.h,v 1.17 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_CHIO_H_ diff --git a/sys/sys/clist.h b/sys/sys/clist.h index 5edc145a976d..cda18a5bf2de 100644 --- a/sys/sys/clist.h +++ b/sys/sys/clist.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)clist.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/clist.h,v 1.11 2004/04/07 04:19:49 imp Exp $ */ #ifndef _SYS_CLIST_H_ diff --git a/sys/sys/clock.h b/sys/sys/clock.h index 1c71d0e37d0b..a53ccd85c34d 100644 --- a/sys/sys/clock.h +++ b/sys/sys/clock.h @@ -35,7 +35,7 @@ * * $NetBSD: clock_subr.h,v 1.7 2000/10/03 13:41:07 tsutsui Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/clock.h,v 1.1 2002/04/04 23:39:08 tmm Exp $ */ #ifndef _SYS_CLOCK_H_ diff --git a/sys/sys/condvar.h b/sys/sys/condvar.h index a8c9db72c0b1..05eb57dec252 100644 --- a/sys/sys/condvar.h +++ b/sys/sys/condvar.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/sys/condvar.h,v 1.12 2004/05/05 21:57:44 jhb Exp $ */ #ifndef _SYS_CONDVAR_H_ diff --git a/sys/sys/conf.h b/sys/sys/conf.h index 71d1d36f9d6b..ceeef1421c01 100644 --- a/sys/sys/conf.h +++ b/sys/sys/conf.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)conf.h 8.5 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/conf.h,v 1.222.2.4 2006/10/30 15:43:56 kib Exp $ */ #ifndef _SYS_CONF_H_ diff --git a/sys/sys/cons.h b/sys/sys/cons.h index f9cbe2c5def2..4c1dc90d7cce 100644 --- a/sys/sys/cons.h +++ b/sys/sys/cons.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)cons.h 7.2 (Berkeley) 5/9/91 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/cons.h,v 1.37 2005/01/07 02:29:23 imp Exp $ */ #ifndef _MACHINE_CONS_H_ diff --git a/sys/sys/consio.h b/sys/sys/consio.h index 7b18ade1b541..0686a0068a17 100644 --- a/sys/sys/consio.h +++ b/sys/sys/consio.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/sys/consio.h,v 1.17.2.1 2006/10/04 06:09:11 ru Exp $ */ #ifndef _SYS_CONSIO_H_ diff --git a/sys/sys/copyright.h b/sys/sys/copyright.h index 35553c457ff4..f1ef3eb9faea 100644 --- a/sys/sys/copyright.h +++ b/sys/sys/copyright.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/sys/copyright.h,v 1.19.2.2.2.2 2007/01/10 14:36:32 delphij Exp $ */ diff --git a/sys/sys/cpu.h b/sys/sys/cpu.h index e2337ab020f7..7d369bf4e127 100644 --- a/sys/sys/cpu.h +++ b/sys/sys/cpu.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/sys/cpu.h,v 1.3 2005/02/19 06:13:25 njl Exp $ */ #ifndef _SYS_CPU_H_ diff --git a/sys/sys/ctype.h b/sys/sys/ctype.h index 5022d40c15b2..507085326799 100644 --- a/sys/sys/ctype.h +++ b/sys/sys/ctype.h @@ -31,7 +31,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ctype.h,v 1.4 2004/04/07 04:19:49 imp Exp $ */ #ifndef _SYS_CTYPE_H_ diff --git a/sys/sys/dataacq.h b/sys/sys/dataacq.h index 69afbf9a08c4..300fadcdf359 100644 --- a/sys/sys/dataacq.h +++ b/sys/sys/dataacq.h @@ -1,7 +1,7 @@ /* * Header for general data acquisition definitions. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/dataacq.h,v 1.5 2000/05/01 20:11:13 peter Exp $ */ #ifndef _SYS_DATAACQ_H_ diff --git a/sys/sys/device_port.h b/sys/sys/device_port.h index 51010bd8babc..3abd3b7992a9 100644 --- a/sys/sys/device_port.h +++ b/sys/sys/device_port.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/sys/device_port.h,v 1.2 2005/01/19 01:31:33 imp Exp $ */ #if defined(__NetBSD__) diff --git a/sys/sys/devicestat.h b/sys/sys/devicestat.h index 1a017cb31ca5..07fd4d455b91 100644 --- a/sys/sys/devicestat.h +++ b/sys/sys/devicestat.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/sys/devicestat.h,v 1.26 2005/01/07 02:29:23 imp Exp $ */ #ifndef _DEVICESTAT_H diff --git a/sys/sys/digiio.h b/sys/sys/digiio.h index 57824dcd19a5..8cd12f371b28 100644 --- a/sys/sys/digiio.h +++ b/sys/sys/digiio.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/sys/digiio.h,v 1.4.14.1 2006/10/04 06:09:11 ru Exp $ */ /* diff --git a/sys/sys/dir.h b/sys/sys/dir.h index 799ad9ed353c..1bdefdb42fb1 100644 --- a/sys/sys/dir.h +++ b/sys/sys/dir.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/dir.h,v 1.10 2005/03/02 21:33:29 joerg Exp $ */ #ifndef _SYS_DIR_H_ diff --git a/sys/sys/dirent.h b/sys/sys/dirent.h index b2686f6c23f8..c5fb25adb7f9 100644 --- a/sys/sys/dirent.h +++ b/sys/sys/dirent.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)dirent.h 8.3 (Berkeley) 8/10/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/dirent.h,v 1.14 2004/04/07 04:19:49 imp Exp $ */ #ifndef _SYS_DIRENT_H_ diff --git a/sys/sys/disk.h b/sys/sys/disk.h index b9ab4f335871..95ceb7334148 100644 --- a/sys/sys/disk.h +++ b/sys/sys/disk.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/sys/disk.h,v 1.40 2005/01/07 02:29:23 imp Exp $ * */ diff --git a/sys/sys/disklabel.h b/sys/sys/disklabel.h index f7d81c3b1ccd..e9d1f19539e1 100644 --- a/sys/sys/disklabel.h +++ b/sys/sys/disklabel.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.2 (Berkeley) 7/10/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/disklabel.h,v 1.107 2005/04/07 22:09:02 cognet Exp $ */ #ifndef _SYS_DISKLABEL_H_ diff --git a/sys/sys/diskmbr.h b/sys/sys/diskmbr.h index 932d4f4d148c..ab098a149b03 100644 --- a/sys/sys/diskmbr.h +++ b/sys/sys/diskmbr.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.2 (Berkeley) 7/10/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/diskmbr.h,v 1.100 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_DISKMBR_H_ diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h index 3b2dc94802a2..3ff28f9442cd 100644 --- a/sys/sys/diskpc98.h +++ b/sys/sys/diskpc98.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)disklabel.h 8.2 (Berkeley) 7/10/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/diskpc98.h,v 1.103 2005/05/08 11:30:26 nyan Exp $ */ #ifndef _SYS_DISKPC98_H_ diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h index a9bdf45d549e..a4b7bdb90428 100644 --- a/sys/sys/dkstat.h +++ b/sys/sys/dkstat.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)dkstat.h 8.2 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/dkstat.h,v 1.18 2004/04/07 04:19:49 imp Exp $ */ #ifndef _SYS_DKSTAT_H_ diff --git a/sys/sys/domain.h b/sys/sys/domain.h index 1ec4447401a0..def66b64e1f2 100644 --- a/sys/sys/domain.h +++ b/sys/sys/domain.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)domain.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/domain.h,v 1.21 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_DOMAIN_H_ diff --git a/sys/sys/dvdio.h b/sys/sys/dvdio.h index 37940719a1b6..eac709e51027 100644 --- a/sys/sys/dvdio.h +++ b/sys/sys/dvdio.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/sys/dvdio.h,v 1.5 2002/03/04 21:08:35 sos Exp $ */ #ifndef _SYS_DVDIO_H_ diff --git a/sys/sys/elf32.h b/sys/sys/elf32.h index 412db54f43f1..00cfab505805 100644 --- a/sys/sys/elf32.h +++ b/sys/sys/elf32.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/sys/elf32.h,v 1.8.14.1 2005/12/30 22:13:58 marcel Exp $ */ #ifndef _SYS_ELF32_H_ diff --git a/sys/sys/elf64.h b/sys/sys/elf64.h index c39cd1382af2..6156fa94009e 100644 --- a/sys/sys/elf64.h +++ b/sys/sys/elf64.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/sys/elf64.h,v 1.10.14.1 2005/12/30 22:13:58 marcel Exp $ */ #ifndef _SYS_ELF64_H_ diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index dc43d8b48949..14fabc855198 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.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/sys/elf_common.h,v 1.15.8.1 2005/12/30 22:13:58 marcel Exp $ */ #ifndef _SYS_ELF_COMMON_H_ diff --git a/sys/sys/elf_generic.h b/sys/sys/elf_generic.h index c1e5a6639617..7e6cf89356fe 100644 --- a/sys/sys/elf_generic.h +++ b/sys/sys/elf_generic.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/sys/elf_generic.h,v 1.6.14.1 2005/12/30 22:13:58 marcel Exp $ */ #ifndef _SYS_ELF_GENERIC_H_ diff --git a/sys/sys/endian.h b/sys/sys/endian.h index 35a43804b92c..33b43072d880 100644 --- a/sys/sys/endian.h +++ b/sys/sys/endian.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/sys/endian.h,v 1.6 2003/10/15 20:05:57 obrien Exp $ */ #ifndef _SYS_ENDIAN_H_ diff --git a/sys/sys/errno.h b/sys/sys/errno.h index 77b5f67a1734..87146c5ac1a7 100644 --- a/sys/sys/errno.h +++ b/sys/sys/errno.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)errno.h 8.5 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/errno.h,v 1.28 2005/04/02 12:33:28 das Exp $ */ #ifndef _SYS_ERRNO_H_ diff --git a/sys/sys/eui64.h b/sys/sys/eui64.h index 33300a779d3b..129215028fef 100644 --- a/sys/sys/eui64.h +++ b/sys/sys/eui64.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/eui64.h,v 1.2 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_EUI64_H #define _SYS_EUI64_H diff --git a/sys/sys/event.h b/sys/sys/event.h index c2921c43c09a..ba8055e04c4d 100644 --- a/sys/sys/event.h +++ b/sys/sys/event.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/sys/event.h,v 1.32 2005/07/01 16:28:32 ssouhlal Exp $ */ #ifndef _SYS_EVENT_H_ diff --git a/sys/sys/eventhandler.h b/sys/sys/eventhandler.h index 804ff03c7afd..9bd8e2578727 100644 --- a/sys/sys/eventhandler.h +++ b/sys/sys/eventhandler.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/sys/eventhandler.h,v 1.33.2.1 2006/05/16 07:27:49 ps Exp $ */ #ifndef SYS_EVENTHANDLER_H diff --git a/sys/sys/eventvar.h b/sys/sys/eventvar.h index bdb3adf57271..778befe0e6fa 100644 --- a/sys/sys/eventvar.h +++ b/sys/sys/eventvar.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/sys/eventvar.h,v 1.6 2004/08/15 06:24:42 jmg Exp $ */ #ifndef _SYS_EVENTVAR_H_ diff --git a/sys/sys/exec.h b/sys/sys/exec.h index 8c95c36e6874..ff4c4651cc26 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.3 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/exec.h,v 1.32 2005/03/23 08:27:59 das Exp $ */ #ifndef _SYS_EXEC_H_ diff --git a/sys/sys/extattr.h b/sys/sys/extattr.h index 30daac76af67..56514777b0e4 100644 --- a/sys/sys/extattr.h +++ b/sys/sys/extattr.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/sys/extattr.h,v 1.12 2003/06/04 04:04:24 rwatson Exp $ */ /* * Developed by the TrustedBSD Project. diff --git a/sys/sys/fbio.h b/sys/sys/fbio.h index c7183dfc38c0..7f92efb8d707 100644 --- a/sys/sys/fbio.h +++ b/sys/sys/fbio.h @@ -32,7 +32,7 @@ * * @(#)fbio.h 8.2 (Berkeley) 10/30/93 * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/fbio.h,v 1.16 2005/05/21 20:40:51 marius Exp $ */ #ifndef _SYS_FBIO_H_ diff --git a/sys/sys/fcntl.h b/sys/sys/fcntl.h index 4b7b511f0cfa..2fb656eaee73 100644 --- a/sys/sys/fcntl.h +++ b/sys/sys/fcntl.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)fcntl.h 8.3 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/fcntl.h,v 1.16 2004/04/07 04:19:49 imp Exp $ */ #ifndef _SYS_FCNTL_H_ diff --git a/sys/sys/fdcio.h b/sys/sys/fdcio.h index e3ffc249cb7c..f6a44daad07f 100644 --- a/sys/sys/fdcio.h +++ b/sys/sys/fdcio.h @@ -24,7 +24,7 @@ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/fdcio.h,v 1.21 2005/01/07 02:29:23 imp Exp $ */ #ifndef _MACHINE_IOCTL_FD_H_ diff --git a/sys/sys/file.h b/sys/sys/file.h index afd8db178864..b6e13b3e24be 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)file.h 8.3 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/file.h,v 1.70.2.1 2006/05/30 02:58:36 ps Exp $ */ #ifndef _SYS_FILE_H_ diff --git a/sys/sys/filedesc.h b/sys/sys/filedesc.h index 661fa5e72fd4..bc90a73ca4f0 100644 --- a/sys/sys/filedesc.h +++ b/sys/sys/filedesc.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)filedesc.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/filedesc.h,v 1.72.2.1 2005/10/09 03:13:49 delphij Exp $ */ #ifndef _SYS_FILEDESC_H_ diff --git a/sys/sys/filio.h b/sys/sys/filio.h index 8f2731a4e3fc..05d1a6c542e1 100644 --- a/sys/sys/filio.h +++ b/sys/sys/filio.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)filio.h 8.1 (Berkeley) 3/28/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/filio.h,v 1.9 2005/03/08 21:32:19 phk Exp $ */ #ifndef _SYS_FILIO_H_ diff --git a/sys/sys/firmware.h b/sys/sys/firmware.h index 4d84942b024f..1c76ef4062c3 100644 --- a/sys/sys/firmware.h +++ b/sys/sys/firmware.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/sys/firmware.h,v 1.1.2.1 2006/02/23 02:13:31 mlaier Exp $ */ #ifndef _SYS_FIRMWARE_H_ #define _SYS_FIRMWARE_H_ diff --git a/sys/sys/fnv_hash.h b/sys/sys/fnv_hash.h index 2dbed339113f..5f05ac81632e 100644 --- a/sys/sys/fnv_hash.h +++ b/sys/sys/fnv_hash.h @@ -5,7 +5,7 @@ * This is an implementation of the algorithms posted above. * This file is placed in the public domain by Peter Wemm. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/fnv_hash.h,v 1.3 2005/01/07 02:29:23 imp Exp $ */ typedef u_int32_t Fnv32_t; diff --git a/sys/sys/gmon.h b/sys/sys/gmon.h index ac405abb726e..5531b817a59b 100644 --- a/sys/sys/gmon.h +++ b/sys/sys/gmon.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)gmon.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/gmon.h,v 1.19 2004/06/14 18:39:28 bms Exp $ */ #ifndef _SYS_GMON_H_ diff --git a/sys/sys/gpt.h b/sys/sys/gpt.h index 7d92dee37bdd..00383e915bcd 100644 --- a/sys/sys/gpt.h +++ b/sys/sys/gpt.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/sys/gpt.h,v 1.8.2.1 2006/07/07 02:02:55 marcel Exp $ */ #ifndef _SYS_GPT_H_ diff --git a/sys/sys/hash.h b/sys/sys/hash.h index 6ce4fdc169de..b9dd0c06dd38 100644 --- a/sys/sys/hash.h +++ b/sys/sys/hash.h @@ -23,7 +23,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $OpenBSD: hash.h,v 1.4 2004/05/25 18:37:23 jmc Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/sys/hash.h,v 1.2.2.1 2006/04/04 19:50:02 andre Exp $ */ #ifndef _SYS_HASH_H_ diff --git a/sys/sys/iconv.h b/sys/sys/iconv.h index 914522d9b7fc..50309f71f185 100644 --- a/sys/sys/iconv.h +++ b/sys/sys/iconv.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/iconv.h,v 1.11.2.1 2005/09/08 15:48:35 imura Exp $ */ #ifndef _SYS_ICONV_H_ #define _SYS_ICONV_H_ diff --git a/sys/sys/imgact.h b/sys/sys/imgact.h index b1d0f0d09973..693d5410c74a 100644 --- a/sys/sys/imgact.h +++ b/sys/sys/imgact.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/sys/imgact.h,v 1.38 2005/02/25 11:49:42 sobomax Exp $ */ #ifndef _SYS_IMGACT_H_ diff --git a/sys/sys/imgact_aout.h b/sys/sys/imgact_aout.h index 1c1596fdcec4..5a7368b8bf77 100644 --- a/sys/sys/imgact_aout.h +++ b/sys/sys/imgact_aout.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * from: @(#)exec.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/imgact_aout.h,v 1.23 2005/05/08 02:20:10 maxim Exp $ */ #ifndef _IMGACT_AOUT_H_ diff --git a/sys/sys/imgact_elf.h b/sys/sys/imgact_elf.h index 8bb4cc25a976..f35d0f93e87b 100644 --- a/sys/sys/imgact_elf.h +++ b/sys/sys/imgact_elf.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/sys/imgact_elf.h,v 1.27.8.1 2005/12/30 22:13:58 marcel Exp $ */ #ifndef _SYS_IMGACT_ELF_H_ diff --git a/sys/sys/inflate.h b/sys/sys/inflate.h index b8461a6cf4e4..54a9381f8a17 100644 --- a/sys/sys/inflate.h +++ b/sys/sys/inflate.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/sys/inflate.h,v 1.14 2005/01/07 02:29:23 imp Exp $ * */ #ifndef _SYS_INFLATE_H_ diff --git a/sys/sys/interrupt.h b/sys/sys/interrupt.h index 0a80e6e0c195..466801f2ea81 100644 --- a/sys/sys/interrupt.h +++ b/sys/sys/interrupt.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/sys/interrupt.h,v 1.30.2.3 2006/04/13 17:31:01 jhb Exp $ */ #ifndef _SYS_INTERRUPT_H_ diff --git a/sys/sys/ioccom.h b/sys/sys/ioccom.h index 4c62d48281c4..49756bdb2abe 100644 --- a/sys/sys/ioccom.h +++ b/sys/sys/ioccom.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ioccom.h 8.2 (Berkeley) 3/28/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ioccom.h,v 1.15.8.1 2006/10/04 06:09:11 ru Exp $ */ #ifndef _SYS_IOCCOM_H_ diff --git a/sys/sys/ioctl.h b/sys/sys/ioctl.h index fd54f6d42ed1..53c57d5ffe9b 100644 --- a/sys/sys/ioctl.h +++ b/sys/sys/ioctl.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)ioctl.h 8.6 (Berkeley) 3/28/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ioctl.h,v 1.14 2005/03/02 21:33:29 joerg Exp $ */ #ifndef _SYS_IOCTL_H_ diff --git a/sys/sys/ioctl_compat.h b/sys/sys/ioctl_compat.h index bdd295729b66..4d5503cb4dfb 100644 --- a/sys/sys/ioctl_compat.h +++ b/sys/sys/ioctl_compat.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)ioctl_compat.h 8.4 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ioctl_compat.h,v 1.8 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_IOCTL_COMPAT_H_ diff --git a/sys/sys/ipc.h b/sys/sys/ipc.h index 57b3186f5c5c..77be86b10876 100644 --- a/sys/sys/ipc.h +++ b/sys/sys/ipc.h @@ -37,7 +37,7 @@ * SUCH DAMAGE. * * @(#)ipc.h 8.4 (Berkeley) 2/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ipc.h,v 1.25 2005/01/07 02:29:23 imp Exp $ */ /* diff --git a/sys/sys/ipmi.h b/sys/sys/ipmi.h index 578d78c8188e..5e1bbad361ba 100644 --- a/sys/sys/ipmi.h +++ b/sys/sys/ipmi.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/sys/ipmi.h,v 1.1.2.2 2006/09/29 21:21:53 jhb Exp $ */ #ifndef __SYS_IPMI_H__ diff --git a/sys/sys/jail.h b/sys/sys/jail.h index 0be8fac05c53..45e611d7f182 100644 --- a/sys/sys/jail.h +++ b/sys/sys/jail.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/sys/jail.h,v 1.26 2005/06/09 18:49:19 pjd Exp $ * */ diff --git a/sys/sys/joystick.h b/sys/sys/joystick.h index 6f2eb5bc2829..a205c8d61fff 100644 --- a/sys/sys/joystick.h +++ b/sys/sys/joystick.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/sys/joystick.h,v 1.6 2005/01/07 19:31:43 keramida Exp $ */ #ifndef _SYS_JOYSTICK_H_ diff --git a/sys/sys/kbio.h b/sys/sys/kbio.h index b3b05f606872..f20f66253329 100644 --- a/sys/sys/kbio.h +++ b/sys/sys/kbio.h @@ -1,5 +1,5 @@ /*- - * $FreeBSD$ + * $FreeBSD: src/sys/sys/kbio.h,v 1.7.14.2 2006/10/04 06:09:11 ru Exp $ */ #ifndef _SYS_KBIO_H_ diff --git a/sys/sys/kdb.h b/sys/sys/kdb.h index ece16fc5aff8..d9fd7ce800b2 100644 --- a/sys/sys/kdb.h +++ b/sys/sys/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/sys/kdb.h,v 1.5 2005/04/20 20:52:46 ps Exp $ */ #ifndef _SYS_KDB_H_ diff --git a/sys/sys/kenv.h b/sys/sys/kenv.h index 0a30ddb35d16..efca13adcbeb 100644 --- a/sys/sys/kenv.h +++ b/sys/sys/kenv.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/sys/kenv.h,v 1.1 2002/04/17 13:06:36 mux Exp $ */ #ifndef _SYS_KENV_H_ diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index ec00231aad4d..6f1d19f53d75 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.h @@ -39,7 +39,7 @@ * SUCH DAMAGE. * * @(#)kernel.h 8.3 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/kernel.h,v 1.126.2.2 2006/08/11 19:23:49 jhb Exp $ */ #ifndef _SYS_KERNEL_H_ diff --git a/sys/sys/kerneldump.h b/sys/sys/kerneldump.h index 8be5bcd65eec..2a157b087ac0 100644 --- a/sys/sys/kerneldump.h +++ b/sys/sys/kerneldump.h @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/kerneldump.h,v 1.7 2005/06/29 22:28:46 peter Exp $ */ #ifndef _SYS_KERNELDUMP_H diff --git a/sys/sys/kobj.h b/sys/sys/kobj.h index d2cd0da6b74b..296ea070b3dc 100644 --- a/sys/sys/kobj.h +++ b/sys/sys/kobj.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/sys/kobj.h,v 1.9 2003/10/16 09:16:28 dfr Exp $ */ #ifndef _SYS_KOBJ_H_ diff --git a/sys/sys/kse.h b/sys/sys/kse.h index 9eb544912844..07f3d7f97a95 100644 --- a/sys/sys/kse.h +++ b/sys/sys/kse.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/sys/kse.h,v 1.28 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_KSE_H_ diff --git a/sys/sys/kthread.h b/sys/sys/kthread.h index 5f41cfc3c008..fe270225102b 100644 --- a/sys/sys/kthread.h +++ b/sys/sys/kthread.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/sys/kthread.h,v 1.8 2002/10/02 07:44:28 scottl Exp $ */ #ifndef _SYS_KTHREAD_H_ diff --git a/sys/sys/ktr.h b/sys/sys/ktr.h index 9d6546015856..36188e6e464f 100644 --- a/sys/sys/ktr.h +++ b/sys/sys/ktr.h @@ -26,7 +26,7 @@ * SUCH DAMAGE. * * from BSDI $Id: ktr.h,v 1.10.2.7 2000/03/16 21:44:42 cp Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ktr.h,v 1.32.2.2 2006/01/23 14:56:33 marius Exp $ */ /* diff --git a/sys/sys/ktrace.h b/sys/sys/ktrace.h index 45721416bd28..3e5374e62323 100644 --- a/sys/sys/ktrace.h +++ b/sys/sys/ktrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ktrace.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ktrace.h,v 1.29.2.3 2006/09/06 21:43:59 jhb Exp $ */ #ifndef _SYS_KTRACE_H_ diff --git a/sys/sys/libkern.h b/sys/sys/libkern.h index 65a044642e46..f9547d1028da 100644 --- a/sys/sys/libkern.h +++ b/sys/sys/libkern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)libkern.h 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/libkern.h,v 1.49.2.2 2006/09/04 10:43:40 pjd Exp $ */ #ifndef _SYS_LIBKERN_H_ diff --git a/sys/sys/limits.h b/sys/sys/limits.h index 9d2029290aa5..f676150173df 100644 --- a/sys/sys/limits.h +++ b/sys/sys/limits.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/sys/limits.h,v 1.9 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_LIMITS_H_ diff --git a/sys/sys/linedisc.h b/sys/sys/linedisc.h index 659aa4b56025..25fb238887cd 100644 --- a/sys/sys/linedisc.h +++ b/sys/sys/linedisc.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)conf.h 8.5 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/linedisc.h,v 1.192 2004/06/26 08:44:04 phk Exp $ */ #ifndef _SYS_LINEDISC_H_ diff --git a/sys/sys/link_aout.h b/sys/sys/link_aout.h index 6695c268c842..3cc9bc60f4a1 100644 --- a/sys/sys/link_aout.h +++ b/sys/sys/link_aout.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/sys/link_aout.h,v 1.25 2005/01/07 02:29:23 imp Exp $ */ /* diff --git a/sys/sys/link_elf.h b/sys/sys/link_elf.h index d1c2900cf151..68f9dd0951a5 100644 --- a/sys/sys/link_elf.h +++ b/sys/sys/link_elf.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/sys/link_elf.h,v 1.26 2005/01/07 02:29:23 imp Exp $ */ /* diff --git a/sys/sys/linker.h b/sys/sys/linker.h index 90ed2433405f..0250aa630b79 100644 --- a/sys/sys/linker.h +++ b/sys/sys/linker.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/sys/linker.h,v 1.39.2.1 2005/12/30 22:13:58 marcel Exp $ */ #ifndef _SYS_LINKER_H_ diff --git a/sys/sys/linker_set.h b/sys/sys/linker_set.h index 5f55beb5a3b7..2e8d9e0099a0 100644 --- a/sys/sys/linker_set.h +++ b/sys/sys/linker_set.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/sys/linker_set.h,v 1.17 2005/03/02 21:33:29 joerg Exp $ */ #ifndef _SYS_LINKER_SET_H_ diff --git a/sys/sys/lock.h b/sys/sys/lock.h index 0d27ff0118cf..32467b4a25de 100644 --- a/sys/sys/lock.h +++ b/sys/sys/lock.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/sys/lock.h,v 1.52.2.2 2006/08/01 17:40:13 jhb Exp $ */ #ifndef _SYS_LOCK_H_ diff --git a/sys/sys/lockf.h b/sys/sys/lockf.h index 27bb84f3381f..1bbe9cb0597a 100644 --- a/sys/sys/lockf.h +++ b/sys/sys/lockf.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)lockf.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/lockf.h,v 1.18.2.1 2005/10/27 18:32:39 glebius Exp $ */ #ifndef _SYS_LOCKF_H_ diff --git a/sys/sys/lockmgr.h b/sys/sys/lockmgr.h index 9c9b59bc8adc..f1dfbe97ffe2 100644 --- a/sys/sys/lockmgr.h +++ b/sys/sys/lockmgr.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)lock.h 8.12 (Berkeley) 5/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/lockmgr.h,v 1.47.2.3 2006/10/09 20:04:46 tegge Exp $ */ #ifndef _SYS_LOCKMGR_H_ diff --git a/sys/sys/mac.h b/sys/sys/mac.h index 520e7673e351..b34f45363f3c 100644 --- a/sys/sys/mac.h +++ b/sys/sys/mac.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mac.h,v 1.67.2.4 2006/09/19 15:45:22 csjp Exp $ */ /* * Userland/kernel interface for Mandatory Access Control. diff --git a/sys/sys/mac_policy.h b/sys/sys/mac_policy.h index 3f5d22d471e3..d5f7378e980b 100644 --- a/sys/sys/mac_policy.h +++ b/sys/sys/mac_policy.h @@ -35,7 +35,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mac_policy.h,v 1.66.2.5 2006/09/19 15:45:22 csjp Exp $ */ /* * Kernel interface for MAC policy modules. diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index ef0aa17dfa6d..decf7f10624a 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -29,7 +29,7 @@ * SUCH DAMAGE. * * @(#)malloc.h 8.5 (Berkeley) 5/3/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/malloc.h,v 1.80.2.1 2005/07/23 17:11:33 rwatson Exp $ */ #ifndef _SYS_MALLOC_H_ diff --git a/sys/sys/mbpool.h b/sys/sys/mbpool.h index f292f29721ab..df709548249c 100644 --- a/sys/sys/mbpool.h +++ b/sys/sys/mbpool.h @@ -34,7 +34,7 @@ * interfaces on 64bit machines). This assists network interfaces that may need * huge numbers of mbufs. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mbpool.h,v 1.2 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_MBPOOL_H_ #define _SYS_MBPOOL_H_ diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 5a81af78b132..cf33de1b9903 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)mbuf.h 8.5 (Berkeley) 2/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mbuf.h,v 1.170.2.6 2006/03/23 23:24:32 sam Exp $ */ #ifndef _SYS_MBUF_H_ diff --git a/sys/sys/mchain.h b/sys/sys/mchain.h index 9a1107713835..a49511ef4156 100644 --- a/sys/sys/mchain.h +++ b/sys/sys/mchain.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mchain.h,v 1.8 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_MCHAIN_H_ #define _SYS_MCHAIN_H_ diff --git a/sys/sys/md4.h b/sys/sys/md4.h index 5ad9e99421ac..21e6c94a1f49 100644 --- a/sys/sys/md4.h +++ b/sys/sys/md4.h @@ -1,5 +1,5 @@ /* MD4.H - header file for MD4C.C - * $FreeBSD$ + * $FreeBSD: src/sys/sys/md4.h,v 1.2 2005/01/07 02:29:23 imp Exp $ */ /*- diff --git a/sys/sys/md5.h b/sys/sys/md5.h index a7f039f0f3e3..566c621bdfee 100644 --- a/sys/sys/md5.h +++ b/sys/sys/md5.h @@ -1,5 +1,5 @@ /* MD5.H - header file for MD5C.C - * $FreeBSD$ + * $FreeBSD: src/sys/sys/md5.h,v 1.18.2.1 2006/04/04 19:59:52 andre Exp $ */ /*- diff --git a/sys/sys/mdioctl.h b/sys/sys/mdioctl.h index be63b8c70190..e03781c83281 100644 --- a/sys/sys/mdioctl.h +++ b/sys/sys/mdioctl.h @@ -37,7 +37,7 @@ * * From: src/sys/sys/vnioctl.h,v 1.4 * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mdioctl.h,v 1.20.2.1 2006/11/05 08:50:37 hrs Exp $ */ #ifndef _SYS_MDIOCTL_H_ diff --git a/sys/sys/memrange.h b/sys/sys/memrange.h index ace778d5bfd4..8adb04bc723b 100644 --- a/sys/sys/memrange.h +++ b/sys/sys/memrange.h @@ -1,7 +1,7 @@ /* * Memory range attribute operations, peformed on /dev/mem * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/memrange.h,v 1.7 2004/08/04 18:30:31 markm Exp $ */ /* Memory range attributes */ diff --git a/sys/sys/mman.h b/sys/sys/mman.h index 0f7416f183e2..ff55bd2f9a2f 100644 --- a/sys/sys/mman.h +++ b/sys/sys/mman.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)mman.h 8.2 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mman.h,v 1.40 2005/04/02 12:33:31 das Exp $ */ #ifndef _SYS_MMAN_H_ diff --git a/sys/sys/module.h b/sys/sys/module.h index 5beb9bb6f22c..760b53d8667f 100644 --- a/sys/sys/module.h +++ b/sys/sys/module.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/sys/module.h,v 1.21 2004/07/13 19:36:59 phk Exp $ */ #ifndef _SYS_MODULE_H_ diff --git a/sys/sys/mount.h b/sys/sys/mount.h index 4ae5da5e7ff8..8099d0e16b0c 100644 --- a/sys/sys/mount.h +++ b/sys/sys/mount.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)mount.h 8.21 (Berkeley) 5/20/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mount.h,v 1.197.2.7 2006/10/24 15:02:40 kib Exp $ */ #ifndef _SYS_MOUNT_H_ diff --git a/sys/sys/mouse.h b/sys/sys/mouse.h index 054ce20938cb..2af46f23905b 100644 --- a/sys/sys/mouse.h +++ b/sys/sys/mouse.h @@ -20,7 +20,7 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mouse.h,v 1.23 2005/04/13 07:25:45 mdodd Exp $ */ #ifndef _SYS_MOUSE_H_ diff --git a/sys/sys/msg.h b/sys/sys/msg.h index 325df939a362..6f08d1656532 100644 --- a/sys/sys/msg.h +++ b/sys/sys/msg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/sys/msg.h,v 1.20 2005/01/07 02:29:23 imp Exp $ */ /* $NetBSD: msg.h,v 1.4 1994/06/29 06:44:43 cgd Exp $ */ /*- diff --git a/sys/sys/msgbuf.h b/sys/sys/msgbuf.h index 61c79a1b6f7e..fc4b073cec0f 100644 --- a/sys/sys/msgbuf.h +++ b/sys/sys/msgbuf.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)msgbuf.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/msgbuf.h,v 1.27.2.1 2006/09/29 18:32:07 jmg Exp $ */ #ifndef _SYS_MSGBUF_H_ diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h index 1ad8004e95af..b8aca6764da8 100644 --- a/sys/sys/mtio.h +++ b/sys/sys/mtio.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)mtio.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/mtio.h,v 1.29 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_MTIO_H_ diff --git a/sys/sys/mutex.h b/sys/sys/mutex.h index 859e966a3ade..89f9b93c72fc 100644 --- a/sys/sys/mutex.h +++ b/sys/sys/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/sys/mutex.h,v 1.79.2.4 2006/08/01 18:38:35 jhb Exp $ */ #ifndef _SYS_MUTEX_H_ diff --git a/sys/sys/namei.h b/sys/sys/namei.h index 69148cc1831a..2b6220ec7b5b 100644 --- a/sys/sys/namei.h +++ b/sys/sys/namei.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)namei.h 8.5 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/namei.h,v 1.47.2.1 2006/09/02 17:24:36 rwatson Exp $ */ #ifndef _SYS_NAMEI_H_ diff --git a/sys/sys/nlist_aout.h b/sys/sys/nlist_aout.h index a4e11c3975a9..6537470f5f31 100644 --- a/sys/sys/nlist_aout.h +++ b/sys/sys/nlist_aout.h @@ -33,7 +33,7 @@ * * @(#)nlist.h 8.2 (Berkeley) 1/21/94 * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/nlist_aout.h,v 1.11 2004/04/07 04:19:49 imp Exp $ */ #ifndef _SYS_NLIST_AOUT_H_ diff --git a/sys/sys/param.h b/sys/sys/param.h index 613e15bad1d7..88ccbc11597c 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)param.h 8.3 (Berkeley) 4/4/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/param.h,v 1.244.2.17.2.1 2006/11/15 21:37:51 kensmith Exp $ */ #ifndef _SYS_PARAM_H_ diff --git a/sys/sys/pciio.h b/sys/sys/pciio.h index d8d8156fe8e3..f5ddec60aed2 100644 --- a/sys/sys/pciio.h +++ b/sys/sys/pciio.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/sys/pciio.h,v 1.6 2001/09/05 01:22:14 obrien Exp $ * */ diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h index c5c59447e7ba..a5738de4900f 100644 --- a/sys/sys/pcpu.h +++ b/sys/sys/pcpu.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/sys/pcpu.h,v 1.16 2005/04/26 17:07:40 jhb Exp $ */ #ifndef _SYS_PCPU_H_ diff --git a/sys/sys/pioctl.h b/sys/sys/pioctl.h index 91a3229b31c0..627432c57fe4 100644 --- a/sys/sys/pioctl.h +++ b/sys/sys/pioctl.h @@ -33,7 +33,7 @@ /* * procfs ioctl definitions. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/pioctl.h,v 1.14.2.1 2006/10/04 06:09:11 ru Exp $ */ #ifndef _SYS_PIOCTL_H diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index 1d3729fc38c9..7f599f59e680 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -18,7 +18,7 @@ * 5. Modifications may be freely made to this file if the above conditions * are met. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/pipe.h,v 1.29 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_PIPE_H_ diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h index 0195a8dba203..3690d9127124 100644 --- a/sys/sys/pmc.h +++ b/sys/sys/pmc.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/sys/pmc.h,v 1.8 2005/07/09 17:29:36 jkoshy Exp $ */ #ifndef _SYS_PMC_H_ diff --git a/sys/sys/pmckern.h b/sys/sys/pmckern.h index d489fe629d7a..54b12b094887 100644 --- a/sys/sys/pmckern.h +++ b/sys/sys/pmckern.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/sys/pmckern.h,v 1.4.2.1 2005/08/15 18:46:13 jkoshy Exp $ */ /* diff --git a/sys/sys/pmclog.h b/sys/sys/pmclog.h index 026c667ffb9d..2686a886e725 100644 --- a/sys/sys/pmclog.h +++ b/sys/sys/pmclog.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/sys/pmclog.h,v 1.2 2005/06/30 19:01:26 jkoshy Exp $ */ #ifndef _SYS_PMCLOG_H_ diff --git a/sys/sys/poll.h b/sys/sys/poll.h index c955f321c752..9ea42b9ddfc5 100644 --- a/sys/sys/poll.h +++ b/sys/sys/poll.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/sys/poll.h,v 1.13 2002/07/10 04:47:25 mike Exp $ */ #ifndef _SYS_POLL_H_ diff --git a/sys/sys/power.h b/sys/sys/power.h index 62784b2e49d3..941a7329c838 100644 --- a/sys/sys/power.h +++ b/sys/sys/power.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/sys/power.h,v 1.3 2002/07/15 14:06:03 markm Exp $ */ #ifndef _SYS_POWER_H_ diff --git a/sys/sys/priority.h b/sys/sys/priority.h index 986bd3eb7074..53420c88106b 100644 --- a/sys/sys/priority.h +++ b/sys/sys/priority.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/priority.h,v 1.3 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_PRIORITY_H_ diff --git a/sys/sys/proc.h b/sys/sys/proc.h index 025541fe2ba4..75c9cd06b631 100644 --- a/sys/sys/proc.h +++ b/sys/sys/proc.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)proc.h 8.15 (Berkeley) 5/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/proc.h,v 1.432.2.8 2006/10/19 14:49:02 jhb Exp $ */ #ifndef _SYS_PROC_H_ diff --git a/sys/sys/procfs.h b/sys/sys/procfs.h index b03e73dd8c42..9a1e02506281 100644 --- a/sys/sys/procfs.h +++ b/sys/sys/procfs.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/sys/procfs.h,v 1.5 2004/07/15 03:52:17 davidxu Exp $ */ #ifndef _SYS_PROCFS_H_ diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index 0387fc7ef927..5e30fcadaa55 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)protosw.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/protosw.h,v 1.45.2.1 2006/06/11 17:01:36 rwatson Exp $ */ #ifndef _SYS_PROTOSW_H_ diff --git a/sys/sys/ptio.h b/sys/sys/ptio.h index 1292280528d3..f1d60e12cde2 100644 --- a/sys/sys/ptio.h +++ b/sys/sys/ptio.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/sys/ptio.h,v 1.3 1999/08/28 00:51:57 peter Exp $ */ #ifndef _SYS_PTIO_H_ diff --git a/sys/sys/ptrace.h b/sys/sys/ptrace.h index 8fd52cb4451e..af51fa5fdb76 100644 --- a/sys/sys/ptrace.h +++ b/sys/sys/ptrace.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ptrace.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ptrace.h,v 1.27.2.1 2006/05/17 00:41:48 davidxu Exp $ */ #ifndef _SYS_PTRACE_H_ diff --git a/sys/sys/queue.h b/sys/sys/queue.h index d3f4d6103e76..211225602425 100644 --- a/sys/sys/queue.h +++ b/sys/sys/queue.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)queue.h 8.5 (Berkeley) 8/20/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/queue.h,v 1.60.2.1 2005/08/16 22:41:39 phk Exp $ */ #ifndef _SYS_QUEUE_H_ diff --git a/sys/sys/random.h b/sys/sys/random.h index 5cf1611e359c..1070c397f874 100644 --- a/sys/sys/random.h +++ b/sys/sys/random.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/sys/random.h,v 1.34 2004/10/12 14:55:59 rwatson Exp $ */ #ifndef _SYS_RANDOM_H_ diff --git a/sys/sys/reboot.h b/sys/sys/reboot.h index 6b8e25e61cdd..8713597ed82a 100644 --- a/sys/sys/reboot.h +++ b/sys/sys/reboot.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)reboot.h 8.3 (Berkeley) 12/13/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/reboot.h,v 1.26 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_REBOOT_H_ diff --git a/sys/sys/refcount.h b/sys/sys/refcount.h index 5316dd938f78..0a1d0b6ffb39 100644 --- a/sys/sys/refcount.h +++ b/sys/sys/refcount.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/sys/refcount.h,v 1.1.2.1 2005/10/06 18:13:19 jhb Exp $ */ #ifndef __SYS_REFCOUNT_H__ diff --git a/sys/sys/regression.h b/sys/sys/regression.h index 8ee757ed170a..0ce5be6d9ec8 100644 --- a/sys/sys/regression.h +++ b/sys/sys/regression.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/sys/regression.h,v 1.3 2004/05/10 18:38:07 rwatson Exp $ */ #ifndef _SYS_REGRESSION_H_ #define _SYS_REGRESSION_H_ diff --git a/sys/sys/resource.h b/sys/sys/resource.h index ccb21648f5e8..48f2626ddcec 100644 --- a/sys/sys/resource.h +++ b/sys/sys/resource.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)resource.h 8.4 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/resource.h,v 1.29 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_RESOURCE_H_ diff --git a/sys/sys/resourcevar.h b/sys/sys/resourcevar.h index 2697b66a4cbe..114d8caaa16a 100644 --- a/sys/sys/resourcevar.h +++ b/sys/sys/resourcevar.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)resourcevar.h 8.4 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/resourcevar.h,v 1.47 2005/01/07 02:29:23 imp Exp $ */ #ifndef _SYS_RESOURCEVAR_H_ diff --git a/sys/sys/rman.h b/sys/sys/rman.h index c043e8037c57..655e38c92e2c 100644 --- a/sys/sys/rman.h +++ b/sys/sys/rman.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/rman.h,v 1.27 2005/04/12 06:21:58 imp Exp $ */ #ifndef _SYS_RMAN_H_ diff --git a/sys/sys/rtprio.h b/sys/sys/rtprio.h index 21268fc60bbe..c221ecbeade5 100644 --- a/sys/sys/rtprio.h +++ b/sys/sys/rtprio.h @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/rtprio.h,v 1.14 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_RTPRIO_H_ diff --git a/sys/sys/runq.h b/sys/sys/runq.h index 433d0e05e19c..5de4e16126b3 100644 --- a/sys/sys/runq.h +++ b/sys/sys/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/sys/runq.h,v 1.6 2005/01/07 02:29:24 imp Exp $ */ #ifndef _RUNQ_H_ diff --git a/sys/sys/sbuf.h b/sys/sys/sbuf.h index 0c1e6e1e0cf8..dd35beb49ccc 100644 --- a/sys/sys/sbuf.h +++ b/sys/sys/sbuf.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/sys/sbuf.h,v 1.14 2004/07/09 11:35:30 des Exp $ */ #ifndef _SYS_SBUF_H_ diff --git a/sys/sys/sched.h b/sys/sys/sched.h index ff555d21ef83..450d02dbe52d 100644 --- a/sys/sys/sched.h +++ b/sys/sys/sched.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/sys/sched.h,v 1.24 2005/04/19 04:01:25 jkoshy Exp $ */ #ifndef _SYS_SCHED_H_ diff --git a/sys/sys/select.h b/sys/sys/select.h index 511895b3c81f..cec962bcb4eb 100644 --- a/sys/sys/select.h +++ b/sys/sys/select.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/sys/select.h,v 1.19.8.1 2006/01/13 03:11:16 marcel Exp $ */ #ifndef _SYS_SELECT_H_ diff --git a/sys/sys/selinfo.h b/sys/sys/selinfo.h index 946da8c9de44..add8f5e54d24 100644 --- a/sys/sys/selinfo.h +++ b/sys/sys/selinfo.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)select.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/selinfo.h,v 1.18 2004/08/15 06:24:42 jmg Exp $ */ #ifndef _SYS_SELINFO_H_ diff --git a/sys/sys/sem.h b/sys/sys/sem.h index 9c96ddf9e19d..fdda740cfeaf 100644 --- a/sys/sys/sem.h +++ b/sys/sys/sem.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/sys/sem.h,v 1.29 2004/11/17 13:12:06 rwatson Exp $ */ /* $NetBSD: sem.h,v 1.5 1994/06/29 06:45:15 cgd Exp $ */ /* diff --git a/sys/sys/sema.h b/sys/sys/sema.h index cdce5982311c..588cadb3a09b 100644 --- a/sys/sys/sema.h +++ b/sys/sys/sema.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/sys/sema.h,v 1.4 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_SEMA_H_ diff --git a/sys/sys/serial.h b/sys/sys/serial.h index 1a149a96252f..d3b50a0260e7 100644 --- a/sys/sys/serial.h +++ b/sys/sys/serial.h @@ -27,7 +27,7 @@ * (both async and sync), but which do not necessarily have anything to * do with tty processing. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/serial.h,v 1.2.8.1 2006/08/01 21:51:19 marcel Exp $ */ #ifndef _SYS_SERIAL_H_ diff --git a/sys/sys/sf_buf.h b/sys/sys/sf_buf.h index af420652029b..82a6f4ee74c8 100644 --- a/sys/sys/sf_buf.h +++ b/sys/sys/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/sys/sf_buf.h,v 1.5 2004/11/08 00:43:46 alc Exp $ */ #ifndef _SYS_SF_BUF_H_ diff --git a/sys/sys/shm.h b/sys/sys/shm.h index 0e6b86b9681d..b35f9b531e02 100644 --- a/sys/sys/shm.h +++ b/sys/sys/shm.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/sys/shm.h,v 1.23 2005/04/02 12:33:36 das Exp $ */ /* $NetBSD: shm.h,v 1.15 1994/06/29 06:45:17 cgd Exp $ */ /*- diff --git a/sys/sys/sigio.h b/sys/sys/sigio.h index 62ece6d4c28a..c72c18f3bb27 100644 --- a/sys/sys/sigio.h +++ b/sys/sys/sigio.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)filedesc.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/sigio.h,v 1.3 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_SIGIO_H_ diff --git a/sys/sys/signal.h b/sys/sys/signal.h index 3bede2a06062..eb704594c199 100644 --- a/sys/sys/signal.h +++ b/sys/sys/signal.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)signal.h 8.4 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/signal.h,v 1.45.8.1 2005/11/16 12:44:10 davidxu Exp $ */ #ifndef _SYS_SIGNAL_H_ diff --git a/sys/sys/signalvar.h b/sys/sys/signalvar.h index 42bc5fbc7472..8e29b29f5072 100644 --- a/sys/sys/signalvar.h +++ b/sys/sys/signalvar.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)signalvar.h 8.6 (Berkeley) 2/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/signalvar.h,v 1.68 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_SIGNALVAR_H_ diff --git a/sys/sys/sleepqueue.h b/sys/sys/sleepqueue.h index 6bdc6ca19f00..a1d8650897aa 100644 --- a/sys/sys/sleepqueue.h +++ b/sys/sys/sleepqueue.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/sys/sleepqueue.h,v 1.6.2.1 2006/02/27 00:19:39 davidxu Exp $ */ #ifndef _SYS_SLEEPQUEUE_H_ diff --git a/sys/sys/smp.h b/sys/sys/smp.h index 88c6ae27d0b0..ada4a2e876de 100644 --- a/sys/sys/smp.h +++ b/sys/sys/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/sys/smp.h,v 1.84 2005/04/30 20:01:00 dwhite Exp $ */ #ifndef _SYS_SMP_H_ diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index b25aa494ff8e..1ac375703cc9 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -12,7 +12,7 @@ * * Snoop stuff. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/snoop.h,v 1.24.2.1 2005/09/24 13:19:20 cognet Exp $ */ #ifndef _SYS_SNOOP_H_ diff --git a/sys/sys/socket.h b/sys/sys/socket.h index bb00346ee081..d9b2320738a5 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)socket.h 8.4 (Berkeley) 2/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/socket.h,v 1.88.2.1 2005/09/27 21:14:10 rwatson Exp $ */ #ifndef _SYS_SOCKET_H_ diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index feba7fe43dc1..1e81bb70b487 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)socketvar.h 8.3 (Berkeley) 2/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/socketvar.h,v 1.141.2.1 2006/06/28 14:33:47 rwatson Exp $ */ #ifndef _SYS_SOCKETVAR_H_ diff --git a/sys/sys/sockio.h b/sys/sys/sockio.h index 3331e87678da..8fd16d5ed2d3 100644 --- a/sys/sys/sockio.h +++ b/sys/sys/sockio.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)sockio.h 8.1 (Berkeley) 3/28/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/sockio.h,v 1.28.2.1 2006/02/15 03:37:15 ps Exp $ */ #ifndef _SYS_SOCKIO_H_ diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index d4c4cc5e6d07..560141bfd8ba 100644 --- a/sys/sys/soundcard.h +++ b/sys/sys/soundcard.h @@ -29,7 +29,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/soundcard.h,v 1.44.2.1 2005/12/30 19:55:52 netchild Exp $ */ #ifndef _SYS_SOUNDCARD_H_ diff --git a/sys/sys/stack.h b/sys/sys/stack.h index a7ac114537be..4702679cae94 100644 --- a/sys/sys/stack.h +++ b/sys/sys/stack.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/sys/stack.h,v 1.2.2.1 2006/03/13 03:07:17 jeff Exp $ */ #ifndef _SYS_STACK_H_ diff --git a/sys/sys/stat.h b/sys/sys/stat.h index 10a3739cc440..5b72c135f9d2 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)stat.h 8.12 (Berkeley) 6/16/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/stat.h,v 1.41 2005/03/22 01:19:18 das Exp $ */ #ifndef _SYS_STAT_H_ diff --git a/sys/sys/statvfs.h b/sys/sys/statvfs.h index 24fd8e02f6a6..4db5bc040c79 100644 --- a/sys/sys/statvfs.h +++ b/sys/sys/statvfs.h @@ -26,7 +26,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/statvfs.h,v 1.4 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_STATVFS_H_ diff --git a/sys/sys/stddef.h b/sys/sys/stddef.h index 8e7f206d6197..3e0b15dff51e 100644 --- a/sys/sys/stddef.h +++ b/sys/sys/stddef.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/sys/stddef.h,v 1.2 2003/12/07 21:10:06 marcel Exp $ */ #ifndef _SYS_STDDEF_H_ diff --git a/sys/sys/stdint.h b/sys/sys/stdint.h index 27f6dae997fd..b0d6632637fe 100644 --- a/sys/sys/stdint.h +++ b/sys/sys/stdint.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/sys/stdint.h,v 1.4 2002/08/21 16:20:01 mike Exp $ */ #ifndef _SYS_STDINT_H_ diff --git a/sys/sys/sun_disklabel.h b/sys/sys/sun_disklabel.h index ac85e19706a5..c135ac4bf95d 100644 --- a/sys/sys/sun_disklabel.h +++ b/sys/sys/sun_disklabel.h @@ -34,7 +34,7 @@ * @(#)sun_disklabel.h 8.1 (Berkeley) 6/11/93 * $NetBSD: disklabel.h,v 1.2 1998/08/22 14:55:28 mrg Exp $ * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/sun_disklabel.h,v 1.11 2005/03/30 09:33:10 joerg Exp $ */ #ifndef _SYS_SUN_DISKLABEL_H_ diff --git a/sys/sys/sx.h b/sys/sys/sx.h index 2be6e3949c59..55e0ab4dbf6e 100644 --- a/sys/sys/sx.h +++ b/sys/sys/sx.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/sys/sx.h,v 1.21.2.4 2006/09/03 16:13:04 pjd Exp $ */ #ifndef _SYS_SX_H_ diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h index 82e17b0bb2b4..41fd493fce76 100644 --- a/sys/sys/syscall.h +++ b/sys/sys/syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/sys/syscall.h,v 1.178.2.5 2006/10/10 13:47:59 rwatson Exp $ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.198.2.5 2006/10/10 13:19:47 rwatson Exp */ diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk index d6a4e53e8579..e6099e31f26f 100644 --- a/sys/sys/syscall.mk +++ b/sys/sys/syscall.mk @@ -1,6 +1,6 @@ # FreeBSD system call names. # DO NOT EDIT-- this file is automatically generated. -# $FreeBSD$ +# $FreeBSD: src/sys/sys/syscall.mk,v 1.133.2.5 2006/10/10 13:47:59 rwatson Exp $ # created from FreeBSD: src/sys/kern/syscalls.master,v 1.198.2.5 2006/10/10 13:19:47 rwatson Exp MIASM = \ syscall.o \ diff --git a/sys/sys/syscallsubr.h b/sys/sys/syscallsubr.h index b34941150b91..c96edb2e317e 100644 --- a/sys/sys/syscallsubr.h +++ b/sys/sys/syscallsubr.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/sys/syscallsubr.h,v 1.31.2.2 2006/05/15 18:34:06 ps Exp $ */ #ifndef _SYS_SYSCALLSUBR_H_ diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index 26ccb9dbb3d3..0cc69c174e9c 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)sysctl.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/sysctl.h,v 1.138.2.3 2006/07/24 17:34:12 imp Exp $ */ #ifndef _SYS_SYSCTL_H_ diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h index fa23b0eb7c53..79fe892a5b99 100644 --- a/sys/sys/sysent.h +++ b/sys/sys/sysent.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/sys/sysent.h,v 1.45.2.1 2006/08/11 19:23:49 jhb Exp $ */ #ifndef _SYS_SYSENT_H_ diff --git a/sys/sys/syslimits.h b/sys/sys/syslimits.h index 0d477be87bcb..f782bc153df1 100644 --- a/sys/sys/syslimits.h +++ b/sys/sys/syslimits.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)syslimits.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/syslimits.h,v 1.21 2005/03/02 21:33:29 joerg Exp $ */ #ifndef _SYS_SYSLIMITS_H_ diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h index fe2d0fee7cb3..914334148e64 100644 --- a/sys/sys/syslog.h +++ b/sys/sys/syslog.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)syslog.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/syslog.h,v 1.26 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_SYSLOG_H_ diff --git a/sys/sys/sysproto.h b/sys/sys/sysproto.h index 38e7100be6b1..e295e57bf1de 100644 --- a/sys/sys/sysproto.h +++ b/sys/sys/sysproto.h @@ -2,7 +2,7 @@ * System call prototypes. * * DO NOT EDIT-- this file is automatically generated. - * $FreeBSD$ + * $FreeBSD: src/sys/sys/sysproto.h,v 1.177.2.5 2006/10/10 13:47:59 rwatson Exp $ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.198.2.5 2006/10/10 13:19:47 rwatson Exp */ diff --git a/sys/sys/systm.h b/sys/sys/systm.h index 3530a425fdee..99e6afcf7421 100644 --- a/sys/sys/systm.h +++ b/sys/sys/systm.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)systm.h 8.7 (Berkeley) 3/29/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/systm.h,v 1.234.2.5 2006/07/06 08:32:50 glebius Exp $ */ #ifndef _SYS_SYSTM_H_ diff --git a/sys/sys/taskqueue.h b/sys/sys/taskqueue.h index 67a3d7a4460b..55f6dfee2540 100644 --- a/sys/sys/taskqueue.h +++ b/sys/sys/taskqueue.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/sys/taskqueue.h,v 1.14.2.3 2006/07/06 08:32:50 glebius Exp $ */ #ifndef _SYS_TASKQUEUE_H_ diff --git a/sys/sys/termios.h b/sys/sys/termios.h index f9e173cfe9f2..9a3cb2e1ce30 100644 --- a/sys/sys/termios.h +++ b/sys/sys/termios.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)termios.h 8.3 (Berkeley) 3/28/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/termios.h,v 1.20 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_TERMIOS_H_ diff --git a/sys/sys/thr.h b/sys/sys/thr.h index 155e79bce94f..f3999315d440 100644 --- a/sys/sys/thr.h +++ b/sys/sys/thr.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/sys/thr.h,v 1.6 2005/04/23 02:36:07 davidxu Exp $ * */ diff --git a/sys/sys/tiio.h b/sys/sys/tiio.h index 442dceb012c0..7b4dca4465fe 100644 --- a/sys/sys/tiio.h +++ b/sys/sys/tiio.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/sys/tiio.h,v 1.1 2002/06/26 03:37:47 ken Exp $ */ /* * The ti_stats structure below is from code with the following copyright, diff --git a/sys/sys/time.h b/sys/sys/time.h index e6adbea7557c..026846d61e45 100644 --- a/sys/sys/time.h +++ b/sys/sys/time.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)time.h 8.5 (Berkeley) 5/4/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/time.h,v 1.69 2005/04/02 12:33:27 das Exp $ */ #ifndef _SYS_TIME_H_ diff --git a/sys/sys/timeb.h b/sys/sys/timeb.h index 2a88f6b3f7d8..ccd83fb4471a 100644 --- a/sys/sys/timeb.h +++ b/sys/sys/timeb.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)timeb.h 8.2 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/timeb.h,v 1.9 2004/04/07 04:19:50 imp Exp $ */ #ifndef _SYS_TIMEB_H_ diff --git a/sys/sys/timepps.h b/sys/sys/timepps.h index cde9396145fd..53308f62c6a8 100644 --- a/sys/sys/timepps.h +++ b/sys/sys/timepps.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/sys/timepps.h,v 1.19 2005/01/07 02:29:24 imp Exp $ * * The is a FreeBSD version of the RFC 2783 API for Pulse Per Second * timing interfaces. diff --git a/sys/sys/timers.h b/sys/sys/timers.h index 232141068ef2..b4eeca166f82 100644 --- a/sys/sys/timers.h +++ b/sys/sys/timers.h @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/timers.h,v 1.5 2005/01/07 02:29:24 imp Exp $ * * Description : Basic timers header. */ diff --git a/sys/sys/times.h b/sys/sys/times.h index b6b1e1dba1ea..d5c34f13bf78 100644 --- a/sys/sys/times.h +++ b/sys/sys/times.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)times.h 8.4 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/times.h,v 1.9 2004/04/07 04:19:50 imp Exp $ */ #ifndef _SYS_TIMES_H_ diff --git a/sys/sys/timespec.h b/sys/sys/timespec.h index 96f80e2ec09c..903821faa89b 100644 --- a/sys/sys/timespec.h +++ b/sys/sys/timespec.h @@ -28,7 +28,7 @@ * * @(#)time.h 8.5 (Berkeley) 5/4/95 * from: FreeBSD: src/sys/sys/time.h,v 1.43 2000/03/20 14:09:05 phk Exp - * $FreeBSD$ + * $FreeBSD: src/sys/sys/timespec.h,v 1.4 2005/01/07 02:29:24 imp Exp $ */ /* diff --git a/sys/sys/timetc.h b/sys/sys/timetc.h index d5a818b4c0e9..37094977bf5c 100644 --- a/sys/sys/timetc.h +++ b/sys/sys/timetc.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/sys/timetc.h,v 1.58 2003/08/16 08:23:52 phk Exp $ */ #ifndef _SYS_TIMETC_H_ diff --git a/sys/sys/timex.h b/sys/sys/timex.h index cf877ffc47dd..df3ed74d2ce3 100644 --- a/sys/sys/timex.h +++ b/sys/sys/timex.h @@ -45,7 +45,7 @@ * 17 Sep 93 David L. Mills * Created file * - * $FreeBSD$ + * $FreeBSD: src/sys/sys/timex.h,v 1.18 2005/01/07 02:29:24 imp Exp $ */ /* * This header file defines the Network Time Protocol (NTP) interfaces diff --git a/sys/sys/tree.h b/sys/sys/tree.h index 6682ec7762f1..55af99b57a7e 100644 --- a/sys/sys/tree.h +++ b/sys/sys/tree.h @@ -1,6 +1,6 @@ /* $NetBSD: tree.h,v 1.8 2004/03/28 19:38:30 provos Exp $ */ /* $OpenBSD: tree.h,v 1.7 2002/10/17 21:51:54 art Exp $ */ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/sys/tree.h,v 1.3 2005/06/10 11:44:57 harti Exp $ */ /*- * Copyright 2002 Niels Provos <provos@citi.umich.edu> diff --git a/sys/sys/tty.h b/sys/sys/tty.h index d9f104aef81d..9b60b8d6dfbf 100644 --- a/sys/sys/tty.h +++ b/sys/sys/tty.h @@ -40,7 +40,7 @@ * SUCH DAMAGE. * * @(#)tty.h 8.6 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/tty.h,v 1.97 2004/10/18 21:51:27 phk Exp $ */ #ifndef _SYS_TTY_H_ diff --git a/sys/sys/ttychars.h b/sys/sys/ttychars.h index 67d69e55c4a7..6cd4529218f8 100644 --- a/sys/sys/ttychars.h +++ b/sys/sys/ttychars.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ttychars.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ttychars.h,v 1.9 2004/06/21 22:57:16 phk Exp $ */ #ifndef _SYS_TTYCHARS_H_ diff --git a/sys/sys/ttycom.h b/sys/sys/ttycom.h index ecba7e9acd17..0e25259734d6 100644 --- a/sys/sys/ttycom.h +++ b/sys/sys/ttycom.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)ttycom.h 8.1 (Berkeley) 3/28/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ttycom.h,v 1.23.8.1 2006/10/04 06:09:11 ru Exp $ */ #ifndef _SYS_TTYCOM_H_ diff --git a/sys/sys/ttydefaults.h b/sys/sys/ttydefaults.h index d21dddf5afe6..6517cbbc7ffc 100644 --- a/sys/sys/ttydefaults.h +++ b/sys/sys/ttydefaults.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)ttydefaults.h 8.4 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ttydefaults.h,v 1.19 2004/11/03 19:16:55 phk Exp $ */ /* diff --git a/sys/sys/ttydev.h b/sys/sys/ttydev.h index f6e3791b4491..9f9bde1bd1b8 100644 --- a/sys/sys/ttydev.h +++ b/sys/sys/ttydev.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ttydev.h 8.2 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ttydev.h,v 1.11 2004/06/21 22:57:16 phk Exp $ */ /* COMPATIBILITY HEADER FILE */ diff --git a/sys/sys/turnstile.h b/sys/sys/turnstile.h index e4b3910441b5..1e71f051fc9b 100644 --- a/sys/sys/turnstile.h +++ b/sys/sys/turnstile.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/sys/turnstile.h,v 1.7 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_TURNSTILE_H_ diff --git a/sys/sys/types.h b/sys/sys/types.h index 5a0951c1999b..dddb7d411e28 100644 --- a/sys/sys/types.h +++ b/sys/sys/types.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)types.h 8.6 (Berkeley) 2/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/types.h,v 1.92 2005/05/31 15:18:17 rodrigc Exp $ */ #ifndef _SYS_TYPES_H_ diff --git a/sys/sys/ucontext.h b/sys/sys/ucontext.h index 85a5fd640e5e..6ca4dda86c06 100644 --- a/sys/sys/ucontext.h +++ b/sys/sys/ucontext.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/sys/ucontext.h,v 1.11 2003/11/09 20:31:04 marcel Exp $ */ #ifndef _SYS_UCONTEXT_H_ diff --git a/sys/sys/ucred.h b/sys/sys/ucred.h index b11513677bfe..b3bbc3f4c916 100644 --- a/sys/sys/ucred.h +++ b/sys/sys/ucred.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ucred.h 8.4 (Berkeley) 1/9/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/ucred.h,v 1.52 2005/06/28 02:23:56 delphij Exp $ */ #ifndef _SYS_UCRED_H_ diff --git a/sys/sys/uio.h b/sys/sys/uio.h index b5c0ece906a9..9721937b2c90 100644 --- a/sys/sys/uio.h +++ b/sys/sys/uio.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)uio.h 8.5 (Berkeley) 2/22/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/uio.h,v 1.39 2005/07/07 18:17:55 jhb Exp $ */ #ifndef _SYS_UIO_H_ diff --git a/sys/sys/umtx.h b/sys/sys/umtx.h index 9734e374993d..f29f6246d5de 100644 --- a/sys/sys/umtx.h +++ b/sys/sys/umtx.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/sys/umtx.h,v 1.16.2.1 2006/01/16 05:48:40 davidxu Exp $ * */ diff --git a/sys/sys/un.h b/sys/sys/un.h index 97aebb5be2e0..5365a772b736 100644 --- a/sys/sys/un.h +++ b/sys/sys/un.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)un.h 8.3 (Berkeley) 2/19/95 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/un.h,v 1.29 2005/04/13 00:01:46 mdodd Exp $ */ #ifndef _SYS_UN_H_ diff --git a/sys/sys/unistd.h b/sys/sys/unistd.h index 839c333018cb..4ef699e56af8 100644 --- a/sys/sys/unistd.h +++ b/sys/sys/unistd.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)unistd.h 8.2 (Berkeley) 1/7/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/unistd.h,v 1.41 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_UNISTD_H_ diff --git a/sys/sys/unpcb.h b/sys/sys/unpcb.h index a1186dedbae2..b134fc2f7af9 100644 --- a/sys/sys/unpcb.h +++ b/sys/sys/unpcb.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)unpcb.h 8.1 (Berkeley) 6/2/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/unpcb.h,v 1.19 2005/04/13 00:01:46 mdodd Exp $ */ #ifndef _SYS_UNPCB_H_ diff --git a/sys/sys/user.h b/sys/sys/user.h index 16ecd3e3f205..4678500761c7 100644 --- a/sys/sys/user.h +++ b/sys/sys/user.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)user.h 8.2 (Berkeley) 9/23/93 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/user.h,v 1.66.2.1 2006/06/23 23:41:05 cognet Exp $ */ #ifndef _SYS_USER_H_ diff --git a/sys/sys/utsname.h b/sys/sys/utsname.h index 410e06566b36..50876a54d900 100644 --- a/sys/sys/utsname.h +++ b/sys/sys/utsname.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)utsname.h 8.1 (Berkeley) 1/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/utsname.h,v 1.11 2004/04/07 04:19:50 imp Exp $ */ #ifndef _SYS_UTSNAME_H diff --git a/sys/sys/uuid.h b/sys/sys/uuid.h index 7adf8b64a4a6..c16eccd585d6 100644 --- a/sys/sys/uuid.h +++ b/sys/sys/uuid.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/sys/uuid.h,v 1.4 2005/01/07 02:29:24 imp Exp $ */ #ifndef _SYS_UUID_H_ diff --git a/sys/sys/vmmeter.h b/sys/sys/vmmeter.h index 793f32d37738..0c695b7edf2e 100644 --- a/sys/sys/vmmeter.h +++ b/sys/sys/vmmeter.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)vmmeter.h 8.2 (Berkeley) 7/10/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/vmmeter.h,v 1.26 2004/06/08 10:37:30 tjr Exp $ */ #ifndef _SYS_VMMETER_H_ diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 553a6dbcb57b..ddf6324045f4 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)vnode.h 8.7 (Berkeley) 2/4/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/vnode.h,v 1.304.2.7 2006/03/13 03:07:27 jeff Exp $ */ #ifndef _SYS_VNODE_H_ diff --git a/sys/sys/wait.h b/sys/sys/wait.h index c16821cd11e7..3fff81b0f6e0 100644 --- a/sys/sys/wait.h +++ b/sys/sys/wait.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)wait.h 8.2 (Berkeley) 7/10/94 - * $FreeBSD$ + * $FreeBSD: src/sys/sys/wait.h,v 1.21 2005/01/05 22:19:44 jhb Exp $ */ #ifndef _SYS_WAIT_H_ diff --git a/sys/sys/watchdog.h b/sys/sys/watchdog.h index a67b68b4392d..abfb37b0ea4f 100644 --- a/sys/sys/watchdog.h +++ b/sys/sys/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/sys/watchdog.h,v 1.3 2004/02/28 20:06:58 phk Exp $ */ #ifndef _SYS_WATCHDOG_H #define _SYS_WATCHDOG_H diff --git a/sys/sys/xrpuio.h b/sys/sys/xrpuio.h index 94bd38d0a3ef..928e200f5587 100644 --- a/sys/sys/xrpuio.h +++ b/sys/sys/xrpuio.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/sys/xrpuio.h,v 1.3 2005/01/07 02:29:24 imp Exp $ * */ diff --git a/sys/tools/acpi_quirks2h.awk b/sys/tools/acpi_quirks2h.awk index 1aa08dc30019..03a62cc7eded 100644 --- a/sys/tools/acpi_quirks2h.awk +++ b/sys/tools/acpi_quirks2h.awk @@ -1,6 +1,6 @@ #!/usr/bin/awk -f # -# $FreeBSD$ +# $FreeBSD: src/sys/tools/acpi_quirks2h.awk,v 1.3 2005/01/07 02:29:25 imp Exp $ #- # Copyright (c) 2004 Mark Santcroos <marks@ripe.net> diff --git a/sys/tools/emu10k1-mkalsa.sh b/sys/tools/emu10k1-mkalsa.sh index 2e78f5bd0499..c83c9b0868b4 100644 --- a/sys/tools/emu10k1-mkalsa.sh +++ b/sys/tools/emu10k1-mkalsa.sh @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/tools/emu10k1-mkalsa.sh,v 1.1 2004/02/05 22:51:16 peter Exp $ GREP=${GREP:-grep} CC=${CC:-cc} diff --git a/sys/tools/fw_stub.awk b/sys/tools/fw_stub.awk index 3e4463e268f9..b34e5280fbab 100644 --- a/sys/tools/fw_stub.awk +++ b/sys/tools/fw_stub.awk @@ -25,7 +25,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/tools/fw_stub.awk,v 1.2.2.2 2006/06/29 20:24:17 jhb Exp $ # # Script to generate module .c file from a list of firmware images diff --git a/sys/tools/makeobjops.awk b/sys/tools/makeobjops.awk index 61994f36e588..c74f712b79a8 100644 --- a/sys/tools/makeobjops.awk +++ b/sys/tools/makeobjops.awk @@ -34,7 +34,7 @@ # From src/sys/kern/makedevops.pl,v 1.12 1999/11/22 14:40:04 n_hibma Exp # From src/sys/kern/makeobjops.pl,v 1.8 2001/11/16 02:02:42 joe Exp # -# $FreeBSD$ +# $FreeBSD: src/sys/tools/makeobjops.awk,v 1.6 2005/01/07 02:29:25 imp Exp $ # # Script to produce kobj front-end sugar. diff --git a/sys/tools/miidevs2h.awk b/sys/tools/miidevs2h.awk index 01d3a5ca4318..b0c068066995 100644 --- a/sys/tools/miidevs2h.awk +++ b/sys/tools/miidevs2h.awk @@ -65,7 +65,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/tools/miidevs2h.awk,v 1.6 2005/01/07 02:29:25 imp Exp $ # function collectline(f, line) { oparen = 0 diff --git a/sys/tools/pccarddevs2h.awk b/sys/tools/pccarddevs2h.awk index 2e52290b8e83..508ab34a6332 100644 --- a/sys/tools/pccarddevs2h.awk +++ b/sys/tools/pccarddevs2h.awk @@ -1,6 +1,6 @@ #! /usr/bin/awk -f # $NetBSD: devlist2h.awk,v 1.3 1998/09/05 14:42:06 christos Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/tools/pccarddevs2h.awk,v 1.4 2005/01/07 02:29:25 imp Exp $ #- # Copyright (c) 1998 The NetBSD Foundation, Inc. diff --git a/sys/tools/usbdevs2h.awk b/sys/tools/usbdevs2h.awk index e6db3bdef979..fe3bd3d3f907 100644 --- a/sys/tools/usbdevs2h.awk +++ b/sys/tools/usbdevs2h.awk @@ -1,7 +1,7 @@ #! /usr/bin/awk -f #- # $NetBSD: usb/devlist2h.awk,v 1.9 2001/01/18 20:28:22 jdolecek Exp $ -# $FreeBSD$ +# $FreeBSD: src/sys/tools/usbdevs2h.awk,v 1.7 2005/01/07 02:29:25 imp Exp $ # # Copyright (c) 1995, 1996 Christopher G. Demetriou # All rights reserved. diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk index 8c992fee292e..b59155023564 100644 --- a/sys/tools/vnode_if.awk +++ b/sys/tools/vnode_if.awk @@ -30,7 +30,7 @@ # # @(#)vnode_if.sh 8.1 (Berkeley) 6/10/93 -# $FreeBSD$ +# $FreeBSD: src/sys/tools/vnode_if.awk,v 1.50 2005/06/09 20:20:30 ssouhlal Exp $ # # Script to produce VFS front-end sugar. # @@ -146,7 +146,7 @@ common_head = \ " * This file is produced automatically.\n" \ " * Do not modify anything in here by hand.\n" \ " *\n" \ - " * Created from $FreeBSD$\n" \ + " * Created from $FreeBSD: src/sys/tools/vnode_if.awk,v 1.50 2005/06/09 20:20:30 ssouhlal Exp $\n" \ " */\n" \ "\n"; diff --git a/sys/ufs/ffs/README.snapshot b/sys/ufs/ffs/README.snapshot index 7704c7ee3475..2ca5a1937fa7 100644 --- a/sys/ufs/ffs/README.snapshot +++ b/sys/ufs/ffs/README.snapshot @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/ufs/ffs/README.snapshot,v 1.4 2002/12/12 00:31:45 trhodes Exp $ Soft Updates Status diff --git a/sys/ufs/ffs/README.softupdates b/sys/ufs/ffs/README.softupdates index 3b9c675c09fb..a965f4faaecf 100644 --- a/sys/ufs/ffs/README.softupdates +++ b/sys/ufs/ffs/README.softupdates @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/ufs/ffs/README.softupdates,v 1.9 2000/07/08 02:31:21 mckusick Exp $ Using Soft Updates diff --git a/sys/ufs/ffs/ffs_alloc.c b/sys/ufs/ffs/ffs_alloc.c index b28e789f3918..fc31696f449b 100644 --- a/sys/ufs/ffs/ffs_alloc.c +++ b/sys/ufs/ffs/ffs_alloc.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_alloc.c,v 1.132.2.4 2006/03/13 03:07:32 jeff Exp $"); #include "opt_quota.h" diff --git a/sys/ufs/ffs/ffs_balloc.c b/sys/ufs/ffs/ffs_balloc.c index 97f4fdae9d1e..7f130e849f56 100644 --- a/sys/ufs/ffs/ffs_balloc.c +++ b/sys/ufs/ffs/ffs_balloc.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_balloc.c,v 1.50 2005/02/08 17:23:39 phk Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ufs/ffs/ffs_extern.h b/sys/ufs/ffs/ffs_extern.h index 21704bd9e142..95eed627ce16 100644 --- a/sys/ufs/ffs/ffs_extern.h +++ b/sys/ufs/ffs/ffs_extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ffs_extern.h 8.6 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ffs/ffs_extern.h,v 1.69.2.1 2006/03/13 03:07:37 jeff Exp $ */ #ifndef _UFS_FFS_EXTERN_H diff --git a/sys/ufs/ffs/ffs_inode.c b/sys/ufs/ffs/ffs_inode.c index ad6bff918982..fb3eb4e92d2d 100644 --- a/sys/ufs/ffs/ffs_inode.c +++ b/sys/ufs/ffs/ffs_inode.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_inode.c,v 1.106.2.1 2006/11/07 16:56:11 kib Exp $"); #include "opt_quota.h" diff --git a/sys/ufs/ffs/ffs_rawread.c b/sys/ufs/ffs/ffs_rawread.c index eca31fc21c91..66cc4f5fb106 100644 --- a/sys/ufs/ffs/ffs_rawread.c +++ b/sys/ufs/ffs/ffs_rawread.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_rawread.c,v 1.25.2.3 2006/05/14 00:49:35 tegge Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ufs/ffs/ffs_snapshot.c b/sys/ufs/ffs/ffs_snapshot.c index 6ab9af25bcde..d66f420cb595 100644 --- a/sys/ufs/ffs/ffs_snapshot.c +++ b/sys/ufs/ffs/ffs_snapshot.c @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_snapshot.c,v 1.103.2.21 2006/11/07 16:56:11 kib Exp $"); #include "opt_quota.h" diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c index c7d8113fe504..ab72ee5ef36a 100644 --- a/sys/ufs/ffs/ffs_softdep.c +++ b/sys/ufs/ffs/ffs_softdep.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_softdep.c,v 1.181.2.14 2006/11/04 01:45:50 trhodes Exp $"); /* * For now we want the safety net that the DIAGNOSTIC and DEBUG flags provide. diff --git a/sys/ufs/ffs/ffs_subr.c b/sys/ufs/ffs/ffs_subr.c index e34bc1372a2e..71ec3197801a 100644 --- a/sys/ufs/ffs/ffs_subr.c +++ b/sys/ufs/ffs/ffs_subr.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_subr.c,v 1.40 2005/01/07 02:29:26 imp Exp $"); #include <sys/param.h> diff --git a/sys/ufs/ffs/ffs_tables.c b/sys/ufs/ffs/ffs_tables.c index 848d47805c31..dcb936763cbd 100644 --- a/sys/ufs/ffs/ffs_tables.c +++ b/sys/ufs/ffs/ffs_tables.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_tables.c,v 1.12 2005/01/07 02:29:26 imp Exp $"); #include <sys/param.h> #include <ufs/ufs/dinode.h> diff --git a/sys/ufs/ffs/ffs_vfsops.c b/sys/ufs/ffs/ffs_vfsops.c index 7807b27d7630..686b4f0a5bb2 100644 --- a/sys/ufs/ffs/ffs_vfsops.c +++ b/sys/ufs/ffs/ffs_vfsops.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_vfsops.c,v 1.290.2.16 2006/10/09 19:47:17 tegge Exp $"); #include "opt_mac.h" #include "opt_quota.h" diff --git a/sys/ufs/ffs/ffs_vnops.c b/sys/ufs/ffs/ffs_vnops.c index 4d8d9ef009ce..b455e91b2007 100644 --- a/sys/ufs/ffs/ffs_vnops.c +++ b/sys/ufs/ffs/ffs_vnops.c @@ -62,7 +62,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ffs/ffs_vnops.c,v 1.157.2.4 2006/11/07 16:56:11 kib Exp $"); #include <sys/param.h> #include <sys/bio.h> diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index 572996ec5935..c30982940f25 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)fs.h 8.13 (Berkeley) 3/21/95 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ffs/fs.h,v 1.48 2005/02/20 08:02:15 delphij Exp $ */ #ifndef _UFS_FFS_FS_H_ diff --git a/sys/ufs/ffs/softdep.h b/sys/ufs/ffs/softdep.h index b00183bcfd2c..c2f41d0fbe74 100644 --- a/sys/ufs/ffs/softdep.h +++ b/sys/ufs/ffs/softdep.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)softdep.h 9.7 (McKusick) 6/21/00 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ffs/softdep.h,v 1.17.2.2 2006/03/13 03:08:00 jeff Exp $ */ #include <sys/queue.h> diff --git a/sys/ufs/ufs/README.acls b/sys/ufs/ufs/README.acls index 28a9d4f59d87..ef752c73b255 100644 --- a/sys/ufs/ufs/README.acls +++ b/sys/ufs/ufs/README.acls @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/ufs/ufs/README.acls,v 1.6 2002/10/19 16:09:16 rwatson Exp $ UFS Access Control Lists Copyright diff --git a/sys/ufs/ufs/README.extattr b/sys/ufs/ufs/README.extattr index a3be6e6a45dc..a6e07d02c4c0 100644 --- a/sys/ufs/ufs/README.extattr +++ b/sys/ufs/ufs/README.extattr @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/ufs/ufs/README.extattr,v 1.5 2002/10/18 21:11:36 rwatson Exp $ UFS Extended Attributes Copyright diff --git a/sys/ufs/ufs/acl.h b/sys/ufs/ufs/acl.h index b53e3284df1e..6c3cc990470b 100644 --- a/sys/ufs/ufs/acl.h +++ b/sys/ufs/ufs/acl.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/ufs/ufs/acl.h,v 1.5 2003/08/04 03:29:13 rwatson Exp $ */ /* * Developed by the TrustedBSD Project. diff --git a/sys/ufs/ufs/dinode.h b/sys/ufs/ufs/dinode.h index bb167563c1d9..f9a90462a1c2 100644 --- a/sys/ufs/ufs/dinode.h +++ b/sys/ufs/ufs/dinode.h @@ -62,7 +62,7 @@ * SUCH DAMAGE. * * @(#)dinode.h 8.3 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ufs/dinode.h,v 1.15 2005/01/07 02:29:26 imp Exp $ */ #ifndef _UFS_UFS_DINODE_H_ diff --git a/sys/ufs/ufs/dir.h b/sys/ufs/ufs/dir.h index b535220b66b5..61ca8193b402 100644 --- a/sys/ufs/ufs/dir.h +++ b/sys/ufs/ufs/dir.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)dir.h 8.2 (Berkeley) 1/21/94 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ufs/dir.h,v 1.11 2005/01/07 02:29:26 imp Exp $ */ #ifndef _UFS_UFS_DIR_H_ diff --git a/sys/ufs/ufs/dirhash.h b/sys/ufs/ufs/dirhash.h index e81913938a47..d1946710ac05 100644 --- a/sys/ufs/ufs/dirhash.h +++ b/sys/ufs/ufs/dirhash.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/ufs/ufs/dirhash.h,v 1.5 2005/01/07 02:29:26 imp Exp $ */ #ifndef _UFS_UFS_DIRHASH_H_ diff --git a/sys/ufs/ufs/extattr.h b/sys/ufs/ufs/extattr.h index cf3222767172..a1e570748490 100644 --- a/sys/ufs/ufs/extattr.h +++ b/sys/ufs/ufs/extattr.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/ufs/ufs/extattr.h,v 1.20 2005/01/31 08:16:45 imp Exp $ */ /* * Developed by the TrustedBSD Project. diff --git a/sys/ufs/ufs/inode.h b/sys/ufs/ufs/inode.h index e7e664aa81d6..a80414c81434 100644 --- a/sys/ufs/ufs/inode.h +++ b/sys/ufs/ufs/inode.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)inode.h 8.9 (Berkeley) 5/14/95 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ufs/inode.h,v 1.49.2.1 2006/11/07 16:56:11 kib Exp $ */ #ifndef _UFS_UFS_INODE_H_ diff --git a/sys/ufs/ufs/quota.h b/sys/ufs/ufs/quota.h index 1b6b80db418f..b58418873b9c 100644 --- a/sys/ufs/ufs/quota.h +++ b/sys/ufs/ufs/quota.h @@ -30,7 +30,7 @@ * SUCH DAMAGE. * * @(#)quota.h 8.3 (Berkeley) 8/19/94 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ufs/quota.h,v 1.27 2005/01/07 02:29:26 imp Exp $ */ #ifndef _UFS_UFS_QUOTA_H_ diff --git a/sys/ufs/ufs/ufs_acl.c b/sys/ufs/ufs/ufs_acl.c index e3005f49cc1b..deb149747551 100644 --- a/sys/ufs/ufs/ufs_acl.c +++ b/sys/ufs/ufs/ufs_acl.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_acl.c,v 1.20 2004/08/15 06:24:42 jmg Exp $"); #include "opt_ufs.h" #include "opt_quota.h" diff --git a/sys/ufs/ufs/ufs_bmap.c b/sys/ufs/ufs/ufs_bmap.c index a80d84386acb..c7021ad3bd4a 100644 --- a/sys/ufs/ufs/ufs_bmap.c +++ b/sys/ufs/ufs/ufs_bmap.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_bmap.c,v 1.64.2.1 2005/11/26 21:19:20 delphij Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/ufs/ufs/ufs_dirhash.c b/sys/ufs/ufs/ufs_dirhash.c index d15bae1a0790..1191759a64a1 100644 --- a/sys/ufs/ufs/ufs_dirhash.c +++ b/sys/ufs/ufs/ufs_dirhash.c @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_dirhash.c,v 1.21.2.1 2005/08/20 04:27:15 iedowse Exp $"); #include "opt_ufs.h" diff --git a/sys/ufs/ufs/ufs_extattr.c b/sys/ufs/ufs/ufs_extattr.c index e6153f3efda9..6e0598aa5457 100644 --- a/sys/ufs/ufs/ufs_extattr.c +++ b/sys/ufs/ufs/ufs_extattr.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_extattr.c,v 1.81.2.3 2006/03/13 03:08:08 jeff Exp $"); #include "opt_ufs.h" diff --git a/sys/ufs/ufs/ufs_extern.h b/sys/ufs/ufs/ufs_extern.h index 40a659dfdac6..1de0bc9649c8 100644 --- a/sys/ufs/ufs/ufs_extern.h +++ b/sys/ufs/ufs/ufs_extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ufs_extern.h 8.10 (Berkeley) 5/14/95 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ufs/ufs_extern.h,v 1.55 2005/03/14 10:21:16 phk Exp $ */ #ifndef _UFS_UFS_EXTERN_H_ diff --git a/sys/ufs/ufs/ufs_inode.c b/sys/ufs/ufs/ufs_inode.c index 638e23b95a68..d5d0b9f36950 100644 --- a/sys/ufs/ufs/ufs_inode.c +++ b/sys/ufs/ufs/ufs_inode.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_inode.c,v 1.63.2.3 2006/05/14 01:12:56 tegge Exp $"); #include "opt_quota.h" #include "opt_ufs.h" diff --git a/sys/ufs/ufs/ufs_lookup.c b/sys/ufs/ufs/ufs_lookup.c index f59db65ea28a..75e0990e9dc4 100644 --- a/sys/ufs/ufs/ufs_lookup.c +++ b/sys/ufs/ufs/ufs_lookup.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_lookup.c,v 1.77.2.3 2006/09/05 13:20:41 daichi Exp $"); #include "opt_ffs_broken_fixme.h" #include "opt_ufs.h" diff --git a/sys/ufs/ufs/ufs_quota.c b/sys/ufs/ufs/ufs_quota.c index 821abc088d89..2fe30580ef28 100644 --- a/sys/ufs/ufs/ufs_quota.c +++ b/sys/ufs/ufs/ufs_quota.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_quota.c,v 1.74.2.5 2006/10/09 19:47:17 tegge Exp $"); #include "opt_ffs.h" diff --git a/sys/ufs/ufs/ufs_vfsops.c b/sys/ufs/ufs/ufs_vfsops.c index 2265a1b543d0..b606b5748497 100644 --- a/sys/ufs/ufs/ufs_vfsops.c +++ b/sys/ufs/ufs/ufs_vfsops.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_vfsops.c,v 1.45.2.1 2006/02/20 00:53:15 yar Exp $"); #include "opt_quota.h" #include "opt_ufs.h" diff --git a/sys/ufs/ufs/ufs_vnops.c b/sys/ufs/ufs/ufs_vnops.c index ccfea38bb850..84b980b56d44 100644 --- a/sys/ufs/ufs/ufs_vnops.c +++ b/sys/ufs/ufs/ufs_vnops.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/ufs/ufs/ufs_vnops.c,v 1.271.2.7 2006/11/07 16:56:11 kib Exp $"); #include "opt_mac.h" #include "opt_quota.h" diff --git a/sys/ufs/ufs/ufsmount.h b/sys/ufs/ufs/ufsmount.h index 5057991db514..4183756a6058 100644 --- a/sys/ufs/ufs/ufsmount.h +++ b/sys/ufs/ufs/ufsmount.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)ufsmount.h 8.6 (Berkeley) 3/30/95 - * $FreeBSD$ + * $FreeBSD: src/sys/ufs/ufs/ufsmount.h,v 1.34.2.2 2006/04/04 18:14:31 tegge Exp $ */ #ifndef _UFS_UFS_UFSMOUNT_H_ diff --git a/sys/vm/default_pager.c b/sys/vm/default_pager.c index 485571b5b904..6f345741e90e 100644 --- a/sys/vm/default_pager.c +++ b/sys/vm/default_pager.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/default_pager.c,v 1.35 2005/01/07 02:29:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/device_pager.c b/sys/vm/device_pager.c index 376badd9fa9c..425745c9da63 100644 --- a/sys/vm/device_pager.c +++ b/sys/vm/device_pager.c @@ -35,7 +35,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/device_pager.c,v 1.78 2005/06/10 17:27:54 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/memguard.c b/sys/vm/memguard.c index 2140a0bf08b2..f97c58dc1ef4 100644 --- a/sys/vm/memguard.c +++ b/sys/vm/memguard.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/memguard.c,v 1.5 2005/02/16 21:45:59 bmilekic Exp $"); /* * MemGuard is a simple replacement allocator for debugging only diff --git a/sys/vm/memguard.h b/sys/vm/memguard.h index 10ca96de26ff..b5b706c16362 100644 --- a/sys/vm/memguard.h +++ b/sys/vm/memguard.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/vm/memguard.h,v 1.2 2005/02/16 21:45:59 bmilekic Exp $ */ void memguard_init(vm_map_t parent_map, unsigned long size); diff --git a/sys/vm/phys_pager.c b/sys/vm/phys_pager.c index 9575970e36d5..8570c6526fb1 100644 --- a/sys/vm/phys_pager.c +++ b/sys/vm/phys_pager.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/phys_pager.c,v 1.23 2005/01/07 02:29:26 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/pmap.h b/sys/vm/pmap.h index d5b64c3fc772..d3126171f842 100644 --- a/sys/vm/pmap.h +++ b/sys/vm/pmap.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/pmap.h,v 1.71.2.1 2005/11/13 21:45:48 alc Exp $ */ /* diff --git a/sys/vm/swap_pager.c b/sys/vm/swap_pager.c index 82e883bf57be..f7de1795bde0 100644 --- a/sys/vm/swap_pager.c +++ b/sys/vm/swap_pager.c @@ -67,7 +67,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/swap_pager.c,v 1.273.2.3 2006/07/17 21:23:54 cognet Exp $"); #include "opt_mac.h" #include "opt_swap.h" diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index a254cc7ce937..b942b09d0519 100644 --- a/sys/vm/swap_pager.h +++ b/sys/vm/swap_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)swap_pager.h 7.1 (Berkeley) 12/5/90 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/swap_pager.h,v 1.50.2.1 2006/05/10 07:00:09 pjd Exp $ */ #ifndef _VM_SWAP_PAGER_H_ diff --git a/sys/vm/uma.h b/sys/vm/uma.h index 2181ec72dfec..a5457d1e8104 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.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/vm/uma.h,v 1.22.2.6 2005/11/13 08:44:24 alc Exp $ * */ diff --git a/sys/vm/uma_core.c b/sys/vm/uma_core.c index 3a8d495259e9..d8f053a8225e 100644 --- a/sys/vm/uma_core.c +++ b/sys/vm/uma_core.c @@ -48,7 +48,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_core.c,v 1.119.2.16 2006/06/02 09:56:27 rwatson Exp $"); /* I should really use ktr.. */ /* diff --git a/sys/vm/uma_dbg.c b/sys/vm/uma_dbg.c index 9075bf960858..5a5e37ab4509 100644 --- a/sys/vm/uma_dbg.c +++ b/sys/vm/uma_dbg.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/uma_dbg.c,v 1.20.2.1 2005/08/20 13:31:05 rwatson Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/uma_dbg.h b/sys/vm/uma_dbg.h index 341cecbf8de3..f85311d0124e 100644 --- a/sys/vm/uma_dbg.h +++ b/sys/vm/uma_dbg.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/vm/uma_dbg.h,v 1.8.2.1 2005/08/20 13:31:05 rwatson Exp $ * */ diff --git a/sys/vm/uma_int.h b/sys/vm/uma_int.h index 6e8620662f26..0a77e4dccdd8 100644 --- a/sys/vm/uma_int.h +++ b/sys/vm/uma_int.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/vm/uma_int.h,v 1.31.2.6 2005/08/15 09:01:11 rwatson Exp $ * */ diff --git a/sys/vm/vm.h b/sys/vm/vm.h index 102a934bc8e2..e92a7ec33ec9 100644 --- a/sys/vm/vm.h +++ b/sys/vm/vm.h @@ -55,7 +55,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm.h,v 1.26 2005/04/01 20:00:11 jhb Exp $ */ #ifndef VM_H diff --git a/sys/vm/vm_contig.c b/sys/vm/vm_contig.c index dcd7171d9851..2001c27bbc33 100644 --- a/sys/vm/vm_contig.c +++ b/sys/vm/vm_contig.c @@ -60,7 +60,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_contig.c,v 1.43.2.5 2006/09/05 23:10:58 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h index 31f6e2354eba..55f848a0d72d 100644 --- a/sys/vm/vm_extern.h +++ b/sys/vm/vm_extern.h @@ -27,7 +27,7 @@ * SUCH DAMAGE. * * @(#)vm_extern.h 8.2 (Berkeley) 1/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_extern.h,v 1.76.2.2 2006/06/02 00:26:27 tegge Exp $ */ #ifndef _VM_EXTERN_H_ diff --git a/sys/vm/vm_fault.c b/sys/vm/vm_fault.c index 138315cc8ac0..dc128b89a6c1 100644 --- a/sys/vm/vm_fault.c +++ b/sys/vm/vm_fault.c @@ -72,7 +72,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_fault.c,v 1.205.2.5 2006/06/12 15:06:22 maxim Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c index 62894cbeaea3..f5b1de727a31 100644 --- a/sys/vm/vm_glue.c +++ b/sys/vm/vm_glue.c @@ -57,7 +57,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_glue.c,v 1.213.2.2 2006/06/02 00:26:27 tegge Exp $"); #include "opt_vm.h" #include "opt_kstack_pages.h" diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 9125366fc78a..e466da4b263c 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_init.c,v 1.46 2005/04/25 19:22:05 kris Exp $"); #include <sys/param.h> #include <sys/kernel.h> diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index 86d1f12348a3..a8a0c92df887 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_kern.c,v 1.122 2005/01/07 02:29:27 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 2f283e3ff9c6..398d76f46c2f 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_kern.h,v 1.28 2005/01/07 02:29:27 imp Exp $ */ #ifndef _VM_VM_KERN_H_ diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index ca39688c4c1d..37fc7e97e385 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_map.c,v 1.366.2.3 2006/06/02 00:26:27 tegge Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_map.h b/sys/vm/vm_map.h index 8fafec9d2215..e3ab93c9de27 100644 --- a/sys/vm/vm_map.h +++ b/sys/vm/vm_map.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_map.h,v 1.117.2.1 2006/06/02 00:26:27 tegge Exp $ */ /* diff --git a/sys/vm/vm_meter.c b/sys/vm/vm_meter.c index 1665fda23fce..4a90dd41cf53 100644 --- a/sys/vm/vm_meter.c +++ b/sys/vm/vm_meter.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_meter.c,v 1.85.2.1 2006/06/02 00:26:27 tegge Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index d0480386dc85..717a3826c9cd 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_mmap.c,v 1.200.2.3 2006/07/21 05:54:24 kib Exp $"); #include "opt_compat.h" #include "opt_mac.h" diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c index 7371366b16f5..63b39122195a 100644 --- a/sys/vm/vm_object.c +++ b/sys/vm/vm_object.c @@ -63,7 +63,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_object.c,v 1.349.2.6 2006/09/29 04:37:22 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h index 2de99093d333..bd5ef5c77d43 100644 --- a/sys/vm/vm_object.h +++ b/sys/vm/vm_object.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_object.h,v 1.111 2005/05/03 11:11:26 jeff Exp $ */ /* diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c index 9a3484370673..0f9d1cf4f3ba 100644 --- a/sys/vm/vm_page.c +++ b/sys/vm/vm_page.c @@ -97,7 +97,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_page.c,v 1.304.2.5 2006/09/29 04:51:16 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_page.h b/sys/vm/vm_page.h index 4ca7d2481709..e37ebc277809 100644 --- a/sys/vm/vm_page.h +++ b/sys/vm/vm_page.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_page.h,v 1.136.2.1 2005/08/15 09:02:01 rwatson Exp $ */ /* diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c index e39f0d0ee4a9..36211ba3cbb1 100644 --- a/sys/vm/vm_pageout.c +++ b/sys/vm/vm_pageout.c @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pageout.c,v 1.268.2.3 2006/03/09 00:02:51 tegge Exp $"); #include "opt_vm.h" #include <sys/param.h> diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h index 1b74fab74f0e..e82b1ae819f4 100644 --- a/sys/vm/vm_pageout.h +++ b/sys/vm/vm_pageout.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_pageout.h,v 1.41 2005/01/07 02:29:27 imp Exp $ */ #ifndef _VM_VM_PAGEOUT_H_ diff --git a/sys/vm/vm_pageq.c b/sys/vm/vm_pageq.c index 7bab274af080..5da0bc3f92f1 100644 --- a/sys/vm/vm_pageq.c +++ b/sys/vm/vm_pageq.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pageq.c,v 1.18.2.1 2006/07/05 19:08:49 jhb Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.c b/sys/vm/vm_pager.c index d6025ab6fe5c..87c0acb39b11 100644 --- a/sys/vm/vm_pager.c +++ b/sys/vm/vm_pager.c @@ -64,7 +64,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_pager.c,v 1.105.2.1 2005/08/15 14:04:47 kan Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vm_pager.h b/sys/vm/vm_pager.h index 652073cac339..7ebffda10318 100644 --- a/sys/vm/vm_pager.h +++ b/sys/vm/vm_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vm_pager.h 8.4 (Berkeley) 1/12/94 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_pager.h,v 1.50 2005/05/18 22:08:52 alc Exp $ */ /* diff --git a/sys/vm/vm_param.h b/sys/vm/vm_param.h index dc3abe75820d..d21efa5e6c49 100644 --- a/sys/vm/vm_param.h +++ b/sys/vm/vm_param.h @@ -57,7 +57,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vm_param.h,v 1.21 2005/01/07 02:29:27 imp Exp $ */ /* diff --git a/sys/vm/vm_unix.c b/sys/vm/vm_unix.c index cd98be975e34..e502b3b81baa 100644 --- a/sys/vm/vm_unix.c +++ b/sys/vm/vm_unix.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_unix.c,v 1.46 2005/01/07 02:29:27 imp Exp $"); #include <sys/param.h> #include <sys/lock.h> diff --git a/sys/vm/vm_zeroidle.c b/sys/vm/vm_zeroidle.c index 7adcc10bfcae..f84bac0469ad 100644 --- a/sys/vm/vm_zeroidle.c +++ b/sys/vm/vm_zeroidle.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vm_zeroidle.c,v 1.34.2.2 2006/06/16 22:11:55 jhb Exp $"); #include <opt_sched.h> diff --git a/sys/vm/vnode_pager.c b/sys/vm/vnode_pager.c index 4c82273acef0..f98d144a2136 100644 --- a/sys/vm/vnode_pager.c +++ b/sys/vm/vnode_pager.c @@ -51,7 +51,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/vm/vnode_pager.c,v 1.221.2.7 2006/10/14 06:04:32 alc Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/vm/vnode_pager.h b/sys/vm/vnode_pager.h index aa9be03c17ba..f88c8460ac2b 100644 --- a/sys/vm/vnode_pager.h +++ b/sys/vm/vnode_pager.h @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * @(#)vnode_pager.h 8.1 (Berkeley) 6/11/93 - * $FreeBSD$ + * $FreeBSD: src/sys/vm/vnode_pager.h,v 1.20 2005/01/24 21:21:59 phk Exp $ */ #ifndef _VNODE_PAGER_ |
