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 Remove svr4 from the config files.
details: https://anonhg.NetBSD.org/src/rev/aaad6d512782
branches: trunk
changeset: 355459:aaad6d512782
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Jul 29 12:00:56 2017 +0000
description:
Remove svr4 from the config files.
diffstat:
sys/arch/i386/conf/ALL | 6 ++----
sys/arch/i386/conf/GENERIC | 5 ++---
sys/arch/i386/conf/GENERIC_TINY | 3 +--
sys/arch/i386/conf/INSTALL_FLOPPY | 3 +--
sys/arch/i386/conf/INSTALL_TINY | 3 +--
sys/arch/i386/conf/MODULAR | 3 +--
sys/arch/i386/conf/NET4501 | 5 ++---
sys/arch/i386/conf/XEN3_DOM0 | 3 +--
sys/arch/i386/conf/XEN3_DOMU | 3 +--
9 files changed, 12 insertions(+), 22 deletions(-)
diffs (188 lines):
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/ALL Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.422 2017/07/29 07:19:47 maxv Exp $
+# $NetBSD: ALL,v 1.423 2017/07/29 12:00:56 maxv Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.422 $"
+#ident "ALL-$Revision: 1.423 $"
maxusers 64 # estimated number of users
@@ -149,7 +149,6 @@
options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-options COMPAT_SVR4 # binary compatibility with SVR4
options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
options COMPAT_FREEBSD # binary compatibility with FreeBSD
@@ -2105,7 +2104,6 @@
options DEBUG_RAWFS
options DEBUG_RPC
options DEBUG_SNAPPER
-options DEBUG_SVR4
options DEBUG_SYNC
options DEBUG_TERM
options DEBUG_UL
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1159 2017/07/28 14:13:13 maxv Exp $
+# $NetBSD: GENERIC,v 1.1160 2017/07/29 12:00:56 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1159 $"
+#ident "GENERIC-$Revision: 1.1160 $"
maxusers 64 # estimated number of users
@@ -144,7 +144,6 @@
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-#options COMPAT_SVR4 # binary compatibility with SVR4
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_TINY,v 1.149 2017/02/26 12:21:15 maya Exp $
+# $NetBSD: GENERIC_TINY,v 1.150 2017/07/29 12:00:56 maxv Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@@ -76,7 +76,6 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-#options COMPAT_SVR4 # binary compatibility with SVR4
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/INSTALL_FLOPPY
--- a/sys/arch/i386/conf/INSTALL_FLOPPY Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/INSTALL_FLOPPY Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_FLOPPY,v 1.37 2017/02/26 12:21:15 maya Exp $
+# $NetBSD: INSTALL_FLOPPY,v 1.38 2017/07/29 12:00:56 maxv Exp $
#
# INSTALL - Installation kernel.
#
@@ -98,7 +98,6 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-#options COMPAT_SVR4 # binary compatibility with SVR4
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL_TINY,v 1.150 2017/02/26 12:21:15 maya Exp $
+# $NetBSD: INSTALL_TINY,v 1.151 2017/07/29 12:00:56 maxv Exp $
#
# This kernel should be derived from INSTALL (which is derived
# from GENERIC) with some features commented out.
@@ -85,7 +85,6 @@
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-#options COMPAT_SVR4 # binary compatibility with SVR4
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/MODULAR
--- a/sys/arch/i386/conf/MODULAR Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/MODULAR Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MODULAR,v 1.3 2016/09/15 20:03:36 jdolecek Exp $
+# $NetBSD: MODULAR,v 1.4 2017/07/29 12:00:56 maxv Exp $
#
# MODULAR kernel
# This kernel config prefers loading kernel drivers from file system.
@@ -15,7 +15,6 @@
# compatibility options, built as modules
#
no options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-no options COMPAT_SVR4 # binary compatibility with SVR4
no options COMPAT_IBCS2 # binary compatibility with SCO and ISC
no options COMPAT_LINUX # binary compatibility with Linux
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/NET4501
--- a/sys/arch/i386/conf/NET4501 Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/NET4501 Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NET4501,v 1.92 2017/02/26 12:21:15 maya Exp $
+# $NetBSD: NET4501,v 1.93 2017/07/29 12:00:56 maxv Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@@ -10,7 +10,7 @@
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "NET4501-$Revision: 1.92 $"
+#ident "NET4501-$Revision: 1.93 $"
maxusers 32 # estimated number of users
@@ -96,7 +96,6 @@
options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
-#options COMPAT_SVR4 # binary compatibility with SVR4
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.115 2017/07/29 05:59:08 maxv Exp $
+# $NetBSD: XEN3_DOM0,v 1.116 2017/07/29 12:00:56 maxv Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -97,7 +97,6 @@
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-#options COMPAT_SVR4 # binary compatibility with SVR4
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
diff -r 1989dca077c0 -r aaad6d512782 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Sat Jul 29 11:54:14 2017 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Sat Jul 29 12:00:56 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.79 2017/07/29 05:59:08 maxv Exp $
+# $NetBSD: XEN3_DOMU,v 1.80 2017/07/29 12:00:56 maxv Exp $
include "arch/xen/conf/std.xen"
@@ -81,7 +81,6 @@
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-#options COMPAT_SVR4 # binary compatibility with SVR4
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_FREEBSD # binary compatibility with FreeBSD
Home |
Main Index |
Thread Index |
Old Index