remove MALLOC_NOINLINE, it doesn't do anything anymore.
This commit is contained in:
parent
164df76537
commit
e8295642bd
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ?
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user