NanoBSD has long provided a reliable framework for building embedded FreeBSD images, but its legacy pipeline remains monolithic and resource...
Add Networking Support to kboot
Aryan Arora
This project introduces a network abstraction layer to libkboot, enabling boot artifacts to be fetched from remote sources without disrupting the...
Enhancing Arduino and ESP32 Development Ecosystem on FreeBSD
Deepan Sai
Problems to solve: - Porting and stabilizing Arduino CLI for FreeBSD - Fixing USB and serial communication workflows for reliable device interaction...
Live-patching for the FreeBSD kernel
fedang
This project aims to add a livepatch subsystem to dynamically update kernel code. Having a way to patch bugs or security vulnerabilities without...
Netlink Payload Decoding Infrastructure for FreeBSD Tracing Tools
IshanAgrawal
This project improves Netlink support in FreeBSD tracing tools by enabling structured decoding of Netlink message payloads. Currently, truss(1) shows...
Capsicumize fts(3)
Jitendra Bhati
fts(3) is the file hierarchy traversal library used by nearly every recursive utility in FreeBSD like find, rm, ls, chflags, du, and others. It...
Bluetooth Support for HID Devices
Majed Alkhaleefah
Currently, Bluetooth HID support in FreeBSD is limited to the bthidd daemon. The daemon, while functional, uses its own custom userspace drivers...
Native MPLS Support for FreeBSD
Subhash Murmu
This proposal lays out plans to bring native MPLS support into the FreeBSD kernel. MPLS—Multi-Protocol Label Switching—is a fast packet-forwarding...
EFI-Backed Persistent Boot Counter for Early-Boot HMAC in FreeBSD
Vidith Hundekar
This project introduces a firmware-backed persistent boot counter into the FreeBSD base system to address the early-boot entropy problem. During...
Enhancing Zoned Storage support on FreeBSD
voidanix
This proposal aims at implementing the following quality-of-life improvements to FreeBSD's Zoned Storage support: NVMe ZNS support; Zone-aware...
Reimplement udmabuf to FreeBSD
Zishun Yi
This project aims to implement the udmabuf (User DMA Buffer) driver on FreeBSD, a crucial mechanism for zero-copy memory sharing between userspace...