summaryrefslogtreecommitdiff
path: root/userland/libc/signal
AgeCommit message (Expand)Author
2024-12-12formatting: Use clang-format on all projectsAnton Kling
2024-12-12signal: Remove old way of sending signals and instead use procfsAnton Kling
2024-07-01LibC: Change how kill() worksAnton Kling
2024-04-02Kernel: Fix some memory leaksAnton Kling
2023-10-30Kernel/LibC: Add signals and support for custom signal handlers to processes.Anton Kling