Deleted Added
full compact
options (177417) options (177633)
1# $FreeBSD: head/sys/conf/options 177417 2008-03-20 01:30:49Z jeff $
1# $FreeBSD: head/sys/conf/options 177633 2008-03-26 15:23:12Z dfr $
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

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

393PPP_DEFLATE opt_ppp.h
394PPP_FILTER opt_ppp.h
395SLIP_IFF_OPTS opt_slip.h
396TCPDEBUG
397TCP_SIGNATURE opt_inet.h
398DEV_VLAN opt_vlan.h
399VLAN_ARRAY opt_vlan.h
400XBONEHACK
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

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

393PPP_DEFLATE opt_ppp.h
394PPP_FILTER opt_ppp.h
395SLIP_IFF_OPTS opt_slip.h
396TCPDEBUG
397TCP_SIGNATURE opt_inet.h
398DEV_VLAN opt_vlan.h
399VLAN_ARRAY opt_vlan.h
400XBONEHACK
401KRPC
402NFSLOCKD
401
402#
403# SCTP
404#
405SCTP opt_sctp.h
406SCTP_DEBUG opt_sctp.h # Enable debug printfs
407SCTP_WITH_NO_CSUM opt_sctp.h # Use this at your peril
408SCTP_LOCK_LOGGING opt_sctp.h # Log to KTR lock activity

--- 355 unchanged lines hidden ---
403
404#
405# SCTP
406#
407SCTP opt_sctp.h
408SCTP_DEBUG opt_sctp.h # Enable debug printfs
409SCTP_WITH_NO_CSUM opt_sctp.h # Use this at your peril
410SCTP_LOCK_LOGGING opt_sctp.h # Log to KTR lock activity

--- 355 unchanged lines hidden ---