summaryrefslogtreecommitdiff
path: root/usr.bin/killall/killall.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r352953: Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-021-7/+7
* Convert pnmatch to single element array in regexec callsAlexander Kabaev2019-10-021-7/+7
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Adjust printf format specifiers for dev_t and ino_t in user space.Gleb Kurtsou2014-12-171-3/+5
* Re-work r260800 to include other signals which start with 'I'Christian S.J. Peron2014-01-171-11/+10
* fix a regression introduced in r237618 that would result inChristian S.J. Peron2014-01-171-3/+9
* killall: add -q flag to suppress error message when no processes are matchedMateusz Guzik2013-06-301-3/+8
* Once in a month, when the moon is full, killall mistakenly considersKonstantin Belousov2012-06-301-1/+1
* killall(1) does not use libkvm.Konstantin Belousov2012-06-301-1/+1
* Only initialize array of mibs once.Konstantin Belousov2012-06-301-3/+4
* Initialize procs closer to the place were it is used.Konstantin Belousov2012-06-301-5/+5
* Add a -I flag which requests confirmation before action, like what is doneXin LI2012-06-271-2/+17
* Simplify various code that allowed for sys_signame being lower case.Jilles Tjoelker2011-03-061-16/+3
* Make sys_signame upper case.Jilles Tjoelker2011-02-041-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-2/+0
* Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton2009-06-241-13/+4
* Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton2009-05-271-6/+17
* Use strlcpy() where appropriate.Xin LI2008-11-191-4/+2
* Fix numerous bugs when parsing options and arguments.Ruslan Ermilov2007-11-091-9/+19
* 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
* New -e flag, modifies the behavior of the -u uid flag to use theDiomidis Spinellis2004-01-261-3/+10
* Serial murderers shouldn't commit suicide. (killall shouldColin Percival2004-01-221-0/+4
* o Sync usage() and man page synopsis with reality.Maxim Konovalov2004-01-181-2/+2
* 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-091-2/+21
* Header was included twice. Hardcode program name in usage string.Philippe Charnier2003-02-051-5/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+3
* Mark a warning as such. Without this, it isn't obvious whetherDima Dorfman2002-05-201-2/+2
* Skip zombies. Add an option (-z) to revert to the historical behaviourDag-Erling Smørgrav2002-04-141-0/+6
* Use the method described in the strtol man page to check if it parsedDavid Malone2002-03-301-1/+1
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-1/+0
* 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
* 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
* Catch up to the new kinfo_proc.John Baldwin2000-12-121-4/+4
* -U cannot be an option since some signals start with U. -u is thePaul Saab2000-11-121-1/+0
* After positive feedback from a few folks, activate a switchover toPeter Wemm2000-08-281-1/+4
* 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