summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorwkoszek <wkoszek@FreeBSD.org>2008-06-14 12:51:44 +0000
committerwkoszek <wkoszek@FreeBSD.org>2008-06-14 12:51:44 +0000
commit813c6fb348c4e4c167f50a6510b1e57ce2b81b69 (patch)
tree3c78d6bb925e271cbe38bf1975550b7c6590fdbe /sys/conf
parente735353f8de6769a184142b91eb1ea97ad1d3570 (diff)
downloadFreeBSD-src-813c6fb348c4e4c167f50a6510b1e57ce2b81b69.zip
FreeBSD-src-813c6fb348c4e4c167f50a6510b1e57ce2b81b69.tar.gz
Remove obselete PECOFF image activator support.
PRs assigned at the time of removal: kern/80742 Discussed on: freebsd-current (silence), IRC Tested by: make universe Approved by: cognet (mentor)
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i3861
-rw-r--r--sys/conf/files.pc981
-rw-r--r--sys/conf/options.i3862
-rw-r--r--sys/conf/options.pc982
4 files changed, 0 insertions, 6 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 292d273..e1349a5 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -107,7 +107,6 @@ compat/ndis/subr_ntoskrnl.c optional ndisapi pci
compat/ndis/subr_pe.c optional ndisapi pci
compat/ndis/subr_usbd.c optional ndisapi pci
compat/ndis/winx32_wrap.S optional ndisapi pci
-compat/pecoff/imgact_pecoff.c optional pecoff_support
compat/svr4/imgact_svr4.c optional compat_svr4
compat/svr4/svr4_fcntl.c optional compat_svr4
compat/svr4/svr4_filio.c optional compat_svr4
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 68638c8..62d86c6 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -70,7 +70,6 @@ compat/linux/linux_sysctl.c optional compat_linux
compat/linux/linux_time.c optional compat_linux
compat/linux/linux_uid16.c optional compat_linux
compat/linux/linux_util.c optional compat_linux
-compat/pecoff/imgact_pecoff.c optional pecoff_support
compat/svr4/imgact_svr4.c optional compat_svr4
compat/svr4/svr4_fcntl.c optional compat_svr4
compat/svr4/svr4_filio.c optional compat_svr4
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index 5d8e0b7..c8d07ad 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -27,8 +27,6 @@ DEBUG_SVR4 opt_svr4.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
NDISAPI opt_dontuse.h
-PECOFF_DEBUG opt_pecoff.h
-PECOFF_SUPPORT opt_dontuse.h
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98
index d0c8bbb..4912c42 100644
--- a/sys/conf/options.pc98
+++ b/sys/conf/options.pc98
@@ -25,8 +25,6 @@ COMPAT_SVR4 opt_dontuse.h
DEBUG_SVR4 opt_svr4.h
LINPROCFS opt_dontuse.h
LINSYSFS opt_dontuse.h
-PECOFF_DEBUG opt_pecoff.h
-PECOFF_SUPPORT opt_dontuse.h
# Change KVM size. Changes things all over the kernel.
KVA_PAGES opt_global.h
OpenPOWER on IntegriCloud