src.conf.5: regen for SPLIT_KERNEL_DEBUG knob

This commit is contained in:
Ed Maste 2022-06-08 17:13:56 -04:00
parent e3709cfe6a
commit 330b7dccd8

View File

@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
.Dd June 7, 2022
.Dd June 8, 2022
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -833,9 +833,8 @@ and
Enable the "retpoline" mitigation for CVE-2017-5715 in the kernel
build.
.It Va WITHOUT_KERNEL_SYMBOLS
Do not build or install standalone kernel debug symbol files.
Debug data (if enabled by the kernel configuration file)
will be included in the kernel and modules.
Do not install standalone kernel debug symbol files.
This option has no effect at build time.
.It Va WITHOUT_KVM
Do not build the
.Nm libkvm
@ -1473,6 +1472,16 @@ When set, it enforces these options:
Do not build kernel modules that include sourceless native code for host CPU.
.It Va WITHOUT_SOURCELESS_UCODE
Do not build kernel modules that include sourceless microcode.
.It Va WITHOUT_SPLIT_KERNEL_DEBUG
Do not build standalone kernel debug files.
Debug data (if enabled by the kernel configuration file)
will be included in the kernel and modules.
When set, it enforces these options:
.Pp
.Bl -item -compact
.It
.Va WITHOUT_KERNEL_SYMBOLS
.El
.It Va WITHOUT_SSP
Do not build world with propolice stack smashing protection.
.It Va WITH_STAGING