Deleted Added
full compact
options (263152) options (263198)
1# $FreeBSD: head/sys/conf/options 263152 2014-03-14 06:29:43Z glebius $
1# $FreeBSD: head/sys/conf/options 263198 2014-03-15 00:57:50Z rwatson $
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

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

422MBUF_PROFILING
423MBUF_STRESS_TEST
424MROUTING opt_mrouting.h
425NFSLOCKD
426PCBGROUP opt_pcbgroup.h
427PF_DEFAULT_TO_DROP opt_pf.h
428RADIX_MPATH opt_mpath.h
429ROUTETABLES opt_route.h
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

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

422MBUF_PROFILING
423MBUF_STRESS_TEST
424MROUTING opt_mrouting.h
425NFSLOCKD
426PCBGROUP opt_pcbgroup.h
427PF_DEFAULT_TO_DROP opt_pf.h
428RADIX_MPATH opt_mpath.h
429ROUTETABLES opt_route.h
430RSS opt_rss.h
430SLIP_IFF_OPTS opt_slip.h
431TCPDEBUG
432TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading
433TCP_SIGNATURE opt_inet.h
434VLAN_ARRAY opt_vlan.h
435XBONEHACK
436FLOWTABLE opt_route.h
437FLOWTABLE_HASH_ALL opt_route.h

--- 479 unchanged lines hidden ---
431SLIP_IFF_OPTS opt_slip.h
432TCPDEBUG
433TCP_OFFLOAD opt_inet.h # Enable code to dispatch TCP offloading
434TCP_SIGNATURE opt_inet.h
435VLAN_ARRAY opt_vlan.h
436XBONEHACK
437FLOWTABLE opt_route.h
438FLOWTABLE_HASH_ALL opt_route.h

--- 479 unchanged lines hidden ---