Deleted Added
full compact
options (163953) options (164159)
1# $FreeBSD: head/sys/conf/options 163953 2006-11-03 15:23:16Z rrs $
1# $FreeBSD: head/sys/conf/options 164159 2006-11-11 03:18:07Z kmacy $
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

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

540DEBUG_LOCKS opt_global.h
541DEBUG_VFS_LOCKS opt_global.h
542DIAGNOSTIC opt_global.h
543INVARIANT_SUPPORT opt_global.h
544INVARIANTS opt_global.h
545MCLSHIFT opt_global.h
546MUTEX_DEBUG opt_global.h
547MUTEX_NOINLINE 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

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

540DEBUG_LOCKS opt_global.h
541DEBUG_VFS_LOCKS opt_global.h
542DIAGNOSTIC opt_global.h
543INVARIANT_SUPPORT opt_global.h
544INVARIANTS opt_global.h
545MCLSHIFT opt_global.h
546MUTEX_DEBUG opt_global.h
547MUTEX_NOINLINE opt_global.h
548MUTEX_PROFILING opt_global.h
548LOCK_PROFILING opt_global.h
549MSIZE opt_global.h
550REGRESSION opt_global.h
551RESTARTABLE_PANICS opt_global.h
552RWLOCK_NOINLINE opt_global.h
553VFS_BIO_DEBUG opt_global.h
554
555# These are VM related options
556VM_KMEM_SIZE opt_vm.h

--- 199 unchanged lines hidden ---
549MSIZE opt_global.h
550REGRESSION opt_global.h
551RESTARTABLE_PANICS opt_global.h
552RWLOCK_NOINLINE opt_global.h
553VFS_BIO_DEBUG opt_global.h
554
555# These are VM related options
556VM_KMEM_SIZE opt_vm.h

--- 199 unchanged lines hidden ---