aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/killall
Commit message (Collapse)AuthorAgeFilesLines
...
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-4/+4
| | | | Notes: svn path=/head/; revision=70197
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* Catch up to the new kinfo_proc.John Baldwin2000-12-121-4/+4
| | | | Notes: svn path=/head/; revision=69941
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
| | | | Notes: svn path=/head/; revision=69027
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68963
* -U cannot be an option since some signals start with U. -u is thePaul Saab2000-11-121-1/+0
| | | | | | | documented behavior so only check for that. Notes: svn path=/head/; revision=68628
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-3/+4
| | | | Notes: svn path=/head/; revision=68575
* After positive feedback from a few folks, activate a switchover toPeter Wemm2000-08-284-155/+36
| | | | | | | | | | | | 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
* Try and fix up some bogus indentation leftovers from emacs severalPeter Wemm2000-08-271-2/+2
| | | | | | | years ago. Notes: svn path=/head/; revision=65127
* Sigh, today is not my day. Convert a verbose while() .. loop into a for()Peter Wemm2000-08-271-4/+1
| | | | | | | | | loop. Submitted by: billf Notes: svn path=/head/; revision=65126
* *blush*. I was *sure* I compiled this after the last change..Peter Wemm2000-08-271-1/+1
| | | | | | | | | Add the missing ) Shamed by: billf Notes: svn path=/head/; revision=65125
* killall.c is meant to be a superset replacement of killall.pl, thePeter Wemm2000-08-271-0/+372
| | | | | | | | main difference is that it uses sysctl to get the process lists rather than /proc - thereby reducing the dependency on /proc by one more tool. Notes: svn path=/head/; revision=65123
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Added myself as maintainer.Wolfram Schneider1999-02-091-0/+3
| | | | Notes: svn path=/head/; revision=43805
* 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
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-5/+6
| | | | Notes: svn path=/head/; revision=34801
* 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
* Typo.Wolfram Schneider1997-11-011-2/+2
| | | | | | | | PR: docs/4911 Submitted by: Vasim Valejev <vasim@uddias.diaspro.com> Notes: svn path=/head/; revision=30882
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-272-32/+16
| | | | Notes: svn path=/head/; revision=17849
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+4
| | | | Notes: svn path=/head/; revision=17786
* Allow multiple process names to kill (i.e. 'killall ftpd inetd httpd')Sujal Patel1996-05-302-43/+48
| | | | | | | | 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-032-39/+66
| | | | | | | | | Now ``killall xterm'' works :-) Don't fail for processes with meta chars (c+++) Notes: svn path=/head/; revision=13893
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* 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-253-0/+240
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