aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-17net: DHCP client - lease the IP at boot instead of hardcoding ituser1-29/+68
2026-07-17net: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCPuser1-8/+678
2026-07-17net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user1-21/+321
2026-07-17net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-0/+754