aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/killall
Commit message (Expand)AuthorAgeFilesLines
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-2/+2
* The signal number has to be less than NSIG strictly.Maxim Konovalov2004-07-291-1/+1
* Don't pass negative values into <ctype.h> functions on machinesTim J. Robbins2004-07-151-3/+3
* Print size_t with %zu, not %d.Tim J. Robbins2004-07-151-1/+1
* Respect locale settings from the environment.Tim J. Robbins2004-07-151-0/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-5/+9
* Bump document date on behalf of the -e option.Ruslan Ermilov2004-05-181-2/+2
* Add a cross-reference to pkill(1), now that pkill is hooked up to the build.Garance A Drosehn2004-03-271-0/+1
* New -e flag, modifies the behavior of the -u uid flag to use theDiomidis Spinellis2004-01-262-4/+16
* Serial murderers shouldn't commit suicide. (killall shouldColin Percival2004-01-221-0/+4
* o -m flags contructs case sensitive RE, not case insensitive.Maxim Konovalov2004-01-181-1/+1
* o Sync usage() and man page synopsis with reality.Maxim Konovalov2004-01-182-9/+3
* Use the 3-component version of the KERN_PROC_PROC sysctl.Tim J. Robbins2003-09-271-1/+3
* Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes soTim J. Robbins2003-09-071-7/+4
* make "killall -j" not core dump.Warner Losh2003-04-271-0/+2
* o Add jls(8) for listing active jails.Mike Barcroft2003-04-092-4/+28
* Header was included twice. Hardcode program name in usage string.Philippe Charnier2003-02-051-5/+1
* s/progname/procname/ to be consistent with the other occurrencesRalf S. Engelschall2002-07-151-1/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+3
* mdoc(7) police: lint.Ruslan Ermilov2002-05-291-1/+1
* Mark a warning as such. Without this, it isn't obvious whetherDima Dorfman2002-05-201-2/+2
* Use `The .Nm utility'Philippe Charnier2002-04-201-3/+4
* Skip zombies. Add an option (-z) to revert to the historical behaviourDag-Erling Smørgrav2002-04-142-0/+11
* Use the method described in the strtol man page to check if it parsedDavid Malone2002-03-301-1/+1
* killall operates on all processes owned by the real uid, not theBrian S. Dean2001-11-301-2/+2
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-1/+0
* mdoc(7) police:Ruslan Ermilov2001-08-071-1/+2
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Allow -u to work with UID's also.David E. O'Brien2001-06-121-6/+9
* Fix an array which was too small.Poul-Henning Kamp2001-05-161-1/+1
* Compensate for header dethreading.Mark Murray2001-05-011-0/+1
* Work around the p_comm[] size limit. If the user supplies more thanPeter Wemm2001-02-141-1/+1
* Fix typo: -c -> -tAndrey A. Chernov2001-01-211-1/+1
* Make "killall -t p0" really works.Andrey A. Chernov2001-01-211-1/+2
* Use the real user ID so non-root users can kill setuid processesPaul Saab2000-12-251-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-4/+4
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Catch up to the new kinfo_proc.John Baldwin2000-12-121-4/+4
* mdoc(7) police: do not split author names in the AUTHORS section.Ruslan Ermilov2000-11-221-0/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* -U cannot be an option since some signals start with U. -u is thePaul Saab2000-11-121-1/+0
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-3/+4
* After positive feedback from a few folks, activate a switchover toPeter Wemm2000-08-284-155/+36
* Try and fix up some bogus indentation leftovers from emacs severalPeter Wemm2000-08-271-2/+2
* Sigh, today is not my day. Convert a verbose while() .. loop into a for()Peter Wemm2000-08-271-4/+1
* *blush*. I was *sure* I compiled this after the last change..Peter Wemm2000-08-271-1/+1
* killall.c is meant to be a superset replacement of killall.pl, thePeter Wemm2000-08-271-0/+372
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Added myself as maintainer.Wolfram Schneider1999-02-091-0/+3