aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-18term: latch SCY in VBlank - fix ring-scroll shear on live displaysuser3-5/+25
2026-07-18term: SCY ring-scroll - scroll writes ONE map row; OSK toggle is 212 cyclesuser2-77/+112
2026-07-18term: 3 more renderer wins - 10.9x scroll, 2.7x putc vs pre-cacheuser1-101/+141
2026-07-18term: cache tile attrs in COL_BUF's spare stride bytes (3.5x scroll)user1-28/+38
2026-07-18term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser4-29/+549
2026-07-18kernel: a real timer source (64 Hz tick IRQ) + uptime(1)user7-6/+70
2026-07-18kernel: dmesg-style boot spew before init spawnsuser5-2/+330
2026-07-18refactor: c/ -> usr/, compiled program blobs out of the source treeuser1-31/+31
2026-07-18net: reject out-of-order TCP segments (accept only seq == rcv_nxt, re-ACK dups)user1-0/+46
2026-07-18term: dark mode - black background, white text (OSK highlight inverts to match)user2-12/+17
2026-07-17irc: a bitchx/irssi-style IRC clientuser1-0/+7
2026-07-17net: SYS_POLLCON + larger console ring for link-injected inputuser3-3/+19
2026-07-17net: fix truncated TCP field offsets corrupting multi-segment recvuser1-4/+10
2026-07-17net: unbreak ping against hosts that intermittently drop ICMPuser1-3/+54
2026-07-17net: pump the network from the console wait (answer pings at the prompt)user3-42/+85
2026-07-17net: DHCP client - lease the IP at boot instead of hardcoding ituser2-29/+75
2026-07-17kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user2-0/+44
2026-07-17net: keep network packets out of the console (fixes shell garbage on netboot)user2-0/+24
2026-07-17net: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCPuser1-8/+678
2026-07-17net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user2-21/+328
2026-07-17net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser3-0/+756
2026-07-17net: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user1-0/+7
2026-07-17net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user1-0/+7
2026-07-17net: chat client - async receive + OSK send over the link portuser3-0/+31
2026-07-17net: wget - real HTTP over the link port via the gatewayuser1-0/+7
2026-07-17net: SLIP framing over the link port + a host gateway (echo round-trip)user3-0/+50
2026-07-17pipe: PIPE_MAX 2->4 (5-stage pipelines) + fix cross-yield byte corruptionuser1-9/+22
2026-07-17kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user5-1/+256
2026-07-16term: compute the OSK view offset from the cursor row (keep input visible)user2-17/+33
2026-07-16term/osk: view-offset scroll region (lossless backlog on OSK toggle)user2-62/+35
2026-07-16term/osk: scroll region so the OSK never hides the input lineuser3-12/+69
2026-07-16osk: bind START to Enter (CR)user1-0/+7
2026-07-16sh: handle backspace in readline; prompt is now '#'user1-1/+14
2026-07-16osk: wrap the cursor around all four edgesuser1-19/+27
2026-07-16osk: toggle-able on-screen keyboard on the window layeruser5-7/+411
2026-07-16syscall: mirror console output to the LCD terminaluser3-2/+18
2026-07-16term: cursor + O(1) line scrollinguser2-209/+455
2026-07-16font: full mixed-case + punctuation glyph set (not uppercase-only)user2-102/+102
2026-07-16term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user3-0/+482
2026-07-16fs: reject open()/read() on a directory (EISDIR)user1-0/+10
2026-07-16fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user5-36/+360
2026-07-16fs rewrite stage 2: inodes + root directory (block-based, persistent)user4-260/+616
2026-07-16fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user4-1/+178
2026-07-16jobs: background execution (&), non-blocking reap, spin demouser2-0/+65
2026-07-16kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser4-3/+202
2026-07-16shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser4-154/+193
2026-07-16filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser5-2/+486
2026-07-16tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+21
2026-07-16libc + CLI tools: a small C userlanduser1-3/+68
2026-07-16C toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+13