Deleted Added
full compact
options (277284) options (277302)
1# $FreeBSD: head/sys/conf/options 277284 2015-01-17 02:17:57Z imp $
1# $FreeBSD: head/sys/conf/options 277302 2015-01-17 16:36:39Z hselasky $
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

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

80COMPAT_43 opt_compat.h
81COMPAT_43TTY opt_compat.h
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
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

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

80COMPAT_43 opt_compat.h
81COMPAT_43TTY opt_compat.h
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
88COMPILING_LINT opt_global.h
89COMPRESS_USER_CORES opt_core.h
90CY_PCI_FASTINTR
91DEADLKRES opt_watchdog.h
92DIRECTIO
93FILEMON opt_dontuse.h
94FFCLOCK
95FULL_PREEMPTION opt_sched.h

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

902
903X86BIOS
904
905# Flattened device tree options
906FDT opt_platform.h
907FDT_DTB_STATIC opt_platform.h
908
909# OFED Infiniband stack
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

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

903
904X86BIOS
905
906# Flattened device tree options
907FDT opt_platform.h
908FDT_DTB_STATIC opt_platform.h
909
910# OFED Infiniband stack
910OFED opt_ofed.h
911OFED_DEBUG_INIT opt_ofed.h
912SDP opt_ofed.h
913SDP_DEBUG opt_ofed.h
914IPOIB opt_ofed.h
915IPOIB_DEBUG opt_ofed.h
916IPOIB_CM opt_ofed.h
917
918# Resource Accounting
919RACCT opt_global.h
920
921# Resource Limits
922RCTL opt_global.h
923
924# Random number generator(s)
925RANDOM_YARROW opt_random.h
926RANDOM_FORTUNA opt_random.h
927RANDOM_DEBUG opt_random.h
911OFED_DEBUG_INIT opt_ofed.h
912SDP opt_ofed.h
913SDP_DEBUG opt_ofed.h
914IPOIB opt_ofed.h
915IPOIB_DEBUG opt_ofed.h
916IPOIB_CM opt_ofed.h
917
918# Resource Accounting
919RACCT opt_global.h
920
921# Resource Limits
922RCTL opt_global.h
923
924# Random number generator(s)
925RANDOM_YARROW opt_random.h
926RANDOM_FORTUNA opt_random.h
927RANDOM_DEBUG opt_random.h