git: a4150d4e4e - main - Status/2025Q3: Fixes

Lorenzo Salvadore <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by salvadore:

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

commit a4150d4e4e4a4b88b62556b023b9b1feb8a858a8
Author:     Lorenzo Salvadore <[email protected]>
AuthorDate: 2025-11-30 10:17:52 +0000
Commit:     Lorenzo Salvadore <[email protected]>
CommitDate: 2025-11-30 10:22:10 +0000

    Status/2025Q3: Fixes
    
    In particular, rename the id [[kernel]] used in group-changes.adoc
    because the same id is already in use in _index.adoc.
---
 .../status/report-2025-07-2025-09/alpha-omega-beach-cleaning.adoc   | 2 +-
 .../en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc      | 6 +++---
 website/content/en/status/report-2025-07-2025-09/group-changes.adoc | 2 +-
 website/content/en/status/report-2025-07-2025-09/hackathon.adoc     | 2 +-
 website/content/en/status/report-2025-07-2025-09/nuageinit.adoc     | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/website/content/en/status/report-2025-07-2025-09/alpha-omega-beach-cleaning.adoc b/website/content/en/status/report-2025-07-2025-09/alpha-omega-beach-cleaning.adoc
index 470eac52f1..c32487e2b7 100644
--- a/website/content/en/status/report-2025-07-2025-09/alpha-omega-beach-cleaning.adoc
+++ b/website/content/en/status/report-2025-07-2025-09/alpha-omega-beach-cleaning.adoc
@@ -1,7 +1,7 @@
 === Alpha-Omega Beach Cleaning project
 
 Links: +
-link:https://alpha-omega.dev[Alpha-Omega - Linux Foundation Project] URL: link:https://alpha-omega.dev[] +
+link:https://alpha-omega.dev[Alpha-Omega -- Linux Foundation Project] URL: link:https://alpha-omega.dev[] +
 link:https://github.com/ossf/alpha-omega[Alpha-Omega on GitHub] URL: link:https://github.com/ossf/alpha-omega[] +
 link:https://freebsdfoundation.org[FreeBSD Foundation] URL: link:https://freebsdfoundation.org[] +
 link:https://github.com/FreeBSDFoundation/alpha-omega-beach-cleaning[Project repository from the FreeBSD Foundation] URL: link:https://github.com/FreeBSDFoundation/alpha-omega-beach-cleaning[]
diff --git a/website/content/en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc b/website/content/en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc
index 5465ce3d39..0142b0aebc 100644
--- a/website/content/en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc
+++ b/website/content/en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc
@@ -11,9 +11,9 @@ The Banana Pi R64 is a MediaTek MT7622-based development board (ARM Cortex-A53,
   * **UART driver**
   * **Clock management (clocks)**
   * **Pinctrl/gpio driver** – in active development gpio part
-  * **Storage controllers (eMMC/SD/MMC) driver
-  * **Ethernet Switch mt7531 driver
-  * **Ethernet mt7622 driver
+  * **Storage controllers (eMMC/SD/MMC) driver**
+  * **Ethernet Switch mt7531 driver**
+  * **Ethernet mt7622 driver**
 
 Other essential components—Ethernet, USB, SATA, Wi-Fi, etc.—are not yet implemented.
 
diff --git a/website/content/en/status/report-2025-07-2025-09/group-changes.adoc b/website/content/en/status/report-2025-07-2025-09/group-changes.adoc
index 8d41d0edbe..2beee38693 100644
--- a/website/content/en/status/report-2025-07-2025-09/group-changes.adoc
+++ b/website/content/en/status/report-2025-07-2025-09/group-changes.adoc
@@ -15,7 +15,7 @@ Starting with FreeBSD 15:
 +
 Out of caution, even if almost all existing applications will continue to work undisturbed, we advise auditing those that you are maintaining or using as explained below.
 . [[initgroups]]How processes' group membership is derived from the password and group databases on login has slightly changed: The login user's initial numerical group ID from the password database is now automatically added to the supplementary groups set, even if that user is not explicitly listed as a member of the corresponding group in the group database.
-. [[kernel]]The kernel stores the effective group ID in a new specific field of `struct ucred` (`cr_gid`) instead of in the same array as supplementary groups (`cr_ngroups[]`).
+. [[kernel_group-changes]]The kernel stores the effective group ID in a new specific field of `struct ucred` (`cr_gid`) instead of in the same array as supplementary groups (`cr_ngroups[]`).
 
 The man:setgroups[2] and man:getgroups[2] system calls will operate only on the calling process' supplementary groups, not featuring the effective group ID as the first element of their array argument.
 The man:initgroups[3] function's implementation is unchanged and still relies on man:setgroups[2], with the consequence that it **does not** set the process' effective group ID **anymore**, instead including its `basegid` argument in the supplementary groups set.
diff --git a/website/content/en/status/report-2025-07-2025-09/hackathon.adoc b/website/content/en/status/report-2025-07-2025-09/hackathon.adoc
index 53cf41d276..63ce3016c2 100644
--- a/website/content/en/status/report-2025-07-2025-09/hackathon.adoc
+++ b/website/content/en/status/report-2025-07-2025-09/hackathon.adoc
@@ -3,7 +3,7 @@
 Links:
 link:https://wiki.freebsd.org/Hackathon/202507[Event page] URL: link:https://wiki.freebsd.org/Hackathon/202507[] +
 
-Date: July Saturday 12th and Sunday 13th 2025
+Date: July Saturday 12th and Sunday 13th 2025 +
 Location: Chaos Computer Club Berlin
 
 We had been invited to hold our two day Hackathon in the halls of the Chaos Computer Club Berlin.
diff --git a/website/content/en/status/report-2025-07-2025-09/nuageinit.adoc b/website/content/en/status/report-2025-07-2025-09/nuageinit.adoc
index 77cbbaca23..4e4abc59b9 100644
--- a/website/content/en/status/report-2025-07-2025-09/nuageinit.adoc
+++ b/website/content/en/status/report-2025-07-2025-09/nuageinit.adoc
@@ -1,4 +1,4 @@
-=== Cloud: Improvements for nuageinit
+=== Improvements for nuageinit
 
 Contact: Baptiste Daroussin <[email protected]> +
 Contact: Jesús Daniel Colmenares Oviedo <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.