Home | History | Annotate | Line # | Download | only in conf
std revision 1.20
      1 # $NetBSD: std,v 1.20 2014/10/31 07:38:36 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 #
      9 # Always include "kern" attribute (module).  Other attributes don't need to
     10 # depend on "kern".
     11 #
     12 select	kern
     13 
     14 select	net		# XXX Clean up dependency
     15 
     16 # the following options are on-by-default to keep
     17 # kernel config file compatibility.
     18 options	VMSWAP		# Swap device/file support
     19 options	BUFQ_FCFS	# First-come First-serve strategy
     20 options	BUFQ_DISKSORT	# Traditional min seek sort strategy
     21 options	RFC2292		# Previous version of Adv. Sockets API for IPv6 
     22 options	PTRACE		# Include ptrace(2)
     23 options	COREDUMP	# allow processes to coredump.
     24 options	AIO		# POSIX asynchronous I/O
     25 options	MQUEUE		# POSIX message queues
     26 
     27 #
     28 # Security model.
     29 #
     30 options	secmodel_bsd44	# Traditional 4.4BSD security model
     31 
     32 #
     33 # Scheduling algorithm
     34 #
     35 options	SCHED_4BSD
     36 
     37 pseudo-device	cpuctl
     38 
     39 #
     40 # Kernel entropy pool and random-number generator pseudodevice.
     41 # The pseudodevice might stop being "std" when the two are torn
     42 # apart some day but the entropy pool itself never will (they are
     43 # presently implemented in the same source file)
     44 #
     45 pseudo-device	rnd
     46