aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/wait.c
AgeCommit message (Expand)Author
2021-10-20Feat: now execs instead of exec + fork if going to exit.Nicholas Noll
2021-10-20Refactored interactivity to track with thread.Nicholas Noll
2021-10-19Feat(rc): added subshell commands and cd builtinNicholas Noll
2021-10-19feat(rc): prototype of async jobsNicholas Noll
2021-10-19feat(rc): cleaner process watching for each jobNicholas Noll
2021-10-18feat(rc): job control prototype working for basic commandsNicholas Noll
2021-10-15feat(rc): working prototype of input->compile->print loopNicholas Noll