std revision 1.7
11.7Selad# $NetBSD: std,v 1.7 2006/09/08 20:58:57 elad 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
21