banan-os/kernel
Bananymous 9fbd9288b2 Kernel: Fix symlink deletion from tmpfs
Small symlinks store their target in inline storage of data block
indices. Freeing blocks did not account for this and tried to interpret
the link target as block inidices to delete
2026-01-01 20:40:38 +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: Cleanup scheduling while idling 2025-12-31 19:28:55 +02:00
kernel Kernel: Fix symlink deletion from tmpfs 2026-01-01 20:40:38 +02:00
klibc LibC: Define ESHUTDOWN 2025-11-02 21:09:48 +02:00
CMakeLists.txt Kernel: Show QR code with panic logs on kernel panic 2025-10-28 05:50:19 +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