summaryrefslogtreecommitdiff
path: root/userland/libc/sys
AgeCommit message (Expand)Author
2024-12-12formatting: Use clang-format on all projectsAnton Kling
2024-10-03libc: Add sendfile and queueAnton Kling
2024-06-26LibC: Fix printf formattingAnton Kling
2024-04-29Kernel/IRC: Add setsockopt and move IRC client to use new socket interfaceAnton Kling
2024-04-18LibC: Fix compiler warningsAnton Kling
2024-04-17Kernel/LibC: Add fstat() and remove stat() syscallAnton Kling
2024-03-25Random changesAnton Kling
2024-02-07Minor fixAnton Kling
2023-12-18Add untracked filesAnton Kling
2023-11-23Kernel/LibC: Add randomfill() syscall.Anton Kling
2023-11-23LibC: Reduce warnings in codeAnton Kling
2023-10-30Kernel/LibC/Networking: Be able to send UDP messagesAnton Kling
2023-10-23VFS/libc: Create a syscall for mkdir and add the function to libcAnton Kling
2023-10-22Move everything into a new repo.Anton Kling