std revision 1.15
11.15Suebayasi# $NetBSD: std,v 1.15 2014/10/10 08:18:04 uebayasi 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.15Suebayasioptions	KERN
91.15Suebayasi
101.2Syamt# the following options are on-by-default to keep
111.2Syamt# kernel config file compatibility.
121.2Syamtoptions	VMSWAP		# Swap device/file support
131.3Syamtoptions	BUFQ_FCFS	# First-come First-serve strategy
141.3Syamtoptions	BUFQ_DISKSORT	# Traditional min seek sort strategy
151.5Srpaulooptions	RFC2292		# Previous version of Adv. Sockets API for IPv6 
161.6Smattoptions	PTRACE		# Include ptrace(2)
171.6Smattoptions	COREDUMP	# allow processes to coredump.
181.10Sadoptions	AIO		# POSIX asynchronous I/O
191.10Sadoptions	MQUEUE		# POSIX message queues
201.7Selad
211.7Selad#
221.7Selad# Security model.
231.7Selad#
241.12Ssimonboptions	secmodel_bsd44	# Traditional 4.4BSD security model
251.8Syamt
261.8Syamt#
271.8Syamt# Scheduling algorithm
281.8Syamt#
291.8Syamtoptions	SCHED_4BSD
301.9Sad
311.9Sadpseudo-device	cpuctl
321.14Stls
331.14Stls#
341.14Stls# Kernel entropy pool and random-number generator pseudodevice.
351.14Stls# The pseudodevice might stop being "std" when the two are torn
361.14Stls# apart some day but the entropy pool itself never will (they are
371.14Stls# presently implemented in the same source file)
381.14Stls#
391.14Stlspseudo-device	rnd
40