git: c886cdee08 - main - Status/2025Q2: Fixes

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Fri, 29 Aug 2025 11:49:35 UTC
The branch main has been updated by salvadore:

URL: https://cgit.FreeBSD.org/doc/commit/?id=c886cdee089683c0689955cc322520680959df11

commit c886cdee089683c0689955cc322520680959df11
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2025-08-29 09:50:20 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2025-08-29 11:49:18 +0000

    Status/2025Q2: Fixes
    
    Various fixes, among which a comma that was added in the wrong place
    [1].
    
    Reported by:    Graham Perrin <grahamperrin@gmail.com> [1]
    Pull Request:   https://github.com/freebsd/freebsd-doc/pull/544 [1]
---
 website/content/en/status/report-2025-04-2025-06/drm-drivers.adoc   | 1 +
 .../en/status/report-2025-04-2025-06/freebsd-foundation.adoc        | 2 +-
 website/content/en/status/report-2025-04-2025-06/gcc.adoc           | 2 +-
 website/content/en/status/report-2025-04-2025-06/intro.adoc         | 2 +-
 website/content/en/status/report-2025-04-2025-06/lkpi-wireless.adoc | 2 +-
 website/content/en/status/report-2025-04-2025-06/packrat.adoc       | 2 +-
 .../content/en/status/report-2025-04-2025-06/ports-security.adoc    | 6 +++---
 website/content/en/status/report-2025-04-2025-06/usb-debugging.adoc | 2 +-
 8 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/website/content/en/status/report-2025-04-2025-06/drm-drivers.adoc b/website/content/en/status/report-2025-04-2025-06/drm-drivers.adoc
index 7ba18092d6..80b5451cbf 100644
--- a/website/content/en/status/report-2025-04-2025-06/drm-drivers.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/drm-drivers.adoc
@@ -22,6 +22,7 @@ These updates target the FreeBSD 15-CURRENT development branch for now.
 Once kernel patches are accepted and the DRM drivers updates merged, we will evaluate if/how we can backport the kernel patches to earlier release branches (namely 14-STABLE).
 
 While waiting for review, we also started to work on two features which were unsupported on FreeBSD:
+
 * https://github.com/freebsd/drm-kmod/pull/357[`DMA_BUF_IOCTL_EXPORT_SYNC_FILE` and `DMA_BUF_IOCTL_IMPORT_SYNC_FILE` ioctls]
 * https://github.com/freebsd/drm-kmod/pull/358[`DRM_IOCTL_SYNCOBJ_EVENTFD` ioctl]
 
diff --git a/website/content/en/status/report-2025-04-2025-06/freebsd-foundation.adoc b/website/content/en/status/report-2025-04-2025-06/freebsd-foundation.adoc
index cf92f014df..10dc68320f 100644
--- a/website/content/en/status/report-2025-04-2025-06/freebsd-foundation.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/freebsd-foundation.adoc
@@ -83,7 +83,7 @@ link:https://wiki.freebsd.org/SummerOfCode2025Projects[Twelve projects] were acc
 
 ==== Continuous Integration and Workflow Improvement
 
-As part of our continued support of the FreeBSD Project, the Foundation supports a full-time staff member dedicated to <<_continuous_integration,improving the Project's continuous integration system and test infrastructure>>.
+As part of our continued support of the FreeBSD Project, the Foundation supports a full-time staff member dedicated to improving the Project's continuous integration system and test infrastructure.
 
 ==== Legal/FreeBSD IP
 
diff --git a/website/content/en/status/report-2025-04-2025-06/gcc.adoc b/website/content/en/status/report-2025-04-2025-06/gcc.adoc
index d3dcd0313c..63383daa3d 100644
--- a/website/content/en/status/report-2025-04-2025-06/gcc.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/gcc.adoc
@@ -4,7 +4,7 @@ Links: +
 link:https://gcc.gnu.org/[GCC Project] URL: link:https://gcc.gnu.org/[] +
 link:https://gcc.gnu.org/gcc-12/[GCC 12 release series] URL: link:https://gcc.gnu.org/gcc-12/[] +
 link:https://gcc.gnu.org/gcc-13/[GCC 13 release series] URL: link:https://gcc.gnu.org/gcc-13/[] +
-link:https://gcc.gnu.org/gcc-14/[GCC 14 release series] URL: link:https://gcc.gnu.org/gcc-14/[]
+link:https://gcc.gnu.org/gcc-14/[GCC 14 release series] URL: link:https://gcc.gnu.org/gcc-14/[] +
 link:https://gcc.gnu.org/gcc-11/[GCC 15 release series] URL: link:https://gcc.gnu.org/gcc-15/[] +
 link:https://gcc.gnu.org/gcc-11/[GCC 16 release series] URL: link:https://gcc.gnu.org/gcc-16/[] +
 
diff --git a/website/content/en/status/report-2025-04-2025-06/intro.adoc b/website/content/en/status/report-2025-04-2025-06/intro.adoc
index f71ed66788..76a4956e75 100644
--- a/website/content/en/status/report-2025-04-2025-06/intro.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/intro.adoc
@@ -9,7 +9,7 @@ Two months is not bad, especially if we consider that FreeBSD communication happ
 
 If you are a late submitter, please take some time to evaluate if there is anything you can do to improve your report submission punctuality.
 The Status Team is always glad to ease the submission process: if there is something we can do for you, just ask.
