summaryrefslogtreecommitdiff
path: root/sys/conf/std
blob: 27a502362bba8c51df649c8bd8a23c1c7982d3aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: std,v 1.6 2006/08/29 23:34:48 matt Exp $
#
# standard MI 'options'
#
# this file is for options which can't be off-by-default for some reasons.
# "it's commonly used" is NOT a good reason to enable options here.

# the following options are on-by-default to keep
# kernel config file compatibility.
options	VMSWAP		# Swap device/file support
options	BUFQ_FCFS	# First-come First-serve strategy
options	BUFQ_DISKSORT	# Traditional min seek sort strategy
options	RFC2292		# Previous version of Adv. Sockets API for IPv6 
options	PTRACE		# Include ptrace(2)
options	COREDUMP	# allow processes to coredump.