diff options
Diffstat (limited to 'sys/boot/efi')
33 files changed, 33 insertions, 33 deletions
diff --git a/sys/boot/efi/Makefile b/sys/boot/efi/Makefile index ce5211393c226..a9828a622a634 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.26.1 2010/12/21 17:10:29 kensmith Exp $ SUBDIR= libefi diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 2668708befb56..1db656bda16ef 100644 --- a/sys/boot/efi/Makefile.inc +++ b/sys/boot/efi/Makefile.inc @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/sys/boot/efi/Makefile.inc,v 1.7.32.1 2010/12/21 17:10:29 kensmith Exp $ BINDIR?= /boot diff --git a/sys/boot/efi/include/README b/sys/boot/efi/include/README index bf821fae7e600..f13f0ff76f91f 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.26.1 2010/12/21 17:10:29 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 4869e383e67ec..7785ff73dba26 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.14.1 2010/12/21 17:10:29 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 5222232216404..0b7f7f0d89391 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.14.1 2010/12/21 17:10:29 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 187fe294b58e2..0490a9a9202f1 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.14.1 2010/12/21 17:10:29 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 ef4af81f77e4e..c250003a537d3 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.14.1 2010/12/21 17:10:29 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 5576d5f4e48cc..a3a02b388ac17 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.14.1 2010/12/21 17:10:29 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 2d5d7ef90403d..3d1c0c52a0b47 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.14.1 2010/12/21 17:10:29 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 a332af5b6694e..f991905bbdbba 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.14.1 2010/12/21 17:10:29 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 dc57f0ed4333a..bda8edb5ed1fa 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.14.1 2010/12/21 17:10:29 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 3e039ef6a26d0..ccbfc284af4ff 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.40.1 2010/12/21 17:10:29 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 58febb66eb751..82b5ec1b1bd7f 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.14.1 2010/12/21 17:10:29 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 220e01a689768..f8aac5086ea46 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.14.1 2010/12/21 17:10:29 kensmith Exp $ */ #include <stand.h> diff --git a/sys/boot/efi/include/efinet.h b/sys/boot/efi/include/efinet.h index b4996d9b5cc5b..a4320477c4307 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.14.1 2010/12/21 17:10:29 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 ef1a8709d91b9..0dce2ae9cf94e 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.14.1 2010/12/21 17:10:29 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 fac4568b5b321..7375ecdbe9387 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.14.1 2010/12/21 17:10:29 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 3781a67601493..d99f068e175ca 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.14.1 2010/12/21 17:10:29 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 1f3fe4a81ba31..7ce175422c3a2 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.14.1 2010/12/21 17:10:29 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 25f5569841122..617bbc31f54c6 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.14.1 2010/12/21 17:10:29 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 f28057b479768..6cc9ad842f2a8 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.14.1 2010/12/21 17:10:29 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 0381a44066de2..957f4129cd7cb 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.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* PE32+ header file */ diff --git a/sys/boot/efi/include/ia64/efibind.h b/sys/boot/efi/include/ia64/efibind.h index 21f0d25d70e7f..b20d1cb7b92fe 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.14.1 2010/12/21 17:10:29 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 24480a5b3ced3..7f8c02fa6f19a 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.14.1 2010/12/21 17:10:29 kensmith Exp $ */ /* PE32+ header file */ diff --git a/sys/boot/efi/libefi/Makefile b/sys/boot/efi/libefi/Makefile index 5c504a3fac81b..bd2ca6c887ad8 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.14.1 2010/12/21 17:10:29 kensmith Exp $ LIB= efi INTERNALLIB= diff --git a/sys/boot/efi/libefi/delay.c b/sys/boot/efi/libefi/delay.c index 723f681c52864..1b800321c1253 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.38.1 2010/12/21 17:10:29 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 3538994ac104a..8af5e77e92e6f 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.34.1 2010/12/21 17:10:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> diff --git a/sys/boot/efi/libefi/efifs.c b/sys/boot/efi/libefi/efifs.c index 716102cf1d049..beee8c33d36c0 100644 --- a/sys/boot/efi/libefi/efifs.c +++ b/sys/boot/efi/libefi/efifs.c @@ -26,7 +26,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/boot/efi/libefi/efifs.c,v 1.10.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/time.h> diff --git a/sys/boot/efi/libefi/efinet.c b/sys/boot/efi/libefi/efinet.c index 1eea8606fe15a..ee0a48c534885 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.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/param.h> #include <netinet/in.h> diff --git a/sys/boot/efi/libefi/errno.c b/sys/boot/efi/libefi/errno.c index fac903faf27ac..b9c4a2cae4ed6 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.14.1 2010/12/21 17:10:29 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 7c78a15f7a62b..9c1d0290bcf04 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.14.1 2010/12/21 17:10:29 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 20ea48c1e5be2..264d212d35a00 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.14.1 2010/12/21 17:10:29 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 5c39415368d79..d75fcc0ae4106 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.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <efi.h> #include <efilib.h> |