xref: /netbsd-src/sys/conf/std (revision 413d532bcc3f62d122e56d92e13ac64825a40baf)
1# $NetBSD: std,v 1.14 2011/11/22 21:25:42 tls 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
8# the following options are on-by-default to keep
9# kernel config file compatibility.
10options	VMSWAP		# Swap device/file support
11options	BUFQ_FCFS	# First-come First-serve strategy
12options	BUFQ_DISKSORT	# Traditional min seek sort strategy
13options	RFC2292		# Previous version of Adv. Sockets API for IPv6
14options	PTRACE		# Include ptrace(2)
15options	COREDUMP	# allow processes to coredump.
16options	AIO		# POSIX asynchronous I/O
17options	MQUEUE		# POSIX message queues
18
19#
20# Security model.
21#
22options	secmodel_bsd44	# Traditional 4.4BSD security model
23
24#
25# Scheduling algorithm
26#
27options	SCHED_4BSD
28
29pseudo-device	cpuctl
30
31#
32# Kernel entropy pool and random-number generator pseudodevice.
33# The pseudodevice might stop being "std" when the two are torn
34# apart some day but the entropy pool itself never will (they are
35# presently implemented in the same source file)
36#
37pseudo-device	rnd
38