diff options
Diffstat (limited to 'sys/boot')
450 files changed, 453 insertions, 453 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile index 056dc68d6c49..145303278310 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/Makefile,v 1.39.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/Makefile.inc b/sys/boot/Makefile.inc index 3545446762df..dc7b4e5b8557 100644 --- a/sys/boot/Makefile.inc +++ b/sys/boot/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/Makefile.inc,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SSP_CFLAGS= diff --git a/sys/boot/README b/sys/boot/README index 22faea26b80c..3c783bc1d32b 100644 --- a/sys/boot/README +++ b/sys/boot/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/README,v 1.4.22.1.6.1 2010/12/21 17:09:25 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 1d12d9831658..0e9eded7227e 100644 --- a/sys/boot/arm/Makefile +++ b/sys/boot/arm/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/Makefile,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= uboot diff --git a/sys/boot/arm/Makefile.inc b/sys/boot/arm/Makefile.inc index 265f86d1ed55..7ecf02bc148a 100644 --- a/sys/boot/arm/Makefile.inc +++ b/sys/boot/arm/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/Makefile.inc,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/arm/at91/Makefile b/sys/boot/arm/at91/Makefile index 266c0ad567ea..1ecbf4124597 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.10.1.6.1 2010/12/21 17:09:25 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 2f528e365911..e823215159d5 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.8.2.1.6.1 2010/12/21 17:09:25 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..c002e35d2add 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 diff --git a/sys/boot/arm/at91/boot0/README b/sys/boot/arm/at91/boot0/README index 1d617d6fd812..979c6001c69f 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.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/sys/boot/arm/at91/boot0/linker.cfg b/sys/boot/arm/at91/boot0/linker.cfg index 8e2c96be1a81..a6956d469c55 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.12.1.6.1 2010/12/21 17:09:25 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..5e066f061dd7 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.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/boot0iic/Makefile b/sys/boot/arm/at91/boot0iic/Makefile index 44f447088398..b40f48e3ff2e 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.10.1.6.1 2010/12/21 17:09:25 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..2e032e8e7c8f 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/boot0spi/Makefile b/sys/boot/arm/at91/boot0spi/Makefile index eb6c5b52f593..a9d8fa273df5 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.10.1.6.1 2010/12/21 17:09:25 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..6732ce3be93f 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/boot2/Makefile b/sys/boot/arm/at91/boot2/Makefile index 82054259baec..73592bb62e34 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.10.1.6.1 2010/12/21 17:09:25 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..e1cd044c9a63 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ void Update(void); diff --git a/sys/boot/arm/at91/boot2/boot2.c b/sys/boot/arm/at91/boot2/boot2.c index 97308887e8ba..0b92a37afc65 100644 --- a/sys/boot/arm/at91/boot2/boot2.c +++ b/sys/boot/arm/at91/boot2/boot2.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/at91/boot2/boot2.c,v 1.12.2.1.6.1 2010/12/21 17:09:25 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 20f414026ec7..a9b18c490076 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.2.2.1.6.1 2010/12/21 17:09:25 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 c1b621e038a8..9e7624722150 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.2.2.1.6.1 2010/12/21 17:09:25 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 52f9676be411..1607ae9436ae 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.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/arm/at91/bootiic/Makefile b/sys/boot/arm/at91/bootiic/Makefile index 3983d2ba45b5..302dbc9d649d 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 diff --git a/sys/boot/arm/at91/bootiic/README b/sys/boot/arm/at91/bootiic/README index 1489d7c09c94..d93571a57e95 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.12.1.6.1 2010/12/21 17:09:25 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..d7cc7d67d3b7 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.10.1.6.1 2010/12/21 17:09:25 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..c0b25377db9e 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.12.1.6.1 2010/12/21 17:09:25 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..8d8e31a9009b 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.10.1.6.1 2010/12/21 17:09:25 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..af947c8fc40a 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.12.1.6.1 2010/12/21 17:09:25 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..956f63f86dcc 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.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ ******************************************************************************/ #include "env_vars.h" diff --git a/sys/boot/arm/at91/bootspi/Makefile b/sys/boot/arm/at91/bootspi/Makefile index bd7217dd8ec6..81aae5045e88 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../libat91 diff --git a/sys/boot/arm/at91/bootspi/README b/sys/boot/arm/at91/bootspi/README index 9a4ffa882440..8318634ba5a1 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.12.1.6.1 2010/12/21 17:09:25 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..cd11d4d2ad49 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.10.1.6.1 2010/12/21 17:09:25 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..d772376750f8 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.10.1.6.1 2010/12/21 17:09:25 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..72fcc7d23e2d 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.10.1.6.1 2010/12/21 17:09:25 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..86fc221c21e1 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.12.1.6.1 2010/12/21 17:09:25 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..4204f591fc7b 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.10.1.6.1 2010/12/21 17:09:25 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..16bece9aaed1 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.12.1.6.1 2010/12/21 17:09:25 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..df8decbf0f30 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "env_vars.h" diff --git a/sys/boot/arm/at91/libat91/Makefile b/sys/boot/arm/at91/libat91/Makefile index 08585fd57802..254a4e42a745 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.10.1.6.1 2010/12/21 17:09:25 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..e32bd30b44b8 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.10.1.6.1 2010/12/21 17:09:25 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..f1caba192233 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.10.1.6.1 2010/12/21 17:09:25 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..99d0c0561c75 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.10.1.6.1 2010/12/21 17:09:25 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..b516a604c642 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.10.1.6.1 2010/12/21 17:09:25 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..15fa7405ca09 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.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/eeprom.c b/sys/boot/arm/at91/libat91/eeprom.c index f5fc52bf1a86..4a5162673d23 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.4.2.1.6.1 2010/12/21 17:09:25 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 2ec715fb78e6..bb11114b97f6 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.9.2.1.6.1 2010/12/21 17:09:25 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..ade2e80988f1 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ *****************************************************************************/ diff --git a/sys/boot/arm/at91/libat91/emac_init.c b/sys/boot/arm/at91/libat91/emac_init.c index 30246226d617..a74b9be5a143 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.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /****************************************************************************** diff --git a/sys/boot/arm/at91/libat91/getc.c b/sys/boot/arm/at91/libat91/getc.c index 59e27a40e890..0e9d0839a4bc 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "at91rm9200.h" diff --git a/sys/boot/arm/at91/libat91/lib.h b/sys/boot/arm/at91/libat91/lib.h index 24ac49fd3249..d4e0a246f552 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.5.2.1.6.1 2010/12/21 17:09:25 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..c30324deb3a7 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.10.1.6.1 2010/12/21 17:09:25 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..3fd4273bbd91 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ //*--------------------------------------------------------------------------- diff --git a/sys/boot/arm/at91/libat91/memcmp.c b/sys/boot/arm/at91/libat91/memcmp.c index 322042f23cf2..5e9c0ff74301 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.10.1.6.1 2010/12/21 17:09:25 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..03567624163f 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.10.1.6.1 2010/12/21 17:09:25 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..ca1eec321a13 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.10.1.6.1 2010/12/21 17:09:25 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..0e299654fecf 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.10.1.6.1 2010/12/21 17:09:25 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..db44d13a5c09 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.10.1.6.1 2010/12/21 17:09:25 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..ca2e346294fa 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.10.1.6.1 2010/12/21 17:09:25 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..278caa69f1df 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.12.1.6.1 2010/12/21 17:09:25 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..15575c513840 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ //*---------------------------------------------------------------------------- diff --git a/sys/boot/arm/at91/libat91/sd-card.h b/sys/boot/arm/at91/libat91/sd-card.h index 0a3ce696925b..0740f74e6e59 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.12.1.6.1 2010/12/21 17:09:25 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 591b9ebfe002..c2135adc42e8 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.5.2.1.6.1 2010/12/21 17:09:25 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..5ee18e8a5e03 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.10.1.6.1 2010/12/21 17:09:25 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..de5512eaeeb1 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.10.1.6.1 2010/12/21 17:09:25 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..5304cd0d1db4 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.10.1.6.1 2010/12/21 17:09:25 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..18da9844e642 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /****************************************************************************** * diff --git a/sys/boot/arm/at91/libat91/strlen.c b/sys/boot/arm/at91/libat91/strlen.c index 35de89262a51..fb4d37ca8b67 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /****************************************************************************** * diff --git a/sys/boot/arm/at91/libat91/tag_list.c b/sys/boot/arm/at91/libat91/tag_list.c index c6a9bba82377..96447f7e88c5 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.12.1.6.1 2010/12/21 17:09:25 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..1b96fa50ae4f 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.12.1.6.1 2010/12/21 17:09:25 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..0baad42c6520 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.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "lib.h" diff --git a/sys/boot/arm/at91/linker.cfg b/sys/boot/arm/at91/linker.cfg index 40ae7bf270af..e88a85d70b31 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.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ ******************************************************************************/ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") diff --git a/sys/boot/arm/ixp425/Makefile.inc b/sys/boot/arm/ixp425/Makefile.inc index 37af9c7b3747..732b2674f5e8 100644 --- a/sys/boot/arm/ixp425/Makefile.inc +++ b/sys/boot/arm/ixp425/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/ixp425/Makefile.inc,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .if !target(__ixp425_boot_Makefile.inc__) .PATH: ${.CURDIR}/../../../../libkern ${.CURDIR}/../../../../libkern/arm diff --git a/sys/boot/arm/ixp425/boot2/Makefile b/sys/boot/arm/ixp425/boot2/Makefile index 138446b6fa25..a3e0d94abc61 100644 --- a/sys/boot/arm/ixp425/boot2/Makefile +++ b/sys/boot/arm/ixp425/boot2/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/ixp425/boot2/Makefile,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # We get a lot of the std lib functions from here. .PATH: ${.CURDIR}/../../at91/libat91 diff --git a/sys/boot/arm/ixp425/boot2/arm_init.S b/sys/boot/arm/ixp425/boot2/arm_init.S index 9ede9fc605fd..4ed5ada0ae4c 100644 --- a/sys/boot/arm/ixp425/boot2/arm_init.S +++ b/sys/boot/arm/ixp425/boot2/arm_init.S @@ -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/ixp425/boot2/arm_init.S,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/boot/arm/ixp425/boot2/boot2.c b/sys/boot/arm/ixp425/boot2/boot2.c index 8f99e0d9b9c1..6adfe23271da 100644 --- a/sys/boot/arm/ixp425/boot2/boot2.c +++ b/sys/boot/arm/ixp425/boot2/boot2.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/ixp425/boot2/boot2.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sys/boot/arm/ixp425/boot2/cf_ata.h b/sys/boot/arm/ixp425/boot2/cf_ata.h index 3c9e9e5facae..ac043aa2f55a 100644 --- a/sys/boot/arm/ixp425/boot2/cf_ata.h +++ b/sys/boot/arm/ixp425/boot2/cf_ata.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/ixp425/boot2/cf_ata.h,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef ARM_BOOT_CF_ATA_H diff --git a/sys/boot/arm/ixp425/boot2/ixp425_board.c b/sys/boot/arm/ixp425/boot2/ixp425_board.c index c13f8ed52694..d32c86eeac80 100644 --- a/sys/boot/arm/ixp425/boot2/ixp425_board.c +++ b/sys/boot/arm/ixp425/boot2/ixp425_board.c @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/ixp425/boot2/ixp425_board.c,v 1.2.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/ata.h> #include <sys/linker_set.h> diff --git a/sys/boot/arm/ixp425/boot2/lib.h b/sys/boot/arm/ixp425/boot2/lib.h index 1679e961ce2c..738d7285d96c 100644 --- a/sys/boot/arm/ixp425/boot2/lib.h +++ b/sys/boot/arm/ixp425/boot2/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/ixp425/boot2/lib.h,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef ARM_BOOT_LIB_H diff --git a/sys/boot/arm/uboot/Makefile b/sys/boot/arm/uboot/Makefile index ea207a1f397b..4e166fde7d2b 100644 --- a/sys/boot/arm/uboot/Makefile +++ b/sys/boot/arm/uboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/arm/uboot/Makefile,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= ubldr NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH} diff --git a/sys/boot/arm/uboot/conf.c b/sys/boot/arm/uboot/conf.c index b7975651310a..bed2e72c71b7 100644 --- a/sys/boot/arm/uboot/conf.c +++ b/sys/boot/arm/uboot/conf.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/arm/uboot/conf.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "bootstrap.h" diff --git a/sys/boot/arm/uboot/help.uboot b/sys/boot/arm/uboot/help.uboot index 5873eb0512d2..5722cfa18cd6 100644 --- a/sys/boot/arm/uboot/help.uboot +++ b/sys/boot/arm/uboot/help.uboot @@ -1 +1 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/arm/uboot/help.uboot,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/sys/boot/arm/uboot/ldscript.arm b/sys/boot/arm/uboot/ldscript.arm index 4b8ab54ed97e..c1f6798ea994 100644 --- a/sys/boot/arm/uboot/ldscript.arm +++ b/sys/boot/arm/uboot/ldscript.arm @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/arm/uboot/ldscript.arm,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm") OUTPUT_ARCH(arm) diff --git a/sys/boot/arm/uboot/start.S b/sys/boot/arm/uboot/start.S index c53330cb2576..02b01a5c5de0 100644 --- a/sys/boot/arm/uboot/start.S +++ b/sys/boot/arm/uboot/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/arm/uboot/start.S,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/boot/arm/uboot/version b/sys/boot/arm/uboot/version index e3715b0025f3..0c68dca2d68f 100644 --- a/sys/boot/arm/uboot/version +++ b/sys/boot/arm/uboot/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/arm/uboot/version,v 1.2.2.1.6.1 2010/12/21 17:09:25 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/common/Makefile.inc b/sys/boot/common/Makefile.inc index 1f31aa9b601d..694b01168c0c 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.24.2.2.4.1 2010/12/21 17:09:25 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..79ff21f7b871 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Simple LRU block cache diff --git a/sys/boot/common/boot.c b/sys/boot/common/boot.c index c6ab6812da72..878195cbe63d 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.32.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Loading modules, booting the system diff --git a/sys/boot/common/bootstrap.h b/sys/boot/common/bootstrap.h index ff8f45924fee..47057f607123 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.46.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/types.h> diff --git a/sys/boot/common/commands.c b/sys/boot/common/commands.c index 7fba019153b7..43ce8f5e418c 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.22.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/console.c b/sys/boot/common/console.c index d140a96b570b..cdfb6751c941 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/crc32.c b/sys/boot/common/crc32.c index 032517993a49..5ed5f07c66de 100644 --- a/sys/boot/common/crc32.c +++ b/sys/boot/common/crc32.c @@ -43,7 +43,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/crc32.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/types.h> diff --git a/sys/boot/common/crc32.h b/sys/boot/common/crc32.h index adfd628671aa..3d3d267c0fd5 100644 --- a/sys/boot/common/crc32.h +++ b/sys/boot/common/crc32.h @@ -2,7 +2,7 @@ * COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or * code or tables extracted from it, as desired without restriction. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/common/crc32.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _CRC32_H_ diff --git a/sys/boot/common/dev_net.c b/sys/boot/common/dev_net.c index 147a809325a5..c72b4de70162 100644 --- a/sys/boot/common/dev_net.c +++ b/sys/boot/common/dev_net.c @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/dev_net.c,v 1.18.2.4.4.1 2010/12/21 17:09:25 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..2b49deacf17b 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.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ extern struct devsw netdev; diff --git a/sys/boot/common/devopen.c b/sys/boot/common/devopen.c index de6165c03e8e..9afb944de216 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.6.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/gpt.c b/sys/boot/common/gpt.c index 62e86ddded8b..2b2d48af330e 100644 --- a/sys/boot/common/gpt.c +++ b/sys/boot/common/gpt.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/gpt.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/gpt.h> diff --git a/sys/boot/common/gpt.h b/sys/boot/common/gpt.h index c42b40de8a3f..811ba6af2432 100644 --- a/sys/boot/common/gpt.h +++ b/sys/boot/common/gpt.h @@ -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/gpt.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _GPT_H_ diff --git a/sys/boot/common/interp.c b/sys/boot/common/interp.c index b9343a63381b..ffc1519e4f30 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.30.2.1.6.1 2010/12/21 17:09:25 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..04409f2a50f0 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.32.1.6.1 2010/12/21 17:09:25 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..39dde6abd5c5 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.32.1.6.1 2010/12/21 17:09:25 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..55a5fc628330 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.32.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include <string.h> diff --git a/sys/boot/common/isapnp.c b/sys/boot/common/isapnp.c index a8efb28c7e1b..8857ddf9b2cb 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.32.1.6.1 2010/12/21 17:09:25 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..04e8d101f866 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _I386_ISA_PNP_H_ diff --git a/sys/boot/common/load_elf.c b/sys/boot/common/load_elf.c index f0880b1eaa3c..99de47b79709 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.39.2.4.2.1 2010/12/21 17:09:25 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..935636fedd9f 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.32.1.6.1 2010/12/21 17:09:25 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..9ae151a5b916 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.24.1.6.1 2010/12/21 17:09:25 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..6900a8855daf 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.32.1.6.1 2010/12/21 17:09:25 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..2898b89cdf32 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.24.1.6.1 2010/12/21 17:09:25 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 6f3b3493aa3d..86f70bd6a046 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.10.2.2.1 2010/12/21 17:09:25 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 bae2f86ba811..7b5f6555d8da 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.96.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd February 15, 2009 .Dt LOADER 8 diff --git a/sys/boot/common/ls.c b/sys/boot/common/ls.c index 86f83c39a9d8..de1a600efb8f 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.32.1.6.1 2010/12/21 17:09:25 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..2f7dfe168fd6 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.10.1.6.1 2010/12/21 17:09:25 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 c4c36ea9a4e8..059d0dd00334 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.10.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <string.h> #include <stand.h> diff --git a/sys/boot/common/module.c b/sys/boot/common/module.c index 18ba1b550e21..93551e077c41 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.28.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* * file/module function dispatcher, support, etc. diff --git a/sys/boot/common/newvers.sh b/sys/boot/common/newvers.sh index fd7b0b1685c4..2286a9ba0b92 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.30.1.6.1 2010/12/21 17:09:25 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..20edf8cdec67 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.10.1.6.1 2010/12/21 17:09:25 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..21fb598cb6bf 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * "Plug and Play" functionality. diff --git a/sys/boot/common/reloc_elf.c b/sys/boot/common/reloc_elf.c index 43b7cbfd51bd..f298c9c49e14 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.10.1.6.1 2010/12/21 17:09:25 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..81df907573cf 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.24.1.6.1 2010/12/21 17:09:25 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..9acf27a339a6 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.24.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define __ELF_WORD_SIZE 64 diff --git a/sys/boot/common/ufsread.c b/sys/boot/common/ufsread.c index cd3ba4c5d126..6a8658e0b28e 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.19.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <ufs/ufs/dinode.h> #include <ufs/ufs/dir.h> diff --git a/sys/boot/common/util.c b/sys/boot/common/util.c index 012106aef8ac..856aed5c2a5f 100644 --- a/sys/boot/common/util.c +++ b/sys/boot/common/util.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/common/util.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/common/util.h b/sys/boot/common/util.h index 600c4e04c679..49ef4edf35dd 100644 --- a/sys/boot/common/util.h +++ b/sys/boot/common/util.h @@ -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/util.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _UTIL_H_ diff --git a/sys/boot/efi/Makefile b/sys/boot/efi/Makefile index ce5211393c22..d59d795eda52 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= libefi diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index fdfd59cf0d68..9ecdc436b995 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.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/efi/include/README b/sys/boot/efi/include/README index bf821fae7e60..7d017d9a46ef 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.22.1.6.1 2010/12/21 17:09:25 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..b5e3e174facf 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.10.1.6.1 2010/12/21 17:09:25 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..f37814f83e50 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.10.1.6.1 2010/12/21 17:09:25 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..127d4c17da3b 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.10.1.6.1 2010/12/21 17:09:25 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..a0880ca3f2bf 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.10.1.6.1 2010/12/21 17:09:25 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..6c53628f492b 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.10.1.6.1 2010/12/21 17:09:25 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..da7febde7bc6 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.10.1.6.1 2010/12/21 17:09:25 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..e9a76f59661b 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.10.1.6.1 2010/12/21 17:09:25 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..bb611006317f 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.10.1.6.1 2010/12/21 17:09:25 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..ba0d09d31f92 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.36.1.6.1 2010/12/21 17:09:25 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..a876694d5d3b 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.10.1.6.1 2010/12/21 17:09:25 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 cf825a623cb4..2905c24b0ba0 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.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <stand.h> diff --git a/sys/boot/efi/include/efinet.h b/sys/boot/efi/include/efinet.h index b4996d9b5cc5..d5d654c27255 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.10.1.6.1 2010/12/21 17:09:25 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..c4aeeade541e 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.10.1.6.1 2010/12/21 17:09:25 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..ac969e589826 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.10.1.6.1 2010/12/21 17:09:25 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..07f4bd6d3baf 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.10.1.6.1 2010/12/21 17:09:25 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..b991f6a57236 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.10.1.6.1 2010/12/21 17:09:25 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..8fca072f1737 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.10.1.6.1 2010/12/21 17:09:25 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..6751ef3d37f6 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.10.1.6.1 2010/12/21 17:09:25 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..744ae848be1d 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.10.1.6.1 2010/12/21 17:09:25 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..560680ff6140 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.10.1.6.1 2010/12/21 17:09:25 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..c0d5f47c91e1 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* PE32+ header file */ diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index 55053e1042f7..cb2b1a9dfd4b 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.10.2.4.1 2010/12/21 17:09:25 kensmith Exp $ LIB= efi INTERNALLIB= diff --git a/sys/boot/efi/libefi/delay.c b/sys/boot/efi/libefi/delay.c index 723f681c5286..66a2fed53c50 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.34.1.6.1 2010/12/21 17:09:25 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..7a87e4e06d8b 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/efinet.c b/sys/boot/efi/libefi/efinet.c index 1eea8606fe15..e8413673c577 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <netinet/in.h> diff --git a/sys/boot/efi/libefi/efipart.c b/sys/boot/efi/libefi/efipart.c index 4c8c170f0d96..6c479d833d99 100644 --- a/sys/boot/efi/libefi/efipart.c +++ b/sys/boot/efi/libefi/efipart.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efipart.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/boot/efi/libefi/errno.c b/sys/boot/efi/libefi/errno.c index fac903faf27a..c641899e5544 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.10.1.6.1 2010/12/21 17:09:25 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..604bdb978f7f 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.10.1.6.1 2010/12/21 17:09:25 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..6b47c02db665 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.10.1.6.1 2010/12/21 17:09:25 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..6da796d18fa4 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile index a967613ef1a3..f45ec1478c94 100644 --- a/sys/boot/ficl/Makefile +++ b/sys/boot/ficl/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ficl/Makefile,v 1.46.2.1.6.1 2010/12/21 17:09:25 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..ef18f0ee2567 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.10.1.6.1 2010/12/21 17:09:25 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..9e9c2bbcea4d 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #if !defined (__SYSDEP_H__) diff --git a/sys/boot/ficl/dict.c b/sys/boot/ficl/dict.c index b76d92559f8f..c98a9f4263c4 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/ficl.c b/sys/boot/ficl/ficl.c index d4370eb1a48a..91310fd060d1 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/ficl.h b/sys/boot/ficl/ficl.h index 6fe9e10aba20..b60425dc3000 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.10.2.2.1 2010/12/21 17:09:25 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..7c7dd1726cfb 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <errno.h> #include <stdlib.h> diff --git a/sys/boot/ficl/float.c b/sys/boot/ficl/float.c index d757b23648bc..44afb871d0bc 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.10.1.6.1 2010/12/21 17:09:25 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..4c6e555f211c 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.56.1.6.1 2010/12/21 17:09:25 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..e45fb6169d3d 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.36.1.6.1 2010/12/21 17:09:25 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..099292ef2857 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.36.1.6.1 2010/12/21 17:09:25 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..b50fd78c1837 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.36.1.6.1 2010/12/21 17:09:25 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..3144c88bbd4e 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /******************************************************************* diff --git a/sys/boot/ficl/math64.c b/sys/boot/ficl/math64.c index 6e50458151bc..4c26dff6ed62 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "ficl.h" #include "math64.h" diff --git a/sys/boot/ficl/math64.h b/sys/boot/ficl/math64.h index a4e56369564f..686c0752c275 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #if !defined (__MATH64_H__) #define __MATH64_H__ diff --git a/sys/boot/ficl/mips/sysdep.c b/sys/boot/ficl/mips/sysdep.c index 00b0d4acf0e3..d87035c1db2a 100644 --- a/sys/boot/ficl/mips/sysdep.c +++ b/sys/boot/ficl/mips/sysdep.c @@ -7,7 +7,7 @@ ** *******************************************************************/ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/ficl/mips/sysdep.c,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef TESTMAIN #include <stdio.h> diff --git a/sys/boot/ficl/mips/sysdep.h b/sys/boot/ficl/mips/sysdep.h index 3ae748e259c7..f338db15c023 100644 --- a/sys/boot/ficl/mips/sysdep.h +++ b/sys/boot/ficl/mips/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/mips/sysdep.h,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #if !defined (__SYSDEP_H__) diff --git a/sys/boot/ficl/powerpc/sysdep.c b/sys/boot/ficl/powerpc/sysdep.c index 00b0d4acf0e3..1a82eea74d95 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.22.1.6.1 2010/12/21 17:09:25 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..fff5dc08447a 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #if !defined (__SYSDEP_H__) diff --git a/sys/boot/ficl/prefix.c b/sys/boot/ficl/prefix.c index a34fc6c78240..0e17e4c8e3e4 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <string.h> #include <ctype.h> diff --git a/sys/boot/ficl/search.c b/sys/boot/ficl/search.c index d445cb32d93a..91efeb75334a 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.36.1.6.1 2010/12/21 17:09:25 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..9481003ce1eb 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ also oop definitions diff --git a/sys/boot/ficl/softwords/ficlclass.fr b/sys/boot/ficl/softwords/ficlclass.fr index 6d75efb0d3c5..1d4738076a7a 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.36.1.6.1 2010/12/21 17:09:25 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..b80aa85d6dd7 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.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ hide 0 constant zero diff --git a/sys/boot/ficl/softwords/fileaccess.fr b/sys/boot/ficl/softwords/fileaccess.fr index 7297df681cf3..3fe867006206 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.10.1.6.1 2010/12/21 17:09:25 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..86dd5662088c 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.36.1.6.1 2010/12/21 17:09:25 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..4bce5be44ed4 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.56.1.6.1 2010/12/21 17:09:25 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..16974f9a90dd 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ hide diff --git a/sys/boot/ficl/softwords/jhlocal.fr b/sys/boot/ficl/softwords/jhlocal.fr index 12ccb9fea753..acb4f374d62e 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ hide diff --git a/sys/boot/ficl/softwords/marker.fr b/sys/boot/ficl/softwords/marker.fr index ee3c9bdf2f64..c9f0ba32b940 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ : marker ( "name" -- ) create diff --git a/sys/boot/ficl/softwords/oo.fr b/sys/boot/ficl/softwords/oo.fr index b1c8e214e5bd..23dc574b780f 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.10.1.6.1 2010/12/21 17:09:25 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..198cb9042755 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ variable save-current diff --git a/sys/boot/ficl/softwords/softcore.awk b/sys/boot/ficl/softwords/softcore.awk index 5a97999a9823..f9b4296210e8 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ BEGIN \ { diff --git a/sys/boot/ficl/softwords/softcore.fr b/sys/boot/ficl/softwords/softcore.fr index a70ebaa634ef..c9f57f892b5f 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.36.1.6.1 2010/12/21 17:09:25 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..a73a8f7375ea 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ also oop definitions diff --git a/sys/boot/ficl/sparc64/sysdep.c b/sys/boot/ficl/sparc64/sysdep.c index 00b0d4acf0e3..b3cb7788ee35 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.36.1.6.1 2010/12/21 17:09:25 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..d33026f09bc0 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.36.1.6.1 2010/12/21 17:09:25 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..196290dc95a8 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/testmain.c b/sys/boot/ficl/testmain.c index 7167f30a2561..3d50dc8ffdd2 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <stdlib.h> #include <stdio.h> diff --git a/sys/boot/ficl/tools.c b/sys/boot/ficl/tools.c index 02f9acf3c66b..9ed3d5ec8b9e 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/unix.c b/sys/boot/ficl/unix.c index 5b5644079ba9..ac4605a9099c 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.10.1.6.1 2010/12/21 17:09:25 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..5cfd4bff4034 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/ficl/words.c b/sys/boot/ficl/words.c index ddeb1af61c29..358ca77102e8 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifdef TESTMAIN #include <stdlib.h> diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th index d96f5791e79f..1179234c85fc 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.10.2.2.1 2010/12/21 17:09:25 kensmith Exp $ marker task-beastie.4th diff --git a/sys/boot/forth/frames.4th b/sys/boot/forth/frames.4th index 3b1f4046891f..d2b98d329ed6 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ marker task-frames.4th diff --git a/sys/boot/forth/loader.4th b/sys/boot/forth/loader.4th index 7b22b6d72e56..fa45289ab8eb 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.26.2.1.6.1 2010/12/21 17:09:25 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..d1a23d124924 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.22.1.6.1 2010/12/21 17:09:25 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 343421805b86..83070819bb48 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.143.2.8.2.1 2010/12/21 17:09:25 kensmith Exp $ ############################################################## ### Basic configuration options ############################ diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index b7e8af26d247..3b8b57471a49 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.28.2.1.6.1 2010/12/21 17:09:25 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..6b7c2ae14cd6 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.22.1.6.1 2010/12/21 17:09:25 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..0c6e7b2b09fd 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.3.2.1.6.1 2010/12/21 17:09:25 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..d51c945a9e8b 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.34.1.6.1 2010/12/21 17:09:25 kensmith Exp $ marker task-screen.4th diff --git a/sys/boot/forth/support.4th b/sys/boot/forth/support.4th index 5484e062b83c..a28ff9605154 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.20.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ \ Loader.rc support functions: \ diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index 3c05759fcf09..2ea9820e12d0 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/Makefile,v 1.26.2.3.4.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc index 72c6395acf0f..7c631e3867ba 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.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/i386/boot0/Makefile b/sys/boot/i386/boot0/Makefile index 3b3bb522ce38..c2b9d5c0f32e 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.35.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG?= boot0 STRIP= diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S index 2950124e9b18..e72e8327b616 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.22.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* build options: */ diff --git a/sys/boot/i386/boot0/boot0ext.S b/sys/boot/i386/boot0/boot0ext.S index a63de2532109..07f9e64e9d6b 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* A 1024-byte boot manager. */ diff --git a/sys/boot/i386/boot0ext/Makefile b/sys/boot/i386/boot0ext/Makefile index e68e237a0c61..2c19d1726adc 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/i386/boot0sio/Makefile b/sys/boot/i386/boot0sio/Makefile index 1321dd330c4d..6d7683db7e53 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../boot0 diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile index ab5a69a8ba46..a9006986763f 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.61.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ FILES= boot boot1 boot2 diff --git a/sys/boot/i386/boot2/boot1.S b/sys/boot/i386/boot2/boot1.S index 14d28b3f9594..a31625e8aa01 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.32.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ /* Memory Locations */ diff --git a/sys/boot/i386/boot2/boot2.c b/sys/boot/i386/boot2/boot2.c index f521fd7e071a..22a6f289b5e0 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.88.2.2.2.1 2010/12/21 17:09:25 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..5e58847db9a3 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ void sio_init(int); diff --git a/sys/boot/i386/boot2/sio.S b/sys/boot/i386/boot2/sio.S index 7b8e9eb13b05..655583a14b2a 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ .set SIO_PRT,SIOPRT # Base port diff --git a/sys/boot/i386/btx/Makefile b/sys/boot/i386/btx/Makefile index 39f78ed639b9..b56f202fd3b1 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.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= btx btxldr lib diff --git a/sys/boot/i386/btx/Makefile.inc b/sys/boot/i386/btx/Makefile.inc index 265f86d1ed55..26a73b2dbb6f 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/i386/btx/btx/Makefile b/sys/boot/i386/btx/btx/Makefile index e221d0dbe5fa..25f756ca716d 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.20.2.1.6.1 2010/12/21 17:09:25 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..dd022d47b547 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.48.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/boot/i386/btx/btxldr/Makefile b/sys/boot/i386/btx/btxldr/Makefile index ba7a9938a82c..06f5695b9f26 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.22.1.6.1 2010/12/21 17:09:25 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..af88063600e7 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.20.2.1.6.1 2010/12/21 17:09:25 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..af17b4f6dd0c 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.22.1.6.1 2010/12/21 17:09:25 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..78726dd0eb08 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.30.1.6.1 2010/12/21 17:09:25 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..105bb7cb8ee1 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.56.1.6.1 2010/12/21 17:09:25 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..da3a6692b6bc 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.56.1.6.1 2010/12/21 17:09:25 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..83782d025cd5 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.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # # BTX V86 interface. diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile index 77c4b8e99306..7ba48efd9b99 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= cdboot STRIP= diff --git a/sys/boot/i386/cdboot/cdboot.s b/sys/boot/i386/cdboot/cdboot.s index 7d2a840a921d..7e656efc94f4 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.19.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # # This program is a freestanding boot program to load an a.out binary diff --git a/sys/boot/i386/common/cons.c b/sys/boot/i386/common/cons.c index 56febf2037fb..32a1984f0848 100644 --- a/sys/boot/i386/common/cons.c +++ b/sys/boot/i386/common/cons.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/common/cons.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/i386/common/cons.h b/sys/boot/i386/common/cons.h index fe00a13e7171..1e5b744bdf7d 100644 --- a/sys/boot/i386/common/cons.h +++ b/sys/boot/i386/common/cons.h @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/common/cons.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _CONS_H_ diff --git a/sys/boot/i386/common/drv.c b/sys/boot/i386/common/drv.c index d249bc186406..e75dd892836b 100644 --- a/sys/boot/i386/common/drv.c +++ b/sys/boot/i386/common/drv.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/common/drv.c,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> diff --git a/sys/boot/i386/common/drv.h b/sys/boot/i386/common/drv.h index 1ecfbc3af9e6..169be4175e53 100644 --- a/sys/boot/i386/common/drv.h +++ b/sys/boot/i386/common/drv.h @@ -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/common/drv.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _DRV_H_ diff --git a/sys/boot/i386/common/rbx.h b/sys/boot/i386/common/rbx.h index 21371a563805..75d0fd4e7c11 100644 --- a/sys/boot/i386/common/rbx.h +++ b/sys/boot/i386/common/rbx.h @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/common/rbx.h,v 1.1.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _RBX_H_ diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index ad44196775ec..ddf2ef3d4eee 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.6.2.2.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../boot2 ${.CURDIR}/../common ${.CURDIR}/../../common diff --git a/sys/boot/i386/gptboot/gptboot.c b/sys/boot/i386/gptboot/gptboot.c index 5f0ab7c655cb..2b031a7e6046 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.88.2.5.2.1 2010/12/21 17:09:25 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..9407e9877ffd 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.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * * Partly from: src/sys/boot/i386/boot2/boot1.S 1.31 */ diff --git a/sys/boot/i386/gptzfsboot/Makefile b/sys/boot/i386/gptzfsboot/Makefile index e3470ea7c45f..044cf56496f1 100644 --- a/sys/boot/i386/gptzfsboot/Makefile +++ b/sys/boot/i386/gptzfsboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/gptzfsboot/Makefile,v 1.3.4.2.2.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../boot2 ${.CURDIR}/../gptboot \ ${.CURDIR}/../zfsboot ${.CURDIR}/../common \ diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index a124474da4e5..125cff9d1943 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= kgzldr.o STRIP= diff --git a/sys/boot/i386/kgzldr/boot.c b/sys/boot/i386/kgzldr/boot.c index 45ed2ee62e16..a9d533a287e6 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.32.1.6.1 2010/12/21 17:09:25 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..17c9f251151e 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # # Screen defaults and assumptions. diff --git a/sys/boot/i386/kgzldr/kgzldr.h b/sys/boot/i386/kgzldr/kgzldr.h index 5cd5b44b6005..dc41601e95a2 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.56.1.6.1 2010/12/21 17:09:25 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..bdcc030a3183 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.32.1.6.1 2010/12/21 17:09:25 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..1648601a4a0a 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # .globl sio_putchr diff --git a/sys/boot/i386/kgzldr/start.s b/sys/boot/i386/kgzldr/start.s index 550fa526d946..59466c36b789 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # .set entry,0x10 # kgz.entry diff --git a/sys/boot/i386/libfirewire/Makefile b/sys/boot/i386/libfirewire/Makefile index 28f76307d8a0..69d0dfd6fbd5 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ LIB= firewire INTERNALLIB= diff --git a/sys/boot/i386/libfirewire/dconsole.c b/sys/boot/i386/libfirewire/dconsole.c index 16645e259cb0..081546f5b22e 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.10.1.6.1 2010/12/21 17:09:25 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..d0ad05f2a66d 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * FireWire disk device handling. diff --git a/sys/boot/i386/libfirewire/fwohci.c b/sys/boot/i386/libfirewire/fwohci.c index 326e44b2ecc6..dcc1b8e5ffb4 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/boot/i386/libfirewire/fwohci.h b/sys/boot/i386/libfirewire/fwohci.h index fc20043d9274..76646ff6fc59 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ diff --git a/sys/boot/i386/libfirewire/fwohcireg.h b/sys/boot/i386/libfirewire/fwohcireg.h index 27786e8b9813..668d8ae9356f 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * */ #define PCI_CBMEM PCIR_BAR(0) diff --git a/sys/boot/i386/libi386/Makefile b/sys/boot/i386/libi386/Makefile index c1bbb52c80b4..18986e28deec 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.46.2.1.6.1 2010/12/21 17:09:25 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..e04e851d400f 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/biosacpi.c b/sys/boot/i386/libi386/biosacpi.c index e9e2436b47cd..e34d4670c954 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.13.2.2.4.1 2010/12/21 17:09:25 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..1262a0edf5d6 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.11.2.1.6.1 2010/12/21 17:09:25 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 cf0b03353ea7..72fb9d4b575e 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.62.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* * BIOS disk device handling. diff --git a/sys/boot/i386/libi386/biosmem.c b/sys/boot/i386/libi386/biosmem.c index bae68131b87b..0ef3d911a0fc 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.9.2.2.4.1 2010/12/21 17:09:25 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..0e2046029cad 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.10.1.6.1 2010/12/21 17:09:25 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 8573e8541213..00d404e3fe36 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.11.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * PnP BIOS enumerator. diff --git a/sys/boot/i386/libi386/biossmap.c b/sys/boot/i386/libi386/biossmap.c index 5a788c172495..396c0be8dc2a 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.9.2.1.6.1 2010/12/21 17:09:25 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..9b9d2c4a207c 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.10.1.6.1 2010/12/21 17:09:25 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 d43442783518..b831b78203b7 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.38.2.1.6.1 2010/12/21 17:09:25 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 0c6d077ebe2b..20b6dd09d401 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.39.2.1.6.1 2010/12/21 17:09:25 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..ea7af420105b 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.10.1.6.1 2010/12/21 17:09:25 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 d6f3ac1cb895..1f6f873bfaac 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.12.2.1.6.1 2010/12/21 17:09:25 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..bb1450935406 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.10.1.6.1 2010/12/21 17:09:25 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..34da907fb293 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.10.1.6.1 2010/12/21 17:09:25 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..53b4cf10e81c 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.10.1.6.1 2010/12/21 17:09:25 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..47753d092634 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.32.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * i386-specific module functionality. diff --git a/sys/boot/i386/libi386/libi386.h b/sys/boot/i386/libi386/libi386.h index ebf1b4ce9494..ab0f73c7529d 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.28.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ diff --git a/sys/boot/i386/libi386/nullconsole.c b/sys/boot/i386/libi386/nullconsole.c index ebb1e7edd2b6..fda172b31e04 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.32.1.6.1 2010/12/21 17:09:25 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..5555d97fee9f 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.32.1.6.1 2010/12/21 17:09:25 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 0caee6abe42b..25e0008cbdc0 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.23.2.3.2.1 2010/12/21 17:09:25 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..b6d4c4b9489e 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/boot/i386/libi386/pxetramp.s b/sys/boot/i386/libi386/pxetramp.s index dcf1441aeb24..3a7061d72ca0 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # ph33r this diff --git a/sys/boot/i386/libi386/smbios.c b/sys/boot/i386/libi386/smbios.c index 51044d657019..63807aed7ceb 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.10.2.1.6.1 2010/12/21 17:09:25 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 183ac3c9ccb9..8aee8d03e6f4 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.6.2.1.6.1 2010/12/21 17:09:25 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..baa95b599da1 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index c3a8ccdbc3b1..966b0f477bd6 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.90.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index 05c9a9e95f3c..3b3f0bbb5052 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.27.2.1.6.1 2010/12/21 17:09:25 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..7b604007fc95 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.14.1.6.1 2010/12/21 17:09:25 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 75d5dbcb6ec5..5226cdc32af7 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.44.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* * MD bootstrap main() and assorted miscellaneous diff --git a/sys/boot/i386/loader/version b/sys/boot/i386/loader/version index 7a2acaf1859a..c3c7659ce38a 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.36.1.6.1 2010/12/21 17:09:25 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..8d056a948df0 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= mbr STRIP= diff --git a/sys/boot/i386/mbr/mbr.s b/sys/boot/i386/mbr/mbr.s index 3cfc20dd58e1..03d2f3c42837 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.22.1.6.1 2010/12/21 17:09:25 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..ae7dc338beb5 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.6.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= pmbr STRIP= diff --git a/sys/boot/i386/pmbr/pmbr.s b/sys/boot/i386/pmbr/pmbr.s index 8acdef23dfeb..14b947f6b2c5 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.6.1.6.1 2010/12/21 17:09:25 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..a2c1f9f68be4 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.30.1.6.1 2010/12/21 17:09:25 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 d2ca7038c502..fdd72cc8db05 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.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .\" .Dd May 1, 2000 .Dt PXEBOOT 8 diff --git a/sys/boot/i386/pxeldr/pxeldr.S b/sys/boot/i386/pxeldr/pxeldr.S index 897e8383b72b..4935338b18e2 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.17.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/boot/i386/zfsboot/Makefile b/sys/boot/i386/zfsboot/Makefile index 78fa23e5f340..01ad4c5a36f8 100644 --- a/sys/boot/i386/zfsboot/Makefile +++ b/sys/boot/i386/zfsboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/zfsboot/Makefile,v 1.2.4.2.2.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../boot2 ${.CURDIR}/../common ${.CURDIR}/../../common diff --git a/sys/boot/i386/zfsboot/zfsboot.c b/sys/boot/i386/zfsboot/zfsboot.c index 60068fb0d182..e45a4e37efda 100644 --- a/sys/boot/i386/zfsboot/zfsboot.c +++ b/sys/boot/i386/zfsboot/zfsboot.c @@ -14,7 +14,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/i386/zfsboot/zfsboot.c,v 1.3.4.10.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/errno.h> diff --git a/sys/boot/i386/zfsboot/zfsldr.S b/sys/boot/i386/zfsboot/zfsldr.S index 64e384349e69..61a8fdef058b 100644 --- a/sys/boot/i386/zfsboot/zfsldr.S +++ b/sys/boot/i386/zfsboot/zfsldr.S @@ -12,7 +12,7 @@ * warranties of merchantability and fitness for a particular * purpose. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/i386/zfsboot/zfsldr.S,v 1.1.4.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* Memory Locations */ diff --git a/sys/boot/i386/zfsloader/Makefile b/sys/boot/i386/zfsloader/Makefile index 926d69d05480..78cb61e30019 100644 --- a/sys/boot/i386/zfsloader/Makefile +++ b/sys/boot/i386/zfsloader/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/i386/zfsloader/Makefile,v 1.1.2.3.2.1 2010/12/21 17:09:25 kensmith Exp $ .PATH: ${.CURDIR}/../loader diff --git a/sys/boot/ia64/Makefile b/sys/boot/ia64/Makefile index eb07ab81db2a..6949c2d004e3 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= common efi ski diff --git a/sys/boot/ia64/Makefile.inc b/sys/boot/ia64/Makefile.inc index e63fb5464734..555c3ad90634 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.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/ia64/common/Makefile b/sys/boot/ia64/common/Makefile index 8261c25539cc..61fe7fb47992 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.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/ia64/common/autoload.c b/sys/boot/ia64/common/autoload.c index ea334b97e418..17ec8d334e16 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); int ia64_autoload(void) diff --git a/sys/boot/ia64/common/bootinfo.c b/sys/boot/ia64/common/bootinfo.c index 6f892a91b536..cafde20aa098 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.10.1.6.1 2010/12/21 17:09:25 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..2ae48b0ee61f 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.10.1.6.1 2010/12/21 17:09:25 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..92bfd7fbeb04 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.10.1.6.1 2010/12/21 17:09:25 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..2b11083db542 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.10.1.6.1 2010/12/21 17:09:25 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..7dfc07cc192c 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _LIBIA64_H_ diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile index 5682ac85ea61..1ff0ce8625a8 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.30.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ NO_MAN= diff --git a/sys/boot/ia64/efi/conf.c b/sys/boot/ia64/efi/conf.c index 69d0927131c5..d404e4ea4cbc 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.10.2.4.1 2010/12/21 17:09:25 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..81a3cf151834 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/efi/ldscript.ia64 b/sys/boot/ia64/efi/ldscript.ia64 index 0f79b670e027..2c07b0637e0d 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.22.1.6.1 2010/12/21 17:09:25 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 3f0b07123bbc..9b5696bd54bf 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.10.3.4.1 2010/12/21 17:09:25 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..9019d9cc1bbf 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ .text diff --git a/sys/boot/ia64/efi/version b/sys/boot/ia64/efi/version index 148ed4c59805..f476912af48b 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.10.3.4.1 2010/12/21 17:09:25 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 081fd72e8e77..3ef0f41df00c 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.22.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ NO_MAN= diff --git a/sys/boot/ia64/ski/acpi_stub.c b/sys/boot/ia64/ski/acpi_stub.c index b16bb0a6b433..84177a2880d4 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.9.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <contrib/dev/acpica/include/acpi.h> diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c index cf1e163af231..0b89aafc6143 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/ski/delay.c b/sys/boot/ia64/ski/delay.c index 2389603edb4a..21faa1e079cc 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.22.1.6.1 2010/12/21 17:09:25 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..83a02f3b9d09 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.10.1.6.1 2010/12/21 17:09:25 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..f1b710ed255d 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.22.1.6.1 2010/12/21 17:09:25 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..d39611e157c5 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.22.1.6.1 2010/12/21 17:09:25 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..65ac456661c1 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.10.1.6.1 2010/12/21 17:09:25 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..6b79d3cfc17c 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.10.1.6.1 2010/12/21 17:09:25 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..c607560c8dde 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.22.1.6.1 2010/12/21 17:09:25 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..0a89cac30f0c 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.22.1.6.1 2010/12/21 17:09:25 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..801bac14e70a 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/ski/skifs.c b/sys/boot/ia64/ski/skifs.c index 72276feba6cb..1068c1065b38 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.10.1.6.1 2010/12/21 17:09:25 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..93e8d827b9dc 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ iar fr pa diff --git a/sys/boot/ia64/ski/skimd.c b/sys/boot/ia64/ski/skimd.c index bec2ec0f5e10..73b272f3796b 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/ia64/ski/ssc.c b/sys/boot/ia64/ski/ssc.c index e1f871c4d5c5..87c79ddfb483 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.22.1.6.1 2010/12/21 17:09:25 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..cabe5a5f3af6 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #define STACKSIZE 16384 diff --git a/sys/boot/ia64/ski/time.c b/sys/boot/ia64/ski/time.c index 7aa71202d10a..49ddc8629e93 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.22.1.6.1 2010/12/21 17:09:25 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..f8a105bfc559 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.10.1.6.1 2010/12/21 17:09:25 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..5eee4c770540 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= libofw diff --git a/sys/boot/ofw/Makefile.inc b/sys/boot/ofw/Makefile.inc index 265f86d1ed55..f061687496a0 100644 --- a/sys/boot/ofw/Makefile.inc +++ b/sys/boot/ofw/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/ofw/Makefile.inc,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/ofw/common/Makefile.inc b/sys/boot/ofw/common/Makefile.inc index 5d20372631e6..4242c11fa25a 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SRCS+= main.c diff --git a/sys/boot/ofw/common/main.c b/sys/boot/ofw/common/main.c index 52e691991619..42557f9a648c 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.10.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/Makefile b/sys/boot/ofw/libofw/Makefile index 8a56a778f76f..bfeb09ef8091 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.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ LIB= ofw INTERNALLIB= diff --git a/sys/boot/ofw/libofw/devicename.c b/sys/boot/ofw/libofw/devicename.c index 3cae23ce2024..d88e11b359da 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.10.1.6.1 2010/12/21 17:09:25 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..12880813fe4b 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.10.1.6.1 2010/12/21 17:09:25 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..d4308b2386d2 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include "openfirm.h" diff --git a/sys/boot/ofw/libofw/ofw_console.c b/sys/boot/ofw/libofw/ofw_console.c index 59ce9a5067d5..d886b77184f7 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.15.2.1.6.1 2010/12/21 17:09:25 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 781d4233a014..63f30720a68b 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.10.2.2.1 2010/12/21 17:09:25 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 aaad196eefde..62b2fd08900f 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.14.2.2.4.1 2010/12/21 17:09:25 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 60cc90457bcb..fae48155575d 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.10.2.2.1 2010/12/21 17:09:25 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..c5d719fae4af 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.30.1.6.1 2010/12/21 17:09:25 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 830fcda3bb7f..3417c3ec583f 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.10.2.2.1 2010/12/21 17:09:25 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..288555343eb9 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.22.1.6.1 2010/12/21 17:09:25 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..edb8b9d0f422 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.22.1.6.1 2010/12/21 17:09:25 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 4b84fa10c422..936ac76c71bf 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.10.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include <machine/stdarg.h> diff --git a/sys/boot/ofw/libofw/openfirm.h b/sys/boot/ofw/libofw/openfirm.h index 6c7ffb2697dd..2579a060f14e 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #ifndef _OPENFIRM_H_ #define _OPENFIRM_H_ diff --git a/sys/boot/pc98/Makefile b/sys/boot/pc98/Makefile index ca89dbc242de..ed25ebe575d1 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.10.1.6.1 2010/12/21 17:09:25 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 641fbca88e67..f3b8968d1db9 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.8.2.3.4.1 2010/12/21 17:09:25 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/pc98/boot0.5/Makefile b/sys/boot/pc98/boot0.5/Makefile index 8df5219070ca..dfd114d19984 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.10.1.6.1 2010/12/21 17:09:25 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..135fc0c6e42b 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.10.1.6.1 2010/12/21 17:09:25 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..b587f13057b5 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.10.1.6.1 2010/12/21 17:09:25 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..cb25cc87f034 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/ldscript b/sys/boot/pc98/boot0.5/ldscript index 49044abfb159..897c78224b96 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ SECTIONS diff --git a/sys/boot/pc98/boot0.5/putssjis.s b/sys/boot/pc98/boot0.5/putssjis.s index 4a75b97a082a..d9698e2bb9c6 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/selector.s b/sys/boot/pc98/boot0.5/selector.s index 26b5f93fdc66..adce3ae7e92b 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.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/start.s b/sys/boot/pc98/boot0.5/start.s index 008ae66b15e3..ac2f6f9170ad 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.10.1.6.1 2010/12/21 17:09:25 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..f03bd4f0beab 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.38.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0.5/syscons.s b/sys/boot/pc98/boot0.5/syscons.s index 150b835f795d..e2df18bb64a3 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.38.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # .code16 diff --git a/sys/boot/pc98/boot0/Makefile b/sys/boot/pc98/boot0/Makefile index be4577c61ac9..bb5daff8f1cd 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= ${BOOT}.out INTERNALPROG= diff --git a/sys/boot/pc98/boot0/boot0.s b/sys/boot/pc98/boot0/boot0.s index 508e2521157a..c87073df149a 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.38.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .globl start .code16 diff --git a/sys/boot/pc98/boot2/Makefile b/sys/boot/pc98/boot2/Makefile index 63f364c2261a..c31d39801146 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.24.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ FILES= boot boot1 boot2 diff --git a/sys/boot/pc98/boot2/boot1.S b/sys/boot/pc98/boot2/boot1.S index e4f48eb1a261..fb6550ed3d0e 100644 --- a/sys/boot/pc98/boot2/boot1.S +++ b/sys/boot/pc98/boot2/boot1.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/pc98/boot2/boot1.S,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* Memory Locations */ diff --git a/sys/boot/pc98/boot2/boot2.c b/sys/boot/pc98/boot2/boot2.c index 8c833ba02d82..a2c1c82c0ae6 100644 --- a/sys/boot/pc98/boot2/boot2.c +++ b/sys/boot/pc98/boot2/boot2.c @@ -15,7 +15,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/boot2/boot2.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/disklabel.h> diff --git a/sys/boot/pc98/btx/Makefile b/sys/boot/pc98/btx/Makefile index 39f78ed639b9..5bcb2eaa65fb 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.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= btx btxldr lib diff --git a/sys/boot/pc98/btx/Makefile.inc b/sys/boot/pc98/btx/Makefile.inc index 265f86d1ed55..d0fff7f21b85 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/pc98/btx/btx/Makefile b/sys/boot/pc98/btx/btx/Makefile index 59e380dcdb7b..1f7c1bb24e9d 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.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= btx INTERNALPROG= diff --git a/sys/boot/pc98/btx/btx/btx.S b/sys/boot/pc98/btx/btx/btx.S index 95788d4f8fae..036bb4bfcbaa 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.23.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/btx/btxldr/Makefile b/sys/boot/pc98/btx/btxldr/Makefile index ba7a9938a82c..70af99ecd8b1 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.22.1.6.1 2010/12/21 17:09:25 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..8b5510af8176 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/boot/pc98/btx/lib/Makefile b/sys/boot/pc98/btx/lib/Makefile index 8fab66a541af..81dd2a109389 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.22.1.6.1 2010/12/21 17:09:25 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..0e7bc59ab502 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.22.1.6.1 2010/12/21 17:09:25 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..b13d7b101d37 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.56.1.6.1 2010/12/21 17:09:25 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..2e39bb1de2a8 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.56.1.6.1 2010/12/21 17:09:25 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..c2c4e763a93a 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.56.1.6.1 2010/12/21 17:09:25 kensmith Exp $ # # BTX V86 interface. diff --git a/sys/boot/pc98/cdboot/Makefile b/sys/boot/pc98/cdboot/Makefile index d9e3fb57914f..7b2866f8a0c7 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.12.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= cdboot STRIP= diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s index b6efeef64671..30a7e11bce8d 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.4.2.1.6.1 2010/12/21 17:09:25 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..7aa87196249a 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= kgzldr.o STRIP= diff --git a/sys/boot/pc98/kgzldr/crt.s b/sys/boot/pc98/kgzldr/crt.s index 35c1fc2dfe73..cb73fafbc91b 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.22.2.4.1 2010/12/21 17:09:25 kensmith Exp $ # # Screen defaults and assumptions. diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile index 6c6ce892fddc..4db347cb79cb 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.26.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ # LIB= pc98 INTERNALLIB= diff --git a/sys/boot/pc98/libpc98/bioscd.c b/sys/boot/pc98/libpc98/bioscd.c index 3e1ba712d660..bacf91a64c26 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.5.2.1.6.1 2010/12/21 17:09:25 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 c2e7d6618cd3..321137e3f66c 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.41.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* * BIOS disk device handling. diff --git a/sys/boot/pc98/libpc98/biosmem.c b/sys/boot/pc98/libpc98/biosmem.c index a25d8c2d9e93..7bb0d50cf31a 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.10.2.4.1 2010/12/21 17:09:25 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..99e5a722b03d 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.10.1.6.1 2010/12/21 17:09:25 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..0bf7f5a0e2e7 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.10.1.6.1 2010/12/21 17:09:25 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..c63daa92b3d4 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.32.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); int i386_autoload(void) diff --git a/sys/boot/pc98/libpc98/libpc98.h b/sys/boot/pc98/libpc98/libpc98.h index 78b07a10ffa3..dc0ea0d3ccb8 100644 --- a/sys/boot/pc98/libpc98/libpc98.h +++ b/sys/boot/pc98/libpc98/libpc98.h @@ -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/pc98/libpc98/libpc98.h,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ */ void set_machine_type(void); diff --git a/sys/boot/pc98/libpc98/pc98_sys.c b/sys/boot/pc98/libpc98/pc98_sys.c index 7f66d02c630f..fb34f0041f21 100644 --- a/sys/boot/pc98/libpc98/pc98_sys.c +++ b/sys/boot/pc98/libpc98/pc98_sys.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/pc98/libpc98/pc98_sys.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <btxv86.h> #include <machine/cpufunc.h> diff --git a/sys/boot/pc98/libpc98/time.c b/sys/boot/pc98/libpc98/time.c index 5d832bb45b7e..61d45407a144 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.7.2.1.6.1 2010/12/21 17:09:25 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..6309fd1e0092 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include <bootstrap.h> diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 9f2e32f483d9..e74579b3448a 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.44.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/pc98/loader/conf.c b/sys/boot/pc98/loader/conf.c index ce80cefd1aac..01603cc7f78f 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.22.1.6.1 2010/12/21 17:09:25 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 da14d0bcf8ff..bceb376bb9e1 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.27.2.3.4.1 2010/12/21 17:09:25 kensmith Exp $"); /* * MD bootstrap main() and assorted miscellaneous diff --git a/sys/boot/powerpc/Makefile b/sys/boot/powerpc/Makefile index 80a68a672c62..c9802aa5aac5 100644 --- a/sys/boot/powerpc/Makefile +++ b/sys/boot/powerpc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/Makefile,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= boot1.chrp ofw uboot diff --git a/sys/boot/powerpc/Makefile.inc b/sys/boot/powerpc/Makefile.inc index 265f86d1ed55..b4db80d47729 100644 --- a/sys/boot/powerpc/Makefile.inc +++ b/sys/boot/powerpc/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/Makefile.inc,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/powerpc/boot1.chrp/Makefile b/sys/boot/powerpc/boot1.chrp/Makefile index 621b973ff7aa..e25688ede914 100644 --- a/sys/boot/powerpc/boot1.chrp/Makefile +++ b/sys/boot/powerpc/boot1.chrp/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/Makefile,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ WITHOUT_SSP= diff --git a/sys/boot/powerpc/boot1.chrp/Makefile.hfs b/sys/boot/powerpc/boot1.chrp/Makefile.hfs index 7f35cc32512d..391809ab580f 100644 --- a/sys/boot/powerpc/boot1.chrp/Makefile.hfs +++ b/sys/boot/powerpc/boot1.chrp/Makefile.hfs @@ -1,4 +1,4 @@ # This file autogenerated by generate-hfs.sh - DO NOT EDIT -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/Makefile.hfs,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ BOOTINFO_OFFSET=0x58 BOOT1_OFFSET=0x1c diff --git a/sys/boot/powerpc/boot1.chrp/boot1.c b/sys/boot/powerpc/boot1.chrp/boot1.c index 6a6ad073fbd8..1e6ce6c11fe1 100644 --- a/sys/boot/powerpc/boot1.chrp/boot1.c +++ b/sys/boot/powerpc/boot1.chrp/boot1.c @@ -16,7 +16,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/boot1.chrp/boot1.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/dirent.h> diff --git a/sys/boot/powerpc/boot1.chrp/bootinfo.txt b/sys/boot/powerpc/boot1.chrp/bootinfo.txt index 61cf0079fa6f..a3897cdf66dd 100644 --- a/sys/boot/powerpc/boot1.chrp/bootinfo.txt +++ b/sys/boot/powerpc/boot1.chrp/bootinfo.txt @@ -1,7 +1,7 @@ <CHRP-BOOT> <DESCRIPTION>FreeBSD/powerpc bootloader</DESCRIPTION> <OS-NAME>FreeBSD</OS-NAME> -<VERSION> $FreeBSD$ </VERSION> +<VERSION> $FreeBSD: src/sys/boot/powerpc/boot1.chrp/bootinfo.txt,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ </VERSION> <COMPATIBLE> MacRISC MacRISC3 MacRISC4 diff --git a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh index ab5694dd8bc8..62f47de28563 100755..100644 --- a/sys/boot/powerpc/boot1.chrp/generate-hfs.sh +++ b/sys/boot/powerpc/boot1.chrp/generate-hfs.sh @@ -10,7 +10,7 @@ # template (e.g. because the boot block or the CHRP script have grown), # you must install it from ports. -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ HFS_SIZE=1600 #Size in 512-byte blocks of the produced image @@ -50,14 +50,14 @@ BOOTINFO_OFFSET=$(echo 0x$BOOTINFO_OFFSET | awk '{printf("%x\n",$1/512);}') BOOT1_OFFSET=$(echo 0x$BOOT1_OFFSET | awk '{printf("%x\n",$1/512);}') echo '# This file autogenerated by generate-hfs.sh - DO NOT EDIT' > Makefile.hfs -echo '# $FreeBSD$' >> Makefile.hfs +echo '# $FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $' >> Makefile.hfs echo "BOOTINFO_OFFSET=0x$BOOTINFO_OFFSET" >> Makefile.hfs echo "BOOT1_OFFSET=0x$BOOT1_OFFSET" >> Makefile.hfs bzip2 $OUTPUT_FILE echo 'HFS template boot filesystem created by generate-hfs.sh' > $OUTPUT_FILE.bz2.uu echo 'DO NOT EDIT' >> $OUTPUT_FILE.bz2.uu -echo '$FreeBSD$' >> $OUTPUT_FILE.bz2.uu +echo '$FreeBSD: src/sys/boot/powerpc/boot1.chrp/generate-hfs.sh,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $' >> $OUTPUT_FILE.bz2.uu uuencode $OUTPUT_FILE.bz2 $OUTPUT_FILE.bz2 >> $OUTPUT_FILE.bz2.uu rm $OUTPUT_FILE.bz2 diff --git a/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu b/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu index 4ef435e6d028..b0e3923e68a7 100644 --- a/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu +++ b/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu @@ -1,6 +1,6 @@ HFS template boot filesystem created by generate-hfs.sh DO NOT EDIT -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/boot1.chrp/hfs.tmpl.bz2.uu,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ begin 644 hfs.tmpl.bz2 M0EIH.3%!62936?(HJX\``"]_]?___O)20>!4M2$>0#MUW$1$``$!$``"2!`( M4EG``>G*VV3"22334_2(/*>ID,@``:#U&"-#(!IZ0`)$HIY0>B-#(/4T```& diff --git a/sys/boot/powerpc/ofw/Makefile b/sys/boot/powerpc/ofw/Makefile index d42fa927ce5c..c0d102b1edae 100644 --- a/sys/boot/powerpc/ofw/Makefile +++ b/sys/boot/powerpc/ofw/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/ofw/Makefile,v 1.25.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/powerpc/ofw/conf.c b/sys/boot/powerpc/ofw/conf.c index 4ab3e2334440..87c2e712a818 100644 --- a/sys/boot/powerpc/ofw/conf.c +++ b/sys/boot/powerpc/ofw/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/ofw/conf.c,v 1.13.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "bootstrap.h" diff --git a/sys/boot/powerpc/ofw/help.ofw b/sys/boot/powerpc/ofw/help.ofw index 5873eb0512d2..983744623ad2 100644 --- a/sys/boot/powerpc/ofw/help.ofw +++ b/sys/boot/powerpc/ofw/help.ofw @@ -1 +1 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/ofw/help.ofw,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/sys/boot/powerpc/ofw/ldscript.powerpc b/sys/boot/powerpc/ofw/ldscript.powerpc index ecf8129455aa..112b3b2a7fa5 100644 --- a/sys/boot/powerpc/ofw/ldscript.powerpc +++ b/sys/boot/powerpc/ofw/ldscript.powerpc @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/powerpc/ofw/ldscript.powerpc,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc") OUTPUT_ARCH(powerpc) diff --git a/sys/boot/powerpc/ofw/metadata.c b/sys/boot/powerpc/ofw/metadata.c index 37c2bb717000..2f1f8dcfee3f 100644 --- a/sys/boot/powerpc/ofw/metadata.c +++ b/sys/boot/powerpc/ofw/metadata.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/ofw/metadata.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/powerpc/ofw/start.c b/sys/boot/powerpc/ofw/start.c index ff3fcd88c5a2..7ce62b9da9e0 100644 --- a/sys/boot/powerpc/ofw/start.c +++ b/sys/boot/powerpc/ofw/start.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/ofw/start.c,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "libofw.h" diff --git a/sys/boot/powerpc/ofw/version b/sys/boot/powerpc/ofw/version index cb0f6938f966..a121b1405211 100644 --- a/sys/boot/powerpc/ofw/version +++ b/sys/boot/powerpc/ofw/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/ofw/version,v 1.2.2.1.6.1 2010/12/21 17:09:25 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/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile index 62a286831ce6..46d7417fac35 100644 --- a/sys/boot/powerpc/uboot/Makefile +++ b/sys/boot/powerpc/uboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/powerpc/uboot/Makefile,v 1.3.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ PROG= ubldr NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH} diff --git a/sys/boot/powerpc/uboot/conf.c b/sys/boot/powerpc/uboot/conf.c index 35305371ce6b..9cca9f208a5b 100644 --- a/sys/boot/powerpc/uboot/conf.c +++ b/sys/boot/powerpc/uboot/conf.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/powerpc/uboot/conf.c,v 1.3.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "bootstrap.h" diff --git a/sys/boot/powerpc/uboot/help.uboot b/sys/boot/powerpc/uboot/help.uboot index 5873eb0512d2..c45a1099316e 100644 --- a/sys/boot/powerpc/uboot/help.uboot +++ b/sys/boot/powerpc/uboot/help.uboot @@ -1 +1 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/uboot/help.uboot,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ diff --git a/sys/boot/powerpc/uboot/ldscript.powerpc b/sys/boot/powerpc/uboot/ldscript.powerpc index 43ef422a7f7f..b93c3021e7bf 100644 --- a/sys/boot/powerpc/uboot/ldscript.powerpc +++ b/sys/boot/powerpc/uboot/ldscript.powerpc @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/boot/powerpc/uboot/ldscript.powerpc,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc") OUTPUT_ARCH(powerpc) diff --git a/sys/boot/powerpc/uboot/start.S b/sys/boot/powerpc/uboot/start.S index 3e80576907a4..a646c632d20d 100644 --- a/sys/boot/powerpc/uboot/start.S +++ b/sys/boot/powerpc/uboot/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/powerpc/uboot/start.S,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <machine/asm.h> diff --git a/sys/boot/powerpc/uboot/version b/sys/boot/powerpc/uboot/version index 906210de8c3f..17ae5ef2af15 100644 --- a/sys/boot/powerpc/uboot/version +++ b/sys/boot/powerpc/uboot/version @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/boot/powerpc/uboot/version,v 1.2.2.1.6.1 2010/12/21 17:09:25 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..98e3a1a56cf5 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.36.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= boot1 loader diff --git a/sys/boot/sparc64/Makefile.inc b/sys/boot/sparc64/Makefile.inc index ef5a7cee7413..26d229c748a7 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.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ BINDIR?= /boot CFLAGS+= -ffreestanding diff --git a/sys/boot/sparc64/boot1/Makefile b/sys/boot/sparc64/boot1/Makefile index 9670678c20eb..1a8bad752673 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.22.1.6.1 2010/12/21 17:09:25 kensmith Exp $ PROG= boot1.elf INTERNALPROG= diff --git a/sys/boot/sparc64/boot1/_start.s b/sys/boot/sparc64/boot1/_start.s index 30f8019cc863..cfee8defb1ef 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.30.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ .text .globl _start diff --git a/sys/boot/sparc64/boot1/boot1.c b/sys/boot/sparc64/boot1/boot1.c index 6b9fa30ace4e..7dc5243ae392 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.22.2.2.1 2010/12/21 17:09:25 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 46c6baaee3a8..444fcedbeeab 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.22.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $ .include <bsd.own.mk> MK_SSP= no diff --git a/sys/boot/sparc64/loader/locore.S b/sys/boot/sparc64/loader/locore.S index a73f5bfa7f98..bd43e35f9ad6 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.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #define LOCORE diff --git a/sys/boot/sparc64/loader/main.c b/sys/boot/sparc64/loader/main.c index 97f566cc440b..5c3058a61417 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.42.2.8.2.1 2010/12/21 17:09:25 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..d318019ed366 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.10.1.6.1 2010/12/21 17:09:25 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..1eb245a4ac63 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.36.1.6.1 2010/12/21 17:09:25 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/uboot/Makefile b/sys/boot/uboot/Makefile index 1116ee6b6cdb..6b8d7a029713 100644 --- a/sys/boot/uboot/Makefile +++ b/sys/boot/uboot/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/uboot/Makefile,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SUBDIR= lib diff --git a/sys/boot/uboot/Makefile.inc b/sys/boot/uboot/Makefile.inc index 265f86d1ed55..8511dcc0ca16 100644 --- a/sys/boot/uboot/Makefile.inc +++ b/sys/boot/uboot/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/uboot/Makefile.inc,v 1.1.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ .include "../Makefile.inc" diff --git a/sys/boot/uboot/common/Makefile.inc b/sys/boot/uboot/common/Makefile.inc index e12804cb3903..c9fdc760f00b 100644 --- a/sys/boot/uboot/common/Makefile.inc +++ b/sys/boot/uboot/common/Makefile.inc @@ -1,3 +1,3 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/uboot/common/Makefile.inc,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ SRCS+= main.c metadata.c diff --git a/sys/boot/uboot/common/main.c b/sys/boot/uboot/common/main.c index 7d068ee9617b..1f4541a41970 100644 --- a/sys/boot/uboot/common/main.c +++ b/sys/boot/uboot/common/main.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/common/main.c,v 1.6.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/uboot/common/metadata.c b/sys/boot/uboot/common/metadata.c index e5f4b04c37bf..ab5635d45c72 100644 --- a/sys/boot/uboot/common/metadata.c +++ b/sys/boot/uboot/common/metadata.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/common/metadata.c,v 1.1.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include <sys/param.h> diff --git a/sys/boot/uboot/lib/Makefile b/sys/boot/uboot/lib/Makefile index 894784f34364..622b1641f905 100644 --- a/sys/boot/uboot/lib/Makefile +++ b/sys/boot/uboot/lib/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/uboot/lib/Makefile,v 1.4.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ LIB= uboot INTERNALLIB= diff --git a/sys/boot/uboot/lib/api_public.h b/sys/boot/uboot/lib/api_public.h index b0140c5a68ce..97af0af37c3a 100644 --- a/sys/boot/uboot/lib/api_public.h +++ b/sys/boot/uboot/lib/api_public.h @@ -48,7 +48,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/uboot/lib/api_public.h,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ * * This file needs to be kept in sync with U-Boot reference: * http://www.denx.de/cgi-bin/gitweb.cgi?p=u-boot.git;a=blob;f=include/api_public.h diff --git a/sys/boot/uboot/lib/console.c b/sys/boot/uboot/lib/console.c index f49f455c7efa..585a97b036a6 100644 --- a/sys/boot/uboot/lib/console.c +++ b/sys/boot/uboot/lib/console.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/console.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "bootstrap.h" diff --git a/sys/boot/uboot/lib/copy.c b/sys/boot/uboot/lib/copy.c index e5e462612a54..6e0471bb0c6b 100644 --- a/sys/boot/uboot/lib/copy.c +++ b/sys/boot/uboot/lib/copy.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/copy.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/uboot/lib/devicename.c b/sys/boot/uboot/lib/devicename.c index 27ea5ccd1fd3..8d7894dbfa3e 100644 --- a/sys/boot/uboot/lib/devicename.c +++ b/sys/boot/uboot/lib/devicename.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/devicename.c,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/disklabel.h> diff --git a/sys/boot/uboot/lib/disk.c b/sys/boot/uboot/lib/disk.c index 3af4c7956942..29092deb7e0d 100644 --- a/sys/boot/uboot/lib/disk.c +++ b/sys/boot/uboot/lib/disk.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/disk.c,v 1.5.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/endian.h> diff --git a/sys/boot/uboot/lib/elf_freebsd.c b/sys/boot/uboot/lib/elf_freebsd.c index 222c31453722..bc72a1fef1cd 100644 --- a/sys/boot/uboot/lib/elf_freebsd.c +++ b/sys/boot/uboot/lib/elf_freebsd.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/elf_freebsd.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/linker.h> diff --git a/sys/boot/uboot/lib/glue.c b/sys/boot/uboot/lib/glue.c index 5a9591c90f0c..9cdb51a36871 100644 --- a/sys/boot/uboot/lib/glue.c +++ b/sys/boot/uboot/lib/glue.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/glue.c,v 1.9.2.2.4.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "api_public.h" diff --git a/sys/boot/uboot/lib/glue.h b/sys/boot/uboot/lib/glue.h index 1504c9391614..6efb1a5ad9f3 100644 --- a/sys/boot/uboot/lib/glue.h +++ b/sys/boot/uboot/lib/glue.h @@ -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/uboot/lib/glue.h,v 1.7.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ /* diff --git a/sys/boot/uboot/lib/libuboot.h b/sys/boot/uboot/lib/libuboot.h index 7c8050cb2092..e4817b5fd3c3 100644 --- a/sys/boot/uboot/lib/libuboot.h +++ b/sys/boot/uboot/lib/libuboot.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/uboot/lib/libuboot.h,v 1.5.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */ struct uboot_devdesc diff --git a/sys/boot/uboot/lib/module.c b/sys/boot/uboot/lib/module.c index f03d644624f4..f0eedf8bf1a3 100644 --- a/sys/boot/uboot/lib/module.c +++ b/sys/boot/uboot/lib/module.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/module.c,v 1.2.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); /* * U-Boot-specific module functionality. diff --git a/sys/boot/uboot/lib/net.c b/sys/boot/uboot/lib/net.c index 902e37262289..8e3ea9771d28 100644 --- a/sys/boot/uboot/lib/net.c +++ b/sys/boot/uboot/lib/net.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/net.c,v 1.8.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/boot/uboot/lib/reboot.c b/sys/boot/uboot/lib/reboot.c index 9f4d277eb6f9..448a73ec8515 100644 --- a/sys/boot/uboot/lib/reboot.c +++ b/sys/boot/uboot/lib/reboot.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/reboot.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> #include "glue.h" diff --git a/sys/boot/uboot/lib/time.c b/sys/boot/uboot/lib/time.c index b7c3fe8ca4da..29c693fb5881 100644 --- a/sys/boot/uboot/lib/time.c +++ b/sys/boot/uboot/lib/time.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/uboot/lib/time.c,v 1.3.2.1.6.1 2010/12/21 17:09:25 kensmith Exp $"); #include <stand.h> diff --git a/sys/boot/zfs/Makefile b/sys/boot/zfs/Makefile index 2cf59e683f39..04360ffc4ded 100644 --- a/sys/boot/zfs/Makefile +++ b/sys/boot/zfs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/zfs/Makefile,v 1.3.4.2.2.1 2010/12/21 17:09:25 kensmith Exp $ LIB= zfsboot INTERNALLIB= diff --git a/sys/boot/zfs/zfs.c b/sys/boot/zfs/zfs.c index 5aec76676f16..4ff241165315 100644 --- a/sys/boot/zfs/zfs.c +++ b/sys/boot/zfs/zfs.c @@ -23,11 +23,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/boot/zfs/zfs.c,v 1.4.4.4.2.1 2010/12/21 17:09:25 kensmith Exp $ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/zfs/zfs.c,v 1.4.4.4.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Stand-alone file reading package. diff --git a/sys/boot/zfs/zfsimpl.c b/sys/boot/zfs/zfsimpl.c index cb0912099c12..d4a6af32b654 100644 --- a/sys/boot/zfs/zfsimpl.c +++ b/sys/boot/zfs/zfsimpl.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/zfs/zfsimpl.c,v 1.5.4.9.2.1 2010/12/21 17:09:25 kensmith Exp $"); /* * Stand-alone ZFS file reader. |