DragonFly commits List (threaded) for 2013-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: killall - Add all-but-self tty kill (-T)
commit b031767fda31b5c605e26a506bb84382fb06374c
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Jul 23 21:17:53 2013 -0700
killall - Add all-but-self tty kill (-T)
* Add a new feature to killall, the -T option, which will kill all
processes on the caller's tty except processes which parent the
killall.
This can be used to terminate processes on the current tty, for example
from a ^C'd build that failed to kill all the sub processes, without
also taking out the shell/xterm/whatever and causing the window to close.
Summary of changes:
usr.bin/killall/killall.1 | 4 ++
usr.bin/killall/killall.c | 100 +++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 102 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b031767fda31b5c605e26a506bb84382fb06374c
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]