diff options
author | Ron Yorston <rmy@pobox.com> | 2017-08-27 08:47:20 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2017-09-27 08:42:36 +0100 |
commit | 9da9454f418db5424357cef80b681eab22fc4379 (patch) | |
tree | 0c80c2abf5405f7c692343dd74293e668de20812 /arch | |
parent | 292c8b3000d71908897bd0d140cbeca470e39741 (diff) | |
download | busybox-w32-9da9454f418db5424357cef80b681eab22fc4379.tar.gz busybox-w32-9da9454f418db5424357cef80b681eab22fc4379.tar.bz2 busybox-w32-9da9454f418db5424357cef80b681eab22fc4379.zip |
win32: improvements to implementation of kill(2)
Extend the implementation of kill(2) so that:
- Sending the TERM signal asks the target process to exit. As on
Unix it may not comply.
- Sending the KILL signal forcibly terminates the target process.
- Using a negative pid treats the target process as a process
group leader and signals it and all of its descendants.
- Using a pid of zero treats the current process as a process
group leader and signals it and all of its descendants.
Signed-off-by: Ron Yorston <rmy@pobox.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions