Rework execvp logic to properly execute & install SIGCHLD to reap zombies
Use C stdlib fork/setsid/spawn rather then zig stdlib spawn Resolves issue where exit status not read properly and zombie processes not reaped after child process terminates.
Initial release