aboutsummaryrefslogtreecommitdiffstats
path: root/c/libc.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: SYS_POLLCON + larger console ring for link-injected inputuser4 days1-1/+7
* kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user4 days1-1/+8
* net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser5 days1-0/+7
* net: chat client - async receive + OSK send over the link portuser5 days1-1/+18
* net: SLIP framing over the link port + a host gateway (echo round-trip)user5 days1-1/+14
* kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user5 days1-1/+7
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user6 days1-0/+25
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user6 days1-1/+9
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user6 days1-0/+14
* jobs: background execution (&), non-blocking reap, spin demouser6 days1-0/+12
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser6 days1-0/+20
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser6 days1-16/+51
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser6 days1-0/+48
* libc + CLI tools: a small C userlanduser6 days1-26/+58
* C toolchain: run SDCC-compiled C programs as gbos processesuser6 days1-0/+54