banan-os/kernel/include/kernel/FS
Bananymous bac3219a01 Kernel: Fix `Pipe::can_read_impl()`
The logic was inversed, which made all select calls report incorrectly
for pipes. This made terminal emulator just freeze.
2024-08-10 18:18:25 +03:00
..
DevFS Kernel: Rewrite the whole scheduler and re-architecture SMP handling 2024-07-22 00:33:50 +03:00
Ext2 Kernel: Start work on adding support for new filesystems 2024-06-11 10:50:26 +03:00
FAT All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
ProcFS Kernel: Expose /proc/meminfo and fix /proc/<pid>/meminfo 2024-08-09 15:58:56 +03:00
TmpFS All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
FileSystem.h Kernel: Start work on adding support for new filesystems 2024-06-11 10:50:26 +03:00
Inode.h Kernel: Fix how socket closing works 2024-06-19 10:39:44 +03:00
Pipe.h Kernel: Fix `Pipe::can_read_impl()` 2024-08-10 18:18:25 +03:00
Socket.h Kernel: Rewrite Sockets to not be TmpInodes 2024-06-27 00:35:19 +03:00
VirtualFileSystem.h Kernel: Start work on adding support for new filesystems 2024-06-11 10:50:26 +03:00