Skip to content

WIP: Support asynchronously spawning processes

Jacob Lorentzon requested to merge 4lDO2/init:updated-toolchain into master

Sidenote: something appears to not function very well with the waitpid syscall; namely, spawning a separate thread that blocks on a process, and blocking on that thread, causes everything to freeze (since this is init), but blocking directly (or not blocking at all), works.

Depends on redoxfs!50 (closed), to make redoxfs work when pcid is spawned asynchronously.

Merge request reports