Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove references to compat_ibcs2.



details:   https://anonhg.NetBSD.org/src/rev/ff43f07cd954
branches:  trunk
changeset: 825980:ff43f07cd954
user:      maxv <maxv%NetBSD.org@localhost>
date:      Wed Aug 09 18:48:53 2017 +0000

description:
Remove references to compat_ibcs2.

diffstat:

 sys/arch/amd64/conf/ALL     |   5 ++---
 sys/arch/xen/conf/files.xen |  10 ++--------
 2 files changed, 4 insertions(+), 11 deletions(-)

diffs (50 lines):

diff -r 0f25d1486f66 -r ff43f07cd954 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Wed Aug 09 18:45:30 2017 +0000
+++ b/sys/arch/amd64/conf/ALL   Wed Aug 09 18:48:53 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.64 2017/07/29 07:19:47 maxv Exp $
+# $NetBSD: ALL,v 1.65 2017/08/09 18:48:53 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.64 $"
+#ident         "ALL-$Revision: 1.65 $"
 
 maxusers       64              # estimated number of users
 
@@ -155,7 +155,6 @@
 options        COMPAT_NETBSD32 # NetBSD 32-bit
 options        COMPAT_LINUX    # binary compatibility with Linux
 options        COMPAT_LINUX32  # binary compatibility with Linux 32-bit
-options        COMPAT_IBCS2    # binary compatibility with SCO and ISC
 options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
 options        COMPAT_NDIS     # NDIS network driver
 options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
diff -r 0f25d1486f66 -r ff43f07cd954 sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Wed Aug 09 18:45:30 2017 +0000
+++ b/sys/arch/xen/conf/files.xen       Wed Aug 09 18:48:53 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.152 2017/08/01 14:43:54 maxv Exp $
+#      $NetBSD: files.xen,v 1.153 2017/08/09 18:48:53 maxv Exp $
 #      NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 
 #      NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp 
 
@@ -317,13 +317,7 @@
 
 # Binary compatibility with previous NetBSD releases (COMPAT_XX)
 file   arch/i386/i386/compat_13_machdep.c      compat_13
-file   arch/i386/i386/compat_16_machdep.c      compat_16 | compat_ibcs2
-
-# iBCS-2 binary compatibility (COMPAT_IBCS2)
-include        "compat/ibcs2/files.ibcs2"
-file   arch/i386/i386/ibcs2_machdep.c          compat_ibcs2
-file   arch/i386/i386/ibcs2_sigcode.S          compat_ibcs2
-file   arch/i386/i386/ibcs2_syscall.c          compat_ibcs2
+file   arch/i386/i386/compat_16_machdep.c      compat_16
 
 # Linux binary compatibility (COMPAT_LINUX)
 include        "compat/linux/files.linux"



Home | Main Index | Thread Index | Old Index