Deleted Added
full compact
options (170744) options (170808)
1# $FreeBSD: head/sys/conf/options 170744 2007-06-14 22:59:04Z rrs $
1# $FreeBSD: head/sys/conf/options 170808 2007-06-16 01:56:05Z delphij $
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

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

191NTFS opt_dontuse.h
192NULLFS opt_dontuse.h
193NWFS opt_dontuse.h
194PORTALFS opt_dontuse.h
195PROCFS opt_dontuse.h
196PSEUDOFS opt_dontuse.h
197REISERFS opt_dontuse.h
198SMBFS 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

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

191NTFS opt_dontuse.h
192NULLFS opt_dontuse.h
193NWFS opt_dontuse.h
194PORTALFS opt_dontuse.h
195PROCFS opt_dontuse.h
196PSEUDOFS opt_dontuse.h
197REISERFS opt_dontuse.h
198SMBFS opt_dontuse.h
199TMPFS opt_dontuse.h
199UDF opt_dontuse.h
200UMAPFS opt_dontuse.h
201UNIONFS opt_dontuse.h
202
203# Pseudofs debugging
204PSEUDOFS_TRACE opt_pseudofs.h
205
206# Broken - ffs_snapshot() dependency from ufs_lookup() :-(

--- 551 unchanged lines hidden ---
200UDF opt_dontuse.h
201UMAPFS opt_dontuse.h
202UNIONFS opt_dontuse.h
203
204# Pseudofs debugging
205PSEUDOFS_TRACE opt_pseudofs.h
206
207# Broken - ffs_snapshot() dependency from ufs_lookup() :-(

--- 551 unchanged lines hidden ---