banan-os/kernel/include/kernel/FS
Bananymous 0af74fccda Kernel/LibC: Rework dirent structure
dirent now contains statically sized d_name. This allows using
sizeof on the name and dirent properly, which some programs seem
to be using.
2024-05-22 20:19:59 +03:00
..
DevFS Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
Ext2 Kernel/LibC: Rework dirent structure 2024-05-22 20:19:59 +03:00
ProcFS Kernel/LibC: Implement super basic select 2024-02-12 17:26:33 +02:00
TmpFS Kernel/LibC: Rework dirent structure 2024-05-22 20:19:59 +03:00
FileSystem.h Kernel: Start making device numbers unique for each device 2024-02-22 15:53:48 +02:00
Inode.h Kernel/LibC: Rework dirent structure 2024-05-22 20:19:59 +03:00
Pipe.h Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00
Socket.h Kernel: Implement basic connection-mode unix domain sockets 2024-02-08 02:28:19 +02:00
VirtualFileSystem.h Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02:00