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 Disable COMPAT_FREEBSD. The implementatio...
details: https://anonhg.NetBSD.org/src/rev/48e48200b273
branches: trunk
changeset: 808569:48e48200b273
user: maxv <maxv%NetBSD.org@localhost>
date: Sat May 23 18:13:31 2015 +0000
description:
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@
diffstat:
sys/arch/i386/conf/GENERIC | 6 +++---
sys/arch/i386/conf/XEN3_DOM0 | 4 ++--
sys/arch/i386/conf/XEN3_DOMU | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r bfac8a93a665 -r 48e48200b273 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sat May 23 17:05:03 2015 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat May 23 18:13:31 2015 +0000
@@ -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 @@
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_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.
diff -r bfac8a93a665 -r 48e48200b273 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Sat May 23 17:05:03 2015 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Sat May 23 18:13:31 2015 +0000
@@ -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_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
diff -r bfac8a93a665 -r 48e48200b273 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Sat May 23 17:05:03 2015 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Sat May 23 18:13:31 2015 +0000
@@ -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_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
Home |
Main Index |
Thread Index |
Old Index