aboutsummaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAge
* irc: keep the keyboard live during RX floods (poll input every pass)user2026-07-17
* irc: strip mIRC formatting, drop 004/005 noise, fix a RAM-bank-swap landmineuser2026-07-17
* irc: a bitchx/irssi-style IRC clientuser2026-07-17
* net: SYS_POLLCON + larger console ring for link-injected inputuser2026-07-17
* net: unbreak ping against hosts that intermittently drop ICMPuser2026-07-17
* net: ping resolves hostnames (ping sl0p.foo, not just ping 1.2.3.4)user2026-07-17
* cleanup: drop c/tcp.c (old userland-SLIP TCP client, superseded by kernel TCP...user2026-07-17
* net: DHCP client - lease the IP at boot instead of hardcoding ituser2026-07-17
* kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user2026-07-17
* net: wget-by-hostname + shared DNS resolver (a Game Boy fetches example.com)user2026-07-17
* net: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCPuser2026-07-17
* net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user2026-07-17
* net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser2026-07-17
* net: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user2026-07-17
* net: IP stack milestone B - UDP echo (pseudo-header checksum)user2026-07-17
* net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user2026-07-17
* net: chat client - async receive + OSK send over the link portuser2026-07-17
* net: wget - real HTTP over the link port via the gatewayuser2026-07-17
* net: SLIP framing over the link port + a host gateway (echo round-trip)user2026-07-17
* kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user2026-07-17
* term/osk: scroll region so the OSK never hides the input lineuser2026-07-16
* sh: handle backspace in readline; prompt is now '#'user2026-07-16
* fs: reject open()/read() on a directory (EISDIR)user2026-07-16
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user2026-07-16
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user2026-07-16
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user2026-07-16
* jobs: background execution (&), non-blocking reap, spin demouser2026-07-16
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser2026-07-16
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser2026-07-16
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser2026-07-16
* libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n Nuser2026-07-16
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser2026-07-16
* libc + CLI tools: a small C userlanduser2026-07-16
* C toolchain: run SDCC-compiled C programs as gbos processesuser2026-07-16