banan-os/kernel/include/kernel/FS
Bananymous f73e954b28 Kernel: Remove SpinLock from Pipe
Pipe already is using lock on the inode. If you read from pipe when
there was no data, pipe blocked indefinately since writes were blocked
by Inode::m_lock.
2024-02-14 17:21:32 +02:00
..
DevFS All: Cleanup all files 2024-01-24 15:53:38 +02:00
Ext2 Kernel/LibC: Implement super basic select 2024-02-12 17:26:33 +02:00
ProcFS Kernel/LibC: Implement super basic select 2024-02-12 17:26:33 +02:00
TmpFS Kernel/LibC: Implement super basic select 2024-02-12 17:26:33 +02:00
FileSystem.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Inode.h Kernel/LibC: Implement super basic select 2024-02-12 17:26:33 +02:00
Pipe.h Kernel: Remove SpinLock from Pipe 2024-02-14 17:21:32 +02:00
Socket.h Kernel: Implement basic connection-mode unix domain sockets 2024-02-08 02:28:19 +02:00
VirtualFileSystem.h All: Cleanup all files 2024-01-24 15:53:38 +02:00