summaryrefslogtreecommitdiff
path: root/userland/libc/fcntl
AgeCommit message (Collapse)Author
2024-12-12formatting: Use clang-format on all projectsAnton Kling
This commit also add braces to all `if` statements.
2024-12-12signal: Remove old way of sending signals and instead use procfsAnton Kling
2024-10-03libc: Add sendfile and queueAnton Kling
2024-04-17VFS/LibC: Fix small bugsAnton Kling
2024-04-02Kernel: Fix some memory leaksAnton Kling
2023-11-24Refactor open()Anton Kling