Deleted Added
full compact
GENERIC (268813) GENERIC (284665)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
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/sparc64
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: stable/10/sys/sparc64/conf/GENERIC 268813 2014-07-17 22:31:46Z imp $
19# $FreeBSD: stable/10/sys/sparc64/conf/GENERIC 284665 2015-06-21 06:28:26Z trasz $
20
21cpu SUN4U
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26# Platforms supported
27# At this time all platforms are supported, as-is.

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

61options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
62options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
63options AUDIT # Security event auditing
64options CAPABILITY_MODE # Capsicum capability mode
65options CAPABILITIES # Capsicum capabilities
66options PROCDESC # Support for process descriptors
67options MAC # TrustedBSD MAC Framework
68options INCLUDE_CONFIG_FILE # Include this file in kernel
20
21cpu SUN4U
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25
26# Platforms supported
27# At this time all platforms are supported, as-is.

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

61options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
62options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
63options AUDIT # Security event auditing
64options CAPABILITY_MODE # Capsicum capability mode
65options CAPABILITIES # Capsicum capabilities
66options PROCDESC # Support for process descriptors
67options MAC # TrustedBSD MAC Framework
68options INCLUDE_CONFIG_FILE # Include this file in kernel
69options RACCT # Resource accounting framework
70options RACCT_DEFAULT_TO_DISABLED # Set kern.racct.enable=0 by default
71options RCTL # Resource limits
69
70# Debugging support. Always need this:
71options KDB # Enable kernel debugger support.
72options KDB_TRACE # Print a stack trace for a panic.
73
74# Make an SMP-capable kernel by default
75options SMP # Symmetric MultiProcessor Kernel
76

--- 160 unchanged lines hidden ---
72
73# Debugging support. Always need this:
74options KDB # Enable kernel debugger support.
75options KDB_TRACE # Print a stack trace for a panic.
76
77# Make an SMP-capable kernel by default
78options SMP # Symmetric MultiProcessor Kernel
79

--- 160 unchanged lines hidden ---