diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /sys/boot | |
parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) |
Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs
Approved by: re (implicit)
This commit was manufactured to restore the state of the 7.2-RELEASE image.
Diffstat (limited to 'sys/boot')
397 files changed, 397 insertions, 397 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 1e3caf86e1a6..ad4708b82ed5 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/Makefile,v 1.32.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/README b/sys/boot/README index 22faea26b80c..017b1b1afbc8 100644 --- a/sys/boot/README +++ b/sys/boot/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/README,v 1.4.20.1 2009/04/15 03:14:26 kensmith 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/arm/Makefile b/sys/boot/arm/Makefile index 4dfb082ac351..95796af26838 100644 --- a/sys/boot/arm/Makefile +++ b/sys/boot/arm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/Makefile,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= diff --git a/sys/boot/arm/at91/Makefile b/sys/boot/arm/at91/Makefile index 266c0ad567ea..1adc490020ed 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= libat91 boot0 boot0iic boot0spi boot2 bootiic bootspi diff --git a/sys/boot/arm/at91/Makefile.inc b/sys/boot/arm/at91/Makefile.inc index 403fad0eb708..4eeec3a096d8 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.7.8.1 2009/04/15 03:14:26 kensmith 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 a13a620bba49..43a29f7cace5 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.5.8.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 diff --git a/sys/boot/arm/at91/boot0/README b/sys/boot/arm/at91/boot0/README index 1d617d6fd812..ad49b9f696e2 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.10.1 2009/04/15 03:14:26 kensmith Exp $ diff --git a/sys/boot/arm/at91/boot0/linker.cfg b/sys/boot/arm/at91/boot0/linker.cfg index 8e2c96be1a81..be91fcaedfb0 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.10.1 2009/04/15 03:14:26 kensmith 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..f70e33fe992f 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.10.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/boot0iic/Makefile b/sys/boot/arm/at91/boot0iic/Makefile index 44f447088398..0365ebad490f 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 diff --git a/sys/boot/arm/at91/boot0iic/main.c b/sys/boot/arm/at91/boot0iic/main.c index 7d0e9d319e78..c5814cb7b620 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.4.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/boot0spi/Makefile b/sys/boot/arm/at91/boot0spi/Makefile index eb6c5b52f593..bd879ce7f16c 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 diff --git a/sys/boot/arm/at91/boot0spi/main.c b/sys/boot/arm/at91/boot0spi/main.c index 9f1a2729beff..cae49d5f570a 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.5.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/boot2/Makefile b/sys/boot/arm/at91/boot2/Makefile index 82054259baec..4b315f12b4ca 100644 --- a/sys/boot/arm/at91/boot2/Makefile +++ b/sys/boot/arm/at91/boot2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/at91/boot2/Makefile,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 ${.CURDIR}/../bootspi diff --git a/sys/boot/arm/at91/boot2/board.h b/sys/boot/arm/at91/boot2/board.h index 823d871f9e71..c35956f8048c 100644 --- a/sys/boot/arm/at91/boot2/board.h +++ b/sys/boot/arm/at91/boot2/board.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/boot2/board.h,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ void Update(void); diff --git a/sys/boot/arm/at91/boot2/boot2.c b/sys/boot/arm/at91/boot2/boot2.c index fb2bcfe39500..af6a2c09fcea 100644 --- a/sys/boot/arm/at91/boot2/boot2.c +++ b/sys/boot/arm/at91/boot2/boot2.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/boot2/boot2.c,v 1.7.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sys/boot/arm/at91/boot2/bwct_board.c b/sys/boot/arm/at91/boot2/bwct_board.c index 2a7940e1e2fc..bf24d80ca7a4 100644 --- a/sys/boot/arm/at91/boot2/bwct_board.c +++ b/sys/boot/arm/at91/boot2/bwct_board.c @@ -1,5 +1,5 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/boot2/bwct_board.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/arm/at91/boot2/centipad_board.c b/sys/boot/arm/at91/boot2/centipad_board.c index 17b46b5a9e2c..9418bc6fb886 100644 --- a/sys/boot/arm/at91/boot2/centipad_board.c +++ b/sys/boot/arm/at91/boot2/centipad_board.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/boot2/centipad_board.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/arm/at91/boot2/kb920x_board.c b/sys/boot/arm/at91/boot2/kb920x_board.c index b097215d8827..f3bd1a39cc54 100644 --- a/sys/boot/arm/at91/boot2/kb920x_board.c +++ b/sys/boot/arm/at91/boot2/kb920x_board.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/boot2/kb920x_board.c,v 1.4.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/arm/at91/bootiic/Makefile b/sys/boot/arm/at91/bootiic/Makefile index 3983d2ba45b5..ed907b399cc4 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.5.8.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 diff --git a/sys/boot/arm/at91/bootiic/README b/sys/boot/arm/at91/bootiic/README index 1489d7c09c94..c331ba273033 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.10.1 2009/04/15 03:14:26 kensmith 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/env_vars.c b/sys/boot/arm/at91/bootiic/env_vars.c index f402a43f2aaa..b565c2bf9164 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.2.8.1 2009/04/15 03:14:26 kensmith 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..1fca815d8b93 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.10.1 2009/04/15 03:14:26 kensmith 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 29413b8e6ce0..6a3ef058f069 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.3.8.1 2009/04/15 03:14:26 kensmith 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..5edaeaab8e01 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.10.1 2009/04/15 03:14:26 kensmith 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..af444237a5b2 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.10.1 2009/04/15 03:14:26 kensmith Exp $ ******************************************************************************/ #include "env_vars.h" diff --git a/sys/boot/arm/at91/bootspi/Makefile b/sys/boot/arm/at91/bootspi/Makefile index bd7217dd8ec6..c26b9551e115 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.6.8.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 diff --git a/sys/boot/arm/at91/bootspi/README b/sys/boot/arm/at91/bootspi/README index 9a4ffa882440..69640d5037cd 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.10.1 2009/04/15 03:14:26 kensmith 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/ee.c b/sys/boot/arm/at91/bootspi/ee.c index 62a02d98edfd..cb7af14fe573 100644 --- a/sys/boot/arm/at91/bootspi/ee.c +++ b/sys/boot/arm/at91/bootspi/ee.c @@ -18,7 +18,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/bootspi/ee.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ *****************************************************************************/ #include "at91rm9200_lowlevel.h" diff --git a/sys/boot/arm/at91/bootspi/ee.h b/sys/boot/arm/at91/bootspi/ee.h index d4d8b8dc6f89..fe64d8accf6a 100644 --- a/sys/boot/arm/at91/bootspi/ee.h +++ b/sys/boot/arm/at91/bootspi/ee.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/arm/at91/bootspi/ee.h,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ */ void EEInit(void); void EERead(unsigned ee_off, char *data_addr, unsigned size); diff --git a/sys/boot/arm/at91/bootspi/env_vars.c b/sys/boot/arm/at91/bootspi/env_vars.c index 7ab250e5d705..cf4865d4a7b0 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.2.8.1 2009/04/15 03:14:26 kensmith 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..7f356fd1e42e 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.10.1 2009/04/15 03:14:26 kensmith 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 63bc50e536ec..295e56d84dae 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.4.8.1 2009/04/15 03:14:26 kensmith 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..0ac4eae71f05 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.10.1 2009/04/15 03:14:26 kensmith Exp $ *****************************************************************************/ #ifndef _LOADER_PROMPT_H_ diff --git a/sys/boot/arm/at91/bootspi/main.c b/sys/boot/arm/at91/bootspi/main.c index c15dabc636f5..7fb97dd7d152 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "env_vars.h" diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile index 08585fd57802..951fca4a8621 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.10.8.1 2009/04/15 03:14:26 kensmith Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/sys/boot/arm/at91/libat91/arm_init.S b/sys/boot/arm/at91/libat91/arm_init.S index a15fb540e9cc..db110a1bf945 100644 --- a/sys/boot/arm/at91/libat91/arm_init.S +++ b/sys/boot/arm/at91/libat91/arm_init.S @@ -20,7 +20,7 @@ * only. * END_BLOCK * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/arm/at91/libat91/arm_init.S,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $ ******************************************************************************/ .equ TWI_EEPROM_SIZE, 0x3000 diff --git a/sys/boot/arm/at91/libat91/at91rm9200.h b/sys/boot/arm/at91/libat91/at91rm9200.h index 4de14f28fdca..d48161c93d01 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.3.8.1 2009/04/15 03:14:26 kensmith 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 77c11242b73c..5efc36bb771e 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.6.8.1 2009/04/15 03:14:26 kensmith 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 9d9b12736f9c..f34853b9291f 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.6.8.1 2009/04/15 03:14:26 kensmith 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..da07e0358778 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.10.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/eeprom.c b/sys/boot/arm/at91/libat91/eeprom.c index 8af411ba31fe..d1f5bb055091 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ *****************************************************************************/ #include "at91rm9200_lowlevel.h" diff --git a/sys/boot/arm/at91/libat91/emac.c b/sys/boot/arm/at91/libat91/emac.c index b72e5c1f6466..b692d071df6c 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.8.8.1 2009/04/15 03:14:26 kensmith Exp $ ******************************************************************************/ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/emac.h b/sys/boot/arm/at91/libat91/emac.h index fea08f8efc56..65f00d7641c4 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.6.8.1 2009/04/15 03:14:26 kensmith Exp $ *****************************************************************************/ diff --git a/sys/boot/arm/at91/libat91/emac_init.c b/sys/boot/arm/at91/libat91/emac_init.c index 32f45639c595..4e6c580fb58c 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.4.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /****************************************************************************** diff --git a/sys/boot/arm/at91/libat91/getc.c b/sys/boot/arm/at91/libat91/getc.c index 59e27a40e890..18813cb31beb 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/lib.h b/sys/boot/arm/at91/libat91/lib.h index a0ef8ecf332d..106012bdae90 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.4.8.1 2009/04/15 03:14:26 kensmith 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 d5a5b67255ab..fb64445edfed 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.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef __LIBAT91RM9200_H diff --git a/sys/boot/arm/at91/libat91/mci_device.h b/sys/boot/arm/at91/libat91/mci_device.h index eeff0c9da2ed..9db508304a7a 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ */ //*--------------------------------------------------------------------------- diff --git a/sys/boot/arm/at91/libat91/memcmp.c b/sys/boot/arm/at91/libat91/memcmp.c index 322042f23cf2..756cc08f569d 100644 --- a/sys/boot/arm/at91/libat91/memcmp.c +++ b/sys/boot/arm/at91/libat91/memcmp.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/libat91/memcmp.c,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "lib.h" diff --git a/sys/boot/arm/at91/libat91/memcpy.c b/sys/boot/arm/at91/libat91/memcpy.c index f7544fee64ad..c02bc37736a4 100644 --- a/sys/boot/arm/at91/libat91/memcpy.c +++ b/sys/boot/arm/at91/libat91/memcpy.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/libat91/memcpy.c,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "lib.h" diff --git a/sys/boot/arm/at91/libat91/memset.c b/sys/boot/arm/at91/libat91/memset.c index 3432e640cd43..785210d2ab32 100644 --- a/sys/boot/arm/at91/libat91/memset.c +++ b/sys/boot/arm/at91/libat91/memset.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/libat91/memset.c,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "lib.h" diff --git a/sys/boot/arm/at91/libat91/p_string.c b/sys/boot/arm/at91/libat91/p_string.c index 8e7bbabb8c2c..66e56e31f80a 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ *****************************************************************************/ #include "lib.h" diff --git a/sys/boot/arm/at91/libat91/printf.c b/sys/boot/arm/at91/libat91/printf.c index f2622b859057..53ab6e6677e7 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.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <stdarg.h> diff --git a/sys/boot/arm/at91/libat91/putchar.c b/sys/boot/arm/at91/libat91/putchar.c index 2b805c98c29b..b8fac192bdd3 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.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/reset.c b/sys/boot/arm/at91/libat91/reset.c index b1f083a6e72c..f6f4e41534bc 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.10.1 2009/04/15 03:14:26 kensmith 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 d0b7bebda9c5..cf1cb1d60b95 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.4.8.1 2009/04/15 03:14:26 kensmith Exp $ */ //*---------------------------------------------------------------------------- diff --git a/sys/boot/arm/at91/libat91/sd-card.h b/sys/boot/arm/at91/libat91/sd-card.h index 0a3ce696925b..b25f78f3b388 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.10.1 2009/04/15 03:14:26 kensmith 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 a35e79896fd1..c182ed7a2016 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.4.8.1 2009/04/15 03:14:26 kensmith 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 90247e1577b0..440fd6bb4447 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.2.8.1 2009/04/15 03:14:26 kensmith Exp $ ******************************************************************************/ #ifndef _SPI_FLASH_H_ diff --git a/sys/boot/arm/at91/libat91/strcmp.c b/sys/boot/arm/at91/libat91/strcmp.c index de1d9e0c1e0b..d2a32350bed5 100644 --- a/sys/boot/arm/at91/libat91/strcmp.c +++ b/sys/boot/arm/at91/libat91/strcmp.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/libat91/strcmp.c,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "lib.h" diff --git a/sys/boot/arm/at91/libat91/strcpy.c b/sys/boot/arm/at91/libat91/strcpy.c index 0bdd3a596dd4..77028c61d4ae 100644 --- a/sys/boot/arm/at91/libat91/strcpy.c +++ b/sys/boot/arm/at91/libat91/strcpy.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/libat91/strcpy.c,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include "lib.h" diff --git a/sys/boot/arm/at91/libat91/strcvt.c b/sys/boot/arm/at91/libat91/strcvt.c index 64442cc91bd3..7e088ab1bd11 100644 --- a/sys/boot/arm/at91/libat91/strcvt.c +++ b/sys/boot/arm/at91/libat91/strcvt.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/libat91/strcvt.c,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $"); /****************************************************************************** * diff --git a/sys/boot/arm/at91/libat91/strlen.c b/sys/boot/arm/at91/libat91/strlen.c index 35de89262a51..25dbb3a7d1df 100644 --- a/sys/boot/arm/at91/libat91/strlen.c +++ b/sys/boot/arm/at91/libat91/strlen.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/libat91/strlen.c,v 1.3.8.1 2009/04/15 03:14:26 kensmith Exp $"); /****************************************************************************** * diff --git a/sys/boot/arm/at91/libat91/tag_list.c b/sys/boot/arm/at91/libat91/tag_list.c index c6a9bba82377..01e9cd6403c4 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.10.1 2009/04/15 03:14:26 kensmith Exp $ *****************************************************************************/ /******************************* GLOBALS *************************************/ diff --git a/sys/boot/arm/at91/libat91/tag_list.h b/sys/boot/arm/at91/libat91/tag_list.h index f98016510d5e..00636e3e3aff 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.10.1 2009/04/15 03:14:26 kensmith 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..cdc80b8932bb 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.10.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "lib.h" diff --git a/sys/boot/arm/at91/linker.cfg b/sys/boot/arm/at91/linker.cfg index 40ae7bf270af..24106714c4ca 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.10.1 2009/04/15 03:14:26 kensmith Exp $ ******************************************************************************/ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") diff --git a/sys/boot/common/Makefile.inc b/sys/boot/common/Makefile.inc index 753d11227516..884449c19290 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.23.8.1 2009/04/15 03:14:26 kensmith Exp $ SRCS+= 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..3fb91c45c73b 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Simple LRU block cache diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c index 515d0fa1f4a0..d532ed190a30 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Loading modules, booting the system diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index 6ecd2355188e..16e8991a59de 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.44.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/types.h> diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c index 0559d1558c4d..9d9b5dafcfea 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/console.c b/sys/boot/common/console.c index d140a96b570b..59b1c502d039 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.8.8.1 2009/04/15 03:14:26 kensmith 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..78153f22d288 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.28.1 2009/04/15 03:14:26 kensmith 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..599cb3ea7310 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.54.1 2009/04/15 03:14:26 kensmith Exp $ */ extern struct devsw netdev; diff --git a/sys/boot/common/devopen.c b/sys/boot/common/devopen.c index 7526141696dc..d1c7bf611fe4 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.5.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/interp.c b/sys/boot/common/interp.c index 20cd626a2dbe..eb11249ba765 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.20.2.2.1 2009/04/15 03:14:26 kensmith 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..f839a5792aaa 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.30.1 2009/04/15 03:14:26 kensmith 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..e15776d42c43 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.30.1 2009/04/15 03:14:26 kensmith 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..50740f741c98 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.30.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/isapnp.c b/sys/boot/common/isapnp.c index a8efb28c7e1b..93ec203f6263 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.30.1 2009/04/15 03:14:26 kensmith 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..1599a479bb41 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _I386_ISA_PNP_H_ diff --git a/sys/boot/common/load.c b/sys/boot/common/load.c index a4c665d72ff4..6c642ed7a5b3 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index bb070fd9cf0b..a729cbf54c95 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.37.8.1 2009/04/15 03:14:26 kensmith 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..d625a6fdfdfb 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.30.1 2009/04/15 03:14:26 kensmith 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..6c06599a7b0d 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.22.1 2009/04/15 03:14:26 kensmith Exp $"); #define __ELF_WORD_SIZE 32 diff --git a/sys/boot/common/load_elf64.c b/sys/boot/common/load_elf64.c index c29e8e3596a7..4a3279a265cb 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.30.1 2009/04/15 03:14:26 kensmith 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..9b20f3390668 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.22.1 2009/04/15 03:14:26 kensmith 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..ed1c11aa9640 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.2.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/exec.h> diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 39ce58b22531..789a05505a63 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.93.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd May 8, 2007 .Dt LOADER 8 diff --git a/sys/boot/common/ls.c b/sys/boot/common/ls.c index 86f83c39a9d8..336a7e347192 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.30.1 2009/04/15 03:14:26 kensmith 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..3c8a4ca05220 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.6.8.1 2009/04/15 03:14:26 kensmith 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..492afddaa70f 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <string.h> #include <stand.h> diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index 682329463176..5724c874262f 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.27.8.1 2009/04/15 03:14:26 kensmith Exp $"); /* * file/module function dispatcher, support, etc. diff --git a/sys/boot/common/newvers.sh b/sys/boot/common/newvers.sh index fd7b0b1685c4..737c850490a0 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.28.1 2009/04/15 03:14:26 kensmith 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 6e4c76d0e031..8df4d492d374 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.8.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <machine/stdarg.h> diff --git a/sys/boot/common/pnp.c b/sys/boot/common/pnp.c index 589926b5909c..a14983c78903 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.17.8.1 2009/04/15 03:14:26 kensmith Exp $"); /* * "Plug and Play" functionality. diff --git a/sys/boot/common/reloc_elf.c b/sys/boot/common/reloc_elf.c index 43b7cbfd51bd..4f74fed9aab5 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.2.8.1 2009/04/15 03:14:26 kensmith 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..1c8959cebb49 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.22.1 2009/04/15 03:14:26 kensmith Exp $"); #define __ELF_WORD_SIZE 32 diff --git a/sys/boot/common/reloc_elf64.c b/sys/boot/common/reloc_elf64.c index c8dcf2a36b0d..c2a6c4807515 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.22.1 2009/04/15 03:14:26 kensmith Exp $"); #define __ELF_WORD_SIZE 64 diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index 673616a567ba..b96c95be69b1 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.10.4.4.1 2009/04/15 03:14:26 kensmith 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..90a8dd4435ff 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.20.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= libefi diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 2668708befb5..068f45d5a30a 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.28.1 2009/04/15 03:14:26 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/efi/include/README b/sys/boot/efi/include/README index bf821fae7e60..d6acc1f395d5 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.20.1 2009/04/15 03:14:26 kensmith 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 4869e383e67e..35e4867848d2 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.4.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /*++ Copyright (c) 1999 - 2002 Intel Corporation. All rights reserved diff --git a/sys/boot/efi/include/efi_nii.h b/sys/boot/efi/include/efi_nii.h index 522223221640..2338764b2268 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.3.8.1 2009/04/15 03:14:26 kensmith 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 187fe294b58e..aa2dfe59af38 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.7.8.1 2009/04/15 03:14:26 kensmith 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 ef4af81f77e4..b306e5e5913f 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.3.8.1 2009/04/15 03:14:26 kensmith 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 5576d5f4e48c..889d13d79f48 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.3.8.1 2009/04/15 03:14:26 kensmith 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 2d5d7ef90403..cf46bcea881c 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.3.8.1 2009/04/15 03:14:26 kensmith 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 a332af5b6694..de7770a285fe 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _DEVPATH_H #define _DEVPATH_H diff --git a/sys/boot/efi/include/efierr.h b/sys/boot/efi/include/efierr.h index dc57f0ed4333..b9cdc2ca4c39 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.2.8.1 2009/04/15 03:14:26 kensmith 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..17e2d79fd28e 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.34.1 2009/04/15 03:14:26 kensmith 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 58febb66eb75..05dc141ec618 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.3.8.1 2009/04/15 03:14:26 kensmith 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 220e01a68976..787710a25c16 100644 --- a/sys/boot/efi/include/efilib.h +++ b/sys/boot/efi/include/efilib.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/boot/efi/include/efilib.h,v 1.6.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <stand.h> diff --git a/sys/boot/efi/include/efinet.h b/sys/boot/efi/include/efinet.h index b4996d9b5cc5..7d7e72240304 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _EFINET_H #define _EFINET_H diff --git a/sys/boot/efi/include/efipart.h b/sys/boot/efi/include/efipart.h index ef1a8709d91b..94f2c2b10e1a 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.3.8.1 2009/04/15 03:14:26 kensmith 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 fac4568b5b32..9bd085079dd1 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.4.8.1 2009/04/15 03:14:26 kensmith 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 3781a6760149..1bea0e7bb117 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _EFIPXEBC_H #define _EFIPXEBC_H diff --git a/sys/boot/efi/include/efiser.h b/sys/boot/efi/include/efiser.h index 1f3fe4a81ba3..811b4e99f967 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.3.8.1 2009/04/15 03:14:26 kensmith 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 25f556984112..385449710ad7 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.2.8.1 2009/04/15 03:14:26 kensmith 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 f28057b47976..5dac3601e147 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.4.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /*++ Copyright (c) 1999 - 2003 Intel Corporation. All rights reserved diff --git a/sys/boot/efi/include/i386/pe.h b/sys/boot/efi/include/i386/pe.h index 0381a44066de..9363c405c847 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.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* PE32+ header file */ diff --git a/sys/boot/efi/include/ia64/efibind.h b/sys/boot/efi/include/ia64/efibind.h index 21f0d25d70e7..b37608041942 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.7.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /*++ Copyright (c) 1999 - 2003 Intel Corporation. All rights reserved diff --git a/sys/boot/efi/include/ia64/pe.h b/sys/boot/efi/include/ia64/pe.h index 24480a5b3ced..c83d1c6b166d 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.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* PE32+ header file */ diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index 5c504a3fac81..9de0b1f8f065 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.17.8.1 2009/04/15 03:14:26 kensmith Exp $ LIB= efi INTERNALLIB= diff --git a/sys/boot/efi/libefi/delay.c b/sys/boot/efi/libefi/delay.c index 723f681c5286..b9e330659af3 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.32.1 2009/04/15 03:14:26 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/efi_console.c b/sys/boot/efi/libefi/efi_console.c index 3538994ac104..2b065cdd2cbf 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.28.1 2009/04/15 03:14:26 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/efifs.c b/sys/boot/efi/libefi/efifs.c index 716102cf1d04..3b16bdbd7546 100644 --- a/sys/boot/efi/libefi/efifs.c +++ b/sys/boot/efi/libefi/efifs.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efifs.c,v 1.10.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/boot/efi/libefi/efinet.c b/sys/boot/efi/libefi/efinet.c index 1eea8606fe15..6345404412ae 100644 --- a/sys/boot/efi/libefi/efinet.c +++ b/sys/boot/efi/libefi/efinet.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efinet.c,v 1.7.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <netinet/in.h> diff --git a/sys/boot/efi/libefi/errno.c b/sys/boot/efi/libefi/errno.c index fac903faf27a..b698ffd84179 100644 --- a/sys/boot/efi/libefi/errno.c +++ b/sys/boot/efi/libefi/errno.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/errno.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/handles.c b/sys/boot/efi/libefi/handles.c index 7c78a15f7a62..e59e5504e5f2 100644 --- a/sys/boot/efi/libefi/handles.c +++ b/sys/boot/efi/libefi/handles.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/handles.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/libefi.c b/sys/boot/efi/libefi/libefi.c index 20ea48c1e5be..9d9306c77631 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.7.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/time.c b/sys/boot/efi/libefi/time.c index 5c39415368d7..242e739a3446 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.6.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index f8f629298f7e..b633c47954b7 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ficl/Makefile,v 1.44.2.1.6.1 2009/04/15 03:14:26 kensmith 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/arm/sysdep.c b/sys/boot/ficl/arm/sysdep.c index 00b0d4acf0e3..9b2e256b84d6 100644 --- a/sys/boot/ficl/arm/sysdep.c +++ b/sys/boot/ficl/arm/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/arm/sysdep.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/arm/sysdep.h b/sys/boot/ficl/arm/sysdep.h index 3ae748e259c7..6d63cbc8e782 100644 --- a/sys/boot/ficl/arm/sysdep.h +++ b/sys/boot/ficl/arm/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/arm/sysdep.h,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #if !defined (__SYSDEP_H__) diff --git a/sys/boot/ficl/dict.c b/sys/boot/ficl/dict.c index b76d92559f8f..b454acbdb874 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/ficl.c b/sys/boot/ficl/ficl.c index d4370eb1a48a..f55d06897c7c 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/ficl.h b/sys/boot/ficl/ficl.h index 7892ee963d7f..08182668b897 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.22.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #if !defined (__FICL_H__) #define __FICL_H__ diff --git a/sys/boot/ficl/fileaccess.c b/sys/boot/ficl/fileaccess.c index 686c72153e02..979438dfb21c 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <errno.h> #include <stdlib.h> diff --git a/sys/boot/ficl/float.c b/sys/boot/ficl/float.c index d757b23648bc..0883faa107f7 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.2.8.1 2009/04/15 03:14:26 kensmith 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..0b8f68d23660 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.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/i386/sysdep.h b/sys/boot/ficl/i386/sysdep.h index e1900e2a4659..685d78635fd2 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.34.1 2009/04/15 03:14:26 kensmith 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..b9bf58130ab9 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/ia64/sysdep.h b/sys/boot/ficl/ia64/sysdep.h index 08bc0e1f4d0b..90a323f950d2 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #if !defined (__SYSDEP_H__) #define __SYSDEP_H__ diff --git a/sys/boot/ficl/loader.c b/sys/boot/ficl/loader.c index e4ac390811df..86e8db0f3db9 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.12.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /******************************************************************* diff --git a/sys/boot/ficl/math64.c b/sys/boot/ficl/math64.c index 6e50458151bc..f94473603227 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "ficl.h" #include "math64.h" diff --git a/sys/boot/ficl/math64.h b/sys/boot/ficl/math64.h index a4e56369564f..8b142a6bdd72 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.34.1 2009/04/15 03:14:26 kensmith 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..37c4c7ed2abd 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/powerpc/sysdep.h b/sys/boot/ficl/powerpc/sysdep.h index 3ae748e259c7..d3122ddb699a 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #if !defined (__SYSDEP_H__) diff --git a/sys/boot/ficl/prefix.c b/sys/boot/ficl/prefix.c index a34fc6c78240..2454ea1de20f 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <string.h> #include <ctype.h> diff --git a/sys/boot/ficl/search.c b/sys/boot/ficl/search.c index d445cb32d93a..52c0d7ce4921 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.34.1 2009/04/15 03:14:26 kensmith 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..63103ceff054 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.34.1 2009/04/15 03:14:26 kensmith Exp $ also oop definitions diff --git a/sys/boot/ficl/softwords/ficlclass.fr b/sys/boot/ficl/softwords/ficlclass.fr index 6d75efb0d3c5..ad670ce7e0b8 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.34.1 2009/04/15 03:14:26 kensmith 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..ad7aee59bca5 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.54.1 2009/04/15 03:14:26 kensmith Exp $ hide 0 constant zero diff --git a/sys/boot/ficl/softwords/fileaccess.fr b/sys/boot/ficl/softwords/fileaccess.fr index 7297df681cf3..356c5fe86778 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.2.8.1 2009/04/15 03:14:26 kensmith 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..de9573c6253a 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.34.1 2009/04/15 03:14:26 kensmith 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..829fb966484d 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.54.1 2009/04/15 03:14:26 kensmith 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..7d0ed9bcd59d 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.34.1 2009/04/15 03:14:26 kensmith Exp $ hide diff --git a/sys/boot/ficl/softwords/jhlocal.fr b/sys/boot/ficl/softwords/jhlocal.fr index 12ccb9fea753..069d975e0f5f 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.5.8.1 2009/04/15 03:14:26 kensmith Exp $ hide diff --git a/sys/boot/ficl/softwords/marker.fr b/sys/boot/ficl/softwords/marker.fr index ee3c9bdf2f64..1a2a24f40c1f 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.34.1 2009/04/15 03:14:26 kensmith Exp $ : marker ( "name" -- ) create diff --git a/sys/boot/ficl/softwords/oo.fr b/sys/boot/ficl/softwords/oo.fr index b1c8e214e5bd..ff20db504e04 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.5.8.1 2009/04/15 03:14:26 kensmith 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 ae1727fc00bc..d33cc811913d 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ variable save-current diff --git a/sys/boot/ficl/softwords/softcore.awk b/sys/boot/ficl/softwords/softcore.awk index 5a97999a9823..f85e781037af 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.9.8.1 2009/04/15 03:14:26 kensmith Exp $ BEGIN \ { diff --git a/sys/boot/ficl/softwords/softcore.fr b/sys/boot/ficl/softwords/softcore.fr index a70ebaa634ef..0892444c7af4 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.34.1 2009/04/15 03:14:26 kensmith 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..5240a45ce70f 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.34.1 2009/04/15 03:14:26 kensmith Exp $ also oop definitions diff --git a/sys/boot/ficl/sparc64/sysdep.c b/sys/boot/ficl/sparc64/sysdep.c index 00b0d4acf0e3..2a095f795122 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/sparc64/sysdep.h b/sys/boot/ficl/sparc64/sysdep.h index 0a6ca33363dd..a3a428116a06 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #if !defined (__SYSDEP_H__) #define __SYSDEP_H__ diff --git a/sys/boot/ficl/stack.c b/sys/boot/ficl/stack.c index f98a3b61db7d..ab5192c14c71 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/testmain.c b/sys/boot/ficl/testmain.c index 7167f30a2561..d2a35c424a58 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <stdlib.h> #include <stdio.h> diff --git a/sys/boot/ficl/tools.c b/sys/boot/ficl/tools.c index 02f9acf3c66b..ab2ec3723b3a 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/unix.c b/sys/boot/ficl/unix.c index 5b5644079ba9..b5b3bf68607a 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.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <string.h> #include <netinet/in.h> diff --git a/sys/boot/ficl/vm.c b/sys/boot/ficl/vm.c index 97a4f04e3b3b..29da7e8be270 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.10.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c index ddeb1af61c29..ebac9d194412 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.40.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th index c726875907fa..eed54b5b6c0b 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.12.8.1 2009/04/15 03:14:26 kensmith Exp $ marker task-beastie.4th diff --git a/sys/boot/forth/frames.4th b/sys/boot/forth/frames.4th index 3b1f4046891f..bf1b50811d12 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.28.1 2009/04/15 03:14:26 kensmith Exp $ marker task-frames.4th diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index 7b22b6d72e56..b7bf078cfa28 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.25.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ s" arch-i386" 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..f190cfd2de17 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.20.1 2009/04/15 03:14:26 kensmith Exp $ .\" .Dd September 30, 2004 .Dt LOADER.4TH 8 diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf index 7f9c38965095..3b385e58419b 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.122.2.4.4.1 2009/04/15 03:14:26 kensmith Exp $ ############################################################## ### Basic configuration options ############################ diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index b7e8af26d247..60b0c199ecc0 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.26.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ .Dd January 16, 2008 .Dt LOADER.CONF 5 .Os diff --git a/sys/boot/forth/loader.rc b/sys/boot/forth/loader.rc index 0f9d37eff018..a3c0fd3b78a9 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.20.1 2009/04/15 03:14:26 kensmith Exp $ \ \ Includes additional commands include /boot/loader.4th diff --git a/sys/boot/forth/pnp.4th b/sys/boot/forth/pnp.4th index 8cd6beaf9675..0210e1e4a514 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.24.1.2.1 2009/04/15 03:14:26 kensmith Exp $ \ The following pnp code is used in pnp.4th and pnp.c diff --git a/sys/boot/forth/screen.4th b/sys/boot/forth/screen.4th index 3ea79e453d80..cc313077b4f9 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.32.1 2009/04/15 03:14:26 kensmith Exp $ marker task-screen.4th diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th index 5484e062b83c..c834678449ed 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.16.2.2.2.1 2009/04/15 03:14:26 kensmith Exp $ \ Loader.rc support functions: \ diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index b89222d85b4d..1d0370531fd1 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/Makefile,v 1.21.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot kgzldr \ libi386 libfirewire loader diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc index 9b53cc95ff60..d9d86316cae8 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.12.8.1 2009/04/15 03:14:26 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index e02b10286206..8c749251f303 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG?= boot0 STRIP= diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S index 60e390589a96..8ce993495adb 100644 --- a/sys/boot/i386/boot0/boot0.S +++ b/sys/boot/i386/boot0/boot0.S @@ -14,7 +14,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/boot0/boot0.S,v 1.16.2.2.2.1 2009/04/15 03:14:26 kensmith Exp $ */ /* build options: */ diff --git a/sys/boot/i386/boot0/boot0ext.S b/sys/boot/i386/boot0/boot0ext.S index a63de2532109..4e22d956d23e 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ /* A 1024-byte boot manager. */ diff --git a/sys/boot/i386/boot0ext/Makefile b/sys/boot/i386/boot0ext/Makefile index e68e237a0c61..a32d8a20fbf8 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.28.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/i386/boot0sio/Makefile b/sys/boot/i386/boot0sio/Makefile index 1321dd330c4d..3a26d4d52913 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.28.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index 81e407d9af15..2ee9e64ad14d 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.60.8.1 2009/04/15 03:14:26 kensmith Exp $ FILES= boot boot1 boot2 diff --git a/sys/boot/i386/boot2/boot1.S b/sys/boot/i386/boot2/boot1.S index cd397302b9e1..59d75839e8d2 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.31.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* Memory Locations */ diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index 58f217515df3..20fc771fd7ea 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.83.2.5.4.1 2009/04/15 03:14:26 kensmith 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..66046de51fd4 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ */ void sio_init(int); diff --git a/sys/boot/i386/boot2/sio.S b/sys/boot/i386/boot2/sio.S index 7b8e9eb13b05..101207494460 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.10.8.1 2009/04/15 03:14:26 kensmith Exp $ */ .set SIO_PRT,SIOPRT # Base port diff --git a/sys/boot/i386/btx/Makefile b/sys/boot/i386/btx/Makefile index 39f78ed639b9..8027a1f78327 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.54.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= btx btxldr lib diff --git a/sys/boot/i386/btx/Makefile.inc b/sys/boot/i386/btx/Makefile.inc index 265f86d1ed55..1fbc21f7e275 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.28.1 2009/04/15 03:14:26 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile index e221d0dbe5fa..b64e35a75268 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.10.1.4.1 2009/04/15 03:14:26 kensmith Exp $ PROG= btx INTERNALPROG= diff --git a/sys/boot/i386/btx/btx/btx.S b/sys/boot/i386/btx/btx/btx.S index e762e4baab56..f8dd66e5373c 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.44.2.3.2.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile index ba7a9938a82c..4c6fe4cac4b8 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= btxldr INTERNALPROG= diff --git a/sys/boot/i386/btx/btxldr/btxldr.S b/sys/boot/i386/btx/btxldr/btxldr.S index d4176eb9c3b9..0c3d136d5a41 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.18.1.2.1 2009/04/15 03:14:26 kensmith Exp $ */ #define RBX_MUTE 0x10 /* -m */ diff --git a/sys/boot/i386/btx/lib/Makefile b/sys/boot/i386/btx/lib/Makefile index 8fab66a541af..16414af94869 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.20.1 2009/04/15 03:14:26 kensmith 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..9500c4d437e7 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.28.1 2009/04/15 03:14:26 kensmith 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..cc806623d199 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.54.1 2009/04/15 03:14:26 kensmith Exp $ # # BTX system calls. diff --git a/sys/boot/i386/btx/lib/btxv86.h b/sys/boot/i386/btx/lib/btxv86.h index 1152f8b1d963..d54cabb7373f 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.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _BTXV86_H_ diff --git a/sys/boot/i386/btx/lib/btxv86.s b/sys/boot/i386/btx/lib/btxv86.s index 0d7d1116322d..a3f9e98d85d6 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.54.1 2009/04/15 03:14:26 kensmith Exp $ # # BTX V86 interface. diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile index 77c4b8e99306..fb5f9f68ba9c 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= cdboot STRIP= diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s index 8115589da68c..75e430b9a152 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.17.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $ # # This program is a freestanding boot program to load an a.out binary diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index cc71b3575e83..9effdbb653a7 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/gptboot/Makefile,v 1.62.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ .PATH: ${.CURDIR}/../boot2 diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index 405b92e62866..0989c43e2f65 100644 --- a/sys/boot/i386/gptboot/gptboot.c +++ b/sys/boot/i386/gptboot/gptboot.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/gptboot/gptboot.c,v 1.86.2.3.4.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/gpt.h> diff --git a/sys/boot/i386/gptboot/gptldr.S b/sys/boot/i386/gptboot/gptldr.S index 4471a3a3835c..6cb50b15e457 100644 --- a/sys/boot/i386/gptboot/gptldr.S +++ b/sys/boot/i386/gptboot/gptldr.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/boot/i386/gptboot/gptldr.S,v 1.2.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ * * Partly from: src/sys/boot/i386/boot2/boot1.S 1.31 */ diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index a124474da4e5..352f255d4108 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= kgzldr.o STRIP= diff --git a/sys/boot/i386/kgzldr/boot.c b/sys/boot/i386/kgzldr/boot.c index 45ed2ee62e16..bc3ca49b5121 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.30.1 2009/04/15 03:14:26 kensmith 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..3b7175a4ae74 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.34.1 2009/04/15 03:14:26 kensmith Exp $ # # Screen defaults and assumptions. diff --git a/sys/boot/i386/kgzldr/kgzldr.h b/sys/boot/i386/kgzldr/kgzldr.h index 5cd5b44b6005..c92eee8eb9d5 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.54.1 2009/04/15 03:14:26 kensmith 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..6ba856cac5bf 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.30.1 2009/04/15 03:14:26 kensmith 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..35d2fd447fe1 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.34.1 2009/04/15 03:14:26 kensmith Exp $ # .globl sio_putchr diff --git a/sys/boot/i386/kgzldr/start.s b/sys/boot/i386/kgzldr/start.s index 550fa526d946..f5c29f4944ea 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.34.1 2009/04/15 03:14:26 kensmith Exp $ # .set entry,0x10 # kgz.entry diff --git a/sys/boot/i386/libfirewire/Makefile b/sys/boot/i386/libfirewire/Makefile index 28f76307d8a0..9c2b170efc8d 100644 --- a/sys/boot/i386/libfirewire/Makefile +++ b/sys/boot/i386/libfirewire/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/libfirewire/Makefile,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ LIB= firewire INTERNALLIB= diff --git a/sys/boot/i386/libfirewire/dconsole.c b/sys/boot/i386/libfirewire/dconsole.c index 16645e259cb0..87359b0e2aff 100644 --- a/sys/boot/i386/libfirewire/dconsole.c +++ b/sys/boot/i386/libfirewire/dconsole.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libfirewire/dconsole.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libfirewire/firewire.c b/sys/boot/i386/libfirewire/firewire.c index 5d408e0959f2..0e3a20900fa5 100644 --- a/sys/boot/i386/libfirewire/firewire.c +++ b/sys/boot/i386/libfirewire/firewire.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/libfirewire/firewire.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); /* * FireWire disk device handling. diff --git a/sys/boot/i386/libfirewire/fwohci.c b/sys/boot/i386/libfirewire/fwohci.c index 326e44b2ecc6..c9e0248aea26 100644 --- a/sys/boot/i386/libfirewire/fwohci.c +++ b/sys/boot/i386/libfirewire/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/boot/i386/libfirewire/fwohci.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ * */ diff --git a/sys/boot/i386/libfirewire/fwohci.h b/sys/boot/i386/libfirewire/fwohci.h index fc20043d9274..d6be7de3c670 100644 --- a/sys/boot/i386/libfirewire/fwohci.h +++ b/sys/boot/i386/libfirewire/fwohci.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/boot/i386/libfirewire/fwohci.h,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ * */ diff --git a/sys/boot/i386/libfirewire/fwohcireg.h b/sys/boot/i386/libfirewire/fwohcireg.h index 27786e8b9813..d527b7bccca3 100644 --- a/sys/boot/i386/libfirewire/fwohcireg.h +++ b/sys/boot/i386/libfirewire/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/boot/i386/libfirewire/fwohcireg.h,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ * */ #define PCI_CBMEM PCIR_BAR(0) diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile index 517d3ec35643..8d963c655cfc 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.42.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ # LIB= i386 INTERNALLIB= diff --git a/sys/boot/i386/libi386/amd64_tramp.S b/sys/boot/i386/libi386/amd64_tramp.S index ff12c661d94d..a438b9ae0206 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/biosacpi.c b/sys/boot/i386/libi386/biosacpi.c index 971e7c79f884..c78264619dc3 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.12.8.1 2009/04/15 03:14:26 kensmith 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 a6dba0c60538..b39ef4ae34f7 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.9.2.2.2.1 2009/04/15 03:14:26 kensmith 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 18c8277c2010..87c098ebafcf 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.48.2.7.2.2 2009/04/17 17:13:41 jhb Exp $"); /* * BIOS disk device handling. diff --git a/sys/boot/i386/libi386/biosmem.c b/sys/boot/i386/libi386/biosmem.c index 3c2205ed46c2..a0e388604782 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.8.2.1.4.1 2009/04/15 03:14:26 kensmith 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 b69d8c5873ff..c4b6d52b3f58 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.6.8.1 2009/04/15 03:14:26 kensmith 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..33e24cadf5cb 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.10.8.1 2009/04/15 03:14:26 kensmith Exp $"); /* * PnP BIOS enumerator. diff --git a/sys/boot/i386/libi386/biossmap.c b/sys/boot/i386/libi386/biossmap.c index 51f015a2514d..68b38a349356 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.6.2.2.4.1 2009/04/15 03:14:26 kensmith 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..c9a5a8c7aa1a 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.39.8.1 2009/04/15 03:14:26 kensmith 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 6b517c5d3707..af7153ac26c1 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.37.8.1 2009/04/15 03:14:26 kensmith 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 5b2228ceea07..464b016f788f 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.37.2.1.4.1 2009/04/15 03:14:26 kensmith 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..c6cd64bcfffa 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.11.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/libi386/devicename.c b/sys/boot/i386/libi386/devicename.c index 40012afd705e..0a20f5619cb1 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.8.2.3.2.1 2009/04/15 03:14:26 kensmith 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 5f66622add9d..c50a8e6a1657 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.17.8.1 2009/04/15 03:14:26 kensmith 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 8fb13b74a373..96960d1f0a04 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.17.8.1 2009/04/15 03:14:26 kensmith 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..011dc8d0ff79 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.12.8.1 2009/04/15 03:14:26 kensmith 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..f8d2c1bdfeb8 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.30.1 2009/04/15 03:14:26 kensmith Exp $"); /* * i386-specific module functionality. diff --git a/sys/boot/i386/libi386/libi386.h b/sys/boot/i386/libi386/libi386.h index 4ac5cb569fb2..2990e93eb1fd 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.27.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ */ diff --git a/sys/boot/i386/libi386/nullconsole.c b/sys/boot/i386/libi386/nullconsole.c index ebb1e7edd2b6..d85ff2dbbb32 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.30.1 2009/04/15 03:14:26 kensmith 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..c6fede70918e 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.30.1 2009/04/15 03:14:26 kensmith 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..732120cc2ead 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.20.1 2009/04/15 03:14:26 kensmith 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..5356808df332 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/pxetramp.s b/sys/boot/i386/libi386/pxetramp.s index dcf1441aeb24..f3ed0a61709c 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.34.1 2009/04/15 03:14:26 kensmith Exp $ # ph33r this diff --git a/sys/boot/i386/libi386/smbios.c b/sys/boot/i386/libi386/smbios.c index dd39cc284bc5..6df6170cdee1 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.7.8.1 2009/04/15 03:14:26 kensmith 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..618a645e01c6 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.30.1 2009/04/15 03:14:26 kensmith 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..9d97b2ec6b20 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 2a686289bc88..11d2d1500f04 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.85.2.1.2.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index 245f960ed210..8f2bf43f3836 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.26.8.1 2009/04/15 03:14:26 kensmith 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..d65154f90aca 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.12.1 2009/04/15 03:14:26 kensmith 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 bceef63c4856..969ced8bd8e6 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.40.2.3.2.1 2009/04/15 03:14:26 kensmith Exp $"); /* * MD bootstrap main() and assorted miscellaneous diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version index 7a2acaf1859a..ca58f8d23105 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.34.1 2009/04/15 03:14:26 kensmith 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..209470e705ae 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= mbr STRIP= diff --git a/sys/boot/i386/mbr/mbr.s b/sys/boot/i386/mbr/mbr.s index 3cfc20dd58e1..1b20de0d4560 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.20.1 2009/04/15 03:14:26 kensmith Exp $ # A 512 byte MBR boot manager that simply boots the active partition. diff --git a/sys/boot/i386/pmbr/Makefile b/sys/boot/i386/pmbr/Makefile index 4fbbbe5d265c..7925068d53bb 100644 --- a/sys/boot/i386/pmbr/Makefile +++ b/sys/boot/i386/pmbr/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/pmbr/Makefile,v 1.1.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ PROG= pmbr STRIP= diff --git a/sys/boot/i386/pmbr/pmbr.s b/sys/boot/i386/pmbr/pmbr.s index 8acdef23dfeb..0d4443ff7330 100644 --- a/sys/boot/i386/pmbr/pmbr.s +++ b/sys/boot/i386/pmbr/pmbr.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/boot/i386/pmbr/pmbr.s,v 1.2.2.1.4.1 2009/04/15 03:14:26 kensmith Exp $ # # Partly from: src/sys/boot/i386/mbr/mbr.s 1.7 diff --git a/sys/boot/i386/pxeldr/Makefile b/sys/boot/i386/pxeldr/Makefile index cc8902f165e0..ac1e2ee45c36 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.28.1 2009/04/15 03:14:26 kensmith 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 c3989f3fad89..1b103d050b5d 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.8.8.1 2009/04/15 03:14:26 kensmith 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..327b6d89e57b 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.15.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/ia64/Makefile b/sys/boot/ia64/Makefile index eb07ab81db2a..0571ff659ec9 100644 --- a/sys/boot/ia64/Makefile +++ b/sys/boot/ia64/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ia64/Makefile,v 1.5.8.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= common efi ski diff --git a/sys/boot/ia64/Makefile.inc b/sys/boot/ia64/Makefile.inc index 2e9a113df387..f7e003dea82c 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.28.1 2009/04/15 03:14:26 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/ia64/common/Makefile b/sys/boot/ia64/common/Makefile index b410bd824284..5f644d25b4e3 100644 --- a/sys/boot/ia64/common/Makefile +++ b/sys/boot/ia64/common/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ia64/common/Makefile,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/ia64/common/autoload.c b/sys/boot/ia64/common/autoload.c index ea334b97e418..75a4647ead33 100644 --- a/sys/boot/ia64/common/autoload.c +++ b/sys/boot/ia64/common/autoload.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/common/autoload.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); int ia64_autoload(void) diff --git a/sys/boot/ia64/common/bootinfo.c b/sys/boot/ia64/common/bootinfo.c index 6f892a91b536..00dfe3a08280 100644 --- a/sys/boot/ia64/common/bootinfo.c +++ b/sys/boot/ia64/common/bootinfo.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/common/bootinfo.c,v 1.15.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/ia64/common/copy.c b/sys/boot/ia64/common/copy.c index 8d8dab65467a..237da82fefb5 100644 --- a/sys/boot/ia64/common/copy.c +++ b/sys/boot/ia64/common/copy.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/common/copy.c,v 1.9.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <ia64/include/vmparam.h> diff --git a/sys/boot/ia64/common/devicename.c b/sys/boot/ia64/common/devicename.c index 08d9b54c531b..a516a1470272 100644 --- a/sys/boot/ia64/common/devicename.c +++ b/sys/boot/ia64/common/devicename.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/common/devicename.c,v 1.6.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/ia64/common/exec.c b/sys/boot/ia64/common/exec.c index 6b451f24cb35..48dad9a591b2 100644 --- a/sys/boot/ia64/common/exec.c +++ b/sys/boot/ia64/common/exec.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/common/exec.c,v 1.17.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/ia64/common/libia64.h b/sys/boot/ia64/common/libia64.h index a196002088b1..558840fa68a4 100644 --- a/sys/boot/ia64/common/libia64.h +++ b/sys/boot/ia64/common/libia64.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/ia64/common/libia64.h,v 1.2.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _LIBIA64_H_ diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile index 0c0761018fce..8e64f8337b6c 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.28.8.1 2009/04/15 03:14:26 kensmith Exp $ NO_MAN= diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c index a72f79fd8254..bbdc786543d0 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.12.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <efi.h> diff --git a/sys/boot/ia64/efi/efimd.c b/sys/boot/ia64/efi/efimd.c index 8a1e0c7f1531..fd1883feedc3 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/efi/ldscript.ia64 b/sys/boot/ia64/efi/ldscript.ia64 index 0f79b670e027..1f47aff8dcad 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.20.1 2009/04/15 03:14:26 kensmith 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 9419903e3337..3f25b5499359 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.27.8.1 2009/04/15 03:14:26 kensmith 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..cf73c8c10c95 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.10.8.1 2009/04/15 03:14:26 kensmith Exp $ */ .text diff --git a/sys/boot/ia64/efi/version b/sys/boot/ia64/efi/version index 7d7f56651601..8617907b6338 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.7.8.1 2009/04/15 03:14:26 kensmith 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 42d24d19a7ac..dcc94bf93d78 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.20.8.1 2009/04/15 03:14:26 kensmith Exp $ NO_MAN= diff --git a/sys/boot/ia64/ski/acpi_stub.c b/sys/boot/ia64/ski/acpi_stub.c index 8e08e527e315..a734c6f179f9 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.8.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <contrib/dev/acpica/acpi.h> diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c index cf1e163af231..6de95c020dc3 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.7.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/ski/delay.c b/sys/boot/ia64/ski/delay.c index 2389603edb4a..aac3ecfb2212 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); void delay(int usecs) diff --git a/sys/boot/ia64/ski/efi_stub.c b/sys/boot/ia64/ski/efi_stub.c index 3c7a099bd437..5508d5dca761 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.6.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <machine/efi.h> diff --git a/sys/boot/ia64/ski/exit.c b/sys/boot/ia64/ski/exit.c index aeac67c49341..f69bc64fc77a 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.20.1 2009/04/15 03:14:26 kensmith 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..f64e60999964 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.20.1 2009/04/15 03:14:26 kensmith 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 5bbc6dec599f..1ee1320eb837 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.8.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #define MAXDEV 31 /* maximum number of distinct devices */ diff --git a/sys/boot/ia64/ski/main.c b/sys/boot/ia64/ski/main.c index 6cfa25b29a73..b1cccaffb825 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.9.8.1 2009/04/15 03:14:26 kensmith 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..9535f25b7f7f 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.20.1 2009/04/15 03:14:26 kensmith 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..fda9f0aaa57d 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.20.1 2009/04/15 03:14:26 kensmith 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..8bdde2c0cd8e 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/ski/skifs.c b/sys/boot/ia64/ski/skifs.c index 72276feba6cb..2b553ba0fd53 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.4.8.1 2009/04/15 03:14:26 kensmith 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..c0aa146a2a58 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.20.1 2009/04/15 03:14:26 kensmith Exp $ iar fr pa diff --git a/sys/boot/ia64/ski/skimd.c b/sys/boot/ia64/ski/skimd.c index bec2ec0f5e10..9e81f5673bdf 100644 --- a/sys/boot/ia64/ski/skimd.c +++ b/sys/boot/ia64/ski/skimd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/ia64/ski/skimd.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/ski/ssc.c b/sys/boot/ia64/ski/ssc.c index e1f871c4d5c5..03dd7fcc3c62 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.20.1 2009/04/15 03:14:26 kensmith 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..6bfdde641759 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #define STACKSIZE 16384 diff --git a/sys/boot/ia64/ski/time.c b/sys/boot/ia64/ski/time.c index 7aa71202d10a..68a532ddaf49 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <time.h> #include <sys/time.h> diff --git a/sys/boot/ia64/ski/version b/sys/boot/ia64/ski/version index afa69ea94bc5..fef32c0c69ca 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.4.8.1 2009/04/15 03:14:26 kensmith 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..000a2b1336b6 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.34.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= libofw diff --git a/sys/boot/ofw/common/Makefile.inc b/sys/boot/ofw/common/Makefile.inc index 5d20372631e6..31100ff90dae 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.34.1 2009/04/15 03:14:26 kensmith Exp $ SRCS+= main.c diff --git a/sys/boot/ofw/common/main.c b/sys/boot/ofw/common/main.c index 1a03e9be62a6..032e2cddf94f 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.9.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/Makefile b/sys/boot/ofw/libofw/Makefile index 8a56a778f76f..489c4c05b4ee 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.11.8.1 2009/04/15 03:14:26 kensmith Exp $ LIB= ofw INTERNALLIB= diff --git a/sys/boot/ofw/libofw/devicename.c b/sys/boot/ofw/libofw/devicename.c index 3cae23ce2024..17d09ac321aa 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.16.8.1 2009/04/15 03:14:26 kensmith 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..cca427d27c44 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.10.8.1 2009/04/15 03:14:26 kensmith 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 748233e6fe9e..99251ed935d5 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.12.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/ofw_console.c b/sys/boot/ofw/libofw/ofw_console.c index 796ac974dce0..8eec5a432d19 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.12.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> diff --git a/sys/boot/ofw/libofw/ofw_copy.c b/sys/boot/ofw/libofw/ofw_copy.c index 93e7ec656d04..18fdfde1fc19 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.16.8.1 2009/04/15 03:14:26 kensmith 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..a201f4d79cec 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.13.8.1 2009/04/15 03:14:26 kensmith 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..2e74bf896b05 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.7.8.1 2009/04/15 03:14:26 kensmith 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..83a00a5781ba 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.28.1 2009/04/15 03:14:26 kensmith Exp $"); /* * ofw-specific module functionality. diff --git a/sys/boot/ofw/libofw/ofw_net.c b/sys/boot/ofw/libofw/ofw_net.c index 17e112596043..d17523390fe1 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.11.8.1 2009/04/15 03:14:26 kensmith 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..9f45573aefac 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.20.1 2009/04/15 03:14:26 kensmith 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..65075cc64e82 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/openfirm.c b/sys/boot/ofw/libofw/openfirm.c index 8786d5d59b9c..9b10a4d428df 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.15.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <machine/stdarg.h> diff --git a/sys/boot/ofw/libofw/openfirm.h b/sys/boot/ofw/libofw/openfirm.h index 6c7ffb2697dd..c1f9ba8e1ecf 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.11.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _OPENFIRM_H_ #define _OPENFIRM_H_ diff --git a/sys/boot/pc98/Makefile b/sys/boot/pc98/Makefile index ca89dbc242de..717b87300a16 100644 --- a/sys/boot/pc98/Makefile +++ b/sys/boot/pc98/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/pc98/Makefile,v 1.9.8.1 2009/04/15 03:14:26 kensmith 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 5bdddeeaa5c1..485865ec1649 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.6.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/pc98/boot0.5/Makefile b/sys/boot/pc98/boot0.5/Makefile index 8df5219070ca..e5147af046e1 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.6.8.1 2009/04/15 03:14:26 kensmith Exp $ PROG= ${BOOT}.out INTERNALPROG= diff --git a/sys/boot/pc98/boot0.5/boot.s b/sys/boot/pc98/boot0.5/boot.s index 9d11206a882b..3cb00392b6ec 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/boot0.5.s b/sys/boot/pc98/boot0.5/boot0.5.s index f87800656767..08b76724c327 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.4.8.1 2009/04/15 03:14:26 kensmith Exp $ # .global main .code16 diff --git a/sys/boot/pc98/boot0.5/disk.s b/sys/boot/pc98/boot0.5/disk.s index 162dce912c82..59aac893b3b3 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.5.8.1 2009/04/15 03:14:26 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/ldscript b/sys/boot/pc98/boot0.5/ldscript index 49044abfb159..772720a92c45 100644 --- a/sys/boot/pc98/boot0.5/ldscript +++ b/sys/boot/pc98/boot0.5/ldscript @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/sys/boot/pc98/boot0.5/ldscript,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ */ SECTIONS diff --git a/sys/boot/pc98/boot0.5/putssjis.s b/sys/boot/pc98/boot0.5/putssjis.s index 4a75b97a082a..18b688a6810d 100644 --- a/sys/boot/pc98/boot0.5/putssjis.s +++ b/sys/boot/pc98/boot0.5/putssjis.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/putssjis.s,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/selector.s b/sys/boot/pc98/boot0.5/selector.s index 26b5f93fdc66..23feb051f0ed 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/start.s b/sys/boot/pc98/boot0.5/start.s index 008ae66b15e3..dada867a1c27 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.3.8.1 2009/04/15 03:14:26 kensmith Exp $ # .global start .code16 diff --git a/sys/boot/pc98/boot0.5/support.s b/sys/boot/pc98/boot0.5/support.s index 65f5a9a63209..f3064bc04c60 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.36.1 2009/04/15 03:14:26 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/syscons.s b/sys/boot/pc98/boot0.5/syscons.s index 150b835f795d..32479bf01496 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.36.1 2009/04/15 03:14:26 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0/Makefile b/sys/boot/pc98/boot0/Makefile index be4577c61ac9..a4e91cacf2f8 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= ${BOOT}.out INTERNALPROG= diff --git a/sys/boot/pc98/boot0/boot0.s b/sys/boot/pc98/boot0/boot0.s index 508e2521157a..c73ad7f7c12c 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.36.1 2009/04/15 03:14:26 kensmith Exp $ .globl start .code16 diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile index 2bac1e495d0e..aa8225fd82c7 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.20.1 2009/04/15 03:14:26 kensmith Exp $ # PROG= boot diff --git a/sys/boot/pc98/boot2/asm.S b/sys/boot/pc98/boot2/asm.S index de51618f162e..b9d9f61618e9 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ diff --git a/sys/boot/pc98/boot2/asm.h b/sys/boot/pc98/boot2/asm.h index 914014dea7b8..a07dac3bf065 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.30.1 2009/04/15 03:14:26 kensmith Exp $ */ #define S_ARG0 4(%esp) diff --git a/sys/boot/pc98/boot2/bios.S b/sys/boot/pc98/boot2/bios.S index 8a884d6342dc..5d12d7418ee4 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.32.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/boot2/boot.c b/sys/boot/pc98/boot2/boot.c index 4bdfbef7b14e..e47ef2940e71 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.17.2.1.6.1 2009/04/15 03:14:26 kensmith 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..57e9a18b3815 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ #include <sys/param.h> diff --git a/sys/boot/pc98/boot2/boot2.S b/sys/boot/pc98/boot2/boot2.S index be85030b0895..180999247001 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.20.1 2009/04/15 03:14:26 kensmith 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..7485e79f5215 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _UFS_UFS_DINODE_H_ diff --git a/sys/boot/pc98/boot2/disk.c b/sys/boot/pc98/boot2/disk.c index f9706cad3e00..764686cb4e0b 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.20.1 2009/04/15 03:14:26 kensmith 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..cddab07a46d8 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _UFS_FFS_FS_H_ diff --git a/sys/boot/pc98/boot2/inode.h b/sys/boot/pc98/boot2/inode.h index add9bb9f9abd..08e14bace75f 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.5.8.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _UFS_UFS_INODE_H_ diff --git a/sys/boot/pc98/boot2/io.c b/sys/boot/pc98/boot2/io.c index a6b9bdce697b..c22a58b88f3e 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.10.8.1 2009/04/15 03:14:26 kensmith 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..cd269141caae 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.30.1 2009/04/15 03:14:26 kensmith Exp $"); #include "boot.h" diff --git a/sys/boot/pc98/boot2/quota.h b/sys/boot/pc98/boot2/quota.h index 324131acf561..086cc9d70698 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _UFS_UFS_QUOTA_H_ diff --git a/sys/boot/pc98/boot2/serial.S b/sys/boot/pc98/boot2/serial.S index ea7b98aac4e3..17014bb5f889 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/boot2/serial_16550.S b/sys/boot/pc98/boot2/serial_16550.S index 114a369c8c98..34b78864815b 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/boot2/serial_8251.S b/sys/boot/pc98/boot2/serial_8251.S index 217dbdb17698..4321476fa2b3 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/boot2/start.S b/sys/boot/pc98/boot2/start.S index 2a9bcbb7a1b2..1ab30fbf9d74 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.34.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/boot2/sys.c b/sys/boot/pc98/boot2/sys.c index 0ceb07e5aba3..6deee06ea4f5 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.20.1 2009/04/15 03:14:26 kensmith 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..0b6378112279 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include "boot.h" diff --git a/sys/boot/pc98/btx/Makefile b/sys/boot/pc98/btx/Makefile index 39f78ed639b9..4fbc02171320 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.54.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= btx btxldr lib diff --git a/sys/boot/pc98/btx/Makefile.inc b/sys/boot/pc98/btx/Makefile.inc index 265f86d1ed55..6b6440b1883d 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.28.1 2009/04/15 03:14:26 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/pc98/btx/btx/Makefile b/sys/boot/pc98/btx/btx/Makefile index ac9a64ebf662..30f7dfad77ae 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= btx INTERNALPROG= diff --git a/sys/boot/pc98/btx/btx/btx.S b/sys/boot/pc98/btx/btx/btx.S index 043166e7980d..e054cc774293 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.22.8.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile index ba7a9938a82c..359281fc0163 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= btxldr INTERNALPROG= diff --git a/sys/boot/pc98/btx/btxldr/btxldr.S b/sys/boot/pc98/btx/btxldr/btxldr.S index 2104605b7436..965d411a2123 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.20.1 2009/04/15 03:14:26 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 8fab66a541af..2f466213af69 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.20.1 2009/04/15 03:14:26 kensmith 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..cece8e2bcecc 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.20.1 2009/04/15 03:14:26 kensmith 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..9da3240c2160 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.54.1 2009/04/15 03:14:26 kensmith Exp $ # # BTX system calls. diff --git a/sys/boot/pc98/btx/lib/btxv86.h b/sys/boot/pc98/btx/lib/btxv86.h index 1152f8b1d963..08abe8841b73 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.54.1 2009/04/15 03:14:26 kensmith Exp $ */ #ifndef _BTXV86_H_ diff --git a/sys/boot/pc98/btx/lib/btxv86.s b/sys/boot/pc98/btx/lib/btxv86.s index 0d7d1116322d..bcac7e4fe03e 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.54.1 2009/04/15 03:14:26 kensmith Exp $ # # BTX V86 interface. diff --git a/sys/boot/pc98/cdboot/Makefile b/sys/boot/pc98/cdboot/Makefile index d9e3fb57914f..26399d87d809 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.10.1 2009/04/15 03:14:26 kensmith Exp $ PROG= cdboot STRIP= diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s index 14af0a7f2b45..17fef0c75194 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.2.2.1.6.1 2009/04/15 03:14:26 kensmith 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..83d7efdd44db 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= kgzldr.o STRIP= diff --git a/sys/boot/pc98/kgzldr/crt.s b/sys/boot/pc98/kgzldr/crt.s index e028bc8e6722..ad23f95f0ad3 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.20.1 2009/04/15 03:14:26 kensmith Exp $ # # Screen defaults and assumptions. diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile index 6e61c9337083..84f5e4c93ec8 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.24.8.1 2009/04/15 03:14:26 kensmith Exp $ # LIB= pc98 INTERNALLIB= diff --git a/sys/boot/pc98/libpc98/bioscd.c b/sys/boot/pc98/libpc98/bioscd.c index 3e1ba712d660..6a158ea241b2 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.2.2.2.2.1 2009/04/15 03:14:26 kensmith 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 3506c2635c8c..9602d330690f 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.34.2.5.2.1 2009/04/15 03:14:26 kensmith Exp $"); /* * BIOS disk device handling. diff --git a/sys/boot/pc98/libpc98/biosmem.c b/sys/boot/pc98/libpc98/biosmem.c index b450922e3d2c..f54596ee82b5 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.8.8.1 2009/04/15 03:14:26 kensmith Exp $"); /* * Obtain memory configuration information from the BIOS diff --git a/sys/boot/pc98/libpc98/biossmap.c b/sys/boot/pc98/libpc98/biossmap.c index 5a7a89fd3efb..985e12f564ab 100644 --- a/sys/boot/pc98/libpc98/biossmap.c +++ b/sys/boot/pc98/libpc98/biossmap.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/biossmap.c,v 1.1.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/pc98/libpc98/comconsole.c b/sys/boot/pc98/libpc98/comconsole.c index e2ba06735c0d..2dea444ae776 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.7.8.1 2009/04/15 03:14:26 kensmith 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..7f425407ae64 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.30.1 2009/04/15 03:14:26 kensmith Exp $"); int i386_autoload(void) diff --git a/sys/boot/pc98/libpc98/time.c b/sys/boot/pc98/libpc98/time.c index b8dbe0227e7c..8c45d800e904 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.20.1 2009/04/15 03:14:26 kensmith 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..cea60b6b19dc 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 0ad93c1a8bb0..87d0147b9490 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.41.8.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/pc98/loader/conf.c b/sys/boot/pc98/loader/conf.c index ce80cefd1aac..92f80fa60920 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c index 83e9bdfa0588..d56228a82a2b 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.24.2.2.4.1 2009/04/15 03:14:26 kensmith Exp $"); /* * MD bootstrap main() and assorted miscellaneous diff --git a/sys/boot/powerpc/Makefile b/sys/boot/powerpc/Makefile index f805d119eb2b..1b1129380f7c 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.26.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= loader diff --git a/sys/boot/powerpc/loader/Makefile b/sys/boot/powerpc/loader/Makefile index eccec937dd97..0f22474ed093 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.19.8.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/powerpc/loader/conf.c b/sys/boot/powerpc/loader/conf.c index 8bfc72df3974..e7a7e49a5637 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.11.8.1 2009/04/15 03:14:26 kensmith 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..2c17366e727d 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.26.1 2009/04/15 03:14:26 kensmith Exp $ diff --git a/sys/boot/powerpc/loader/ldscript.powerpc b/sys/boot/powerpc/loader/ldscript.powerpc index ecf8129455aa..6d9aaab071eb 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.20.1 2009/04/15 03:14:26 kensmith 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..7fad28685e8b 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.6.8.1 2009/04/15 03:14:26 kensmith 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..57350b9e1ce9 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include "libofw.h" diff --git a/sys/boot/powerpc/loader/version b/sys/boot/powerpc/loader/version index cb0f6938f966..677237402063 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.26.1 2009/04/15 03:14:26 kensmith 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..9d3f406e15a3 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.34.1 2009/04/15 03:14:26 kensmith Exp $ SUBDIR= boot1 loader diff --git a/sys/boot/sparc64/Makefile.inc b/sys/boot/sparc64/Makefile.inc index f2170c83a8a7..b09c750e1eea 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.28.1 2009/04/15 03:14:26 kensmith Exp $ BINDIR?= /boot CFLAGS+= -ffreestanding diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile index 9670678c20eb..79b516c7cef3 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.20.1 2009/04/15 03:14:26 kensmith Exp $ PROG= boot1.elf INTERNALPROG= diff --git a/sys/boot/sparc64/boot1/_start.s b/sys/boot/sparc64/boot1/_start.s index 30f8019cc863..84a690571217 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.28.1 2009/04/15 03:14:26 kensmith Exp $ */ .text .globl _start diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c index 813da29f4ecf..c82f1971ca33 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.20.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/param.h> #include <sys/dirent.h> diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile index 784ab929c9fb..2e643aea18d1 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.20.8.1 2009/04/15 03:14:26 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/sparc64/loader/locore.S b/sys/boot/sparc64/loader/locore.S index a73f5bfa7f98..b82f023ad5ec 100644 --- a/sys/boot/sparc64/loader/locore.S +++ b/sys/boot/sparc64/loader/locore.S @@ -8,7 +8,7 @@ */ #include <machine/asm.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/sparc64/loader/locore.S,v 1.7.10.1.2.1 2009/04/15 03:14:26 kensmith Exp $"); #define LOCORE diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index aa15b30af29e..2b91cb701fed 100644 --- a/sys/boot/sparc64/loader/main.c +++ b/sys/boot/sparc64/loader/main.c @@ -33,7 +33,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/sparc64/loader/main.c,v 1.32.2.6.2.1 2009/04/15 03:14:26 kensmith 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..5eab86fd8596 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.15.8.1 2009/04/15 03:14:26 kensmith Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/sparc64/loader/version b/sys/boot/sparc64/loader/version index bef4091e58f6..abeab4d2e792 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.34.1 2009/04/15 03:14:26 kensmith 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. |