Deleted Added
full compact
options (174622) options (174629)
1# $FreeBSD: head/sys/conf/options 174622 2007-12-15 19:53:35Z kmacy $
1# $FreeBSD: head/sys/conf/options 174629 2007-12-15 23:13:31Z jeff $
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

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

535DIAGNOSTIC opt_global.h
536INVARIANT_SUPPORT opt_global.h
537INVARIANTS opt_global.h
538MCLSHIFT opt_global.h
539MUTEX_DEBUG opt_global.h
540MUTEX_NOINLINE opt_global.h
541LOCK_PROFILING opt_global.h
542LOCK_PROFILING_FAST 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

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

535DIAGNOSTIC opt_global.h
536INVARIANT_SUPPORT opt_global.h
537INVARIANTS opt_global.h
538MCLSHIFT opt_global.h
539MUTEX_DEBUG opt_global.h
540MUTEX_NOINLINE opt_global.h
541LOCK_PROFILING opt_global.h
542LOCK_PROFILING_FAST opt_global.h
543LOCK_PROFILING_SHARED opt_global.h
544MSIZE opt_global.h
545REGRESSION opt_global.h
546RESTARTABLE_PANICS opt_global.h
547RWLOCK_NOINLINE opt_global.h
548SX_NOINLINE opt_global.h
549VFS_BIO_DEBUG opt_global.h
550
551# These are VM related options

--- 206 unchanged lines hidden ---
543MSIZE opt_global.h
544REGRESSION opt_global.h
545RESTARTABLE_PANICS opt_global.h
546RWLOCK_NOINLINE opt_global.h
547SX_NOINLINE opt_global.h
548VFS_BIO_DEBUG opt_global.h
549
550# These are VM related options

--- 206 unchanged lines hidden ---