| Commit message (Expand) | Author | Age | Files | Lines |
| * | net: SYS_POLLCON + larger console ring for link-injected input | user | 4 days | 2 | -1/+9 |
| * | net: unbreak ping against hosts that intermittently drop ICMP | user | 4 days | 2 | -1/+20 |
| * | net: ping resolves hostnames (ping sl0p.foo, not just ping 1.2.3.4) | user | 4 days | 1 | -21/+15 |
| * | cleanup: drop c/tcp.c (old userland-SLIP TCP client, superseded by kernel TCP... | user | 4 days | 1 | -107/+0 |
| * | net: DHCP client - lease the IP at boot instead of hardcoding it | user | 4 days | 4 | -0/+192 |
| * | kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing) | user | 4 days | 4 | -1/+20 |
| * | net: wget-by-hostname + shared DNS resolver (a Game Boy fetches example.com) | user | 4 days | 3 | -96/+109 |
| * | net: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCP | user | 4 days | 1 | -14/+42 |
| * | net: UDP sockets in the kernel + a DNS resolver (real hostname lookups) | user | 4 days | 2 | -0/+94 |
| * | net: proper socket API in the kernel (SYS_NET) - no more SLIP in userland | user | 4 days | 5 | -139/+86 |
| * | net: ping - GB-originated ICMP echo (a Game Boy pings the real internet) | user | 5 days | 1 | -0/+100 |
| * | net: IP stack milestone B - UDP echo (pseudo-header checksum) | user | 5 days | 1 | -30/+61 |
| * | net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy) | user | 5 days | 1 | -0/+47 |
| * | net: chat client - async receive + OSK send over the link port | user | 5 days | 3 | -1/+77 |
| * | net: wget - real HTTP over the link port via the gateway | user | 5 days | 3 | -32/+58 |
| * | net: SLIP framing over the link port + a host gateway (echo round-trip) | user | 5 days | 3 | -1/+60 |
| * | kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE) | user | 5 days | 4 | -12/+84 |
| * | term/osk: scroll region so the OSK never hides the input line | user | 5 days | 1 | -0/+16 |
| * | sh: handle backspace in readline; prompt is now '#' | user | 5 days | 1 | -1/+5 |
| * | fs: reject open()/read() on a directory (EISDIR) | user | 5 days | 5 | -6/+8 |
| * | fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls) | user | 5 days | 5 | -3/+77 |
| * | fs rewrite stage 2: inodes + root directory (block-based, persistent) | user | 6 days | 4 | -7/+14 |
| * | fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM) | user | 6 days | 3 | -0/+29 |
| * | jobs: background execution (&), non-blocking reap, spin demo | user | 6 days | 4 | -7/+38 |
| * | kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tool | user | 6 days | 4 | -0/+47 |
| * | shell: I/O redirection (>/<) and pipes (|); rewrite shell in C | user | 6 days | 3 | -16/+158 |
| * | filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read files | user | 6 days | 8 | -21/+139 |
| * | libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n N | user | 6 days | 4 | -15/+47 |
| * | tools: wc, head, and an argc/argv demo (args) + libc.c helpers | user | 6 days | 7 | -8/+89 |
| * | libc + CLI tools: a small C userland | user | 6 days | 9 | -34/+102 |
| * | C toolchain: run SDCC-compiled C programs as gbos processes | user | 6 days | 5 | -0/+103 |