summaryrefslogtreecommitdiffstats
path: root/usr.bin/killall
Commit message (Collapse)AuthorAgeFilesLines
* Use the real user ID so non-root users can kill setuid processesps2000-12-251-1/+1
| | | | | | | they started. PR: 23356 Submitted by: Maxim Konovalov <maxim@macomnet.ru>
* Prepare for mdoc(7)NG.ru2000-12-191-4/+4
|
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
|
* Catch up to the new kinfo_proc.jhb2000-12-121-4/+4
|
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* -U cannot be an option since some signals start with U. -u is theps2000-11-121-1/+0
| | | | documented behavior so only check for that.
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-101-3/+4
|
* After positive feedback from a few folks, activate a switchover topeter2000-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
* Try and fix up some bogus indentation leftovers from emacs severalpeter2000-08-271-2/+2
| | | | years ago.
* Sigh, today is not my day. Convert a verbose while() .. loop into a for()peter2000-08-271-4/+1
| | | | | | loop. Submitted by: billf
* *blush*. I was *sure* I compiled this after the last change..peter2000-08-271-1/+1
| | | | | | Add the missing ) Shamed by: billf
* killall.c is meant to be a superset replacement of killall.pl, thepeter2000-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.
* $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