Deleted Added
sdiff udiff text old ( 287558 ) new ( 289276 )
full compact
1# $FreeBSD: head/sys/conf/options 287558 2015-09-08 08:50:28Z ngie $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 421 unchanged lines hidden (view full) ---

431NFSLOCKD
432PCBGROUP opt_pcbgroup.h
433PF_DEFAULT_TO_DROP opt_pf.h
434RADIX_MPATH opt_mpath.h
435ROUTETABLES opt_route.h
436RSS opt_rss.h
437SLIP_IFF_OPTS opt_slip.h
438TCPDEBUG
439SIFTR
440TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading
441TCP_SIGNATURE opt_inet.h
442VLAN_ARRAY opt_vlan.h
443XBONEHACK
444FLOWTABLE opt_route.h
445FLOWTABLE_HASH_ALL opt_route.h
446

--- 514 unchanged lines hidden ---