summaryrefslogtreecommitdiff
path: root/LibC/process.h
AgeCommit message (Expand)Author
2018-11-09Get rid of redundant sys$spawn now that we have fork+exec.Andreas Kling
2018-11-03Share code between spawn() and exec() implementations.Andreas Kling
2018-10-31A bunch of LibC boilerplate stuff added while trying to get figlet to build.Andreas Kling
2018-10-26Implement argc/argv support for spawned tasks.Andreas Kling
2018-10-23Lots of hacking:Andreas Kling