Diff for /elwix/config/ELWIX_i386 between versions 1.5.2.3 and 1.5.2.5

version 1.5.2.3, 2016/09/29 14:38:29 version 1.5.2.5, 2016/12/15 14:32:50
Line 20  options  PREEMPTION  # Enable kernel thread preemption Line 20  options  PREEMPTION  # Enable kernel thread preemption
 options         INET                    # InterNETworking  options         INET                    # InterNETworking
 options         INET6                   # IPv6 communications protocols  options         INET6                   # IPv6 communications protocols
 options         IPSEC                   # IP (v4/v6) security  options         IPSEC                   # IP (v4/v6) security
   options         TCP_HHOOK               # hhook(9) framework for TCP
 options         TCP_OFFLOAD             # TCP offload  options         TCP_OFFLOAD             # TCP offload
 options         SCTP                    # Stream Control Transmission Protocol  options         SCTP                    # Stream Control Transmission Protocol
 options         FFS                     # Berkeley Fast Filesystem  options         FFS                     # Berkeley Fast Filesystem
Line 45  options  GEOM_MAP Line 46  options  GEOM_MAP
 options         GEOM_UZIP  options         GEOM_UZIP
 #device         geom_redboot  #device         geom_redboot
 device          geom_map        # to get access to the SPI flash partitions  device          geom_map        # to get access to the SPI flash partitions
#device         geom_uncompress # compressed in-memory filesystem hackery!device          geom_uzip       # compressed in-memory filesystem support
#device          geom_uzip       # compressed in-memory filesystem support 
 options         GEOM_ELI  options         GEOM_ELI
 options         GEOM_MIRROR  options         GEOM_MIRROR
 options         GEOM_CONCAT  options         GEOM_CONCAT
Line 87  options  RACCT_DEFAULT_TO_DISABLED # Set kern.racct.en Line 87  options  RACCT_DEFAULT_TO_DISABLED # Set kern.racct.en
 options         RCTL                    # Resource limits  options         RCTL                    # Resource limits
   
 # Debugging support.  Always need this:  # Debugging support.  Always need this:
options         KDB                     # Enable kernel debugger support.#options         KDB                     # Enable kernel debugger support.
options         KDB_TRACE               # Print a stack trace for a panic.#options         KDB_TRACE               # Print a stack trace for a panic.
 # For full debugger support use (turn off in stable branch):  # For full debugger support use (turn off in stable branch):
options         DDB                     # Support DDB.#options         DDB                     # Support DDB.
options         GDB                     # Support remote GDB.#options         GDB                     # Support remote GDB.
 #options        DEADLKRES               # Enable the deadlock resolver  #options        DEADLKRES               # Enable the deadlock resolver
 #options        INVARIANTS              # Enable calls of extra sanity checking  #options        INVARIANTS              # Enable calls of extra sanity checking
 #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS  #options        INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS

Removed from v.1.5.2.3  
changed lines
  Added in v.1.5.2.5


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>