std revision 1.17
1# $NetBSD: std,v 1.17 2014/10/10 09:13:21 uebayasi Exp $
2#
3# standard MI 'options'
4#
5# this file is for options which can't be off-by-default for some reasons.
6# "it's commonly used" is NOT a good reason to enable options here.
7
8options	MACHDEP
9options	UVM
10options	KERN
11
12# the following options are on-by-default to keep
13# kernel config file compatibility.
14options	VMSWAP		# Swap device/file support
15options	BUFQ_FCFS	# First-come First-serve strategy
16options	BUFQ_DISKSORT	# Traditional min seek sort strategy
17options	RFC2292		# Previous version of Adv. Sockets API for IPv6 
18options	PTRACE		# Include ptrace(2)
19options	COREDUMP	# allow processes to coredump.
20options	AIO		# POSIX asynchronous I/O
21options	MQUEUE		# POSIX message queues
22
23#
24# Security model.
25#
26options	secmodel_bsd44	# Traditional 4.4BSD security model
27
28#
29# Scheduling algorithm
30#
31options	SCHED_4BSD
32
33pseudo-device	cpuctl
34
35#
36# Kernel entropy pool and random-number generator pseudodevice.
37# The pseudodevice might stop being "std" when the two are torn
38# apart some day but the entropy pool itself never will (they are
39# presently implemented in the same source file)
40#
41pseudo-device	rnd
42