aboutsummaryrefslogtreecommitdiffstats
path: root/c/sh.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: DHCP client - lease the IP at boot instead of hardcoding ituser2026-07-171-0/+6
* kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user2026-07-171-11/+57
* sh: handle backspace in readline; prompt is now '#'user2026-07-161-1/+5
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user2026-07-161-2/+36
* jobs: background execution (&), non-blocking reap, spin demouser2026-07-161-7/+18
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser2026-07-161-0/+99