Deleted Added
full compact
options (255736) options (256377)
1# $FreeBSD: head/sys/conf/options 255736 2013-09-20 20:18:49Z davidch $
1# $FreeBSD: head/sys/conf/options 256377 2013-10-12 12:57:57Z markm $
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

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

899IPOIB_DEBUG opt_ofed.h
900IPOIB_CM opt_ofed.h
901
902# Resource Accounting
903RACCT opt_global.h
904
905# Resource Limits
906RCTL opt_global.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

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

899IPOIB_DEBUG opt_ofed.h
900IPOIB_CM opt_ofed.h
901
902# Resource Accounting
903RACCT opt_global.h
904
905# Resource Limits
906RCTL opt_global.h
907
908# Random number generator(s)
909RANDOM_YARROW opt_random.h
910RANDOM_FORTUNA opt_random.h
911RANDOM_DEBUG opt_random.h
912RANDOM_RWFILE opt_random.h