git: 50d50a3d0c - main - Status/2024Q4: Fixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 09:38:48 UTC
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=50d50a3d0c30b202cd72fd7b6c53dcd89611c1df commit 50d50a3d0c30b202cd72fd7b6c53dcd89611c1df Author: Chris Moerz <freebsd@ny-central.org> AuthorDate: 2025-02-14 09:34:38 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> 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 <DtxdF@disroot.org> 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 <pierre@freebsdfoundation.org> 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 <sobomax@FreeBSD.org> 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 <ljianlin99@gmail.com> +Contact: Jian-Lin Li <ljianlin99@gmail.com> + Contact: Li-Wen Hsu <lwhsu@FreeBSD.org> 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 <thj@FreeBSD.org> +Contact: Tom Jones <thj@FreeBSD.org> + Contact: The FreeBSD wireless mailing list <wireless@FreeBSD.org> With Support from the FreeBSD Foundation this quarter I started working on porting the iwx WiFi driver from OpenBSD (via Haiku).