Skip to content

Commit 031beb4

Browse files
committed
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
1 parent b1cfcff commit 031beb4

File tree

1,435 files changed

+0
-1455
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,435 files changed

+0
-1455
lines changed

sys/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $FreeBSD$
21

32
# Directories to include in cscope name file and TAGS.
43
CSCOPEDIRS= bsm cam cddl compat conf contrib crypto ddb dev fs gdb \

sys/amd64/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $FreeBSD$
21
# @(#)Makefile 8.1 (Berkeley) 6/11/93
32

43
# Makefile for amd64 links, tags file

sys/amd64/conf/DEFAULTS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#
22
# DEFAULTS -- Default kernel configuration file for FreeBSD/amd64
33
#
4-
# $FreeBSD$
54

65
machine amd64
76

sys/amd64/conf/GENERIC

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
# If you are in doubt as to the purpose or necessity of a line, check first
1717
# in NOTES.
1818
#
19-
# $FreeBSD$
2019

2120
cpu HAMMER
2221
ident GENERIC

sys/amd64/conf/GENERIC-KASAN

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $FreeBSD$
21

32
include GENERIC
43

sys/amd64/conf/GENERIC-KCSAN

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
# If you are in doubt as to the purpose or necessity of a line, check first
2525
# in NOTES.
2626
#
27-
# $FreeBSD$
2827

2928
include GENERIC
3029

sys/amd64/conf/GENERIC-KMSAN

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $FreeBSD$
21

32
include GENERIC
43

sys/amd64/conf/GENERIC-MMCCAM

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# MMCCAM is the kernel config for doing MMC on CAM development
22
# and testing on bhyve
3-
# $FreeBSD$
43

54
#NO_UNIVERSE
65

sys/amd64/conf/GENERIC-NODEBUG

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
# If you are in doubt as to the purpose or necessity of a line, check first
2525
# in NOTES.
2626
#
27-
# $FreeBSD$
2827

2928
include GENERIC
3029
include "../../conf/std.nodebug"

sys/amd64/conf/GENERIC.hints

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $FreeBSD$
21
hint.fdc.0.at="isa"
32
hint.fdc.0.port="0x3F0"
43
hint.fdc.0.irq="6"

0 commit comments

Comments
 (0)