diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-10-08 05:39:08 +0000 |
| commit | e1b05e3a6cd90b0bf91b47aeff71da2a9d048a9d (patch) | |
| tree | d57c49002f2656171c2f00359a26c3e3f414b6ad /sys/conf | |
| parent | 7d5bc6320988857ad6ae9fe1d002ad6d8a7af0dd (diff) | |
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/Makefile.alpha | 2 | ||||
| -rw-r--r-- | sys/conf/Makefile.i386 | 2 | ||||
| -rw-r--r-- | sys/conf/Makefile.pc98 | 2 | ||||
| -rw-r--r-- | sys/conf/files | 2 | ||||
| -rw-r--r-- | sys/conf/files.alpha | 2 | ||||
| -rw-r--r-- | sys/conf/files.i386 | 2 | ||||
| -rw-r--r-- | sys/conf/files.pc98 | 2 | ||||
| -rw-r--r-- | sys/conf/kmod.mk | 2 | ||||
| -rw-r--r-- | sys/conf/ldscript.alpha | 2 | ||||
| -rw-r--r-- | sys/conf/ldscript.i386 | 2 | ||||
| -rw-r--r-- | sys/conf/majors | 2 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 4 | ||||
| -rw-r--r-- | sys/conf/nfsswapkernel.c | 2 | ||||
| -rw-r--r-- | sys/conf/options | 2 | ||||
| -rw-r--r-- | sys/conf/options.alpha | 2 | ||||
| -rw-r--r-- | sys/conf/options.i386 | 2 | ||||
| -rw-r--r-- | sys/conf/options.pc98 | 2 | ||||
| -rw-r--r-- | sys/conf/systags.sh | 2 |
18 files changed, 19 insertions, 19 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index e28f64bbf6fa..e204c1ec3e2d 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.47.2.14 2002/08/07 16:31:53 ru Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 4609f28f695b..2571189c8cc0 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.179.2.15 2002/08/07 16:31:53 ru Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/Makefile.pc98 b/sys/conf/Makefile.pc98 index ac89ef9da95d..51c7ce85f187 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.82.2.16 2002/08/07 16:31:53 ru Exp $ # # Makefile for FreeBSD # diff --git a/sys/conf/files b/sys/conf/files index 2c9d1e1ced29..da0dd449827d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files,v 1.340.2.115 2002/09/01 02:21:04 mjacob 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 2c7a8f628de1..f76d18b950c8 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.43.2.8 2002/03/26 10:22:22 ume 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.i386 b/sys/conf/files.i386 index 59b1f749c43e..7b18862b661b 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.307.2.35 2002/10/05 18:31:47 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.pc98 b/sys/conf/files.pc98 index 006075b03d09..08cd2761cb48 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -3,7 +3,7 @@ # # modified for PC-9801 # -# $FreeBSD$ +# $FreeBSD: src/sys/conf/files.pc98,v 1.140.2.40 2002/10/05 18:31:47 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/kmod.mk b/sys/conf/kmod.mk index cb60c69dced3..d51087513870 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.82.2.13 2002/08/07 16:31:53 ru Exp $ # # The include file <bsd.kmod.mk> handles installing Kernel Loadable Device # drivers (KLD's). diff --git a/sys/conf/ldscript.alpha b/sys/conf/ldscript.alpha index 8fbb315ef212..94aee3e35a60 100644 --- a/sys/conf/ldscript.alpha +++ b/sys/conf/ldscript.alpha @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.alpha,v 1.4.2.1 2001/09/20 09:29:23 peter Exp $ */ OUTPUT_FORMAT("elf64-alpha", "elf64-alpha", "elf64-alpha") OUTPUT_ARCH(alpha) ENTRY(__start) diff --git a/sys/conf/ldscript.i386 b/sys/conf/ldscript.i386 index 41360ea27ba3..b550239c254c 100644 --- a/sys/conf/ldscript.i386 +++ b/sys/conf/ldscript.i386 @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/conf/ldscript.i386,v 1.4.2.1 2001/09/20 09:29:23 peter Exp $ */ OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") OUTPUT_ARCH(i386) ENTRY(btext) diff --git a/sys/conf/majors b/sys/conf/majors index 19acedd4f5fb..bd94432a8a1b 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/conf/majors,v 1.98.2.17 2002/10/05 18:31:47 scottl Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 26f1d9f6c550..5488d10f75db 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,12 +32,12 @@ # SUCH DAMAGE. # # @(#)newvers.sh 8.1 (Berkeley) 4/20/94 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/newvers.sh,v 1.44.2.26.2.1 2002/10/08 04:48:46 murray Exp $ TYPE="FreeBSD" REVISION="4.7" BRANCH="RELEASE" -RELEASE="${REVISION}-${BRANCH}" +RELEASE=4.7-RELEASE VERSION="${TYPE} ${RELEASE}" if [ "X${PARAMFILE}" != "X" ]; then diff --git a/sys/conf/nfsswapkernel.c b/sys/conf/nfsswapkernel.c index 8f8a67e2f130..37a03269e7d6 100644 --- a/sys/conf/nfsswapkernel.c +++ b/sys/conf/nfsswapkernel.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)nfsswapvmunix.c 8.1 (Berkeley) 6/10/93 - * $FreeBSD$ + * $FreeBSD: src/sys/conf/nfsswapkernel.c,v 1.6 1999/08/28 00:41:01 peter Exp $ */ /* diff --git a/sys/conf/options b/sys/conf/options index c78554eebe95..47830119cb0a 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options,v 1.191.2.44 2002/09/01 07:18:21 scottl Exp $ # # On the handling of kernel options # diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha index ae99cf326522..cacdde5e609a 100644 --- a/sys/conf/options.alpha +++ b/sys/conf/options.alpha @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.alpha,v 1.19.2.3 2001/10/04 13:09:36 dfr Exp $ EV5 opt_global.h EV4 opt_global.h diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index acd318035982..3ca95c8a5902 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.i386,v 1.132.2.17 2002/09/17 22:39:45 sam Exp $ DISABLE_PSE IDE_DELAY diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 59bba6fbd321..a13c3713b7d6 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/conf/options.pc98,v 1.103.2.16 2002/07/07 10:08:20 nyan Exp $ DISABLE_PSE IDE_DELAY diff --git a/sys/conf/systags.sh b/sys/conf/systags.sh index a8e0e4df4945..f77c4c7eaec6 100644 --- a/sys/conf/systags.sh +++ b/sys/conf/systags.sh @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)systags.sh 8.1 (Berkeley) 6/10/93 -# $FreeBSD$ +# $FreeBSD: src/sys/conf/systags.sh,v 1.7 1999/08/28 00:41:02 peter Exp $ # # systags.sh - construct a system tags file using dependence relations # in a .depend file |
