Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add options COMPAT_LINUX (sync with GENE...



details:   https://anonhg.NetBSD.org/src/rev/21fa9dbb08ed
branches:  trunk
changeset: 500671:21fa9dbb08ed
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Dec 15 18:19:03 2000 +0000

description:
Add options COMPAT_LINUX (sync with GENERIC).

diffstat:

 sys/arch/alpha/conf/ALPHA    |  7 +++++--
 sys/arch/alpha/conf/TCWSCONS |  7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (52 lines):

diff -r eca917d67ce8 -r 21fa9dbb08ed sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Fri Dec 15 11:52:14 2000 +0000
+++ b/sys/arch/alpha/conf/ALPHA Fri Dec 15 18:19:03 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: ALPHA,v 1.137 2000/11/26 17:44:07 ad Exp $
+# $NetBSD: ALPHA,v 1.138 2000/12/15 18:19:03 tsutsui Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
 include        "arch/alpha/conf/std.alpha"
 
-ident          "ALPHA-$Revision: 1.137 $"
+ident          "ALPHA-$Revision: 1.138 $"
 
 maxusers 32
 
@@ -98,6 +98,9 @@
 # OSF/1 binary compatibility
 options        COMPAT_OSF1
 
+# Linux binary compatibility
+options        COMPAT_LINUX
+
 # System V-like message queues
 options        SYSVMSG
 
diff -r eca917d67ce8 -r 21fa9dbb08ed sys/arch/alpha/conf/TCWSCONS
--- a/sys/arch/alpha/conf/TCWSCONS      Fri Dec 15 11:52:14 2000 +0000
+++ b/sys/arch/alpha/conf/TCWSCONS      Fri Dec 15 18:19:03 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: TCWSCONS,v 1.15 2000/11/19 14:14:32 tsutsui Exp $
+# $NetBSD: TCWSCONS,v 1.16 2000/12/15 18:19:04 tsutsui Exp $
 #
 # TURBOchannel Alpha DEC3000
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.15 $"
+#ident                 "GENERIC-$Revision: 1.16 $"
 
 maxusers 32
 
@@ -63,6 +63,9 @@
 # OSF/1 binary compatibility
 options        COMPAT_OSF1
 
+# Linux binary compatibility
+options        COMPAT_LINUX
+
 # System V-like message queues
 options        SYSVMSG
 



Home | Main Index | Thread Index | Old Index