Patch to make killall actually kill all PIDs with the specified name,
authorErik Andersen <andersen@codepoet.org>
Fri, 7 Apr 2000 06:00:07 +0000 (06:00 -0000)
committerErik Andersen <andersen@codepoet.org>
Fri, 7 Apr 2000 06:00:07 +0000 (06:00 -0000)
commit825aead68b26a5857330972bd1c6adb9f78047ab
tree41cb71183c7a9bc0812a51f4a16714e400f63170
parent93d6513d9315fa72d7af4ac2435f8c1e243273cb
Patch to make killall actually kill all PIDs with the specified name,
rather then busylooping trying to kill the first one until it dies.
Should be more efficient now, and will only send one signal to each
specified process.
 -Erik
12 files changed:
archival/gzip.c
gzip.c
halt.c
init/halt.c
init/poweroff.c
init/reboot.c
internal.h
kill.c
poweroff.c
procps/kill.c
reboot.c
utility.c