2006-08-30 03:34:48 +04:00
|
|
|
# $NetBSD: std,v 1.6 2006/08/29 23:34:48 matt Exp $
|
2005-09-17 13:43:40 +04:00
|
|
|
#
|
|
|
|
# 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.
|
2005-09-17 18:39:11 +04:00
|
|
|
|
|
|
|
# the following options are on-by-default to keep
|
|
|
|
# kernel config file compatibility.
|
|
|
|
options VMSWAP # Swap device/file support
|
2005-09-26 18:14:26 +04:00
|
|
|
options BUFQ_FCFS # First-come First-serve strategy
|
|
|
|
options BUFQ_DISKSORT # Traditional min seek sort strategy
|
2006-05-05 04:03:21 +04:00
|
|
|
options RFC2292 # Previous version of Adv. Sockets API for IPv6
|
2006-08-30 03:34:48 +04:00
|
|
|
options PTRACE # Include ptrace(2)
|
|
|
|
options COREDUMP # allow processes to coredump.
|