Deleted Added
full compact
options (65292) options (65310)
1# $FreeBSD: head/sys/conf/options 65292 2000-08-31 15:34:54Z takawata $
1# $FreeBSD: head/sys/conf/options 65310 2000-09-01 01:37:13Z archie $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

264TCPDEBUG
265TCP_DROP_SYNFIN opt_tcp_input.h
266TCP_RESTRICT_RST opt_tcp_input.h
267XBONEHACK
268
269# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
270# Each netgraph node type can be either be compiled into the kernel
271# or loaded dynamically. To get the former, include the corresponding
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible. Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it

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

264TCPDEBUG
265TCP_DROP_SYNFIN opt_tcp_input.h
266TCP_RESTRICT_RST opt_tcp_input.h
267XBONEHACK
268
269# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
270# Each netgraph node type can be either be compiled into the kernel
271# or loaded dynamically. To get the former, include the corresponding
272# option below. Each type has its own man page, e.g. ng_async(8).
272# option below. Each type has its own man page, e.g. ng_async(4).
273NETGRAPH
274NETGRAPH_ASYNC opt_netgraph.h
275NETGRAPH_BPF opt_netgraph.h
273NETGRAPH
274NETGRAPH_ASYNC opt_netgraph.h
275NETGRAPH_BPF opt_netgraph.h
276NETGRAPH_BRIDGE opt_netgraph.h
276NETGRAPH_CISCO opt_netgraph.h
277NETGRAPH_ECHO opt_netgraph.h
278NETGRAPH_ETHER opt_netgraph.h
279NETGRAPH_FRAME_RELAY opt_netgraph.h
280NETGRAPH_HOLE opt_netgraph.h
281NETGRAPH_IFACE opt_netgraph.h
282NETGRAPH_KSOCKET opt_netgraph.h
283NETGRAPH_LMI opt_netgraph.h

--- 174 unchanged lines hidden ---
277NETGRAPH_CISCO opt_netgraph.h
278NETGRAPH_ECHO opt_netgraph.h
279NETGRAPH_ETHER opt_netgraph.h
280NETGRAPH_FRAME_RELAY opt_netgraph.h
281NETGRAPH_HOLE opt_netgraph.h
282NETGRAPH_IFACE opt_netgraph.h
283NETGRAPH_KSOCKET opt_netgraph.h
284NETGRAPH_LMI opt_netgraph.h

--- 174 unchanged lines hidden ---