git: 50d50a3d0c - main - Status/2024Q4: 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=50d50a3d0c30b202cd72fd7b6c53dcd89611c1df

commit 50d50a3d0c30b202cd72fd7b6c53dcd89611c1df
Author:     Chris Moerz <[email protected]>
AuthorDate: 2025-02-14 09:34:38 +0000
Commit:     Lorenzo Salvadore <[email protected]>
CommitDate: 2025-02-14 09:37:41 +0000

    Status/2024Q4: Fixes
    
    Differential Revision:  https://reviews.freebsd.org/D48682
---
 website/content/en/status/report-2024-10-2024-12/appjail.adoc      | 4 ++--
 website/content/en/status/report-2024-10-2024-12/installer.adoc    | 2 +-
 website/content/en/status/report-2024-10-2024-12/qemu_l4b.adoc     | 6 ++++--
 website/content/en/status/report-2024-10-2024-12/syzkaller.adoc    | 2 +-
 website/content/en/status/report-2024-10-2024-12/wireless-iwx.adoc | 2 +-
 5 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/website/content/en/status/report-2024-10-2024-12/appjail.adoc b/website/content/en/status/report-2024-10-2024-12/appjail.adoc
index 45bf6d079f..a40bed9f0b 100644
--- a/website/content/en/status/report-2024-10-2024-12/appjail.adoc
+++ b/website/content/en/status/report-2024-10-2024-12/appjail.adoc
@@ -2,8 +2,8 @@
 
 Links: +
 link:https://github.com/DtxdF/AppJail[AppJail on Github] URL: link:https://github.com/DtxdF/AppJail[] +
-link:https://github.com/DtxdF/Director[Director on Github] URL: link:https://github.com/DtxdF/Director[]
-link:https://github.com/DtxdF/LittleJet[LittleJet on Github] URL: link:https://github.com/DtxdF/LittleJet[]
+link:https://github.com/DtxdF/Director[Director on Github] URL: link:https://github.com/DtxdF/Director[] +
+link:https://github.com/DtxdF/LittleJet[LittleJet on Github] URL: link:https://github.com/DtxdF/LittleJet[] +
 link:https://github.com/DtxdF/reproduce[Reproduce on Github] URL: link:https://github.com/DtxdF/reproduce[]
 
 Contact: Jesús Daniel Colmenares Oviedo <[email protected]>
diff --git a/website/content/en/status/report-2024-10-2024-12/installer.adoc b/website/content/en/status/report-2024-10-2024-12/installer.adoc
index 70e2245cb5..5bfcc8c232 100644
--- a/website/content/en/status/report-2024-10-2024-12/installer.adoc
+++ b/website/content/en/status/report-2024-10-2024-12/installer.adoc
@@ -4,7 +4,7 @@ Links: +
 link:https://wiki.freebsd.org/SummerOfCode2024Projects/ImprovingRepairAbilityOfTheFreeBSDInstaller[Improving Repair Ability of the FreeBSD Installer] URL: link:https://wiki.freebsd.org/SummerOfCode2024Projects/ImprovingRepairAbilityOfTheFreeBSDInstaller[] +
 link:https://github.com/freebsd/freebsd-src/pull/1395[GSoC 2024 - Improving Installer with Repair and Upgrade Ability (#1395)] URL: link:https://github.com/freebsd/freebsd-src/pull/1395[] +
 link:https://github.com/freebsd/freebsd-src/pull/1424[bsdinstall: Add pkg install support in live env (#1424)] URL: link:https://github.com/freebsd/freebsd-src/pull/1424[] +
-link:https://github.com/freebsd/freebsd-src/pull/1427[bsdinstall: Add repair scripts to installer menu (#1427)] URL: link:https://github.com/freebsd/freebsd-src/pull/1427[]
+link:https://github.com/freebsd/freebsd-src/pull/1427[bsdinstall: Add repair scripts to installer menu (#1427)] URL: link:https://github.com/freebsd/freebsd-src/pull/1427[] +
 link:https://wiki.freebsd.org/LaptopDesktopWorkingGroup[Laptop and Desktop Working Group] URL: link:https://wiki.freebsd.org/LaptopDesktopWorkingGroup[]
 
 Contact: Pierre Pronchery <[email protected]>
