browsix icon indicating copy to clipboard operation
browsix copied to clipboard

cmd: kill

Open bpowers opened this issue 9 years ago • 0 comments

We currently deliver the SIGCHLD signal to parents when a spawn'ed process dies. We should implement the kill(1) command.

This will require adding a new kill(2) syscall, and extending the kernel's kill function to not only terminate (in the case of SIGKILL), but dispatch a signal (as well as implementing the command kill that exercises this syscall.

bpowers avatar Mar 02 '16 16:03 bpowers