Deleted Added
full compact
options (170816) options (171023)
1# $FreeBSD: head/sys/conf/options 170816 2007-06-16 04:57:06Z alc $
1# $FreeBSD: head/sys/conf/options 171023 2007-06-25 05:06:57Z rafan $
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

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

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
200UDF 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

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

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
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() :-(
208FFS opt_ffs_broken_fixme.h
209

--- 548 unchanged lines hidden ---
201UNIONFS opt_dontuse.h
202
203# Pseudofs debugging
204PSEUDOFS_TRACE opt_pseudofs.h
205
206# Broken - ffs_snapshot() dependency from ufs_lookup() :-(
207FFS opt_ffs_broken_fixme.h
208

--- 548 unchanged lines hidden ---