Deleted Added
full compact
options (292706) options (294660)
1# $FreeBSD: head/sys/conf/options 292706 2015-12-24 19:09:48Z pkelsey $
1# $FreeBSD: head/sys/conf/options 294660 2016-01-24 11:00:38Z mmel $
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

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

85COMPAT_FREEBSD7 opt_compat.h
86COMPAT_FREEBSD9 opt_compat.h
87COMPAT_FREEBSD10 opt_compat.h
88COMPAT_CLOUDABI64 opt_dontuse.h
89COMPAT_LINUXKPI opt_compat.h
90COMPILING_LINT opt_global.h
91CY_PCI_FASTINTR
92DEADLKRES opt_watchdog.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

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

85COMPAT_FREEBSD7 opt_compat.h
86COMPAT_FREEBSD9 opt_compat.h
87COMPAT_FREEBSD10 opt_compat.h
88COMPAT_CLOUDABI64 opt_dontuse.h
89COMPAT_LINUXKPI opt_compat.h
90COMPILING_LINT opt_global.h
91CY_PCI_FASTINTR
92DEADLKRES opt_watchdog.h
93EXT_RESOURCES opt_global.h
93DIRECTIO
94FILEMON opt_dontuse.h
95FFCLOCK
96FULL_PREEMPTION opt_sched.h
97GZIO opt_gzio.h
98IMAGACT_BINMISC opt_dontuse.h
99IPI_PREEMPTION opt_sched.h
100GEOM_AES opt_geom.h

--- 865 unchanged lines hidden ---
94DIRECTIO
95FILEMON opt_dontuse.h
96FFCLOCK
97FULL_PREEMPTION opt_sched.h
98GZIO opt_gzio.h
99IMAGACT_BINMISC opt_dontuse.h
100IPI_PREEMPTION opt_sched.h
101GEOM_AES opt_geom.h

--- 865 unchanged lines hidden ---