11 open-source projects similar to sysprog21/khttpd, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Khttpd alternative.
This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s
KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel.