Deleted Added
full compact
options (79412) options (79561)
1# $FreeBSD: head/sys/conf/options 79412 2001-07-08 01:04:10Z dd $
1# $FreeBSD: head/sys/conf/options 79561 2001-07-10 21:21:29Z iedowse $
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

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

151UFS_ACL opt_ufs.h
152
153# Enabling this option turns on support for extended attributes in UFS-based
154# file systems, which can be used to support high security configurations
155# as well as new file system features.
156UFS_EXTATTR opt_ufs.h
157UFS_EXTATTR_AUTOSTART opt_ufs.h
158
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

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

151UFS_ACL opt_ufs.h
152
153# Enabling this option turns on support for extended attributes in UFS-based
154# file systems, which can be used to support high security configurations
155# as well as new file system features.
156UFS_EXTATTR opt_ufs.h
157UFS_EXTATTR_AUTOSTART opt_ufs.h
158
159# Enable fast hash lookups for large directories on UFS-based filesystems.
160UFS_DIRHASH opt_ufs.h
161
159# The above static dependencies are planned removed, with a
160# <filesystem>_ROOT option to control if it usable as root. This list
161# allows these options to be present in config files already (though
162# they won't make any difference yet).
163NFS_ROOT opt_nfsroot.h
164
165# Options used only in param.c.
166HZ opt_param.h

--- 345 unchanged lines hidden ---
162# The above static dependencies are planned removed, with a
163# <filesystem>_ROOT option to control if it usable as root. This list
164# allows these options to be present in config files already (though
165# they won't make any difference yet).
166NFS_ROOT opt_nfsroot.h
167
168# Options used only in param.c.
169HZ opt_param.h

--- 345 unchanged lines hidden ---