Deleted Added
full compact
options (252240) options (252356)
1# $FreeBSD: head/sys/conf/options 252240 2013-06-26 05:01:50Z adrian $
1# $FreeBSD: head/sys/conf/options 252356 2013-06-28 21:00:08Z davide $
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

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

217FFS opt_dontuse.h
218FUSE opt_dontuse.h
219MSDOSFS opt_dontuse.h
220NANDFS opt_dontuse.h
221NULLFS opt_dontuse.h
222PROCFS opt_dontuse.h
223PSEUDOFS opt_dontuse.h
224REISERFS opt_dontuse.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

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

217FFS opt_dontuse.h
218FUSE opt_dontuse.h
219MSDOSFS opt_dontuse.h
220NANDFS opt_dontuse.h
221NULLFS opt_dontuse.h
222PROCFS opt_dontuse.h
223PSEUDOFS opt_dontuse.h
224REISERFS opt_dontuse.h
225SMBFS opt_dontuse.h
225TMPFS opt_dontuse.h
226UDF opt_dontuse.h
227UNIONFS opt_dontuse.h
228
229# Pseudofs debugging
230PSEUDOFS_TRACE opt_pseudofs.h
231
232# In-kernel GSS-API

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

282
283# The below sentence is not in English, and neither is this one.
284# We plan to remove the static dependences above, with a
285# <filesystem>_ROOT option to control if it usable as root. This list
286# allows these options to be present in config files already (though
287# they won't make any difference yet).
288NFS_ROOT opt_nfsroot.h
289
226TMPFS opt_dontuse.h
227UDF opt_dontuse.h
228UNIONFS opt_dontuse.h
229
230# Pseudofs debugging
231PSEUDOFS_TRACE opt_pseudofs.h
232
233# In-kernel GSS-API

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

283
284# The below sentence is not in English, and neither is this one.
285# We plan to remove the static dependences above, with a
286# <filesystem>_ROOT option to control if it usable as root. This list
287# allows these options to be present in config files already (though
288# they won't make any difference yet).
289NFS_ROOT opt_nfsroot.h
290
291# SMB/CIFS requester
292NETSMB opt_netsmb.h
293
290# Options used only in subr_param.c.
291HZ opt_param.h
292MAXFILES opt_param.h
293NBUF opt_param.h
294NSFBUFS opt_param.h
295VM_BCACHE_SIZE_MAX opt_param.h
296VM_SWZONE_SIZE_MAX opt_param.h
297MAXUSERS

--- 606 unchanged lines hidden ---
294# Options used only in subr_param.c.
295HZ opt_param.h
296MAXFILES opt_param.h
297NBUF opt_param.h
298NSFBUFS opt_param.h
299VM_BCACHE_SIZE_MAX opt_param.h
300VM_SWZONE_SIZE_MAX opt_param.h
301MAXUSERS

--- 606 unchanged lines hidden ---