aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* docs: drop the link-drop investigation writeupuser2026-07-18
* hooks: clang-format pre-commit (changed lines only) + .clang-formatuser2026-07-18
* docs: concise README (networking + demo gif up front); internals.mduser2026-07-18
* tools: gbdemo - scripted, screen-synced demo driver (+ the README demo)user2026-07-18
* term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser2026-07-18
* kernel: a real timer source (64 Hz tick IRQ) + uptime(1)user2026-07-18
* kernel: dmesg-style boot spew before init spawnsuser2026-07-18
* refactor: c/ -> usr/, compiled program blobs out of the source treeuser2026-07-18
* tools: gbtype prints hub errors to stderr and exits 1user2026-07-18
* net: reject out-of-order TCP segments (accept only seq == rcv_nxt, re-ACK dups)user2026-07-18
* term: dark mode - black background, white text (OSK highlight inverts to match)user2026-07-18
* 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
* gbhub: control socket + gbtype to inject shell input without the OSKuser2026-07-17
* irc: a bitchx/irssi-style IRC clientuser2026-07-17
* net: SYS_POLLCON + larger console ring for link-injected inputuser2026-07-17
* net: fix truncated TCP field offsets corrupting multi-segment recvuser2026-07-17
* docs: link-drop investigation resolved - drops are self-healing nowuser2026-07-17
* gbhub: make GB drops attributable, not spookyuser2026-07-17
* net: unbreak ping against hosts that intermittently drop ICMPuser2026-07-17
* docs: investigation notes for the idle link-socket drop (open bug)user2026-07-17
* net: ping resolves hostnames (ping sl0p.foo, not just ping 1.2.3.4)user2026-07-17
* net: pump the network from the console wait (answer pings at the prompt)user2026-07-17
* tools: gbhub --daemon + gbjoin - interactive multi-Game-Boy networkinguser2026-07-17
* tools: gbhub - many Game Boys on one network (DHCP pool + inter-GB routing)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: keep network packets out of the console (fixes shell garbage on netboot)user2026-07-17
* tools: netboot - interactive networked emulator (TUN + NAT + --serial-sock)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: real routed IP via SLIP<->TUN bridge (you can *ping* a Game Boy)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
* pipe: PIPE_MAX 2->4 (5-stage pipelines) + fix cross-yield byte corruptionuser2026-07-17
* kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user2026-07-17
* term: compute the OSK view offset from the cursor row (keep input visible)user2026-07-16
* term/osk: view-offset scroll region (lossless backlog on OSK toggle)user2026-07-16
* term/osk: scroll region so the OSK never hides the input lineuser2026-07-16
* osk: bind START to Enter (CR)user2026-07-16
* sh: handle backspace in readline; prompt is now '#'user2026-07-16
* osk: wrap the cursor around all four edgesuser2026-07-16
* osk: toggle-able on-screen keyboard on the window layeruser2026-07-16