std revision 1.12
11.12Ssimonb# $NetBSD: std,v 1.12 2009/08/10 11:46:42 simonb 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.12Ssimonboptions	VMSWAP_UAREA	# Swap uarea's
121.3Syamtoptions	BUFQ_FCFS	# First-come First-serve strategy
131.3Syamtoptions	BUFQ_DISKSORT	# Traditional min seek sort strategy
141.5Srpaulooptions	RFC2292		# Previous version of Adv. Sockets API for IPv6 
151.6Smattoptions	PTRACE		# Include ptrace(2)
161.6Smattoptions	COREDUMP	# allow processes to coredump.
171.10Sadoptions	AIO		# POSIX asynchronous I/O
181.10Sadoptions	MQUEUE		# POSIX message queues
191.7Selad
201.7Selad#
211.7Selad# Security model.
221.7Selad#
231.12Ssimonboptions	secmodel_bsd44	# Traditional 4.4BSD security model
241.8Syamt
251.8Syamt#
261.8Syamt# Scheduling algorithm
271.8Syamt#
281.8Syamtoptions	SCHED_4BSD
291.9Sad
301.9Sadpseudo-device	cpuctl
31