summaryrefslogtreecommitdiff
path: root/userland/libc/sys/socket
AgeCommit message (Collapse)Author
2024-06-26LibC: Fix printf formattingAnton Kling
Previously %02x would not print out padding if the given value was zero.
2024-04-29Kernel/IRC: Add setsockopt and move IRC client to use new socket interfaceAnton Kling
2024-02-07Minor fixAnton Kling
2023-12-18Add untracked filesAnton Kling
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.