banan-os/kernel/include/kernel/FS
Bananymous bce16cdd6e Kernel: Fix how socket closing works
Sockets are now closed only when they are not referenced any more. This
allows child process to close socket and still keep it open for the
parent.
2024-06-19 10:39:44 +03:00
..
DevFS Kernel: Fix all broken locks from new mutexes 2024-02-28 22:45:34 +02: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: Implement basic connection-mode unix domain sockets 2024-02-08 02:28:19 +02:00
VirtualFileSystem.h Kernel: Start work on adding support for new filesystems 2024-06-11 10:50:26 +03:00