Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf EXEC_ELF32 is standard now.



details:   https://anonhg.NetBSD.org/src/rev/730c96f65045
branches:  trunk
changeset: 474398:730c96f65045
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Mon Jul 05 09:14:09 1999 +0000

description:
EXEC_ELF32 is standard now.

diffstat:

 sys/arch/i386/conf/BIKINI                   |  5 +----
 sys/arch/i386/conf/DISKLESS                 |  4 +---
 sys/arch/i386/conf/GENERIC                  |  5 +----
 sys/arch/i386/conf/GENERIC_TINY             |  5 +----
 sys/arch/i386/conf/HOMEWORLD                |  5 +----
 sys/arch/i386/conf/INSTALL                  |  5 +----
 sys/arch/i386/conf/INSTALL_SMALL            |  5 +----
 sys/arch/i386/conf/INSTALL_TINY             |  5 +----
 sys/arch/i386/conf/KICKME                   |  4 +---
 sys/arch/i386/conf/MINBAR                   |  5 +----
 sys/arch/i386/conf/NBFTP                    |  5 +----
 sys/arch/i386/conf/SUN_LAMP                 |  4 +---
 sys/arch/i386/conf/TRINITY                  |  5 +----
 sys/arch/i386/conf/UNDERWORLD               |  5 +----
 sys/arch/i386/conf/ZHADUM                   |  5 +----
 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS |  5 +----
 sys/arch/i386/conf/std.i386                 |  3 ++-
 17 files changed, 18 insertions(+), 62 deletions(-)

diffs (truncated from 316 to 300 lines):

diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/BIKINI
--- a/sys/arch/i386/conf/BIKINI Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/BIKINI Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: BIKINI,v 1.13 1999/04/19 16:57:06 mycroft Exp $
+#      $NetBSD: BIKINI,v 1.14 1999/07/05 09:14:09 fvdl Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      BIKINI -- Mycroft's development machine
@@ -85,9 +85,6 @@
 options        COMPAT_LINUX    # binary compatibility with Linux
 options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/DISKLESS
--- a/sys/arch/i386/conf/DISKLESS       Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/DISKLESS       Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DISKLESS,v 1.67 1999/05/01 17:19:52 drochner Exp $
+#      $NetBSD: DISKLESS,v 1.68 1999/07/05 09:14:09 fvdl Exp $
 #
 # DISKLESS -- Generic machine setup for diskless boot.
 # This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@@ -59,8 +59,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 options        LKM             # loadable kernel modules
 
 #file-system   FFS             # UFS
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.238 1999/07/03 12:09:52 tron Exp $
+#      $NetBSD: GENERIC,v 1.239 1999/07/05 09:14:09 fvdl Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -84,9 +84,6 @@
 options        COMPAT_LINUX    # binary compatibility with Linux
 options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 file-system    EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.5 1999/03/27 23:27:58 nathanw Exp $
+#      $NetBSD: GENERIC_TINY,v 1.6 1999/07/05 09:14:09 fvdl Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI, PCMCIA or SCSI.
@@ -78,9 +78,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-#options       EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 file-system    EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/HOMEWORLD
--- a/sys/arch/i386/conf/HOMEWORLD      Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/HOMEWORLD      Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: HOMEWORLD,v 1.39 1999/03/27 07:04:36 explorer Exp $
+#      $NetBSD: HOMEWORLD,v 1.40 1999/07/05 09:14:09 fvdl Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      HOMEWORLD - Mail, CVS, and GNATS server
@@ -85,9 +85,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-#options       EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL        Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.118 1999/06/09 01:47:14 christos Exp $
+#      $NetBSD: INSTALL,v 1.119 1999/07/05 09:14:09 fvdl Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -96,9 +96,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 file-system    EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL  Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL  Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_SMALL,v 1.39 1999/05/19 14:41:54 bouyer Exp $
+#      $NetBSD: INSTALL_SMALL,v 1.40 1999/07/05 09:14:09 fvdl Exp $
 #
 #      INSTALL_SMALL - Small Installation kernel.
 #
@@ -93,9 +93,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY   Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY   Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_TINY,v 1.8 1999/05/19 14:41:54 bouyer Exp $
+#      $NetBSD: INSTALL_TINY,v 1.9 1999/07/05 09:14:09 fvdl Exp $
 #
 #      INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
 #
