banan-os/kernel/kernel/FS
Bananymous a5cb4057f9 Kernel: Implement unified input files for device hot-plugging support
/dev/keyboard and /dev/mouse can be read for events from any attached
keyboard or mouse respectively. This makes device hot-plugging support
pretty much automatic for TTY, GUI, and whatever takes input.
2024-07-15 22:11:15 +03:00
..
DevFS Kernel: Implement unified input files for device hot-plugging support 2024-07-15 22:11:15 +03:00
Ext2 All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
FAT All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
ProcFS BAN: Allow String::formatted to fail 2024-06-25 11:04:03 +03:00
TmpFS All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
FileSystem.cpp Kernel: Implement read-only FAT12/16/32 driver with long name support 2024-06-14 01:04:12 +03:00
Inode.cpp Kernel: Don't validate O_SEARCH for non-directories 2024-06-25 19:27:55 +03:00
Pipe.cpp Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
VirtualFileSystem.cpp All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00