std revision 1.6 1 # $NetBSD: std,v 1.6 2006/08/29 23:34:48 matt 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.
10 options VMSWAP # Swap device/file support
11 options BUFQ_FCFS # First-come First-serve strategy
12 options BUFQ_DISKSORT # Traditional min seek sort strategy
13 options RFC2292 # Previous version of Adv. Sockets API for IPv6
14 options PTRACE # Include ptrace(2)
15 options COREDUMP # allow processes to coredump.
16