Deleted Added
full compact
options (158300) options (158349)
1# $FreeBSD: head/sys/conf/options 158300 2006-05-05 04:19:36Z sam $
1# $FreeBSD: head/sys/conf/options 158349 2006-05-07 18:12:18Z netchild $
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

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

173# time, since the corresponding lkms cannot work if there are any static
174# dependencies. Unusability is enforced by hiding the defines for the
175# options in a never-included header.
176CD9660 opt_dontuse.h
177CODA opt_dontuse.h
178EXT2FS opt_dontuse.h
179FDESCFS opt_dontuse.h
180HPFS 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

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

173# time, since the corresponding lkms cannot work if there are any static
174# dependencies. Unusability is enforced by hiding the defines for the
175# options in a never-included header.
176CD9660 opt_dontuse.h
177CODA opt_dontuse.h
178EXT2FS opt_dontuse.h
179FDESCFS opt_dontuse.h
180HPFS opt_dontuse.h
181LINPROCFS opt_dontuse.h
182MSDOSFS opt_dontuse.h
183NTFS opt_dontuse.h
184NULLFS opt_dontuse.h
185NWFS opt_dontuse.h
186PORTALFS opt_dontuse.h
187PROCFS opt_dontuse.h
188PSEUDOFS opt_dontuse.h
189REISERFS opt_dontuse.h

--- 548 unchanged lines hidden ---
181MSDOSFS opt_dontuse.h
182NTFS opt_dontuse.h
183NULLFS opt_dontuse.h
184NWFS opt_dontuse.h
185PORTALFS opt_dontuse.h
186PROCFS opt_dontuse.h
187PSEUDOFS opt_dontuse.h
188REISERFS opt_dontuse.h

--- 548 unchanged lines hidden ---