git: 330b7dccd873 - main - src.conf.5: regen for SPLIT_KERNEL_DEBUG knob
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 21:15:49 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=330b7dccd873ed53c27acebfd0e1dcf6056c864e
commit 330b7dccd873ed53c27acebfd0e1dcf6056c864e
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-06-08 21:13:56 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-06-08 21:15:11 +0000
src.conf.5: regen for SPLIT_KERNEL_DEBUG knob
---
share/man/man5/src.conf.5 | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 34e66c96d115..fec3a7ab6069 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -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