summaryrefslogtreecommitdiff
path: root/svc/lib
AgeCommit message (Collapse)Author
6 dayssvc: migrate diskparts; termrc drops the direct callCalvin
Works -- partitions are set up -- but svcinit marks it failed, because diskparts ends on a conditional that is false on a machine with no /cfg/$sysname/fsconfig, and rc returns the last command status. termrc never noticed because it ignored the status. A oneshot that does its job and exits nonzero is a shape the design has no answer for yet.
6 daysInitial commit: svc supervisor, design docs, session transcriptCalvin
Existing work moved from /storage/vms/9front/svc, previously unversioned. Object files and linked binaries excluded via .gitignore.