Status/2024Q4: Fixes

Differential Revision:	https://reviews.freebsd.org/D48682
This commit is contained in:
Chris Moerz 2025-02-14 10:34:38 +01:00 committed by Lorenzo Salvadore
parent f359a45ae1
commit 50d50a3d0c
No known key found for this signature in database
GPG Key ID: B58F7C3CF6DB8A38
5 changed files with 9 additions and 7 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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].

View File

@ -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.

View File

@ -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).