diff --git a/website/content/en/status/report-2024-10-2024-12/qemu_l4b.adoc b/website/content/en/status/report-2024-10-2024-12/qemu_l4b.adoc
index 44d570601b..1ce2344dd9 100644
--- a/website/content/en/status/report-2024-10-2024-12/qemu_l4b.adoc
+++ b/website/content/en/status/report-2024-10-2024-12/qemu_l4b.adoc
@@ -1,9 +1,9 @@
-== BSD-USER 4 LINUX
+=== BSD-USER 4 LINUX
 
 Contact: Maksym Sobolyev <[email protected]>
 
 Links:
-link:https://github.com/sobomax/qemu-bsd-user-l4b[Project Page] URL: link:https://github.com/sobomax/qemu-bsd-user-l4b[]
+link:https://github.com/sobomax/qemu-bsd-user-l4b[Project Page] URL: link:https://github.com/sobomax/qemu-bsd-user-l4b[] +
 link:https://github.com/sobomax/qemu_l4b[Tooling] URL: link:https://github.com/sobomax/qemu_l4b[]
 
 The `bsd-user-4-linux` project ports BSD user-mode emulation for QEMU to Linux.
@@ -11,6 +11,7 @@ The primary goal is to enable unmodified FreeBSD binaries to run on modern Linux
 Additionally, the project aims to provide multi-platform container images with a functional FreeBSD environment and ready-to-use GitHub Actions templates.
 
 Current Status:
+
 * The initial port successfully runs `make -jN buildworld`.
 * Most command-line tools are working as expected (`sh`, `bash`, `find`, `grep`, `git`, `clang`, etc).
 * A link:https://github.com/sobomax/qemu-bsd-user-l4b/actions[GitHub Actions pipeline] builds x86_64 emulation images for:
@@ -23,6 +24,7 @@ Next Steps:
 * Implement container integration.
 
 How You Can Help:
+
 * Test with your preferred toolchain, report issues, or contribute fixes.
 * Build and test non-x86_64 emulation images (e.g., FreeBSD/arm64 on Linux/x86_64). The code works on BSD but needs testing on Linux.
 * Support us on link:https://patreon.com/sippylabs[Patreon].
diff --git a/website/content/en/status/report-2024-10-2024-12/syzkaller.adoc b/website/content/en/status/report-2024-10-2024-12/syzkaller.adoc
index 89360eae3b..8b00748fe6 100644
--- a/website/content/en/status/report-2024-10-2024-12/syzkaller.adoc
+++ b/website/content/en/status/report-2024-10-2024-12/syzkaller.adoc
@@ -3,7 +3,7 @@
 Links: +
 link:https://github.com/google/syzkaller[google/syzkaller] URL: link:https://github.com/google/syzkaller[] +
 
-Contact: Jian-Lin Li <[email protected]>
+Contact: Jian-Lin Li <[email protected]> +
 Contact: Li-Wen Hsu <[email protected]>
 
 Syzkaller is an operating system kernel fuzzer that can look for vulnerabilities in the kernel.
diff --git a/website/content/en/status/report-2024-10-2024-12/wireless-iwx.adoc b/website/content/en/status/report-2024-10-2024-12/wireless-iwx.adoc
index 2eb08c80f2..756cf8078e 100644
--- a/website/content/en/status/report-2024-10-2024-12/wireless-iwx.adoc
+++ b/website/content/en/status/report-2024-10-2024-12/wireless-iwx.adoc
@@ -1,6 +1,6 @@
 === Wireless Update
 
-Contact: Tom Jones <[email protected]>
+Contact: Tom Jones <[email protected]> +
 Contact: The FreeBSD wireless mailing list <[email protected]>
 
 With Support from the FreeBSD Foundation this quarter I started working on porting the iwx WiFi driver from OpenBSD (via Haiku).
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.