git: killall - Add all-but-self tty kill (-T)

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Jul 23 21:20:53 PDT 2013


commit b031767fda31b5c605e26a506bb84382fb06374c
Author: Matthew Dillon <dillon at 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



More information about the Commits mailing list