Module Name:    src
Committed By:   maxv
Date:           Sat Jul 29 12:00:56 UTC 2017

Modified Files:
        src/sys/arch/i386/conf: ALL GENERIC GENERIC_TINY INSTALL_FLOPPY
            INSTALL_TINY MODULAR NET4501 XEN3_DOM0 XEN3_DOMU

Log Message:
Remove svr4 from the config files.


To generate a diff of this commit:
cvs rdiff -u -r1.422 -r1.423 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1159 -r1.1160 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.149 -r1.150 src/sys/arch/i386/conf/GENERIC_TINY
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/i386/conf/INSTALL_FLOPPY
cvs rdiff -u -r1.150 -r1.151 src/sys/arch/i386/conf/INSTALL_TINY
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/conf/MODULAR
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/i386/conf/NET4501
cvs rdiff -u -r1.115 -r1.116 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/i386/conf/XEN3_DOMU

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.422 src/sys/arch/i386/conf/ALL:1.423
--- src/sys/arch/i386/conf/ALL:1.422	Sat Jul 29 07:19:47 2017
+++ src/sys/arch/i386/conf/ALL	Sat Jul 29 12:00:56 2017
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 	COMPAT_386BSD_MBRPART # recogni
 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_PTM
 options DEBUG_RAWFS
 options DEBUG_RPC
 options DEBUG_SNAPPER
-options DEBUG_SVR4
 options DEBUG_SYNC
 options DEBUG_TERM
 options DEBUG_UL

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1159 src/sys/arch/i386/conf/GENERIC:1.1160
--- src/sys/arch/i386/conf/GENERIC:1.1159	Fri Jul 28 14:13:13 2017
+++ src/sys/arch/i386/conf/GENERIC	Sat Jul 29 12:00:56 2017
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 	COMPAT_43	# 4.3BSD, 386BSD, and
 #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

Index: src/sys/arch/i386/conf/GENERIC_TINY
diff -u src/sys/arch/i386/conf/GENERIC_TINY:1.149 src/sys/arch/i386/conf/GENERIC_TINY:1.150
--- src/sys/arch/i386/conf/GENERIC_TINY:1.149	Sun Feb 26 12:21:15 2017
+++ src/sys/arch/i386/conf/GENERIC_TINY	Sat Jul 29 12:00:56 2017
@@ -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_43	# 4.3BSD, 386BSD, and
 #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

Index: src/sys/arch/i386/conf/INSTALL_FLOPPY
diff -u src/sys/arch/i386/conf/INSTALL_FLOPPY:1.37 src/sys/arch/i386/conf/INSTALL_FLOPPY:1.38
--- src/sys/arch/i386/conf/INSTALL_FLOPPY:1.37	Sun Feb 26 12:21:15 2017
+++ src/sys/arch/i386/conf/INSTALL_FLOPPY	Sat Jul 29 12:00:56 2017
@@ -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_70	# NetBSD 7.0 binary c
 #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

Index: src/sys/arch/i386/conf/INSTALL_TINY
diff -u src/sys/arch/i386/conf/INSTALL_TINY:1.150 src/sys/arch/i386/conf/INSTALL_TINY:1.151
--- src/sys/arch/i386/conf/INSTALL_TINY:1.150	Sun Feb 26 12:21:15 2017
+++ src/sys/arch/i386/conf/INSTALL_TINY	Sat Jul 29 12:00:56 2017
@@ -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 @@ no options 	EXEC_AOUT	# we don't a.out s
 #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

Index: src/sys/arch/i386/conf/MODULAR
diff -u src/sys/arch/i386/conf/MODULAR:1.3 src/sys/arch/i386/conf/MODULAR:1.4
--- src/sys/arch/i386/conf/MODULAR:1.3	Thu Sep 15 20:03:36 2016
+++ src/sys/arch/i386/conf/MODULAR	Sat Jul 29 12:00:56 2017
@@ -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 @@ no options	NFSSERVER	# Network File Syst
 # 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
 

Index: src/sys/arch/i386/conf/NET4501
diff -u src/sys/arch/i386/conf/NET4501:1.92 src/sys/arch/i386/conf/NET4501:1.93
--- src/sys/arch/i386/conf/NET4501:1.92	Sun Feb 26 12:21:15 2017
+++ src/sys/arch/i386/conf/NET4501	Sat Jul 29 12:00:56 2017
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 #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_43	# 4.3BSD, 386BSD, and
 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

Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.115 src/sys/arch/i386/conf/XEN3_DOM0:1.116
--- src/sys/arch/i386/conf/XEN3_DOM0:1.115	Sat Jul 29 05:59:08 2017
+++ src/sys/arch/i386/conf/XEN3_DOM0	Sat Jul 29 12:00:56 2017
@@ -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 	COMPAT_70	# NetBSD 7.0 binary c
 #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

Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.79 src/sys/arch/i386/conf/XEN3_DOMU:1.80
--- src/sys/arch/i386/conf/XEN3_DOMU:1.79	Sat Jul 29 05:59:08 2017
+++ src/sys/arch/i386/conf/XEN3_DOMU	Sat Jul 29 12:00:56 2017
@@ -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 	COMPAT_70	# NetBSD 7.0 binary c
 #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

Reply via email to