Deleted Added
full compact
options (94262) options (94658)
1# $FreeBSD: head/sys/conf/options 94262 2002-04-09 05:14:17Z jeff $
1# $FreeBSD: head/sys/conf/options 94658 2002-04-14 16:36:49Z scottl $
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

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

124NWFS opt_dontuse.h
125PORTALFS opt_dontuse.h
126PROCFS opt_dontuse.h
127PSEUDOFS opt_dontuse.h
128UMAPFS opt_dontuse.h
129NTFS opt_dontuse.h
130HPFS opt_dontuse.h
131UNIONFS 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

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

124NWFS opt_dontuse.h
125PORTALFS opt_dontuse.h
126PROCFS opt_dontuse.h
127PSEUDOFS opt_dontuse.h
128UMAPFS opt_dontuse.h
129NTFS opt_dontuse.h
130HPFS opt_dontuse.h
131UNIONFS opt_dontuse.h
132UDF opt_dontuse.h
132
133# Broken - ffs_snapshot() dependency from ufs_lookup() :-(
134FFS opt_ffs_broken_fixme.h
135IFS opt_ffs_broken_fixme.h
136
137# These static filesystems has one slightly bogus static dependency in
138# sys/i386/i386/autoconf.c. If any of these filesystems are
139# statically compiled into the kernel, code for mounting them as root

--- 386 unchanged lines hidden ---
133
134# Broken - ffs_snapshot() dependency from ufs_lookup() :-(
135FFS opt_ffs_broken_fixme.h
136IFS opt_ffs_broken_fixme.h
137
138# These static filesystems has one slightly bogus static dependency in
139# sys/i386/i386/autoconf.c. If any of these filesystems are
140# statically compiled into the kernel, code for mounting them as root

--- 386 unchanged lines hidden ---