Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch remove COMPAT_AOUT option.
details: https://anonhg.NetBSD.org/src/rev/8aced8936d50
branches: trunk
changeset: 495406:8aced8936d50
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jul 27 14:34:06 2000 +0000
description:
remove COMPAT_AOUT option.
diffstat:
sys/arch/i386/conf/BIKINI | 4 +---
sys/arch/i386/conf/CARDBUS | 4 +---
sys/arch/i386/conf/DR-EVIL | 3 +--
sys/arch/i386/conf/GENERIC | 6 ++----
sys/arch/i386/conf/GENERIC_TINY | 4 +---
sys/arch/i386/conf/IOPENER | 6 ++----
sys/arch/i386/conf/PS2 | 3 +--
sys/arch/i386/conf/SWINGER | 6 ++----
sys/arch/i386/conf/TRINITY | 4 +---
sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS | 6 ++----
sys/arch/sparc/conf/BILL-THE-CAT | 3 +--
sys/arch/sparc/conf/GENERIC | 5 ++---
sys/arch/sparc/conf/INSTALL | 3 +--
sys/arch/sparc/conf/TADPOLE3GX | 3 +--
sys/arch/sparc64/conf/EVERGLADES | 5 ++---
sys/arch/sparc64/conf/GENERIC32 | 5 ++---
sys/arch/sparc64/conf/NONPLUS | 3 +--
sys/arch/sparc64/conf/NONPLUS64 | 3 +--
18 files changed, 25 insertions(+), 51 deletions(-)
diffs (truncated from 366 to 300 lines):
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/BIKINI
--- a/sys/arch/i386/conf/BIKINI Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/BIKINI Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BIKINI,v 1.29 2000/07/09 00:41:24 mycroft Exp $
+# $NetBSD: BIKINI,v 1.30 2000/07/27 14:34:06 mrg Exp $
# From: GENERIC,v 1.260 1999/09/28 18:07:29 thorpej Exp
#
# BIKINI -- Mycroft's development machine
@@ -86,8 +86,6 @@
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
-options COMPAT_AOUT # binary compat for NetBSD a.out binaries
-
# File systems
file-system FFS # UFS
#file-system EXT2FS # second extended file system (linux)
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/CARDBUS Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CARDBUS,v 1.18 2000/07/18 11:41:32 soda Exp $
+# $NetBSD: CARDBUS,v 1.19 2000/07/27 14:34:06 mrg Exp $
#
# CARDBUS -- GENERIC + CardBus support
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@@ -82,8 +82,6 @@
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
-options COMPAT_AOUT # binary compat for NetBSD a.out binaries
-
# File systems
file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/DR-EVIL
--- a/sys/arch/i386/conf/DR-EVIL Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/DR-EVIL Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DR-EVIL,v 1.22 2000/07/18 11:41:32 soda Exp $
+# $NetBSD: DR-EVIL,v 1.23 2000/07/27 14:34:06 mrg Exp $
#
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej%netbsd.org@localhost
#
@@ -92,7 +92,6 @@
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
-#options COMPAT_AOUT # binary compatibility w/ NetBSD a.out
# Executable format options
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Thu Jul 27 14:34:06 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.361 2000/07/18 11:41:32 soda Exp $
+# $NetBSD: GENERIC,v 1.362 2000/07/27 14:34:07 mrg Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.361 $"
+#ident "GENERIC-$Revision: 1.362 $"
maxusers 32 # estimated number of users
@@ -84,8 +84,6 @@
options COMPAT_FREEBSD # binary compatibility with FreeBSD
#options COMPAT_PECOFF # kernel support to run Win32 apps
-options COMPAT_AOUT # binary compat for NetBSD a.out binaries
-
# File systems
file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.17 2000/07/09 00:41:24 mycroft Exp $
+# $NetBSD: GENERIC_TINY,v 1.18 2000/07/27 14:34:07 mrg Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, PCMCIA or SCSI.
@@ -79,8 +79,6 @@
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
-options COMPAT_AOUT # binary compat with NetBSD a.out binaries
-
# File systems
file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/IOPENER
--- a/sys/arch/i386/conf/IOPENER Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/IOPENER Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: IOPENER,v 1.6 2000/07/18 11:41:32 soda Exp $
+# $NetBSD: IOPENER,v 1.7 2000/07/27 14:34:07 mrg Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
-#ident "IOPENER-$Revision: 1.6 $"
+#ident "IOPENER-$Revision: 1.7 $"
maxusers 32 # estimated number of users
@@ -71,8 +71,6 @@
options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
-options COMPAT_AOUT # binary compat for NetBSD a.out binaries
-
# File systems
file-system FFS # UFS
#file-system EXT2FS # second extended file system (linux)
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/PS2
--- a/sys/arch/i386/conf/PS2 Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/PS2 Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: PS2,v 1.3 2000/07/09 00:41:24 mycroft Exp $
+# $NetBSD: PS2,v 1.4 2000/07/27 14:34:07 mrg Exp $
#
# Sample kernel config for PS/2 with MCA bus
#
@@ -57,7 +57,6 @@
options INET # IP + ICMP + TCP + UDP
-options COMPAT_AOUT
options COMPAT_13
options COMPAT_14
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/SWINGER
--- a/sys/arch/i386/conf/SWINGER Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/SWINGER Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SWINGER,v 1.9 2000/06/14 22:29:03 thorpej Exp $
+# $NetBSD: SWINGER,v 1.10 2000/07/27 14:34:08 mrg Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
-#ident "SWINGER-$Revision: 1.9 $"
+#ident "SWINGER-$Revision: 1.10 $"
maxusers 64 # estimated number of users
@@ -88,8 +88,6 @@
options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
-#options COMPAT_AOUT # binary compat for NetBSD a.out binaries
-
# File systems
file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/TRINITY
--- a/sys/arch/i386/conf/TRINITY Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/TRINITY Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TRINITY,v 1.97 2000/07/09 00:41:24 mycroft Exp $
+# $NetBSD: TRINITY,v 1.98 2000/07/27 14:34:08 mrg Exp $
# From: GENERIC,v 1.260 1999/09/28 18:07:29 thorpej Exp
#
# TRINITY -- Mycroft's laptop
@@ -88,8 +88,6 @@
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
-options COMPAT_AOUT # binary compat for NetBSD a.out binaries
-
# File systems
file-system FFS # UFS
#file-system EXT2FS # second extended file system (linux)
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS
--- a/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.33 2000/07/09 00:41:24 mycroft Exp $
+# $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.34 2000/07/27 14:34:08 mrg Exp $
# From: GENERIC,v 1.299 2000/02/03 20:31:42 dante Exp
#
# GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.33 $"
+#ident "GENERIC-$Revision: 1.34 $"
maxusers 32 # estimated number of users
@@ -88,8 +88,6 @@
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
-options COMPAT_AOUT # binary compat for NetBSD a.out binaries
-
# File systems
file-system FFS # UFS
file-system EXT2FS # second extended file system (linux)
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/sparc/conf/BILL-THE-CAT
--- a/sys/arch/sparc/conf/BILL-THE-CAT Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/sparc/conf/BILL-THE-CAT Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: BILL-THE-CAT,v 1.9 1999/11/07 01:09:12 mycroft Exp $
+# $NetBSD: BILL-THE-CAT,v 1.10 2000/07/27 14:34:09 mrg Exp $
# From: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
include "arch/sparc/conf/std.sparc"
@@ -127,7 +127,6 @@
options COMPAT_14 # NetBSD 1.4 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
options COMPAT_SVR4 # SunOS 5.x binary compatibility
-options COMPAT_AOUT # NetBSD a.out compatibility
## File systems. You probably need at least one of FFS or NFS.
file-system FFS # Berkeley Fast Filesystem
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC Thu Jul 27 14:34:06 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.113 2000/07/15 19:59:53 matt Exp $
+# $NetBSD: GENERIC,v 1.114 2000/07/27 14:34:09 mrg Exp $
include "arch/sparc/conf/std.sparc"
-#ident "GENERIC-$Revision: 1.113 $"
+#ident "GENERIC-$Revision: 1.114 $"
maxusers 32
@@ -134,7 +134,6 @@
options COMPAT_14 # NetBSD 1.4 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
options COMPAT_SVR4 # SunOS 5.x binary compatibility
-options COMPAT_AOUT # NetBSD a.out compatibility
## File systems. You probably need at least one of FFS or NFS.
file-system FFS # Berkeley Fast Filesystem
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/sparc/conf/INSTALL Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.15 2000/07/08 11:33:24 pk Exp $
+# $NetBSD: INSTALL,v 1.16 2000/07/27 14:34:09 mrg Exp $
#
# from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
#
@@ -143,7 +143,6 @@
options COMPAT_14 # NetBSD 1.4 binary compatibility
#options COMPAT_SUNOS # SunOS 4.x binary compatibility
#options COMPAT_SVR4 # SunOS 5.x binary compatibility
-#options COMPAT_AOUT # NetBSD a.out compatibility
## File systems. You probably need at least one of FFS or NFS.
file-system FFS # Berkeley Fast Filesystem
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/sparc/conf/TADPOLE3GX
--- a/sys/arch/sparc/conf/TADPOLE3GX Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/sparc/conf/TADPOLE3GX Thu Jul 27 14:34:06 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TADPOLE3GX,v 1.6 2000/02/25 18:24:40 jdc Exp $
+# $NetBSD: TADPOLE3GX,v 1.7 2000/07/27 14:34:09 mrg Exp $
include "arch/sparc/conf/std.sparc"
@@ -122,7 +122,6 @@
options COMPAT_14 # NetBSD 1.4 binary compatibility
options COMPAT_SUNOS # SunOS 4.x binary compatibility
options COMPAT_SVR4 # SunOS 5.x binary compatibility
-options COMPAT_AOUT # NetBSD a.out compatibility
## File systems. You probably need at least one of FFS or NFS.
file-system FFS # Berkeley Fast Filesystem
diff -r d06e7df523d8 -r 8aced8936d50 sys/arch/sparc64/conf/EVERGLADES
--- a/sys/arch/sparc64/conf/EVERGLADES Thu Jul 27 14:31:49 2000 +0000
+++ b/sys/arch/sparc64/conf/EVERGLADES Thu Jul 27 14:34:06 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: EVERGLADES,v 1.4 2000/07/27 14:10:25 mrg Exp $
+# $NetBSD: EVERGLADES,v 1.5 2000/07/27 14:34:09 mrg Exp $
#
# from: NetBSD: GENERIC,v 1.33 2000/05/19 05:28:47 eeh Exp
include "arch/sparc64/conf/std.sparc64"
-#ident "GENERIC-$Revision: 1.4 $"
+#ident "GENERIC-$Revision: 1.5 $"
Home |
Main Index |
Thread Index |
Old Index