summaryrefslogtreecommitdiffstats
path: root/usr.bin/killall
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Added myself as maintainer.wosch1999-02-091-0/+3
|
* Diagnostic rewritten in English.wosch1998-09-021-3/+3
| | | | Submitted by: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
* PR: bin/5596wosch1998-08-301-14/+24
| | | | | Change the diagnostic if there were no matching processes owned by you.
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-5/+6
|
* Re-order the for loop for multiple procnames. This decrease thewosch1998-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).
* Typo.wosch1997-11-011-2/+2
| | | | | PR: docs/4911 Submitted by: Vasim Valejev <vasim@uddias.diaspro.com>
* Revert $FreeBSD$ to $Id$peter1997-02-222-2/+2
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-142-2/+2
| | | | | | | | 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.
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightwosch1996-08-272-32/+16
|
* Use the .Fx macro where appropriate.mpp1996-08-231-2/+4
|
* Allow multiple process names to kill (i.e. 'killall ftpd inetd httpd')smpatel1996-05-302-43/+48
| | | | | Submitted by: smpatel, wosch Reviewed by: wosch
* always warn if no processes matchedwosch1996-02-111-2/+2
|
* Support killing of suid programs.wosch1996-02-032-39/+66
| | | | | | Now ``killall xterm'' works :-) Don't fail for processes with meta chars (c+++)
* Fix a bunch of spelling errors in a bunch of man pages.mpp1996-01-301-2/+2
|
* Bugfix: allow digits in signal names (usr1, usr2)wosch1996-01-221-2/+2
|
* Our Perl oracle hit again: Wolfram Schneider's killall utility.joerg1995-06-253-0/+240
Kills processes by name instead of by UID. (Man page by me.) Submitted by: wosch@cs.tu-berlin.de (Wolfram Schneider)
OpenPOWER on IntegriCloud