options (fa1e92b687fa55aae3b9aff3cddc806ddd49cc4b) | options (aa14e9b7c9d90c2db81e29b3c68bcee6129b8b4c) |
---|---|
1# $FreeBSD$ 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 --- 73 unchanged lines hidden (view full) --- 82COMPAT_FREEBSD4 opt_compat.h 83COMPAT_FREEBSD5 opt_compat.h 84COMPAT_FREEBSD6 opt_compat.h 85COMPAT_FREEBSD7 opt_compat.h 86COMPAT_FREEBSD9 opt_compat.h 87COMPAT_FREEBSD10 opt_compat.h 88COMPAT_LINUXAPI opt_compat.h 89COMPILING_LINT opt_global.h | 1# $FreeBSD$ 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 --- 73 unchanged lines hidden (view full) --- 82COMPAT_FREEBSD4 opt_compat.h 83COMPAT_FREEBSD5 opt_compat.h 84COMPAT_FREEBSD6 opt_compat.h 85COMPAT_FREEBSD7 opt_compat.h 86COMPAT_FREEBSD9 opt_compat.h 87COMPAT_FREEBSD10 opt_compat.h 88COMPAT_LINUXAPI opt_compat.h 89COMPILING_LINT opt_global.h |
90COMPRESS_USER_CORES opt_core.h | |
91CY_PCI_FASTINTR 92DEADLKRES opt_watchdog.h 93DIRECTIO 94FILEMON opt_dontuse.h 95FFCLOCK 96FULL_PREEMPTION opt_sched.h | 90CY_PCI_FASTINTR 91DEADLKRES opt_watchdog.h 92DIRECTIO 93FILEMON opt_dontuse.h 94FFCLOCK 95FULL_PREEMPTION opt_sched.h |
96GZIO opt_gzio.h |
|
97IMAGACT_BINMISC opt_dontuse.h 98IPI_PREEMPTION opt_sched.h 99GEOM_AES opt_geom.h 100GEOM_BDE opt_geom.h 101GEOM_BSD opt_geom.h 102GEOM_CACHE opt_geom.h 103GEOM_CONCAT opt_geom.h 104GEOM_ELI opt_geom.h --- 833 unchanged lines hidden --- | 97IMAGACT_BINMISC opt_dontuse.h 98IPI_PREEMPTION opt_sched.h 99GEOM_AES opt_geom.h 100GEOM_BDE opt_geom.h 101GEOM_BSD opt_geom.h 102GEOM_CACHE opt_geom.h 103GEOM_CONCAT opt_geom.h 104GEOM_ELI opt_geom.h --- 833 unchanged lines hidden --- |