aboutsummaryrefslogtreecommitdiffstats
path: root/usr/libc.s (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysrefactor: c/ -> usr/, compiled program blobs out of the source treeuser1-0/+0
4 daysnet: SYS_POLLCON + larger console ring for link-injected inputuser1-1/+7
5 dayskernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user1-1/+8
5 daysnet: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-0/+7
5 daysnet: chat client - async receive + OSK send over the link portuser1-1/+18
5 daysnet: SLIP framing over the link port + a host gateway (echo round-trip)user1-1/+14
5 dayskernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user1-1/+7
6 daysfs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-0/+25
6 daysfs rewrite stage 2: inodes + root directory (block-based, persistent)user1-1/+9
6 daysfs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-0/+14
6 daysjobs: background execution (&), non-blocking reap, spin demouser1-0/+12
6 dayskill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-0/+20
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-16/+51
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+48
6 dayslibc + CLI tools: a small C userlanduser1-26/+58
6 daysC toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+54