banan-os/kernel
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
..
arch Kernel: Improve syscall handling 2024-02-12 21:51:11 +02:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Remove SpinLock from Pipe 2024-02-14 17:21:32 +02:00
kernel Kernel: Don't use strcat in kernel code 2024-02-14 14:59:13 +02:00
klibc Kernel: Add klibc for kernel 2024-02-14 15:00:04 +02:00
lai@a228465314 Kernel: Add LAI as a dependency 2023-09-22 17:20:35 +03:00
CMakeLists.txt Kernel: Add klibc for kernel 2024-02-14 15:00:04 +02:00
icxxabi.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00
ubsan.cpp All: Cleanup all files 2024-01-24 15:53:38 +02:00