Deleted Added
full compact
options (154941) options (155051)
1# $FreeBSD: head/sys/conf/options 154941 2006-01-27 23:13:26Z jhb $
1# $FreeBSD: head/sys/conf/options 155051 2006-01-30 13:45:15Z glebius $
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

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

380PPP_BSDCOMP opt_ppp.h
381PPP_DEFLATE opt_ppp.h
382PPP_FILTER opt_ppp.h
383SLIP_IFF_OPTS opt_slip.h
384TCPDEBUG
385TCP_SIGNATURE opt_inet.h
386TCP_SACK_DEBUG opt_tcp_sack.h
387TCP_DROP_SYNFIN opt_tcp_input.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

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

380PPP_BSDCOMP opt_ppp.h
381PPP_DEFLATE opt_ppp.h
382PPP_FILTER opt_ppp.h
383SLIP_IFF_OPTS opt_slip.h
384TCPDEBUG
385TCP_SIGNATURE opt_inet.h
386TCP_SACK_DEBUG opt_tcp_sack.h
387TCP_DROP_SYNFIN opt_tcp_input.h
388DEV_VLAN opt_vlan.h
389VLAN_ARRAY opt_vlan.h
388XBONEHACK
389
390# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
391# Each netgraph node type can be either be compiled into the kernel
392# or loaded dynamically. To get the former, include the corresponding
393# option below. Each type has its own man page, e.g. ng_async(4).
394NETGRAPH
395NETGRAPH_DEBUG opt_netgraph.h

--- 323 unchanged lines hidden ---
390XBONEHACK
391
392# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
393# Each netgraph node type can be either be compiled into the kernel
394# or loaded dynamically. To get the former, include the corresponding
395# option below. Each type has its own man page, e.g. ng_async(4).
396NETGRAPH
397NETGRAPH_DEBUG opt_netgraph.h

--- 323 unchanged lines hidden ---