Deleted Added
full compact
options (133640) options (133720)
1# $FreeBSD: head/sys/conf/options 133640 2004-08-13 09:40:58Z fjoe $
1# $FreeBSD: head/sys/conf/options 133720 2004-08-14 15:32:40Z dwmalone $
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

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

356LIBMBPOOL
357LIBMCHAIN
358MBUF_STRESS_TEST opt_mbuf_stress_test.h
359NCP
360NETATALK opt_atalk.h
361PPP_BSDCOMP opt_ppp.h
362PPP_DEFLATE opt_ppp.h
363PPP_FILTER opt_ppp.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

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

356LIBMBPOOL
357LIBMCHAIN
358MBUF_STRESS_TEST opt_mbuf_stress_test.h
359NCP
360NETATALK opt_atalk.h
361PPP_BSDCOMP opt_ppp.h
362PPP_DEFLATE opt_ppp.h
363PPP_FILTER opt_ppp.h
364RANDOM_IP_ID
365SLIP_IFF_OPTS opt_slip.h
366TCPDEBUG
367TCP_SIGNATURE opt_inet.h
368TCP_SACK_DEBUG opt_tcp_sack.h
369TCP_DROP_SYNFIN opt_tcp_input.h
370XBONEHACK
371
372# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.

--- 307 unchanged lines hidden ---
364SLIP_IFF_OPTS opt_slip.h
365TCPDEBUG
366TCP_SIGNATURE opt_inet.h
367TCP_SACK_DEBUG opt_tcp_sack.h
368TCP_DROP_SYNFIN opt_tcp_input.h
369XBONEHACK
370
371# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.

--- 307 unchanged lines hidden ---