Module Name: src
Committed By: maxv
Date: Sat May 23 18:13:31 UTC 2015
Modified Files:
src/sys/arch/i386/conf: GENERIC XEN3_DOM0 XEN3_DOMU
Log Message:
Disable COMPAT_FREEBSD. The implementation is poor, not well tested and
almost irrelevant. People who need it (for tw_cli for example) can still
recompile their kernels with this option.
Discussed on tech-kern@
To generate a diff of this commit:
cvs rdiff -u -r1.1124 -r1.1125 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.94 -r1.95 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.66 -r1.67 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/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1124 src/sys/arch/i386/conf/GENERIC:1.1125
--- src/sys/arch/i386/conf/GENERIC:1.1124 Mon May 4 07:08:10 2015
+++ src/sys/arch/i386/conf/GENERIC Sat May 23 18:13:31 2015
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1124 2015/05/04 07:08:10 pgoyette Exp $
+# $NetBSD: GENERIC,v 1.1125 2015/05/23 18:13:31 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.1124 $"
+#ident "GENERIC-$Revision: 1.1125 $"
maxusers 64 # estimated number of users
@@ -149,7 +149,7 @@ options COMPAT_OSSAUDIO # OSS (Voxware)
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
+#options COMPAT_FREEBSD # binary compatibility with FreeBSD
#options COMPAT_NDIS # NDIS network driver
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
Index: src/sys/arch/i386/conf/XEN3_DOM0
diff -u src/sys/arch/i386/conf/XEN3_DOM0:1.94 src/sys/arch/i386/conf/XEN3_DOM0:1.95
--- src/sys/arch/i386/conf/XEN3_DOM0:1.94 Tue Feb 17 09:21:57 2015
+++ src/sys/arch/i386/conf/XEN3_DOM0 Sat May 23 18:13:31 2015
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.94 2015/02/17 09:21:57 nonaka Exp $
+# $NetBSD: XEN3_DOM0,v 1.95 2015/05/23 18:13:31 maxv Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -98,7 +98,7 @@ options COMPAT_OSSAUDIO # OSS (Voxware)
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
+#options COMPAT_FREEBSD # binary compatibility with FreeBSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Wedge support
Index: src/sys/arch/i386/conf/XEN3_DOMU
diff -u src/sys/arch/i386/conf/XEN3_DOMU:1.66 src/sys/arch/i386/conf/XEN3_DOMU:1.67
--- src/sys/arch/i386/conf/XEN3_DOMU:1.66 Tue May 5 22:14:24 2015
+++ src/sys/arch/i386/conf/XEN3_DOMU Sat May 23 18:13:31 2015
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.66 2015/05/05 22:14:24 pgoyette Exp $
+# $NetBSD: XEN3_DOMU,v 1.67 2015/05/23 18:13:31 maxv Exp $
include "arch/xen/conf/std.xen"
@@ -84,7 +84,7 @@ options COMPAT_OSSAUDIO # OSS (Voxware)
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
+#options COMPAT_FREEBSD # binary compatibility with FreeBSD
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
# Wedge support