This project aims to add VMM acceleration support to QEMU on FreeBSD, bridging the gap between QEMU’s userspace emulation and FreeBSD’s kernel-based...
Testing & Development for Rust FreeBSD Device Drivers
Acesp25
The current FreeBSD environment lacks robust automated testing for Rust kernel modules and officially maintained Rust drivers. Past projects for Rust...
Full Disk Administration Tool for FreeBSD
Braulio Rivas
FreeBSD currently lacks a tool to manage partitions and manipulate file systems like GParted does in Linux. The proposed project aims to use sade, a...
Adding QCOW2 compressed image support to mkimg(1)
Christos Komis
mkimg(1), a FreeBSD tool used for creating disk images in various formats, currently lacks support for creating compressed QCOW2 images. This project...
Sockstat UI Improvements
Damin Rido J V
Problem Statement: Sockstat is a useful FreeBSD utility for displaying active sockets, but its current output format is rigid and lacks flexibility....
ACPI Initialization in Loader With Lua Bindings
kpowkitty
Intel™’s Advanced Configuration and Power Interface (ACPI) is an industry standard specification that revolutionized power management by putting it...
Speed up the FreeBSD boot process
Lahiru Gunathilake
This proposal aims to accelerate FreeBSD’s boot process by using the TSLOG framework to identify and target specific delays. Initial profiling...
WiFi Management UI
Muhammad Saheed
This project aims to build a CLI and TUI utility for easy WiFi and network management on the FreeBSD operating system. The base features for...
Implement Journaling for FreeBSD's ext3/4
Pau Sum
This project aims to implement Linux-compatible journaling within FreeBSD's ext filesystem, which is a standard feature in Linux's ext3 and ext4...
FreeBSD Power Profiling Tool
Sai Kasyap Jannabhatla
FreeBSD previously lacked process-level power profiling, relying only on ACPI whole-system statistics. To address this, I built a FreeBSD-native...
mac_do(4) and mdo(1) improvements
thesynthax
The FreeBSD mac_do(4) and mdo(1) utilities enable controlled transitions of user and group credentials without relying on inherently risky setuid...
Port FreeBSD to QEMU microvm
WGeckle80
QEMU microvm is a lightweight virtual machine environment designed to run operating systems quickly with few hardware dependencies. This project...