The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/conf/std

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # $NetBSD: std,v 1.9 2007/08/04 11:03:00 ad 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.
   10 options VMSWAP          # Swap device/file support
   11 options BUFQ_FCFS       # First-come First-serve strategy
   12 options BUFQ_DISKSORT   # Traditional min seek sort strategy
   13 options RFC2292         # Previous version of Adv. Sockets API for IPv6 
   14 options PTRACE          # Include ptrace(2)
   15 options COREDUMP        # allow processes to coredump.
   16 
   17 #
   18 # Security model.
   19 #
   20 options secmodel_bsd44  # Traditional 4.4BSD security model
   21 
   22 #
   23 # Scheduling algorithm
   24 #
   25 options SCHED_4BSD
   26 
   27 pseudo-device   cpuctl

Cache object: 3f3320d9efcfe9dc85f4cd5fb55de55d


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.