Deleted Added
full compact
options (158018) options (158124)
1# $FreeBSD: head/sys/conf/options 158018 2006-04-25 15:56:52Z mr $
1# $FreeBSD: head/sys/conf/options 158124 2006-04-28 21:21:53Z marcel $
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

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

120MPROF_HASH_SIZE opt_mprof.h
121MUTEX_WAKE_ALL
122NSWBUF_MIN opt_swap.h
123PANIC_REBOOT_WAIT_TIME opt_panic.h
124PPC_DEBUG opt_ppc.h
125PPC_PROBE_CHIPSET opt_ppc.h
126PPS_SYNC opt_ntp.h
127PREEMPTION opt_sched.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

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

120MPROF_HASH_SIZE opt_mprof.h
121MUTEX_WAKE_ALL
122NSWBUF_MIN opt_swap.h
123PANIC_REBOOT_WAIT_TIME opt_panic.h
124PPC_DEBUG opt_ppc.h
125PPC_PROBE_CHIPSET opt_ppc.h
126PPS_SYNC opt_ntp.h
127PREEMPTION opt_sched.h
128PUC_FASTINTR opt_puc.h
129QUOTA
130SCHED_4BSD opt_sched.h
131SCHED_ULE opt_sched.h
132SHOW_BUSYBUFS
133SLEEPQUEUE_PROFILING
134SLHCI_DEBUG opt_slhci.h
135SPX_HACK
136SUIDDIR

--- 601 unchanged lines hidden ---
128QUOTA
129SCHED_4BSD opt_sched.h
130SCHED_ULE opt_sched.h
131SHOW_BUSYBUFS
132SLEEPQUEUE_PROFILING
133SLHCI_DEBUG opt_slhci.h
134SPX_HACK
135SUIDDIR

--- 601 unchanged lines hidden ---