diff --git a/sys/arch/acorn26/conf/FOURMEG b/sys/arch/acorn26/conf/FOURMEG index 50afbf09169c..8fa2b261e365 100644 --- a/sys/arch/acorn26/conf/FOURMEG +++ b/sys/arch/acorn26/conf/FOURMEG @@ -1,4 +1,4 @@ -# $NetBSD: FOURMEG,v 1.28 2006/08/26 20:26:43 christos Exp $ +# $NetBSD: FOURMEG,v 1.29 2006/10/02 03:28:29 chs Exp $ # FOURMEG arm26 configuration -- something small @@ -107,9 +107,6 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2) # Disable kernel security. #options INSECURE -# Reduce kernel size a little -options MALLOC_NOINLINE # Not inlining MALLOC saves memory - # NFS boot options options NFS_BOOT_DHCP # superset of BOOTP options NFS_BOOT_BOOTPARAM diff --git a/sys/arch/acorn26/conf/INSTALL b/sys/arch/acorn26/conf/INSTALL index f206708945b6..0cafc6a6522a 100644 --- a/sys/arch/acorn26/conf/INSTALL +++ b/sys/arch/acorn26/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.20 2006/10/01 12:39:35 bjh21 Exp $ +# $NetBSD: INSTALL,v 1.21 2006/10/02 03:28:29 chs Exp $ # INSTALL configuration, used to generate installation media @@ -103,9 +103,6 @@ options PIPE_SOCKETPAIR # smaller, but slower pipe(2) # Disable kernel security. #options INSECURE -# Reduce kernel size a little -options MALLOC_NOINLINE # Not inlining MALLOC saves memory - # NFS boot options #options NFS_BOOT_DHCP # superset of BOOTP #options NFS_BOOT_BOOTPARAM diff --git a/sys/arch/acorn32/conf/INSTALL b/sys/arch/acorn32/conf/INSTALL index b3fbb63a3a77..8a5bda9e2aad 100644 --- a/sys/arch/acorn32/conf/INSTALL +++ b/sys/arch/acorn32/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.44 2006/08/26 20:26:43 christos Exp $ +# $NetBSD: INSTALL,v 1.45 2006/10/02 03:28:29 chs Exp $ # # INSTALL -- NetBSD/acorn32 install configuration # @@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.44 $" +#ident "INSTALL-$Revision: 1.45 $" # estimated number of users maxusers 32 @@ -135,7 +135,6 @@ options MEMORY_DISK_IS_ROOT # use memory disk as root options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Development and Debugging options diff --git a/sys/arch/alpha/conf/INSTALL b/sys/arch/alpha/conf/INSTALL index 8390e8a85fea..17e0a75b6019 100644 --- a/sys/arch/alpha/conf/INSTALL +++ b/sys/arch/alpha/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.89 2006/02/05 05:01:48 cube Exp $ +# $NetBSD: INSTALL,v 1.90 2006/10/02 03:28:29 chs Exp $ # # Alpha INSTALL kernel. @@ -76,7 +76,6 @@ options INSECURE # disable `kernel security level' options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory options FONT_GALLANT12x22 # Console font for TC devices # The Alpha console firmware network boots using the BOOTP diff --git a/sys/arch/amiga/conf/GENERIC.in b/sys/arch/amiga/conf/GENERIC.in index 4d1aafe081d1..59c9c33c1d34 100644 --- a/sys/arch/amiga/conf/GENERIC.in +++ b/sys/arch/amiga/conf/GENERIC.in @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.in,v 1.56 2006/08/26 20:26:44 christos Exp $ +# $NetBSD: GENERIC.in,v 1.57 2006/10/02 03:28:29 chs Exp $ # # GENERIC machine description file # @@ -56,7 +56,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.56 $" +#ident "GENERIC-$Revision: 1.57 $" m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl makeoptions COPTS="-Os" @@ -235,7 +235,6 @@ options USERCONF # userconf(4) support m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory ', `m4_dnl options NTP # NTP phase/frequency locked loop #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) diff --git a/sys/arch/amiga/conf/INSTALL b/sys/arch/amiga/conf/INSTALL index 0252d81eccf6..64abe0d99fbf 100644 --- a/sys/arch/amiga/conf/INSTALL +++ b/sys/arch/amiga/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.72 2006/08/26 20:26:44 christos Exp $ +# $NetBSD: INSTALL,v 1.73 2006/10/02 03:28:29 chs Exp $ # # This file was automatically created. # Changes will be lost when make is run in this directory. @@ -28,7 +28,7 @@ include "arch/amiga/conf/std.amiga" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.72 $" +#ident "GENERIC-$Revision: 1.73 $" makeoptions COPTS="-Os" @@ -133,7 +133,6 @@ options SCSIVERBOSE # human readable SCSI error messages options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Enable experimental buffer queue strategy for better responsiveness under # high disk I/O load. Use it with caution - it's not proven to be stable yet. diff --git a/sys/arch/amiga/conf/MDINSTALL b/sys/arch/amiga/conf/MDINSTALL index 63c1658f8a0f..37bc52172ee8 100644 --- a/sys/arch/amiga/conf/MDINSTALL +++ b/sys/arch/amiga/conf/MDINSTALL @@ -1,4 +1,4 @@ -# $NetBSD: MDINSTALL,v 1.25 2006/02/05 05:01:49 cube Exp $ +# $NetBSD: MDINSTALL,v 1.26 2006/10/02 03:28:29 chs Exp $ # # INSTALL kernel for ramdisk installation @@ -61,7 +61,6 @@ options NTP # NTP phase/frequency locked loop options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # # Misc. debugging options diff --git a/sys/arch/bebox/conf/INSTALL b/sys/arch/bebox/conf/INSTALL index a020fc1e4d93..17091b9a7703 100644 --- a/sys/arch/bebox/conf/INSTALL +++ b/sys/arch/bebox/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.39 2006/09/27 21:42:05 manu Exp $ +# $NetBSD: INSTALL,v 1.40 2006/10/02 03:28:29 chs Exp $ # # First try for BEBOX config file # @@ -33,7 +33,6 @@ options MEMORY_DISK_ROOT_SIZE=3074 # size of memory disk, in blocks options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. #options COMPAT_43 diff --git a/sys/arch/cats/conf/INSTALL b/sys/arch/cats/conf/INSTALL index cf6a690bffc8..6b77a26738e2 100644 --- a/sys/arch/cats/conf/INSTALL +++ b/sys/arch/cats/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.62 2006/09/27 21:42:05 manu Exp $ +# $NetBSD: INSTALL,v 1.63 2006/10/02 03:28:29 chs Exp $ # # CATSINST -- CHALTECH CATS Install kernel # @@ -124,7 +124,6 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # wscons options #options WSEMUL_SUN # sun terminal emulation diff --git a/sys/arch/evbarm/conf/NSLU2 b/sys/arch/evbarm/conf/NSLU2 index c282cb1adca9..3bf4a491cdd7 100644 --- a/sys/arch/evbarm/conf/NSLU2 +++ b/sys/arch/evbarm/conf/NSLU2 @@ -1,4 +1,4 @@ -# $NetBSD: NSLU2,v 1.3 2006/08/26 20:26:44 christos Exp $ +# $NetBSD: NSLU2,v 1.4 2006/10/02 03:28:29 chs Exp $ # # Linksys NSLU2 "Slug" NAS Device # @@ -9,7 +9,6 @@ include "arch/evbarm/conf/std.nslu2" maxusers 8 # Feeling bloated? These might help... -#options MALLOC_NOINLINE #options VNODE_OP_NOINLINE #options EVBARM_SPL_NOINLINE #makeoptions COPTS="-Os" diff --git a/sys/arch/evbmips/conf/AP30 b/sys/arch/evbmips/conf/AP30 index 3b5c6ec00c08..4ac858ea51d8 100644 --- a/sys/arch/evbmips/conf/AP30 +++ b/sys/arch/evbmips/conf/AP30 @@ -1,10 +1,10 @@ -# $NetBSD: AP30,v 1.7 2006/09/27 21:42:05 manu Exp $ +# $NetBSD: AP30,v 1.8 2006/10/02 03:28:29 chs Exp $ include "arch/evbmips/conf/std.atheros" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "AP30-$Revision: 1.7 $" +#ident "AP30-$Revision: 1.8 $" maxusers 32 @@ -25,7 +25,6 @@ options WISOC_AR5312 # WiSoC select #options MEMORY_DISK_ROOT_SIZE=7300 # Size reduction options -options MALLOC_NOINLINE options VNODE_OP_NOINLINE options PIPE_SOCKETPAIR options SOSEND_NO_LOAN diff --git a/sys/arch/evbmips/conf/MERAKI b/sys/arch/evbmips/conf/MERAKI index 422f9a01a418..48f73bbc9b88 100644 --- a/sys/arch/evbmips/conf/MERAKI +++ b/sys/arch/evbmips/conf/MERAKI @@ -1,10 +1,10 @@ -# $NetBSD: MERAKI,v 1.1 2006/09/26 06:37:32 gdamore Exp $ +# $NetBSD: MERAKI,v 1.2 2006/10/02 03:28:29 chs Exp $ include "arch/evbmips/conf/std.meraki" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "AP30-$Revision: 1.1 $" +#ident "AP30-$Revision: 1.2 $" maxusers 32 @@ -25,7 +25,6 @@ options WISOC_AR5315 # WiSoc select #options MEMORY_DISK_ROOT_SIZE=7300 # Size reduction options -options MALLOC_NOINLINE options VNODE_OP_NOINLINE options PIPE_SOCKETPAIR options SOSEND_NO_LOAN diff --git a/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 b/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 index 644e9b2ed14d..cafd34a9be6b 100644 --- a/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 +++ b/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 @@ -1,8 +1,8 @@ -# $NetBSD: INSTALL_OPENBLOCKS266,v 1.3 2005/12/07 12:40:47 tsutsui Exp $ +# $NetBSD: INSTALL_OPENBLOCKS266,v 1.4 2006/10/02 03:28:30 chs Exp $ include "arch/evbppc/conf/OPENBLOCKS266" -#ident "INSTALL_OPENBLOCKS266-$Revision: 1.3 $" +#ident "INSTALL_OPENBLOCKS266-$Revision: 1.4 $" # # DEBUG options turned on: @@ -13,7 +13,6 @@ include "arch/evbppc/conf/OPENBLOCKS266" #options SYSCALL_DEBUG options DIAGNOSTIC options PIPE_SOCKETPAIR # smaller, but slower pipe(2) -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # # Enable the hooks used for initializing the root memory-disk. diff --git a/sys/arch/evbppc/conf/INSTALL_WALNUT b/sys/arch/evbppc/conf/INSTALL_WALNUT index 8f65ac43ce28..1b41b16732f5 100644 --- a/sys/arch/evbppc/conf/INSTALL_WALNUT +++ b/sys/arch/evbppc/conf/INSTALL_WALNUT @@ -1,8 +1,8 @@ -# $NetBSD: INSTALL_WALNUT,v 1.6 2005/12/07 12:40:47 tsutsui Exp $ +# $NetBSD: INSTALL_WALNUT,v 1.7 2006/10/02 03:28:30 chs Exp $ include "arch/evbppc/conf/WALNUT" -#ident "INSTALL_WALNUT-$Revision: 1.6 $" +#ident "INSTALL_WALNUT-$Revision: 1.7 $" # DEBUG options turned on: @@ -12,7 +12,6 @@ options DIAGNOSTIC #options DEBUG #options SYSCALL_DEBUG options PIPE_SOCKETPAIR # smaller, but slower pipe(2) -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Enable the hooks used for initializing the root memory-disk. options MEMORY_DISK_HOOKS diff --git a/sys/arch/evbppc/conf/OPENBLOCKS266 b/sys/arch/evbppc/conf/OPENBLOCKS266 index 3e0478b72eb9..096d61174668 100644 --- a/sys/arch/evbppc/conf/OPENBLOCKS266 +++ b/sys/arch/evbppc/conf/OPENBLOCKS266 @@ -1,4 +1,4 @@ -# $NetBSD: OPENBLOCKS266,v 1.36 2006/09/27 21:42:05 manu Exp $ +# $NetBSD: OPENBLOCKS266,v 1.37 2006/10/02 03:28:30 chs Exp $ # # GENERIC -- everything that's currently supported # @@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs405" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "OPENBLOCKS266-$Revision: 1.36 $" +#ident "OPENBLOCKS266-$Revision: 1.37 $" maxusers 32 @@ -36,7 +36,6 @@ options P1003_1B_SEMAPHORE # p1003.1b semaphore support #options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -#options MALLOC_NOINLINE # Not inlining MALLOC saves memory #options UVMHIST #options UVMHIST_PRINT diff --git a/sys/arch/ews4800mips/conf/RAMDISK b/sys/arch/ews4800mips/conf/RAMDISK index 9fc7ac213844..e2d46ac4e0aa 100644 --- a/sys/arch/ews4800mips/conf/RAMDISK +++ b/sys/arch/ews4800mips/conf/RAMDISK @@ -1,4 +1,4 @@ -# $NetBSD: RAMDISK,v 1.4 2006/08/28 13:53:04 tsutsui Exp $ +# $NetBSD: RAMDISK,v 1.5 2006/10/02 03:28:30 chs Exp $ # # kernel config file with memory disk for installation # @@ -14,7 +14,6 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support options MEMORY_DISK_ROOT_SIZE=6144 # size of memory disk, in blocks options PIPE_SOCKETPAIR -options MALLOC_NOINLINE options NFS_V2_ONLY options FFS_NO_SNAPSHOT options NO_DEV_PTM diff --git a/sys/arch/hp300/conf/INSTALL b/sys/arch/hp300/conf/INSTALL index 7d6fa104f7d3..526e1e644dd6 100644 --- a/sys/arch/hp300/conf/INSTALL +++ b/sys/arch/hp300/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.32 2006/07/20 13:21:38 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.33 2006/10/02 03:28:30 chs Exp $ # # INSTALL machine description file # @@ -20,7 +20,6 @@ options NFS_DEFAULT_NIOTHREADS=1 options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Support for various CPU types options HP320 diff --git a/sys/arch/hpcarm/conf/INSTALL_IPAQ b/sys/arch/hpcarm/conf/INSTALL_IPAQ index e885d268cb11..c42dcb21bf86 100644 --- a/sys/arch/hpcarm/conf/INSTALL_IPAQ +++ b/sys/arch/hpcarm/conf/INSTALL_IPAQ @@ -1,7 +1,7 @@ # # kernel config file for system install # -# $NetBSD: INSTALL_IPAQ,v 1.2 2006/01/03 22:59:49 peter Exp $ +# $NetBSD: INSTALL_IPAQ,v 1.3 2006/10/02 03:28:30 chs Exp $ # include "arch/hpcarm/conf/IPAQ" @@ -13,4 +13,3 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support options MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks options PIPE_SOCKETPAIR # smaller, but slower pipe(2) -options MALLOC_NOINLINE # Not inlining MALLOC saves memory diff --git a/sys/arch/hpcmips/conf/INSTALL_TX3912 b/sys/arch/hpcmips/conf/INSTALL_TX3912 index ef14a5247456..b6ca527142bd 100644 --- a/sys/arch/hpcmips/conf/INSTALL_TX3912 +++ b/sys/arch/hpcmips/conf/INSTALL_TX3912 @@ -1,7 +1,7 @@ # # kernel config file for system install # -# $NetBSD: INSTALL_TX3912,v 1.11 2006/02/05 05:01:50 cube Exp $ +# $NetBSD: INSTALL_TX3912,v 1.12 2006/10/02 03:28:30 chs Exp $ # include "arch/hpcmips/conf/TX3912" @@ -15,4 +15,3 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support options MEMORY_DISK_ROOT_SIZE=8704 # size of memory disk, in blocks options PIPE_SOCKETPAIR # smaller, but slower pipe(2) -options MALLOC_NOINLINE # Not inlining MALLOC saves memory diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index b2bb356ebe3e..ab67208ac40d 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.289 2006/09/10 02:28:33 riz Exp $ +# $NetBSD: INSTALL,v 1.290 2006/10/02 03:28:30 chs Exp $ # # INSTALL - Installation kernel. # @@ -68,7 +68,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory no options EXEC_AOUT # Diagnostic/debugging support options diff --git a/sys/arch/i386/conf/INSTALL_LAPTOP b/sys/arch/i386/conf/INSTALL_LAPTOP index 7a7312bbece5..15b2eb777068 100644 --- a/sys/arch/i386/conf/INSTALL_LAPTOP +++ b/sys/arch/i386/conf/INSTALL_LAPTOP @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_LAPTOP,v 1.102 2006/08/26 20:26:45 christos Exp $ +# $NetBSD: INSTALL_LAPTOP,v 1.103 2006/10/02 03:28:30 chs Exp $ # # INSTALL - Installation kernel. # @@ -68,7 +68,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Diagnostic/debugging support options #options DIAGNOSTIC # expensive kernel consistency checks diff --git a/sys/arch/i386/conf/INSTALL_SMALL b/sys/arch/i386/conf/INSTALL_SMALL index c23958a7f385..b1dfe9eacd7b 100644 --- a/sys/arch/i386/conf/INSTALL_SMALL +++ b/sys/arch/i386/conf/INSTALL_SMALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_SMALL,v 1.126 2006/08/26 20:26:45 christos Exp $ +# $NetBSD: INSTALL_SMALL,v 1.127 2006/10/02 03:28:30 chs Exp $ # # INSTALL_SMALL - Small Installation kernel. # @@ -68,7 +68,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Diagnostic/debugging support options #options DIAGNOSTIC # expensive kernel consistency checks diff --git a/sys/arch/i386/conf/INSTALL_TINY b/sys/arch/i386/conf/INSTALL_TINY index afc04ba94cfe..534ea264c85f 100644 --- a/sys/arch/i386/conf/INSTALL_TINY +++ b/sys/arch/i386/conf/INSTALL_TINY @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_TINY,v 1.103 2006/08/26 20:26:45 christos Exp $ +# $NetBSD: INSTALL_TINY,v 1.104 2006/10/02 03:28:30 chs Exp $ # # This kernel should be derived from INSTALL (which is derived # from GENERIC) with some features commented out. @@ -66,7 +66,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT #options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory no options EXEC_AOUT # we don't a.out support # Diagnostic/debugging support options diff --git a/sys/arch/i386/conf/INSTALL_XEN2_DOMU b/sys/arch/i386/conf/INSTALL_XEN2_DOMU index bfae2ca9e238..daceb265bcbe 100644 --- a/sys/arch/i386/conf/INSTALL_XEN2_DOMU +++ b/sys/arch/i386/conf/INSTALL_XEN2_DOMU @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_XEN2_DOMU,v 1.2 2006/08/26 20:26:45 christos Exp $ +# $NetBSD: INSTALL_XEN2_DOMU,v 1.3 2006/10/02 03:28:30 chs Exp $ include "arch/xen/conf/std.xen" @@ -43,7 +43,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Diagnostic/debugging support options #options DIAGNOSTIC # expensive kernel consistency checks diff --git a/sys/arch/i386/conf/INSTALL_XEN3_DOMU b/sys/arch/i386/conf/INSTALL_XEN3_DOMU index 7be3156cf540..2b67db183fda 100644 --- a/sys/arch/i386/conf/INSTALL_XEN3_DOMU +++ b/sys/arch/i386/conf/INSTALL_XEN3_DOMU @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_XEN3_DOMU,v 1.3 2006/09/28 18:53:15 bouyer Exp $ +# $NetBSD: INSTALL_XEN3_DOMU,v 1.4 2006/10/02 03:28:30 chs Exp $ include "arch/xen/conf/std.xen" @@ -45,7 +45,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Diagnostic/debugging support options #options DIAGNOSTIC # expensive kernel consistency checks diff --git a/sys/arch/mac68k/conf/INSTALL b/sys/arch/mac68k/conf/INSTALL index 55782f6afa38..728b0d7d24c3 100644 --- a/sys/arch/mac68k/conf/INSTALL +++ b/sys/arch/mac68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.38 2006/02/05 05:01:56 cube Exp $ +# $NetBSD: INSTALL,v 1.39 2006/10/02 03:28:30 chs Exp $ # # INSTALL @@ -33,7 +33,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Diagnostic/debugging support options - XXX remove these at some point options DIAGNOSTIC # cheap kernel consistency checks diff --git a/sys/arch/mac68k/conf/INSTALLSBC b/sys/arch/mac68k/conf/INSTALLSBC index 64a7c325ef72..6665edc044c9 100644 --- a/sys/arch/mac68k/conf/INSTALLSBC +++ b/sys/arch/mac68k/conf/INSTALLSBC @@ -1,4 +1,4 @@ -# $NetBSD: INSTALLSBC,v 1.29 2006/02/05 05:01:56 cube Exp $ +# $NetBSD: INSTALLSBC,v 1.30 2006/10/02 03:28:30 chs Exp $ # # INSTALLSBC @@ -33,7 +33,6 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Diagnostic/debugging support options - XXX remove these at some point options DIAGNOSTIC # cheap kernel consistency checks diff --git a/sys/arch/macppc/conf/INSTALL b/sys/arch/macppc/conf/INSTALL index d6f2d5265491..3bdf50fdda15 100644 --- a/sys/arch/macppc/conf/INSTALL +++ b/sys/arch/macppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.97 2006/09/27 21:42:05 manu Exp $ +# $NetBSD: INSTALL,v 1.98 2006/10/02 03:28:30 chs Exp $ # # config file for INSTALL FLOPPY # @@ -22,7 +22,6 @@ options MEMORY_DISK_ROOT_SIZE=4096 # 2 Megabytes options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Compatibility options #options COMPAT_13 # NetBSD 1.3, diff --git a/sys/arch/mipsco/conf/INSTALL b/sys/arch/mipsco/conf/INSTALL index 4d9d05f57d9d..ca099d7c82d7 100644 --- a/sys/arch/mipsco/conf/INSTALL +++ b/sys/arch/mipsco/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.22 2006/09/27 21:42:05 manu Exp $ +# $NetBSD: INSTALL,v 1.23 2006/10/02 03:28:30 chs Exp $ # include "arch/mipsco/conf/std.mipsco" @@ -15,7 +15,6 @@ options HZ=25 options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Debugging options #options DDB # kernel dynamic debugger diff --git a/sys/arch/news68k/conf/GENERIC_TINY b/sys/arch/news68k/conf/GENERIC_TINY index a2108971495d..6819b89c0d1b 100644 --- a/sys/arch/news68k/conf/GENERIC_TINY +++ b/sys/arch/news68k/conf/GENERIC_TINY @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.53 2006/08/26 20:26:55 christos Exp $ +# $NetBSD: GENERIC_TINY,v 1.54 2006/10/02 03:28:31 chs Exp $ # news68k GENERIC config file for low memory machines; # @@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC_TINY-$Revision: 1.53 $" +#ident "GENERIC_TINY-$Revision: 1.54 $" maxusers 4 @@ -32,7 +32,6 @@ options LKM # loadable kernel modules options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Enable experimental buffer queue strategy for better responsiveness under # high disk I/O load. Use it with caution - it's not proven to be stable yet. diff --git a/sys/arch/news68k/conf/INSTALL b/sys/arch/news68k/conf/INSTALL index 5cd8ac4039cc..1a71bedacaac 100644 --- a/sys/arch/news68k/conf/INSTALL +++ b/sys/arch/news68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.37 2006/08/26 20:26:55 christos Exp $ +# $NetBSD: INSTALL,v 1.38 2006/10/02 03:28:31 chs Exp $ # config for bootable floppy kernel # @@ -30,7 +30,6 @@ options MEMORY_DISK_ROOT_SIZE=2880 # 1.44 Megabytes options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Debugging options #options DDB # kernel dynamic debugger diff --git a/sys/arch/newsmips/conf/INSTALL b/sys/arch/newsmips/conf/INSTALL index eb29df3c0c56..bd2b1f68ab2b 100644 --- a/sys/arch/newsmips/conf/INSTALL +++ b/sys/arch/newsmips/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.30 2006/09/27 21:42:05 manu Exp $ +# $NetBSD: INSTALL,v 1.31 2006/10/02 03:28:31 chs Exp $ # # INSTALL kernel for RISC-NEWS @@ -25,7 +25,6 @@ options CPU_SINGLE # no I/O processor options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Compatibility options #options COMPAT_43 # compatibility with 4.3BSD binaries diff --git a/sys/arch/pc532/conf/INSTALL b/sys/arch/pc532/conf/INSTALL index 12ec7961d629..b08f6a138077 100644 --- a/sys/arch/pc532/conf/INSTALL +++ b/sys/arch/pc532/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.39 2006/02/05 05:02:01 cube Exp $ +# $NetBSD: INSTALL,v 1.40 2006/10/02 03:28:31 chs Exp $ # # INSTALL -- install kernel # @@ -37,7 +37,6 @@ options INET # IP + ICMP + TCP + UDP options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # pc532 special options options CPU30MHZ # necessary for fast machines diff --git a/sys/arch/pmax/conf/INSTALL b/sys/arch/pmax/conf/INSTALL index 9c2c4f4791f6..0989227e4797 100644 --- a/sys/arch/pmax/conf/INSTALL +++ b/sys/arch/pmax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.61 2006/07/29 19:10:57 ad Exp $ +# $NetBSD: INSTALL,v 1.62 2006/10/02 03:28:31 chs Exp $ # # Distribution install kernel (any model) # netbsd: cut-down kernel for miniroots. @@ -41,7 +41,6 @@ options DEC_3MAXPLUS # 5000/240 (kn03), 5000/260 (kn05) options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory #options NTP # network time protocol diff --git a/sys/arch/pmppc/conf/INSTALL b/sys/arch/pmppc/conf/INSTALL index 376de1247087..b091c05e53d5 100644 --- a/sys/arch/pmppc/conf/INSTALL +++ b/sys/arch/pmppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.26 2006/09/27 21:42:06 manu Exp $ +# $NetBSD: INSTALL,v 1.27 2006/10/02 03:28:31 chs Exp $ # # INSTALL # @@ -35,7 +35,6 @@ options SYSVSHM # System V shared memory #options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Diagnostic/debugging support options #options DIAGNOSTIC # cheap kernel consistency checks diff --git a/sys/arch/prep/conf/INSTALL b/sys/arch/prep/conf/INSTALL index c711d117ec75..81d995b4890e 100644 --- a/sys/arch/prep/conf/INSTALL +++ b/sys/arch/prep/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.45 2006/09/01 07:41:57 garbled Exp $ +# $NetBSD: INSTALL,v 1.46 2006/10/02 03:28:31 chs Exp $ # # INSTALL -- Installation kernel # @@ -46,7 +46,6 @@ options FFS_NO_SNAPSHOT # No FFS snapshot support #options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space # Networking options diff --git a/sys/arch/prep/conf/INSTALL_SMALL b/sys/arch/prep/conf/INSTALL_SMALL index 65d6c3a73edb..b97d5b155701 100644 --- a/sys/arch/prep/conf/INSTALL_SMALL +++ b/sys/arch/prep/conf/INSTALL_SMALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_SMALL,v 1.1 2006/06/20 17:29:07 garbled Exp $ +# $NetBSD: INSTALL_SMALL,v 1.2 2006/10/02 03:28:31 chs Exp $ # # INSTALL -- Installation kernel # @@ -46,7 +46,6 @@ options FFS_NO_SNAPSHOT # No FFS snapshot support #options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory options NFS_V2_ONLY # Exclude NFS3 and NQNFS code to save space # Networking options diff --git a/sys/arch/shark/conf/INSTALL b/sys/arch/shark/conf/INSTALL index a304eb7a1246..2dc3476628df 100644 --- a/sys/arch/shark/conf/INSTALL +++ b/sys/arch/shark/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.29 2006/09/27 21:42:06 manu Exp $ +# $NetBSD: INSTALL,v 1.30 2006/10/02 03:28:31 chs Exp $ # # Shark installation kernel # @@ -127,7 +127,6 @@ options INSECURE # disable kernel securelevel options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Development and Debugging options diff --git a/sys/arch/sparc/conf/INSTALL b/sys/arch/sparc/conf/INSTALL index e4ce7e85cd46..2e6370dfc0b8 100644 --- a/sys/arch/sparc/conf/INSTALL +++ b/sys/arch/sparc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.56 2006/09/27 21:42:06 manu Exp $ +# $NetBSD: INSTALL,v 1.57 2006/10/02 03:28:31 chs Exp $ # # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp # @@ -76,7 +76,6 @@ config netbsd root on ? type ? options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory ## NFS boot options; tries DHCP/BOOTP then BOOTPARAM options NFS_BOOT_BOOTPARAM diff --git a/sys/arch/sparc64/conf/INSTALL b/sys/arch/sparc64/conf/INSTALL index 348f4f9c125a..f1342e49e0c6 100644 --- a/sys/arch/sparc64/conf/INSTALL +++ b/sys/arch/sparc64/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.23 2006/09/29 10:44:31 martin Exp $ +# $NetBSD: INSTALL,v 1.24 2006/10/02 03:28:31 chs Exp $ # # NOTE: this file only needs *additional* things for the install # kernel, that are not already included in GENERIC32! @@ -6,12 +6,11 @@ include "arch/sparc64/conf/GENERIC" -#ident "INSTALL-$Revision: 1.23 $" +#ident "INSTALL-$Revision: 1.24 $" makeoptions COPTS="-Os" options PIPE_SOCKETPAIR # smaller, but slower pipe(2) -options MALLOC_NOINLINE # Not inlining MALLOC saves memory #MEMORY DISK ROOT options: diff --git a/sys/arch/sun2/conf/DISKLESS b/sys/arch/sun2/conf/DISKLESS index 68d88dc3cda1..c2b7e3877291 100644 --- a/sys/arch/sun2/conf/DISKLESS +++ b/sys/arch/sun2/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.30 2006/08/26 20:27:08 christos Exp $ +# $NetBSD: DISKLESS,v 1.31 2006/10/02 03:28:31 chs Exp $ # DISKLESS Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, ec0 @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "DISKLESS-$Revision: 1.30 $" +#ident "DISKLESS-$Revision: 1.31 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -26,7 +26,6 @@ options SYSVSHM # System V shared memory options USERCONF # userconf(4) support #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -#options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Which kernel debugger? Uncomment either this: options DDB diff --git a/sys/arch/sun2/conf/FOURMEG b/sys/arch/sun2/conf/FOURMEG index 686104174d5b..dd65b31a5691 100644 --- a/sys/arch/sun2/conf/FOURMEG +++ b/sys/arch/sun2/conf/FOURMEG @@ -1,4 +1,4 @@ -# $NetBSD: FOURMEG,v 1.34 2006/08/26 20:27:08 christos Exp $ +# $NetBSD: FOURMEG,v 1.35 2006/10/02 03:28:31 chs Exp $ # FOURMEG Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "FOURMEG-$Revision: 1.34 $" +#ident "FOURMEG-$Revision: 1.35 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -26,7 +26,6 @@ options KTRACE # system call tracing options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Which kernel debugger? Uncomment either this: #options DDB diff --git a/sys/arch/sun2/conf/INSTALL b/sys/arch/sun2/conf/INSTALL index 2a3ea20879b3..90bd070dcc8e 100644 --- a/sys/arch/sun2/conf/INSTALL +++ b/sys/arch/sun2/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.29 2006/08/26 20:27:08 christos Exp $ +# $NetBSD: INSTALL,v 1.30 2006/10/02 03:28:31 chs Exp $ # INSTALL Sun2 (2/120, 2/170, 2/50, ...) @@ -6,7 +6,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.29 $" +#ident "INSTALL-$Revision: 1.30 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -24,7 +24,6 @@ maxusers 2 #options INSECURE # disable kernel security level options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Which kernel debugger? Uncomment either this: #options DDB diff --git a/sys/arch/sun3/conf/INSTALL b/sys/arch/sun3/conf/INSTALL index aea7bf820d0c..be84f9da3a6a 100644 --- a/sys/arch/sun3/conf/INSTALL +++ b/sys/arch/sun3/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.37 2006/09/27 21:42:06 manu Exp $ +# $NetBSD: INSTALL,v 1.38 2006/10/02 03:28:31 chs Exp $ # # INSTALL - Installation kernel for the Sun3 # @@ -31,7 +31,6 @@ maxusers 2 options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Which kernel debugger? Uncomment either this: #options DDB diff --git a/sys/arch/sun3/conf/INSTALL3X b/sys/arch/sun3/conf/INSTALL3X index 3c811e0f5dcc..a11ae0b33530 100644 --- a/sys/arch/sun3/conf/INSTALL3X +++ b/sys/arch/sun3/conf/INSTALL3X @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL3X,v 1.36 2006/09/27 21:42:06 manu Exp $ +# $NetBSD: INSTALL3X,v 1.37 2006/10/02 03:28:32 chs Exp $ # # INSTALL3X - Installation kernel for the Sun3X # @@ -31,7 +31,6 @@ maxusers 2 options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Which kernel debugger? Uncomment either this: #options DDB diff --git a/sys/arch/vax/conf/INSTALL b/sys/arch/vax/conf/INSTALL index 3b2580ef0521..917e1626eebe 100644 --- a/sys/arch/vax/conf/INSTALL +++ b/sys/arch/vax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.45 2006/02/05 05:02:06 cube Exp $ +# $NetBSD: INSTALL,v 1.46 2006/10/02 03:28:32 chs Exp $ # # INSTALL kernel; all supported devices but nothing fancy. # @@ -104,7 +104,6 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory # Kernel(s) to compile config netbsd root on ? type ? diff --git a/sys/arch/x68k/conf/INSTALL b/sys/arch/x68k/conf/INSTALL index 40fe3f616bc6..8ec5e264c687 100644 --- a/sys/arch/x68k/conf/INSTALL +++ b/sys/arch/x68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.74 2006/08/26 20:27:08 christos Exp $ +# $NetBSD: INSTALL,v 1.75 2006/10/02 03:28:32 chs Exp $ # # INSTALL -- installation kernel. @@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.74 $" +#ident "INSTALL-$Revision: 1.75 $" makeoptions COPTS="-Os" # Optimise for space. Implies -O2 @@ -80,7 +80,6 @@ options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT options USERCONF # userconf(4) support options PIPE_SOCKETPAIR # smaller, but slower pipe(2) #options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -options MALLOC_NOINLINE # Not inlining MALLOC saves memory ## NFS boot options; not supported currently: needs nfsboot program #options NFS_BOOT_BOOTPARAM