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.nodebug

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 #
    2 # std.nodebug -- Disable the debug options found in the GENERIC kernel config.
    3 #
    4 
    5 nooptions       INVARIANTS
    6 nooptions       INVARIANT_SUPPORT
    7 nooptions       WITNESS
    8 nooptions       WITNESS_SKIPSPIN
    9 nooptions       DEBUG_VFS_LOCKS
   10 nooptions       BUF_TRACKING
   11 nooptions       FULL_BUF_TRACKING
   12 nooptions       DEADLKRES
   13 nooptions       COVERAGE
   14 nooptions       KCOV
   15 nooptions       MALLOC_DEBUG_MAXZONES
   16 nooptions       QUEUE_MACRO_DEBUG_TRASH
   17 
   18 # Net80211 debugging
   19 nooptions       IEEE80211_DEBUG
   20 
   21 # USB debugging
   22 nooptions       USB_DEBUG
   23 nooptions       HID_DEBUG
   24 
   25 # CAM debugging
   26 nooptions       CAMDEBUG
   27 nooptions       CAM_DEBUG_FLAGS

Cache object: 2505dd235c8ec512836d8ae60e494c5d


[ 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.