summaryrefslogtreecommitdiff
path: root/userland/libc/sys
AgeCommit message (Collapse)Author
2023-10-30Kernel/LibC/Networking: Be able to send UDP messagesAnton Kling
Now it can send UDP messages to a specific IP address and libc has enough to create a basic UDP ECHO server, that is kinda cool.
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