Deleted Added
full compact
options (268037) options (268091)
1# $FreeBSD: stable/10/sys/conf/options 268037 2014-06-30 09:59:23Z marius $
1# $FreeBSD: stable/10/sys/conf/options 268091 2014-07-01 13:29:17Z ae $
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

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

104GEOM_LABEL opt_geom.h
105GEOM_LINUX_LVM opt_geom.h
106GEOM_MBR opt_geom.h
107GEOM_MIRROR opt_geom.h
108GEOM_MULTIPATH opt_geom.h
109GEOM_NOP opt_geom.h
110GEOM_PART_APM opt_geom.h
111GEOM_PART_BSD 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

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

104GEOM_LABEL opt_geom.h
105GEOM_LINUX_LVM opt_geom.h
106GEOM_MBR opt_geom.h
107GEOM_MIRROR opt_geom.h
108GEOM_MULTIPATH opt_geom.h
109GEOM_NOP opt_geom.h
110GEOM_PART_APM opt_geom.h
111GEOM_PART_BSD opt_geom.h
112GEOM_PART_BSD64 opt_geom.h
112GEOM_PART_EBR opt_geom.h
113GEOM_PART_EBR_COMPAT opt_geom.h
114GEOM_PART_GPT opt_geom.h
115GEOM_PART_LDM opt_geom.h
116GEOM_PART_MBR opt_geom.h
117GEOM_PART_PC98 opt_geom.h
118GEOM_PART_VTOC8 opt_geom.h
119GEOM_PC98 opt_geom.h

--- 807 unchanged lines hidden ---
113GEOM_PART_EBR opt_geom.h
114GEOM_PART_EBR_COMPAT opt_geom.h
115GEOM_PART_GPT opt_geom.h
116GEOM_PART_LDM opt_geom.h
117GEOM_PART_MBR opt_geom.h
118GEOM_PART_PC98 opt_geom.h
119GEOM_PART_VTOC8 opt_geom.h
120GEOM_PC98 opt_geom.h

--- 807 unchanged lines hidden ---