@@ -93,9 +93,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/KICKME
--- a/sys/arch/i386/conf/KICKME Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/KICKME Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: KICKME,v 1.53 1999/01/14 04:44:23 cgd Exp $
+#      $NetBSD: KICKME,v 1.54 1999/07/05 09:14:09 fvdl Exp $
 #
 #      KICKME -- 486Cx-33 development machine
 #
@@ -36,8 +36,6 @@
 
 options        COMPAT_LINUX    # binary compatibility with Linux
 
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 file-system    FFS             # UFS
 file-system    NFS             # Network File System client
 file-system    CD9660          # ISO 9660 + Rock Ridge file system
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/MINBAR
--- a/sys/arch/i386/conf/MINBAR Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/MINBAR Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MINBAR,v 1.8 1999/03/27 07:04:37 explorer Exp $
+#      $NetBSD: MINBAR,v 1.9 1999/07/05 09:14:09 fvdl Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      MINBAR -- offshore CVS server
@@ -85,9 +85,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-#options       EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/NBFTP
--- a/sys/arch/i386/conf/NBFTP  Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/NBFTP  Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NBFTP,v 1.12 1999/04/16 01:11:22 explorer Exp $
+#      $NetBSD: NBFTP,v 1.13 1999/07/05 09:14:09 fvdl Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      NBFTP -- ftp/sup.netbsd.org server machine
@@ -85,9 +85,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-#options       EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/SUN_LAMP
--- a/sys/arch/i386/conf/SUN_LAMP       Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/SUN_LAMP       Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SUN_LAMP,v 1.104 1999/01/23 15:35:21 drochner Exp $
+#      $NetBSD: SUN_LAMP,v 1.105 1999/07/05 09:14:10 fvdl Exp $
 #
 #      SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
 #
@@ -48,8 +48,6 @@
 #options       COMPAT_SVR4     # binary compatibility with SVR4
 #options       COMPAT_IBCS2    # binary compatibility with SCO and ISC
 
-#options       EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 options        LKM             # loadable kernel modules
 options        INSECURE
 
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/TRINITY
--- a/sys/arch/i386/conf/TRINITY        Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/TRINITY        Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TRINITY,v 1.82 1999/03/31 14:16:20 mycroft Exp $
+#      $NetBSD: TRINITY,v 1.83 1999/07/05 09:14:10 fvdl Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      TRINITY -- Mycroft's laptop
@@ -87,9 +87,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-#options       EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/UNDERWORLD
--- a/sys/arch/i386/conf/UNDERWORLD     Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/UNDERWORLD     Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: UNDERWORLD,v 1.3 1999/06/07 14:43:34 mrg Exp $
+#      $NetBSD: UNDERWORLD,v 1.4 1999/07/05 09:14:10 fvdl Exp $
 #
 #      UNDERWORLD - Convenient config for our ol' Pentium boxes (abs)
 #
@@ -86,9 +86,6 @@
 options        COMPAT_LINUX    # binary compatibility with Linux
 options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 file-system    EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/ZHADUM
--- a/sys/arch/i386/conf/ZHADUM Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/ZHADUM Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ZHADUM,v 1.16 1999/03/27 07:04:37 explorer Exp $
+#      $NetBSD: ZHADUM,v 1.17 1999/07/05 09:14:10 fvdl Exp $
 #
 #      ZHADUM -- zhadum.netbsd.org, the new CVS server
 #
@@ -83,9 +83,6 @@
 #options       COMPAT_LINUX    # binary compatibility with Linux
 #options       COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-#options       EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS
 #file-system   EXT2FS          # second extended file system (linux)
diff -r bc0567b53b7f -r 730c96f65045 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS
--- a/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS       Mon Jul 05 09:13:04 1999 +0000
+++ b/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS       Mon Jul 05 09:14:09 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.9 1999/03/31 14:16:20 mycroft Exp $
+#      $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.10 1999/07/05 09:14:10 fvdl Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      GENERIC -- everything that's currently supported
@@ -85,9 +85,6 @@
 options        COMPAT_LINUX    # binary compatibility with Linux
 options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
 
-# Executable format options
-options        EXEC_ELF32      # 32-bit ELF executables (SVR4, Linux)
-
 # File systems
 file-system    FFS             # UFS



Home | Main Index | Thread Index | Old Index