aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/killall/killall.pl
Commit message (Collapse)AuthorAgeFilesLines
* After positive feedback from a few folks, activate a switchover toPeter Wemm2000-08-281-131/+0
| | | | | | | | | | | | using killall.c instead of the perl version that depends on procfs. The C version uses sysctl(). The program is based on a hack that was originally written about 6 years ago and has evolved somewhat since then. (which is why it is a superset of killall.pl, rather than being a clone.) With apologies to: wosch Notes: svn path=/head/; revision=65177
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Diagnostic rewritten in English.Wolfram Schneider1998-09-021-3/+3
| | | | | | | Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Notes: svn path=/head/; revision=38742
* PR: bin/5596Wolfram Schneider1998-08-301-14/+24
| | | | | | | | Change the diagnostic if there were no matching processes owned by you. Notes: svn path=/head/; revision=38644
* Re-order the for loop for multiple procnames. This decrease theWolfram Schneider1998-01-011-25/+29
| | | | | | | | | | | | | system load and makes a killall ppp rlogin ftp ssh ping traceroute telnet a lot faster. Remove duplicated pid's before killing (killall lynx lynx). Notes: svn path=/head/; revision=32167
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-19/+15
| | | | Notes: svn path=/head/; revision=17849
* Allow multiple process names to kill (i.e. 'killall ftpd inetd httpd')Sujal Patel1996-05-301-35/+40
| | | | | | | | Submitted by: smpatel, wosch Reviewed by: wosch Notes: svn path=/head/; revision=16016
* always warn if no processes matchedWolfram Schneider1996-02-111-2/+2
| | | | Notes: svn path=/head/; revision=14015
* Support killing of suid programs.Wolfram Schneider1996-02-031-27/+40
| | | | | | | | | Now ``killall xterm'' works :-) Don't fail for processes with meta chars (c+++) Notes: svn path=/head/; revision=13893
* Bugfix: allow digits in signal names (usr1, usr2)Wolfram Schneider1996-01-221-2/+2
| | | | Notes: svn path=/head/; revision=13557
* Our Perl oracle hit again: Wolfram Schneider's killall utility.Joerg Wunsch1995-06-251-0/+103
Kills processes by name instead of by UID. (Man page by me.) Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider) Notes: svn path=/cvs2svn/branches/wosch/; revision=9316