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