Deleted Added
full compact
options (169582) options (170138)
1# $FreeBSD: head/sys/conf/options 169582 2007-05-15 16:43:01Z mav $
1# $FreeBSD: head/sys/conf/options 170138 2007-05-30 17:39:45Z rrs $
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

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

417SCTP_WITH_NO_CSUM opt_sctp.h
418SCTP_EARLYFR_LOGGING opt_sctp.h
419SCTP_NAGLE_LOGGING opt_sctp.h
420SCTP_WAKE_LOGGING opt_sctp.h
421SCTP_RECV_RWND_LOGGING opt_sctp.h
422SCTP_SACK_RWND_LOGGING opt_sctp.h
423SCTP_FLIGHT_LOGGING opt_sctp.h
424SCTP_MBUF_LOGGING opt_sctp.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

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

417SCTP_WITH_NO_CSUM opt_sctp.h
418SCTP_EARLYFR_LOGGING opt_sctp.h
419SCTP_NAGLE_LOGGING opt_sctp.h
420SCTP_WAKE_LOGGING opt_sctp.h
421SCTP_RECV_RWND_LOGGING opt_sctp.h
422SCTP_SACK_RWND_LOGGING opt_sctp.h
423SCTP_FLIGHT_LOGGING opt_sctp.h
424SCTP_MBUF_LOGGING opt_sctp.h
425SCTP_PACKET_LOGGING opt_sctp.h
425
426# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
427# Each netgraph node type can be either be compiled into the kernel
428# or loaded dynamically. To get the former, include the corresponding
429# option below. Each type has its own man page, e.g. ng_async(4).
430NETGRAPH
431NETGRAPH_DEBUG opt_netgraph.h
432NETGRAPH_ASYNC opt_netgraph.h

--- 338 unchanged lines hidden ---
426
427# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
428# Each netgraph node type can be either be compiled into the kernel
429# or loaded dynamically. To get the former, include the corresponding
430# option below. Each type has its own man page, e.g. ng_async(4).
431NETGRAPH
432NETGRAPH_DEBUG opt_netgraph.h
433NETGRAPH_ASYNC opt_netgraph.h

--- 338 unchanged lines hidden ---