Deleted Added
full compact
options (167774) options (167801)
1# $FreeBSD: head/sys/conf/options 167774 2007-03-21 18:25:28Z andre $
1# $FreeBSD: head/sys/conf/options 167801 2007-03-22 16:09:23Z 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

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

119MAC_TEST opt_dontuse.h
120MD_ROOT opt_md.h
121MD_ROOT_SIZE opt_md.h
122MFI_DEBUG opt_mfi.h
123MFI_DECODE_LOG opt_mfi.h
124MPROF_BUFFERS opt_mprof.h
125MPROF_HASH_SIZE opt_mprof.h
126MUTEX_WAKE_ALL
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

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

119MAC_TEST opt_dontuse.h
120MD_ROOT opt_md.h
121MD_ROOT_SIZE opt_md.h
122MFI_DEBUG opt_mfi.h
123MFI_DECODE_LOG opt_mfi.h
124MPROF_BUFFERS opt_mprof.h
125MPROF_HASH_SIZE opt_mprof.h
126MUTEX_WAKE_ALL
127NO_ADAPTIVE_RWLOCKS
127NSWBUF_MIN opt_swap.h
128PANIC_REBOOT_WAIT_TIME opt_panic.h
129PPC_DEBUG opt_ppc.h
130PPC_PROBE_CHIPSET opt_ppc.h
131PPS_SYNC opt_ntp.h
132PREEMPTION opt_sched.h
133QUOTA
134SCHED_4BSD opt_sched.h

--- 630 unchanged lines hidden ---
128NSWBUF_MIN opt_swap.h
129PANIC_REBOOT_WAIT_TIME opt_panic.h
130PPC_DEBUG opt_ppc.h
131PPC_PROBE_CHIPSET opt_ppc.h
132PPS_SYNC opt_ntp.h
133PREEMPTION opt_sched.h
134QUOTA
135SCHED_4BSD opt_sched.h

--- 630 unchanged lines hidden ---