aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:23 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:23 +0000
commit42b388439bd3795e09258c57a74ce9eec3651c7b (patch)
tree1d8d03d10e117521cadd8f29bc6ddffdb8bbcc07 /stand
parent2ff63af9b88c7413b7d71715b5532625752a248e (diff)
Diffstat (limited to 'stand')
-rw-r--r--stand/efi/loader/arch/amd64/start.S1
-rw-r--r--stand/ficl/aarch64/sysdep.h1
-rw-r--r--stand/ficl/arm/sysdep.h1
-rw-r--r--stand/ficl/mips/sysdep.h1
-rw-r--r--stand/ficl/mips64/sysdep.h1
-rw-r--r--stand/ficl/powerpc/sysdep.h1
-rw-r--r--stand/ficl/riscv/sysdep.h1
-rw-r--r--stand/i386/boot2/lib.h1
-rw-r--r--stand/i386/btx/lib/btxv86.h1
-rw-r--r--stand/i386/libi386/multiboot.h1
-rw-r--r--stand/kboot/arch/powerpc64/kerneltramp.S1
11 files changed, 0 insertions, 11 deletions
diff --git a/stand/efi/loader/arch/amd64/start.S b/stand/efi/loader/arch/amd64/start.S
index 774ef4fa7901..34bf166c6501 100644
--- a/stand/efi/loader/arch/amd64/start.S
+++ b/stand/efi/loader/arch/amd64/start.S
@@ -33,7 +33,6 @@
/*
* crt0-efi-x86_64.S - x86_64 EFI startup code.
- * $FreeBSD$
*/
.text
diff --git a/stand/ficl/aarch64/sysdep.h b/stand/ficl/aarch64/sysdep.h
index 3726b9ef838f..1bb45efcae26 100644
--- a/stand/ficl/aarch64/sysdep.h
+++ b/stand/ficl/aarch64/sysdep.h
@@ -46,7 +46,6 @@
** 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$
*/
#if !defined (__SYSDEP_H__)
diff --git a/stand/ficl/arm/sysdep.h b/stand/ficl/arm/sysdep.h
index 00718eedd35c..e376aa9d334b 100644
--- a/stand/ficl/arm/sysdep.h
+++ b/stand/ficl/arm/sysdep.h
@@ -46,7 +46,6 @@
** 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$
*/
#if !defined (__SYSDEP_H__)
diff --git a/stand/ficl/mips/sysdep.h b/stand/ficl/mips/sysdep.h
index 3ae748e259c7..9c2f1d2140b9 100644
--- a/stand/ficl/mips/sysdep.h
+++ b/stand/ficl/mips/sysdep.h
@@ -46,7 +46,6 @@
** 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$
*/
#if !defined (__SYSDEP_H__)
diff --git a/stand/ficl/mips64/sysdep.h b/stand/ficl/mips64/sysdep.h
index 5c9e163acb70..6c1d8486137c 100644
--- a/stand/ficl/mips64/sysdep.h
+++ b/stand/ficl/mips64/sysdep.h
@@ -46,7 +46,6 @@
** 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$
*/
#if !defined (__SYSDEP_H__)
diff --git a/stand/ficl/powerpc/sysdep.h b/stand/ficl/powerpc/sysdep.h
index b31625e18649..405d4c38176d 100644
--- a/stand/ficl/powerpc/sysdep.h
+++ b/stand/ficl/powerpc/sysdep.h
@@ -46,7 +46,6 @@
** 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$
*/
#if !defined (__SYSDEP_H__)
diff --git a/stand/ficl/riscv/sysdep.h b/stand/ficl/riscv/sysdep.h
index 3726b9ef838f..1bb45efcae26 100644
--- a/stand/ficl/riscv/sysdep.h
+++ b/stand/ficl/riscv/sysdep.h
@@ -46,7 +46,6 @@
** 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$
*/
#if !defined (__SYSDEP_H__)
diff --git a/stand/i386/boot2/lib.h b/stand/i386/boot2/lib.h
index d8d3317e5aa0..d25dd0f7d28f 100644
--- a/stand/i386/boot2/lib.h
+++ b/stand/i386/boot2/lib.h
@@ -14,7 +14,6 @@
*/
/*
- * $FreeBSD$
*/
int sio_init(int) __attribute__((regparm (3)));
diff --git a/stand/i386/btx/lib/btxv86.h b/stand/i386/btx/lib/btxv86.h
index 0dca768cc2ac..567fdf4690f3 100644
--- a/stand/i386/btx/lib/btxv86.h
+++ b/stand/i386/btx/lib/btxv86.h
@@ -14,7 +14,6 @@
*/
/*
- * $FreeBSD$
*/
#ifndef _BTXV86_H_
diff --git a/stand/i386/libi386/multiboot.h b/stand/i386/libi386/multiboot.h
index 819fa2e5019f..d68f17b52810 100644
--- a/stand/i386/libi386/multiboot.h
+++ b/stand/i386/libi386/multiboot.h
@@ -18,7 +18,6 @@
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
* IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
-* $FreeBSD$
*/
#ifndef MULTIBOOT_HEADER
diff --git a/stand/kboot/arch/powerpc64/kerneltramp.S b/stand/kboot/arch/powerpc64/kerneltramp.S
index 15fdfc26bd90..211a6e474d2a 100644
--- a/stand/kboot/arch/powerpc64/kerneltramp.S
+++ b/stand/kboot/arch/powerpc64/kerneltramp.S
@@ -9,7 +9,6 @@
* to the absolute address 0x60. Here we implement a loop waiting on the release
* of a lock by the kernel at 0x40.
*
- * $FreeBSD$
*/
#include <machine/asm.h>