| Commit message (Expand) | Author | Files | Lines |
| 4 days | kernel: a real timer source (64 Hz tick IRQ) + uptime(1) | user | 1 | -0/+1 |
| 4 days | refactor: c/ -> usr/, compiled program blobs out of the source tree | user | 1 | -0/+0 |
| 4 days | net: SYS_POLLCON + larger console ring for link-injected input | user | 1 | -0/+2 |
| 4 days | kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing) | user | 1 | -0/+2 |
| 4 days | net: proper socket API in the kernel (SYS_NET) - no more SLIP in userland | user | 1 | -0/+1 |
| 5 days | net: chat client - async receive + OSK send over the link port | user | 1 | -0/+2 |
| 5 days | net: SLIP framing over the link port + a host gateway (echo round-trip) | user | 1 | -0/+2 |
| 5 days | kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE) | user | 1 | -0/+1 |
| 5 days | fs: reject open()/read() on a directory (EISDIR) | user | 1 | -0/+1 |
| 5 days | fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls) | user | 1 | -0/+4 |
| 5 days | fs rewrite stage 2: inodes + root directory (block-based, persistent) | user | 1 | -0/+1 |
| 5 days | fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM) | user | 1 | -0/+2 |
| 5 days | jobs: background execution (&), non-blocking reap, spin demo | user | 1 | -0/+2 |
| 5 days | kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tool | user | 1 | -0/+3 |
| 6 days | shell: I/O redirection (>/<) and pipes (|); rewrite shell in C | user | 1 | -0/+8 |
| 6 days | filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read files | user | 1 | -0/+11 |
| 6 days | libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n N | user | 1 | -0/+2 |
| 6 days | tools: wc, head, and an argc/argv demo (args) + libc.c helpers | user | 1 | -0/+5 |
| 6 days | libc + CLI tools: a small C userland | user | 1 | -5/+11 |
| 6 days | C toolchain: run SDCC-compiled C programs as gbos processes | user | 1 | -0/+9 |