Deleted Added
full compact
NOTES (101759) NOTES (101988)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hint.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# This file contains machine independent kernel configuration notes. For
15# machine dependent notes, look in /sys/<arch>/conf/NOTES.
16#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# Lines that begin with 'device', 'options', 'machine', 'ident', 'maxusers',
5# 'makeoptions', 'hints' etc go into the kernel configuration that you
6# run config(8) with.
7#
8# Lines that begin with 'hint.' are NOT for config(8), they go into your
9# hints file. See /boot/device.hints and/or the 'hints' config(8) directive.
10#
11# Please use ``make LINT'' to create an old-style LINT file if you want to
12# do kernel test-builds.
13#
14# This file contains machine independent kernel configuration notes. For
15# machine dependent notes, look in /sys/<arch>/conf/NOTES.
16#
17# $FreeBSD: head/sys/conf/NOTES 101759 2002-08-12 21:25:06Z joe $
17# $FreeBSD: head/sys/conf/NOTES 101988 2002-08-16 14:21:38Z rwatson $
18#
19
20#
21# This is the ``identification'' of the kernel. Usually this should
22# be the same as the name of your kernel.
23#
24ident LINT
25

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

724options _KPOSIX_VERSION=199309L
725
726
727#####################################################################
728# SECURITY POLICY PARAMETERS
729
730# Support for Mandatory Access Control (MAC)
731#options MAC
18#
19
20#
21# This is the ``identification'' of the kernel. Usually this should
22# be the same as the name of your kernel.
23#
24ident LINT
25

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

724options _KPOSIX_VERSION=199309L
725
726
727#####################################################################
728# SECURITY POLICY PARAMETERS
729
730# Support for Mandatory Access Control (MAC)
731#options MAC
732#options MAC_DEBUG
732#options MAC_NONE # Statically link mac_none policy
733
734
735#####################################################################
736# CLOCK OPTIONS
737
738# The granularity of operation is controlled by the kernel option HZ whose
739# default value (100) means a granularity of 10ms (1s/HZ).

--- 1548 unchanged lines hidden ---
733#options MAC_NONE # Statically link mac_none policy
734
735
736#####################################################################
737# CLOCK OPTIONS
738
739# The granularity of operation is controlled by the kernel option HZ whose
740# default value (100) means a granularity of 10ms (1s/HZ).

--- 1548 unchanged lines hidden ---