Deleted Added
full compact
options (287558) options (289276)
1# $FreeBSD: head/sys/conf/options 287558 2015-09-08 08:50:28Z ngie $
1# $FreeBSD: head/sys/conf/options 289276 2015-10-14 00:35:37Z hiren $
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
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
439TCPPCAP opt_global.h
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 ---
440SIFTR
441TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading
442TCP_SIGNATURE opt_inet.h
443VLAN_ARRAY opt_vlan.h
444XBONEHACK
445FLOWTABLE opt_route.h
446FLOWTABLE_HASH_ALL opt_route.h
447

--- 514 unchanged lines hidden ---