banan-os/kernel
Bananymous ad16de59f8 Kernel: Implement basic F_{GET,SET}LK{,W}
At the moment these lock the whole file which is not what is supposed to
happen. Some port was trying to use these and this seems to work for
that. This may cause deadlocks but that should be easy enough to find
the reason because of the debug warnings
2026-01-06 21:58:56 +02:00
..
arch Kernel: Remove unused (and broken) code from signal trampoline 2025-12-28 03:53:38 +02:00
font BuildSystem: building for 32-bit works now 2023-04-02 05:03:17 +03:00
include/kernel Kernel: Move smp_initialized flag after schedulers are initialized 2026-01-03 23:39:07 +02:00
kernel Kernel: Implement basic F_{GET,SET}LK{,W} 2026-01-06 21:58:56 +02:00
klibc LibC: Define ESHUTDOWN 2025-11-02 21:09:48 +02:00
CMakeLists.txt Kernel: Add support for DualShock 3 controllers 2026-01-03 20:07:08 +02:00
icxxabi.cpp Kernel: Fix cxxabi for function static variable guards 2024-07-14 01:53:50 +03:00
ubsan.cpp Kenrel: Add __builtin_unreachable support for UBSAN 2024-09-22 17:14:36 +03:00