| Commit message (Expand) | Author | Files | Lines |
| 4 days | net: DHCP client - lease the IP at boot instead of hardcoding it | user | 1 | -0/+2 |
| 4 days | kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing) | user | 1 | -1/+3 |
| 5 days | net: UDP sockets in the kernel + a DNS resolver (real hostname lookups) | user | 1 | -0/+1 |
| 5 days | net: proper socket API in the kernel (SYS_NET) - no more SLIP in userland | user | 1 | -1/+30 |
| 5 days | net: ping - GB-originated ICMP echo (a Game Boy pings the real internet) | user | 1 | -0/+1 |
| 5 days | net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy) | user | 1 | -0/+1 |
| 5 days | net: chat client - async receive + OSK send over the link port | user | 1 | -1/+4 |
| 5 days | net: wget - real HTTP over the link port via the gateway | user | 1 | -0/+1 |
| 5 days | net: SLIP framing over the link port + a host gateway (echo round-trip) | user | 1 | -1/+4 |
| 5 days | pipe: PIPE_MAX 2->4 (5-stage pipelines) + fix cross-yield byte corruption | user | 1 | -1/+1 |
| 5 days | kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE) | user | 1 | -1/+8 |
| 5 days | term: compute the OSK view offset from the cursor row (keep input visible) | user | 1 | -0/+1 |
| 5 days | term/osk: scroll region so the OSK never hides the input line | user | 1 | -0/+1 |
| 5 days | osk: toggle-able on-screen keyboard on the window layer | user | 1 | -0/+1 |
| 6 days | fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls) | user | 1 | -3/+8 |
| 6 days | fs rewrite stage 2: inodes + root directory (block-based, persistent) | user | 1 | -11/+41 |
| 6 days | fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM) | user | 1 | -2/+20 |
| 6 days | jobs: background execution (&), non-blocking reap, spin demo | user | 1 | -1/+2 |
| 6 days | kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tool | user | 1 | -1/+10 |
| 6 days | shell: I/O redirection (>/<) and pipes (|); rewrite shell in C | user | 1 | -1/+9 |
| 6 days | filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read files | user | 1 | -1/+29 |
| 6 days | tools: wc, head, and an argc/argv demo (args) + libc.c helpers | user | 1 | -0/+3 |
| 6 days | libc + CLI tools: a small C userland | user | 1 | -1/+7 |
| 6 days | C toolchain: run SDCC-compiled C programs as gbos processes | user | 1 | -0/+1 |
| 6 days | wip: sys_read + serial console shell (read-store bug under investigation) | user | 1 | -0/+2 |
| 6 days | kernel: complete the process lifecycle (exit/wait/reap + bank free list) | user | 1 | -2/+2 |
| 6 days | kernel: implement exec() | user | 1 | -0/+6 |
| 6 days | kernel: implement fork() | user | 1 | -0/+2 |