Deleted Added
full compact
options (148028) options (148384)
1# $FreeBSD: head/sys/conf/options 148028 2005-07-15 05:12:49Z takawata $
1# $FreeBSD: head/sys/conf/options 148384 2005-07-25 10:49:05Z pjd $
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

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

85GEOM_NOP opt_geom.h
86GEOM_PC98 opt_geom.h
87GEOM_RAID3 opt_geom.h
88GEOM_SHSEC opt_geom.h
89GEOM_STRIPE opt_geom.h
90GEOM_SUNLABEL opt_geom.h
91GEOM_UZIP opt_geom.h
92GEOM_VOL opt_geom.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

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

85GEOM_NOP opt_geom.h
86GEOM_PC98 opt_geom.h
87GEOM_RAID3 opt_geom.h
88GEOM_SHSEC opt_geom.h
89GEOM_STRIPE opt_geom.h
90GEOM_SUNLABEL opt_geom.h
91GEOM_UZIP opt_geom.h
92GEOM_VOL opt_geom.h
93GEOM_ZERO opt_geom.h
93KSTACK_MAX_PAGES
94KSTACK_PAGES
95KTRACE
96KTRACE_REQUEST_POOL opt_ktrace.h
97LIBICONV
98MAC
99MAC_ALWAYS_LABEL_MBUF opt_mac.h
100MAC_BIBA opt_dontuse.h

--- 615 unchanged lines hidden ---
94KSTACK_MAX_PAGES
95KSTACK_PAGES
96KTRACE
97KTRACE_REQUEST_POOL opt_ktrace.h
98LIBICONV
99MAC
100MAC_ALWAYS_LABEL_MBUF opt_mac.h
101MAC_BIBA opt_dontuse.h

--- 615 unchanged lines hidden ---