Deleted Added
full compact
options (156260) options (156326)
1# $FreeBSD: head/sys/conf/options 156260 2006-03-03 21:37:38Z yar $
1# $FreeBSD: head/sys/conf/options 156326 2006-03-05 22:52:17Z yar $
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

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

237# The below sentence is not in English, and neither is this one.
238# We plan to remove the static dependences above, with a
239# <filesystem>_ROOT option to control if it usable as root. This list
240# allows these options to be present in config files already (though
241# they won't make any difference yet).
242NFS_ROOT opt_nfsroot.h
243
244# SMB/CIFS requester
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

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

237# The below sentence is not in English, and neither is this one.
238# We plan to remove the static dependences above, with a
239# <filesystem>_ROOT option to control if it usable as root. This list
240# allows these options to be present in config files already (though
241# they won't make any difference yet).
242NFS_ROOT opt_nfsroot.h
243
244# SMB/CIFS requester
245NETSMB opt_netsmb.h
246NETSMBCRYPTO opt_netsmb.h
245NETSMB opt_netsmb.h
247
248# Experimental support for large MS-DOS filesystems; SEE WARNING IN "NOTES"!
249MSDOSFS_LARGE opt_msdosfs.h
250
251# Options used only in subr_param.c.
252HZ opt_param.h
253MAXFILES opt_param.h
254NBUF opt_param.h

--- 472 unchanged lines hidden ---
246
247# Experimental support for large MS-DOS filesystems; SEE WARNING IN "NOTES"!
248MSDOSFS_LARGE opt_msdosfs.h
249
250# Options used only in subr_param.c.
251HZ opt_param.h
252MAXFILES opt_param.h
253NBUF opt_param.h

--- 472 unchanged lines hidden ---