Deleted Added
full compact
GENERIC (219775) GENERIC (220137)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the config(5) manual page,
5# and/or the handbook section on Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/amd64/conf/GENERIC 219775 2011-03-19 15:50:34Z bz $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 220137 2011-03-29 17:47:25Z trasz $
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26options SCHED_ULE # ULE scheduler
27options PREEMPTION # Enable kernel thread preemption

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

60options KBD_INSTALL_CDEV # install a CDEV entry in /dev
61options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
62options AUDIT # Security event auditing
63options MAC # TrustedBSD MAC Framework
64#options KDTRACE_FRAME # Ensure frames are compiled in
65#options KDTRACE_HOOKS # Kernel DTrace hooks
66options INCLUDE_CONFIG_FILE # Include this file in kernel
67
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26options SCHED_ULE # ULE scheduler
27options PREEMPTION # Enable kernel thread preemption

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

60options KBD_INSTALL_CDEV # install a CDEV entry in /dev
61options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
62options AUDIT # Security event auditing
63options MAC # TrustedBSD MAC Framework
64#options KDTRACE_FRAME # Ensure frames are compiled in
65#options KDTRACE_HOOKS # Kernel DTrace hooks
66options INCLUDE_CONFIG_FILE # Include this file in kernel
67
68options RACCT
69
68# Debugging for use in -current
69options KDB # Enable kernel debugger support.
70options DDB # Support DDB.
71options GDB # Support remote GDB.
72options DEADLKRES # Enable the deadlock resolver
73options INVARIANTS # Enable calls of extra sanity checking
74options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
75options WITNESS # Enable checks to detect deadlocks and cycles

--- 252 unchanged lines hidden ---
70# Debugging for use in -current
71options KDB # Enable kernel debugger support.
72options DDB # Support DDB.
73options GDB # Support remote GDB.
74options DEADLKRES # Enable the deadlock resolver
75options INVARIANTS # Enable calls of extra sanity checking
76options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
77options WITNESS # Enable checks to detect deadlocks and cycles

--- 252 unchanged lines hidden ---