Deleted Added
full compact
options (148384) options (148457)
1# $FreeBSD: head/sys/conf/options 148384 2005-07-25 10:49:05Z pjd $
1# $FreeBSD: head/sys/conf/options 148457 2005-07-27 21:47:55Z 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

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

71FULL_PREEMPTION opt_sched.h
72PREEMPTION opt_sched.h
73IPI_PREEMPTION opt_sched.h
74GEOM_AES opt_geom.h
75GEOM_APPLE opt_geom.h
76GEOM_BDE opt_geom.h
77GEOM_BSD opt_geom.h
78GEOM_CONCAT 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

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

71FULL_PREEMPTION opt_sched.h
72PREEMPTION opt_sched.h
73IPI_PREEMPTION opt_sched.h
74GEOM_AES opt_geom.h
75GEOM_APPLE opt_geom.h
76GEOM_BDE opt_geom.h
77GEOM_BSD opt_geom.h
78GEOM_CONCAT opt_geom.h
79GEOM_ELI opt_geom.h
79GEOM_FOX opt_geom.h
80GEOM_GATE opt_geom.h
81GEOM_GPT opt_geom.h
82GEOM_LABEL opt_geom.h
83GEOM_MBR opt_geom.h
84GEOM_MIRROR opt_geom.h
85GEOM_NOP opt_geom.h
86GEOM_PC98 opt_geom.h

--- 630 unchanged lines hidden ---
80GEOM_FOX opt_geom.h
81GEOM_GATE opt_geom.h
82GEOM_GPT opt_geom.h
83GEOM_LABEL opt_geom.h
84GEOM_MBR opt_geom.h
85GEOM_MIRROR opt_geom.h
86GEOM_NOP opt_geom.h
87GEOM_PC98 opt_geom.h

--- 630 unchanged lines hidden ---