Deleted Added
full compact
options (154170) options (154941)
1# $FreeBSD: head/sys/conf/options 154170 2006-01-10 09:19:10Z phk $
1# $FreeBSD: head/sys/conf/options 154941 2006-01-27 23:13:26Z jhb $
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

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

508INVARIANTS opt_global.h
509MCLSHIFT opt_global.h
510MUTEX_DEBUG opt_global.h
511MUTEX_NOINLINE opt_global.h
512MUTEX_PROFILING opt_global.h
513MSIZE opt_global.h
514REGRESSION opt_global.h
515RESTARTABLE_PANICS 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

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

508INVARIANTS opt_global.h
509MCLSHIFT opt_global.h
510MUTEX_DEBUG opt_global.h
511MUTEX_NOINLINE opt_global.h
512MUTEX_PROFILING opt_global.h
513MSIZE opt_global.h
514REGRESSION opt_global.h
515RESTARTABLE_PANICS opt_global.h
516RWLOCK_NOINLINE opt_global.h
516VFS_BIO_DEBUG opt_global.h
517
518# These are VM related options
519VM_KMEM_SIZE opt_vm.h
520VM_KMEM_SIZE_SCALE opt_vm.h
521VM_KMEM_SIZE_MAX opt_vm.h
522NO_SWAPPING opt_vm.h
523MALLOC_MAKE_FAILURES opt_vm.h

--- 194 unchanged lines hidden ---
517VFS_BIO_DEBUG opt_global.h
518
519# These are VM related options
520VM_KMEM_SIZE opt_vm.h
521VM_KMEM_SIZE_SCALE opt_vm.h
522VM_KMEM_SIZE_MAX opt_vm.h
523NO_SWAPPING opt_vm.h
524MALLOC_MAKE_FAILURES opt_vm.h

--- 194 unchanged lines hidden ---