std revision 1.8
11.8Syamt# $NetBSD: std,v 1.8 2007/05/17 14:51:37 yamt Exp $
21.1Syamt#
31.1Syamt# standard MI 'options'
41.1Syamt#
51.1Syamt# this file is for options which can't be off-by-default for some reasons.
61.1Syamt# "it's commonly used" is NOT a good reason to enable options here.
71.2Syamt
81.2Syamt# the following options are on-by-default to keep
91.2Syamt# kernel config file compatibility.
101.2Syamtoptions	VMSWAP		# Swap device/file support
111.3Syamtoptions	BUFQ_FCFS	# First-come First-serve strategy
121.3Syamtoptions	BUFQ_DISKSORT	# Traditional min seek sort strategy
131.5Srpaulooptions	RFC2292		# Previous version of Adv. Sockets API for IPv6 
141.6Smattoptions	PTRACE		# Include ptrace(2)
151.6Smattoptions	COREDUMP	# allow processes to coredump.
161.7Selad
171.7Selad#
181.7Selad# Security model.
191.7Selad#
201.7Seladoptions secmodel_bsd44	# Traditional 4.4BSD security model
211.8Syamt
221.8Syamt#
231.8Syamt# Scheduling algorithm
241.8Syamt#
251.8Syamtoptions	SCHED_4BSD
26