Deleted Added
full compact
options (101606) options (101988)
1# $FreeBSD: head/sys/conf/options 101606 2002-08-09 20:54:06Z sos $
1# $FreeBSD: head/sys/conf/options 101988 2002-08-16 14:21:38Z rwatson $
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) ---

120_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
121_KPOSIX_VERSION opt_posix.h
122
123#####################################################################
124# SECURITY POLICY PARAMETERS
125
126# Support for Mandatory Access Control (MAC)
127MAC opt_mac.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) ---

120_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
121_KPOSIX_VERSION opt_posix.h
122
123#####################################################################
124# SECURITY POLICY PARAMETERS
125
126# Support for Mandatory Access Control (MAC)
127MAC opt_mac.h
128MAC_DEBUG opt_mac.h
128MAC_NONE opt_dontuse.h
129
130# Do we want the config file compiled into the kernel?
131INCLUDE_CONFIG_FILE opt_config.h
132
133# Options for static filesystems. These should only be used at config
134# time, since the corresponding lkms cannot work if there are any static
135# dependencies. Unusability is enforced by hiding the defines for the

--- 430 unchanged lines hidden ---
129MAC_NONE opt_dontuse.h
130
131# Do we want the config file compiled into the kernel?
132INCLUDE_CONFIG_FILE opt_config.h
133
134# Options for static filesystems. These should only be used at config
135# time, since the corresponding lkms cannot work if there are any static
136# dependencies. Unusability is enforced by hiding the defines for the

--- 430 unchanged lines hidden ---