Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Linux emulation is no longer experimental, removed ...



details:   https://anonhg.NetBSD.org/src/rev/0014774e3b07
branches:  trunk
changeset: 514879:0014774e3b07
user:      manu <manu%NetBSD.org@localhost>
date:      Wed Sep 12 21:05:37 2001 +0000

description:
Linux emulation is no longer experimental, removed comment

diffstat:

 sys/arch/bebox/conf/GENERIC     |  6 +++---
 sys/arch/macppc/conf/GENERIC    |  6 +++---
 sys/arch/ofppc/conf/GENERIC     |  6 +++---
 sys/arch/prep/conf/GENERIC      |  6 +++---
 sys/arch/sandpoint/conf/GENERIC |  6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diffs (130 lines):

diff -r 302d83a166d5 -r 0014774e3b07 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC       Wed Sep 12 20:09:53 2001 +0000
+++ b/sys/arch/bebox/conf/GENERIC       Wed Sep 12 21:05:37 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.43 2001/09/01 23:08:41 atatat Exp $
+#      $NetBSD: GENERIC,v 1.44 2001/09/12 21:05:38 manu Exp $
 #
 # First try for BEBOX config file
 #
 
 include "arch/bebox/conf/std.bebox"
 
-#ident                 "GENERIC-$Revision: 1.43 $"
+#ident                 "GENERIC-$Revision: 1.44 $"
 
 maxusers       32
 
@@ -32,7 +32,7 @@
 options        COMPAT_13
 options        COMPAT_14
 options        COMPAT_386BSD_MBRPART   # recognize old partition ID
-#options       COMPAT_LINUX   # Linux binary compatibility (experimental)
+#options       COMPAT_LINUX   # Linux binary compatibility
 
 file-system    FFS
 file-system    MFS
diff -r 302d83a166d5 -r 0014774e3b07 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Sep 12 20:09:53 2001 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Sep 12 21:05:37 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.109 2001/09/01 23:08:43 atatat Exp $
+#      $NetBSD: GENERIC,v 1.110 2001/09/12 21:05:37 manu Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.109 $"
+#ident                 "GENERIC-$Revision: 1.110 $"
 
 maxusers       32
 
@@ -46,7 +46,7 @@
 options        COMPAT_14       # NetBSD 1.4,
 options        COMPAT_43       # and 4.3BSD
 #options       COMPAT_386BSD_MBRPART # recognize old partition ID
-#options       COMPAT_LINUX    # Linux binary compatibility (experimental)
+#options       COMPAT_LINUX    # Linux binary compatibility
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # File systems
diff -r 302d83a166d5 -r 0014774e3b07 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC       Wed Sep 12 20:09:53 2001 +0000
+++ b/sys/arch/ofppc/conf/GENERIC       Wed Sep 12 21:05:37 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.42 2001/09/01 23:08:45 atatat Exp $
+#      $NetBSD: GENERIC,v 1.43 2001/09/12 21:05:37 manu Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/ofppc/conf/std.ofppc"
 
-#ident                 "GENERIC-$Revision: 1.42 $"
+#ident                 "GENERIC-$Revision: 1.43 $"
 
 maxusers       32
 
@@ -47,7 +47,7 @@
 options        COMPAT_14       # NetBSD 1.4,
 options        COMPAT_43       # and 4.3BSD
 options        COMPAT_386BSD_MBRPART # recognize old partition ID
-#options       COMPAT_LINUX   # Linux binary compatibility (experimental)
+#options       COMPAT_LINUX   # Linux binary compatibility
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # File systems
diff -r 302d83a166d5 -r 0014774e3b07 sys/arch/prep/conf/GENERIC
--- a/sys/arch/prep/conf/GENERIC        Wed Sep 12 20:09:53 2001 +0000
+++ b/sys/arch/prep/conf/GENERIC        Wed Sep 12 21:05:37 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.29 2001/09/05 11:54:43 tsutsui Exp $
+#      $NetBSD: GENERIC,v 1.30 2001/09/12 21:05:37 manu Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/prep/conf/std.prep"
 
-#ident         "GENERIC-$Revision: 1.29 $"
+#ident         "GENERIC-$Revision: 1.30 $"
 
 maxusers       32
 
@@ -39,7 +39,7 @@
 options        COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
 options        COMPAT_43       # and 4.3BSD
-#options       COMPAT_LINUX    # Linux binary compatibility (experimental)
+#options       COMPAT_LINUX    # Linux binary compatibility
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 # File systems
diff -r 302d83a166d5 -r 0014774e3b07 sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Wed Sep 12 20:09:53 2001 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Wed Sep 12 21:05:37 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.13 2001/09/01 23:08:45 atatat Exp $
+#      $NetBSD: GENERIC,v 1.14 2001/09/12 21:05:38 manu Exp $
 #
 # GENERIC for Motorola Sandpoint
 #
 
 include "arch/sandpoint/conf/std.sandpoint"
 
-#ident                 "GENERIC-$Revision: 1.13 $"
+#ident                 "GENERIC-$Revision: 1.14 $"
 
 maxusers       32
 
@@ -34,7 +34,7 @@
 options        COMPAT_13
 options        COMPAT_14
 options        COMPAT_386BSD_MBRPART   # recognize old partition ID
-#options       COMPAT_LINUX   # Linux binary compatibility (experimental)
+#options       COMPAT_LINUX   # Linux binary compatibility
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 
 options        MSGBUFSIZE=65536



Home | Main Index | Thread Index | Old Index