diff options
author | Brian Gianforcaro <b.gianfo@gmail.com> | 2020-04-25 17:41:14 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-26 12:54:10 +0200 |
commit | 597ff9ec93f3c5bc00c993f6c63300f7ebe532e2 (patch) | |
tree | 1747276e34783605a0a260685635167052c9b055 /Games | |
parent | 1f64e3eb168df9e4ff67d78fec95a4f0f777b6ae (diff) | |
download | serenity-597ff9ec93f3c5bc00c993f6c63300f7ebe532e2.zip |
Userland: Fix kill to support negative pid values.
The kill system call accepts negative pids, as they
have special meaning:
pid == -1 means all processes the calling process has access to.
pid < -1 means every process who's process group ID is -pid.
I don't see any reason why the user space program should mask this.
Diffstat (limited to 'Games')
0 files changed, 0 insertions, 0 deletions