aboutsummaryrefslogtreecommitdiff
path: root/stand/common
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:42 +0000
commit1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch)
tree41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /stand/common
parent685dc743dc3b5645e34836464128e1c0558b404b (diff)
Remove $FreeBSD$: one-line .c pattern
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Diffstat (limited to 'stand/common')
-rw-r--r--stand/common/bcache.c2
-rw-r--r--stand/common/boot.c2
-rw-r--r--stand/common/commands.c2
-rw-r--r--stand/common/console.c2
-rw-r--r--stand/common/dev_net.c2
-rw-r--r--stand/common/devopen.c2
-rw-r--r--stand/common/disk.c2
-rw-r--r--stand/common/gfx_fb_stub.c2
-rw-r--r--stand/common/install.c2
-rw-r--r--stand/common/interp.c2
-rw-r--r--stand/common/interp_backslash.c2
-rw-r--r--stand/common/interp_forth.c2
-rw-r--r--stand/common/interp_lua.c2
-rw-r--r--stand/common/interp_parse.c2
-rw-r--r--stand/common/interp_simple.c2
-rw-r--r--stand/common/isapnp.c2
-rw-r--r--stand/common/load_elf.c2
-rw-r--r--stand/common/load_elf32.c2
-rw-r--r--stand/common/load_elf32_obj.c2
-rw-r--r--stand/common/load_elf64.c2
-rw-r--r--stand/common/load_elf64_obj.c2
-rw-r--r--stand/common/load_elf_obj.c2
-rw-r--r--stand/common/ls.c2
-rw-r--r--stand/common/md.c2
-rw-r--r--stand/common/metadata.c2
-rw-r--r--stand/common/misc.c2
-rw-r--r--stand/common/module.c2
-rw-r--r--stand/common/part.c2
-rw-r--r--stand/common/pnp.c2
-rw-r--r--stand/common/reloc_elf.c2
-rw-r--r--stand/common/reloc_elf32.c2
-rw-r--r--stand/common/reloc_elf64.c2
-rw-r--r--stand/common/self_reloc.c2
-rw-r--r--stand/common/tslog.c2
-rw-r--r--stand/common/vdisk.c2
-rw-r--r--stand/common/zfs_cmd.c2
36 files changed, 0 insertions, 72 deletions
diff --git a/stand/common/bcache.c b/stand/common/bcache.c
index 88dee8c7ce2d..2b4603525740 100644
--- a/stand/common/bcache.c
+++ b/stand/common/bcache.c
@@ -27,8 +27,6 @@
#include <sys/cdefs.h>
#include <sys/param.h>
-__FBSDID("$FreeBSD$");
-
/*
* Simple hashed block cache
*/
diff --git a/stand/common/boot.c b/stand/common/boot.c
index 3ec827617d56..db4bb4fc2ea8 100644
--- a/stand/common/boot.c
+++ b/stand/common/boot.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Loading modules, booting the system
*/
diff --git a/stand/common/commands.c b/stand/common/commands.c
index 6643a3ca360e..b09bb9604386 100644
--- a/stand/common/commands.c
+++ b/stand/common/commands.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <string.h>
diff --git a/stand/common/console.c b/stand/common/console.c
index ae1bb7c9f952..d9d075ef7bde 100644
--- a/stand/common/console.c
+++ b/stand/common/console.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <stand.h>
#include <string.h>
diff --git a/stand/common/dev_net.c b/stand/common/dev_net.c
index 24bfbe9636e3..b6880e894477 100644
--- a/stand/common/dev_net.c
+++ b/stand/common/dev_net.c
@@ -30,8 +30,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*-
* This module implements a "raw device" interface suitable for
* use by the stand-alone I/O library NFS code. This interface
diff --git a/stand/common/devopen.c b/stand/common/devopen.c
index 4fd955d5a9eb..a51ebaf0c9d7 100644
--- a/stand/common/devopen.c
+++ b/stand/common/devopen.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <string.h>
diff --git a/stand/common/disk.c b/stand/common/disk.c
index eecf519c52aa..e1add50bd1fb 100644
--- a/stand/common/disk.c
+++ b/stand/common/disk.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/disk.h>
#include <sys/queue.h>
#include <stand.h>
diff --git a/stand/common/gfx_fb_stub.c b/stand/common/gfx_fb_stub.c
index e212bd2daa12..a4ebdeb8c388 100644
--- a/stand/common/gfx_fb_stub.c
+++ b/stand/common/gfx_fb_stub.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Generic gfx stubs.
*/
diff --git a/stand/common/install.c b/stand/common/install.c
index ea6eaaa7cebc..418799822e4e 100644
--- a/stand/common/install.c
+++ b/stand/common/install.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/socket.h>
#include <net/if.h>
diff --git a/stand/common/interp.c b/stand/common/interp.c
index 8b779fb7a5e9..b71e0858e702 100644
--- a/stand/common/interp.c
+++ b/stand/common/interp.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Simple commandline interpreter, toplevel and misc.
*
diff --git a/stand/common/interp_backslash.c b/stand/common/interp_backslash.c
index c75081beca56..6d650cd2e286 100644
--- a/stand/common/interp_backslash.c
+++ b/stand/common/interp_backslash.c
@@ -15,8 +15,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <string.h>
#include "bootstrap.h"
diff --git a/stand/common/interp_forth.c b/stand/common/interp_forth.c
index edf21e53dc18..0320e081d406 100644
--- a/stand/common/interp_forth.c
+++ b/stand/common/interp_forth.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h> /* to pick up __FreeBSD_version */
#include <string.h>
#include <stand.h>
diff --git a/stand/common/interp_lua.c b/stand/common/interp_lua.c
index 8a420660683e..db58d80b2048 100644
--- a/stand/common/interp_lua.c
+++ b/stand/common/interp_lua.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include "bootstrap.h"
diff --git a/stand/common/interp_parse.c b/stand/common/interp_parse.c
index c46a497e240d..6e883a81e383 100644
--- a/stand/common/interp_parse.c
+++ b/stand/common/interp_parse.c
@@ -15,8 +15,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <string.h>
#include "bootstrap.h"
diff --git a/stand/common/interp_simple.c b/stand/common/interp_simple.c
index e25743d4f01c..fa021c796308 100644
--- a/stand/common/interp_simple.c
+++ b/stand/common/interp_simple.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Simple commandline interpreter, toplevel and misc.
*/
diff --git a/stand/common/isapnp.c b/stand/common/isapnp.c
index 8a0cdfda2ace..3f554305c2e2 100644
--- a/stand/common/isapnp.c
+++ b/stand/common/isapnp.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* Machine-independent ISA PnP enumerator implementing a subset of the
* ISA PnP specification.
diff --git a/stand/common/load_elf.c b/stand/common/load_elf.c
index 81b9e3e7ee9f..9f3b015fef7e 100644
--- a/stand/common/load_elf.c
+++ b/stand/common/load_elf.c
@@ -26,8 +26,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/exec.h>
diff --git a/stand/common/load_elf32.c b/stand/common/load_elf32.c
index 0c9f460d4863..5b942fd63444 100644
--- a/stand/common/load_elf32.c
+++ b/stand/common/load_elf32.c
@@ -1,6 +1,4 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define __ELF_WORD_SIZE 32
#define _MACHINE_ELF_WANT_32BIT
diff --git a/stand/common/load_elf32_obj.c b/stand/common/load_elf32_obj.c
index 94b089618836..dffb0070b0c0 100644
--- a/stand/common/load_elf32_obj.c
+++ b/stand/common/load_elf32_obj.c
@@ -1,6 +1,4 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define __ELF_WORD_SIZE 32
#define _MACHINE_ELF_WANT_32BIT
diff --git a/stand/common/load_elf64.c b/stand/common/load_elf64.c
index c29e8e3596a7..e3a913c0ce8c 100644
--- a/stand/common/load_elf64.c
+++ b/stand/common/load_elf64.c
@@ -1,6 +1,4 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define __ELF_WORD_SIZE 64
#include "load_elf.c"
diff --git a/stand/common/load_elf64_obj.c b/stand/common/load_elf64_obj.c
index 3c9371ba0130..14d6e3dc3d4d 100644
--- a/stand/common/load_elf64_obj.c
+++ b/stand/common/load_elf64_obj.c
@@ -1,6 +1,4 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define __ELF_WORD_SIZE 64
#include "load_elf_obj.c"
diff --git a/stand/common/load_elf_obj.c b/stand/common/load_elf_obj.c
index ed202e08b780..86e0fb2b5d22 100644
--- a/stand/common/load_elf_obj.c
+++ b/stand/common/load_elf_obj.c
@@ -27,8 +27,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <sys/exec.h>
#include <sys/linker.h>
diff --git a/stand/common/ls.c b/stand/common/ls.c
index cd6b7c49ea5f..daeecfa488da 100644
--- a/stand/common/ls.c
+++ b/stand/common/ls.c
@@ -38,8 +38,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ufs/dir.h>
diff --git a/stand/common/md.c b/stand/common/md.c
index 61db56ece7ae..6b6e6303c898 100644
--- a/stand/common/md.c
+++ b/stand/common/md.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>
#include <sys/endian.h>
diff --git a/stand/common/metadata.c b/stand/common/metadata.c
index a69c6d824d44..8d5003ec47bf 100644
--- a/stand/common/metadata.c
+++ b/stand/common/metadata.c
@@ -27,8 +27,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>
#include <sys/linker.h>
diff --git a/stand/common/misc.c b/stand/common/misc.c
index b80909b9edfb..046094f868e0 100644
--- a/stand/common/misc.c
+++ b/stand/common/misc.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <string.h>
#include <stand.h>
#include <bootstrap.h>
diff --git a/stand/common/module.c b/stand/common/module.c
index 9902309b7f99..289d174733da 100644
--- a/stand/common/module.c
+++ b/stand/common/module.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* file/module function dispatcher, support, etc.
*/
diff --git a/stand/common/part.c b/stand/common/part.c
index 90d7855b53ff..41c0eef95d7d 100644
--- a/stand/common/part.c
+++ b/stand/common/part.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <sys/param.h>
#include <sys/diskmbr.h>
diff --git a/stand/common/pnp.c b/stand/common/pnp.c
index 4759c4417d19..8ee7f5f711b1 100644
--- a/stand/common/pnp.c
+++ b/stand/common/pnp.c
@@ -4,8 +4,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* "Plug and Play" functionality.
*
diff --git a/stand/common/reloc_elf.c b/stand/common/reloc_elf.c
index f143b20eee5c..a7243bc634fd 100644
--- a/stand/common/reloc_elf.c
+++ b/stand/common/reloc_elf.c
@@ -28,8 +28,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <machine/elf.h>
diff --git a/stand/common/reloc_elf32.c b/stand/common/reloc_elf32.c
index 03d9d73bab7f..ee2617b371c1 100644
--- a/stand/common/reloc_elf32.c
+++ b/stand/common/reloc_elf32.c
@@ -1,6 +1,4 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define __ELF_WORD_SIZE 32
#include "reloc_elf.c"
diff --git a/stand/common/reloc_elf64.c b/stand/common/reloc_elf64.c
index c8dcf2a36b0d..c7b76ca6b265 100644
--- a/stand/common/reloc_elf64.c
+++ b/stand/common/reloc_elf64.c
@@ -1,6 +1,4 @@
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#define __ELF_WORD_SIZE 64
#include "reloc_elf.c"
diff --git a/stand/common/self_reloc.c b/stand/common/self_reloc.c
index aee19cd8c574..39dad510b0b0 100644
--- a/stand/common/self_reloc.c
+++ b/stand/common/self_reloc.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <elf.h>
#include <bootstrap.h>
diff --git a/stand/common/tslog.c b/stand/common/tslog.c
index 3851e760daf1..6f27b9ebc316 100644
--- a/stand/common/tslog.c
+++ b/stand/common/tslog.c
@@ -25,8 +25,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <stand.h>
diff --git a/stand/common/vdisk.c b/stand/common/vdisk.c
index 5c08a524b4d3..3bbb13d908c5 100644
--- a/stand/common/vdisk.c
+++ b/stand/common/vdisk.c
@@ -24,8 +24,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <stand.h>
#include <stdarg.h>
#include <machine/_inttypes.h>
diff --git a/stand/common/zfs_cmd.c b/stand/common/zfs_cmd.c
index cee5b8993210..9a4dc01f0159 100644
--- a/stand/common/zfs_cmd.c
+++ b/stand/common/zfs_cmd.c
@@ -24,8 +24,6 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
/*
* MD bootstrap main() and assorted miscellaneous
* commands.