On May 14, 2001, H. Peter Anvin announced to the linux-kernel mailing list: “Linus Torvalds has requested a moratorium on new device number assignments. His hope is that a new and better method for ...
A new interface for implementing device drivers outside the kernel has one project saving about 5,000 lines of code. The concept of supporting user-space drivers has appeared on LWN a few times before ...
Writing filesystems, or any kernel code, is hard. The kernel is a complex environment to master, and small mistakes can cause severe data corruption. Filesystems, however, offer a clean data access ...