banan-os/kernel/include/kernel/FS
Bananymous 9d7f97ccd5 Kernel: Implement DevFileSystem::remove_device
This function cleanly removes the devices from the whole filesystem.

USB devices are now removed from the filesystem as soon as they are
destroyed.
2024-07-15 22:10:42 +03:00
..
DevFS Kernel: Implement DevFileSystem::remove_device 2024-07-15 22:10:42 +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/LibC: Implement super basic select 2024-02-12 17:26:33 +02: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 all broken locks from new mutexes 2024-02-28 22:45:34 +02: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