xref: /netbsd-src/sys/conf/std (revision 8b0f9554ff8762542c4defc4f70e1eb76fb508fa)
1# $NetBSD: std,v 1.9 2007/08/04 11:03:00 ad 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.
16
17#
18# Security model.
19#
20options secmodel_bsd44	# Traditional 4.4BSD security model
21
22#
23# Scheduling algorithm
24#
25options	SCHED_4BSD
26
27pseudo-device	cpuctl
28