Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Regen from GENERIC.in 1.2:



details:   https://anonhg.NetBSD.org/src/rev/3fd78e28bc65
branches:  trunk
changeset: 533613:3fd78e28bc65
user:      abs <abs%NetBSD.org@localhost>
date:      Fri Jul 05 13:27:59 2002 +0000

description:
Regen from GENERIC.in 1.2:
Only difference is that INSTALL now defines VNODE_OP_NOINLINE and MALLOC_NOLINE

diffstat:

 sys/arch/amiga/conf/AMIGA   |   6 +++---
 sys/arch/amiga/conf/DRACO   |   6 +++---
 sys/arch/amiga/conf/GENERIC |   6 +++---
 sys/arch/amiga/conf/INSTALL |  11 +++++++----
 sys/arch/amiga/conf/WSCONS  |   6 +++---
 5 files changed, 19 insertions(+), 16 deletions(-)

diffs (139 lines):

diff -r 6c20a2747cae -r 3fd78e28bc65 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Fri Jul 05 13:18:21 2002 +0000
+++ b/sys/arch/amiga/conf/AMIGA Fri Jul 05 13:27:59 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: AMIGA,v 1.53 2002/06/18 17:45:13 lukem Exp $
+# $NetBSD: AMIGA,v 1.54 2002/07/05 13:28:00 abs Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.53 $"
+#ident                 "GENERIC-$Revision: 1.54 $"
 
 
 maxusers       8
diff -r 6c20a2747cae -r 3fd78e28bc65 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Fri Jul 05 13:18:21 2002 +0000
+++ b/sys/arch/amiga/conf/DRACO Fri Jul 05 13:27:59 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: DRACO,v 1.69 2002/06/18 17:45:14 lukem Exp $
+# $NetBSD: DRACO,v 1.70 2002/07/05 13:28:00 abs Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.69 $"
+#ident                 "GENERIC-$Revision: 1.70 $"
 
 
 maxusers       8
diff -r 6c20a2747cae -r 3fd78e28bc65 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Fri Jul 05 13:18:21 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Fri Jul 05 13:27:59 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC,v 1.182 2002/06/18 17:45:14 lukem Exp $
+# $NetBSD: GENERIC,v 1.183 2002/07/05 13:28:00 abs Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.182 $"
+#ident                 "GENERIC-$Revision: 1.183 $"
 
 
 maxusers       8
diff -r 6c20a2747cae -r 3fd78e28bc65 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Fri Jul 05 13:18:21 2002 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Fri Jul 05 13:27:59 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: INSTALL,v 1.31 2002/06/18 17:45:15 lukem Exp $
+# $NetBSD: INSTALL,v 1.32 2002/07/05 13:28:00 abs Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.31 $"
+#ident                 "GENERIC-$Revision: 1.32 $"
 
 makeoptions    COPTS="-Os"
 
@@ -94,6 +94,8 @@
 #options       FFS_EI          # FFS Endian Independant support
 
 
+options        VNODE_OP_NOINLINE       # Not inlining vnode op calls saves mem
+
 #options       EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
                                # immutable) behave as system flags.
 
@@ -113,7 +115,8 @@
 #options       INSECURE        # disable kernel security levels
 options        SCSIVERBOSE     # human readable SCSI error messages
 #options       USERCONF        # userconf(4) support
-options        PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+options        PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
+options        MALLOC_NOINLINE         # Not inlining MALLOC saves memory
 
 #
 # Misc. debugging options
diff -r 6c20a2747cae -r 3fd78e28bc65 sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS        Fri Jul 05 13:18:21 2002 +0000
+++ b/sys/arch/amiga/conf/WSCONS        Fri Jul 05 13:27:59 2002 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: WSCONS,v 1.7 2002/06/18 17:45:15 lukem Exp $
+# $NetBSD: WSCONS,v 1.8 2002/07/05 13:27:59 abs Exp $
 #
 # This file was automatically created.
 # Changes will be lost when make is run in this directory.
 #
-# Created from: # NetBSD: GENERIC.in,v 1.1 2002/06/18 17:39:39 lukem Exp $
+# Created from: # NetBSD: GENERIC.in,v 1.2 2002/07/05 13:18:21 abs Exp $
 #
 # GENERIC machine description file
 #
@@ -28,7 +28,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.7 $"
+#ident                 "GENERIC-$Revision: 1.8 $"
 
 
 maxusers       8



Home | Main Index | Thread Index | Old Index