std revision 1.15
1# $NetBSD: std,v 1.15 2014/10/10 08:18:04 uebayasi 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 8options KERN 9 10# the following options are on-by-default to keep 11# kernel config file compatibility. 12options VMSWAP # Swap device/file support 13options BUFQ_FCFS # First-come First-serve strategy 14options BUFQ_DISKSORT # Traditional min seek sort strategy 15options RFC2292 # Previous version of Adv. Sockets API for IPv6 16options PTRACE # Include ptrace(2) 17options COREDUMP # allow processes to coredump. 18options AIO # POSIX asynchronous I/O 19options MQUEUE # POSIX message queues 20 21# 22# Security model. 23# 24options secmodel_bsd44 # Traditional 4.4BSD security model 25 26# 27# Scheduling algorithm 28# 29options SCHED_4BSD 30 31pseudo-device cpuctl 32 33# 34# Kernel entropy pool and random-number generator pseudodevice. 35# The pseudodevice might stop being "std" when the two are torn 36# apart some day but the entropy pool itself never will (they are 37# presently implemented in the same source file) 38# 39pseudo-device rnd 40