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
8 options KERN
9
10 # the following options are on-by-default to keep
11 # kernel config file compatibility.
12 options VMSWAP # Swap device/file support
13 options BUFQ_FCFS # First-come First-serve strategy
14 options BUFQ_DISKSORT # Traditional min seek sort strategy
15 options RFC2292 # Previous version of Adv. Sockets API for IPv6
16 options PTRACE # Include ptrace(2)
17 options COREDUMP # allow processes to coredump.
18 options AIO # POSIX asynchronous I/O
19 options MQUEUE # POSIX message queues
20
21 #
22 # Security model.
23 #
24 options secmodel_bsd44 # Traditional 4.4BSD security model
25
26 #
27 # Scheduling algorithm
28 #
29 options SCHED_4BSD
30
31 pseudo-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 #
39 pseudo-device rnd
40