-If you are a contributor or just a FreeBSD user, please consider contributing, more if you can.
+If you are a contributor or just a FreeBSD user, please consider contributing more, if you can.
 Even working on a single small simple task is useful, it can help to lower the pressure on other developers, for whom it might thus become easier to find the time to document their work.
 
 Have a nice reading!
diff --git a/website/content/en/status/report-2025-04-2025-06/lkpi-wireless.adoc b/website/content/en/status/report-2025-04-2025-06/lkpi-wireless.adoc
index 85858bb08f..c36d29c290 100644
--- a/website/content/en/status/report-2025-04-2025-06/lkpi-wireless.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/lkpi-wireless.adoc
@@ -7,7 +7,7 @@ link:https://github.com/FreeBSDFoundation/proj-laptop/issues/58[LinuxKPI wireles
 link:https://github.com/FreeBSDFoundation/proj-laptop/issues/66[MediaTek mt76 PCI driver support] URL:link:https://github.com/FreeBSDFoundation/proj-laptop/issues/66[] +
 link:https://github.com/FreeBSDFoundation/proj-laptop/issues/34[802.11ax support] URL:link:https://github.com/FreeBSDFoundation/proj-laptop/issues/34[] +
 link:https://github.com/FreeBSDFoundation/proj-laptop/issues/79[net80211 updates] URL:link:https://github.com/FreeBSDFoundation/proj-laptop/issues/79[] +
-link:https://bugs.freebsd.org/bugzilla/showdependencytree.cgi?id=277512&hide_resolved=1[Tracked wireless PRs] URL:https://bugs.freebsd.org/bugzilla/showdependencytree.cgi?id=277512&hide_resolved=1[]
+link:https://bugs.freebsd.org/bugzilla/showdependencytree.cgi?id=277512&hide_resolved=1[Tracked wireless PRs] URL:link:https://bugs.freebsd.org/bugzilla/showdependencytree.cgi?id=277512&hide_resolved=1[]
 
 Contact: Bjoern A. Zeeb <bz@FreeBSD.org> +
 Contact: The FreeBSD wireless mailing list <wireless@FreeBSD.org>
diff --git a/website/content/en/status/report-2025-04-2025-06/packrat.adoc b/website/content/en/status/report-2025-04-2025-06/packrat.adoc
index f496bccc9c..fdace6f6e9 100644
--- a/website/content/en/status/report-2025-04-2025-06/packrat.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/packrat.adoc
@@ -1,4 +1,4 @@
-=== Packrat - NFS client caching on non-volatile storage
+=== Packrat -- NFS client caching on non-volatile storage
 
 Contact: Rick Macklem <rmacklem@freebsd.org>
 
diff --git a/website/content/en/status/report-2025-04-2025-06/ports-security.adoc b/website/content/en/status/report-2025-04-2025-06/ports-security.adoc
index 8fb04f26d6..eba18d298d 100644
--- a/website/content/en/status/report-2025-04-2025-06/ports-security.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/ports-security.adoc
@@ -11,12 +11,12 @@ As not all ports are compatible with them, this is not enabled by default.
 
 The 3 new features which can be enabled for the Ports Collection in [.filename]#make.conf# are:
 
-- WITH_FORTIFY=yes::
+- WITH_FORTIFY=yes:
 This enables mitigations of common memory safety issues, such as buffer overflows, by adding checks to functions like memcpy, strcpy, sprintf, and others when the compiler can determine the size of the destination buffer at compile time.
 This requires support from the FreeBSD base system and may only be available in FreeBSD 15 onwards.
-WITH_STACK_AUTOINIT=yes::
+- WITH_STACK_AUTOINIT=yes:
 This enables a compiler specific option to automatically initialize local (automatic) variables to prevent the use of uninitialized memory.
-WITH_ZEROREGS=yes::
+- WITH_ZEROREGS=yes:
 Zero call-used registers at function return to increase program security by either mitigating Return-Oriented Programming (ROP) attacks or preventing information leakage through registers.
 This depends upon support from the compiler for a given architecture.
 This is disabled for python ports; currently there are issues.
diff --git a/website/content/en/status/report-2025-04-2025-06/usb-debugging.adoc b/website/content/en/status/report-2025-04-2025-06/usb-debugging.adoc
index 12c3234e7b..a047cdbcce 100644
--- a/website/content/en/status/report-2025-04-2025-06/usb-debugging.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/usb-debugging.adoc
@@ -4,7 +4,7 @@ Contact: Tom Jones <thj@FreeBSD.org>
 
 XHCI USB controllers offer a mode which allows them to be used as a system debugging interface.
 XHCI debug uses a special USB 3 cable with VBUS, D+ and D- disconnected.
-The feature can used to live debug the FreeBSD kernel, enabling investigation of issues which cause the system video console to lock up and there is not an alternative such as a serial console.
+The feature can be used to live debug the FreeBSD kernel, enabling investigation of issues which cause the system video console to lock up and there is not an alternative such as a serial console.
 This can happen when debugging issues with graphics drivers.
 
 mailto:hrs@FreeBSD.org[Hiroki Sato] developed support for the XHCI debug interface and made it available as some in progress git branches.