diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:27 +0000 |
| commit | 5510f79042fbd543de55807d0da7f8a2b8be2f89 (patch) | |
| tree | 6d052bbd0e2906713af25ee716c4e84d37c7ab14 /sys/i386 | |
| parent | d10370254169a65d32acd43557214015acbec0d4 (diff) | |
Diffstat (limited to 'sys/i386')
| -rw-r--r-- | sys/i386/Makefile | 1 | ||||
| -rw-r--r-- | sys/i386/conf/DEFAULTS | 1 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 1 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC.hints | 1 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 1 | ||||
| -rw-r--r-- | sys/i386/conf/LINT-NOINET | 1 | ||||
| -rw-r--r-- | sys/i386/conf/LINT-NOINET6 | 1 | ||||
| -rw-r--r-- | sys/i386/conf/LINT-NOIP | 1 | ||||
| -rw-r--r-- | sys/i386/conf/MINIMAL | 1 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 1 | ||||
| -rw-r--r-- | sys/i386/conf/PAE | 1 | ||||
| -rw-r--r-- | sys/i386/linux/Makefile | 1 | ||||
| -rw-r--r-- | sys/i386/linux/syscalls.conf | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/sys/i386/Makefile b/sys/i386/Makefile index fe6ac2bf41d9..bea7771aeb35 100644 --- a/sys/i386/Makefile +++ b/sys/i386/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ # @(#)Makefile 8.1 (Berkeley) 6/11/93 # Makefile for i386 links, tags file diff --git a/sys/i386/conf/DEFAULTS b/sys/i386/conf/DEFAULTS index f0aee10c9c3c..71fe25281dc4 100644 --- a/sys/i386/conf/DEFAULTS +++ b/sys/i386/conf/DEFAULTS @@ -1,7 +1,6 @@ # # DEFAULTS -- Default kernel configuration file for FreeBSD/i386 # -# $FreeBSD$ machine i386 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 921b099ecf17..d8ebd111cd1d 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -16,7 +16,6 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ cpu I486_CPU cpu I586_CPU diff --git a/sys/i386/conf/GENERIC.hints b/sys/i386/conf/GENERIC.hints index ffd10a65e7f6..1928878880f7 100644 --- a/sys/i386/conf/GENERIC.hints +++ b/sys/i386/conf/GENERIC.hints @@ -1,4 +1,3 @@ -# $FreeBSD$ hint.fdc.0.at="isa" hint.fdc.0.port="0x3F0" hint.fdc.0.irq="6" diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 9618f78944ab..41207eb63cb9 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -1,4 +1,3 @@ -# $FreeBSD$ include "../../conf/NOTES" include "../../x86/conf/NOTES" diff --git a/sys/i386/conf/LINT-NOINET b/sys/i386/conf/LINT-NOINET index 2e4366ef8996..3f2246001b72 100644 --- a/sys/i386/conf/LINT-NOINET +++ b/sys/i386/conf/LINT-NOINET @@ -1,4 +1,3 @@ -# $FreeBSD$ include LINT ident LINT-NOINET diff --git a/sys/i386/conf/LINT-NOINET6 b/sys/i386/conf/LINT-NOINET6 index ffb275fd68d9..e314ad1b01ec 100644 --- a/sys/i386/conf/LINT-NOINET6 +++ b/sys/i386/conf/LINT-NOINET6 @@ -1,4 +1,3 @@ -# $FreeBSD$ include LINT ident LINT-NOINET6 diff --git a/sys/i386/conf/LINT-NOIP b/sys/i386/conf/LINT-NOIP index 32c5af163381..ebd598f6fa5a 100644 --- a/sys/i386/conf/LINT-NOIP +++ b/sys/i386/conf/LINT-NOIP @@ -1,4 +1,3 @@ -# $FreeBSD$ include LINT ident LINT-NOIP makeoptions MKMODULESENV+="WITHOUT_INET_SUPPORT=" diff --git a/sys/i386/conf/MINIMAL b/sys/i386/conf/MINIMAL index 1b45dc6d77ff..ff41e634b048 100644 --- a/sys/i386/conf/MINIMAL +++ b/sys/i386/conf/MINIMAL @@ -30,7 +30,6 @@ # If you are in doubt as to the purpose or necessity of a line, check first # in NOTES. # -# $FreeBSD$ cpu I486_CPU cpu I586_CPU diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 07255ff81165..41b8a4879a9f 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,6 @@ # This file contains machine dependent kernel configuration notes. For # machine independent notes, look in /sys/conf/NOTES. # -# $FreeBSD$ # # diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 07dfec58fd8e..a39d32d77106 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -1,7 +1,6 @@ # # PAE -- Generic kernel configuration file for FreeBSD/i386 PAE # -# $FreeBSD$ include GENERIC diff --git a/sys/i386/linux/Makefile b/sys/i386/linux/Makefile index 662c7f8fc42f..e0d74bb46c78 100644 --- a/sys/i386/linux/Makefile +++ b/sys/i386/linux/Makefile @@ -1,6 +1,5 @@ # Makefile for syscall tables # -# $FreeBSD$ GENERATED_PREFIX= linux_ diff --git a/sys/i386/linux/syscalls.conf b/sys/i386/linux/syscalls.conf index 29f37920bba6..742068a296a8 100644 --- a/sys/i386/linux/syscalls.conf +++ b/sys/i386/linux/syscalls.conf @@ -1,4 +1,3 @@ -# $FreeBSD$ sysnames="linux_syscalls.c" sysproto="linux_proto.h" sysproto_h=_LINUX_SYSPROTO_H_ |
