Deleted Added
full compact
options (242360) options (242424)
1# $FreeBSD: head/sys/conf/options 242360 2012-10-30 13:22:39Z zont $
1# $FreeBSD: head/sys/conf/options 242424 2012-11-01 04:07:08Z alfred $
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

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

56DDB_CTF opt_ddb.h
57DDB_NUMSYM opt_ddb.h
58GDB
59KDB opt_global.h
60KDB_TRACE opt_kdb.h
61KDB_UNATTENDED opt_kdb.h
62KLD_DEBUG opt_kld.h
63SYSCTL_DEBUG opt_sysctl.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

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

56DDB_CTF opt_ddb.h
57DDB_NUMSYM opt_ddb.h
58GDB
59KDB opt_global.h
60KDB_TRACE opt_kdb.h
61KDB_UNATTENDED opt_kdb.h
62KLD_DEBUG opt_kld.h
63SYSCTL_DEBUG opt_sysctl.h
64TEXTDUMP_PREFERRED opt_ddb.h
65TEXTDUMP_VERBOSE opt_ddb.h
64
65# Miscellaneous options.
66ADAPTIVE_LOCKMGRS
67ALQ
68AUDIT opt_global.h
69CAPABILITIES opt_capsicum.h
70CAPABILITY_MODE opt_capsicum.h
71COMPAT_43 opt_compat.h

--- 822 unchanged lines hidden ---
66
67# Miscellaneous options.
68ADAPTIVE_LOCKMGRS
69ALQ
70AUDIT opt_global.h
71CAPABILITIES opt_capsicum.h
72CAPABILITY_MODE opt_capsicum.h
73COMPAT_43 opt_compat.h

--- 822 unchanged lines hidden ---