std revision 1.11
1# $NetBSD: std,v 1.11 2009/08/09 21:58:03 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. 10options VMSWAP # Swap device/file support 11options VMSWAP_UAREA # Swap uarea's 12options BUFQ_FCFS # First-come First-serve strategy 13options BUFQ_DISKSORT # Traditional min seek sort strategy 14options RFC2292 # Previous version of Adv. Sockets API for IPv6 15options PTRACE # Include ptrace(2) 16options COREDUMP # allow processes to coredump. 17options AIO # POSIX asynchronous I/O 18options MQUEUE # POSIX message queues 19 20# 21# Security model. 22# 23options secmodel_bsd44 # Traditional 4.4BSD security model 24 25# 26# Scheduling algorithm 27# 28options SCHED_4BSD 29 30pseudo-device cpuctl 31