summaryrefslogtreecommitdiff
path: root/usr.bin/killall/killall.c
AgeCommit message (Expand)Author
2023-11-26usr.bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-01killall(1): allow sending signals to processes with control terminal on pts(4)Daniel Dowse
2019-10-02Revert r352953: Convert pnmatch to single element array in regexec callsAlexander Kabaev
2019-10-02Convert pnmatch to single element array in regexec callsAlexander Kabaev
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2014-12-17Adjust printf format specifiers for dev_t and ino_t in user space.Gleb Kurtsou
2014-01-17Re-work r260800 to include other signals which start with 'I'Christian S.J. Peron
2014-01-17fix a regression introduced in r237618 that would result inChristian S.J. Peron
2013-06-30killall: add -q flag to suppress error message when no processes are matchedMateusz Guzik
2012-06-30Once in a month, when the moon is full, killall mistakenly considersKonstantin Belousov
2012-06-30killall(1) does not use libkvm.Konstantin Belousov
2012-06-30Only initialize array of mibs once.Konstantin Belousov
2012-06-30Initialize procs closer to the place were it is used.Konstantin Belousov
2012-06-27Add a -I flag which requests confirmation before action, like what is doneXin LI
2011-03-06Simplify various code that allowed for sys_signame being lower case.Jilles Tjoelker
2011-02-04Make sys_signame upper case.Jilles Tjoelker
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2009-06-24Add libjail, a (somewhat) simpler interface to the jail_set and jail_getJamie Gritton
2009-05-27Add support for the arbitrary named jail parameters used by jail_set(2)Jamie Gritton
2008-11-19Use strlcpy() where appropriate.Xin LI
2007-11-09Fix numerous bugs when parsing options and arguments.Ruslan Ermilov
2004-07-29The signal number has to be less than NSIG strictly.Maxim Konovalov
2004-07-15Don't pass negative values into <ctype.h> functions on machinesTim J. Robbins
2004-07-15Print size_t with %zu, not %d.Tim J. Robbins
2004-07-15Respect locale settings from the environment.Tim J. Robbins
2004-01-26New -e flag, modifies the behavior of the -u uid flag to use theDiomidis Spinellis
2004-01-22Serial murderers shouldn't commit suicide. (killall shouldColin Percival
2004-01-18o Sync usage() and man page synopsis with reality.Maxim Konovalov
2003-09-27Use the 3-component version of the KERN_PROC_PROC sysctl.Tim J. Robbins
2003-09-07Use KERN_PROC_PROC instead of KERN_PROC_ALL when enumerating processes soTim J. Robbins
2003-04-27make "killall -j" not core dump.Warner Losh
2003-04-09o Add jls(8) for listing active jails.Mike Barcroft
2003-02-05Header was included twice. Hardcode program name in usage string.Philippe Charnier
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-05-20Mark a warning as such. Without this, it isn't obvious whetherDima Dorfman
2002-04-14Skip zombies. Add an option (-z) to revert to the historical behaviourDag-Erling Smørgrav
2002-03-30Use the method described in the strtol man page to check if it parsedDavid Malone
2001-10-10Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans
2001-06-12Allow -u to work with UID's also.David E. O'Brien
2001-05-16Fix an array which was too small.Poul-Henning Kamp
2001-05-01Compensate for header dethreading.Mark Murray
2001-02-14Work around the p_comm[] size limit. If the user supplies more thanPeter Wemm
2001-01-21Make "killall -t p0" really works.Andrey A. Chernov
2000-12-25Use the real user ID so non-root users can kill setuid processesPaul Saab
2000-12-12Catch up to the new kinfo_proc.John Baldwin
2000-11-12-U cannot be an option since some signals start with U. -u is thePaul Saab
2000-08-28After positive feedback from a few folks, activate a switchover toPeter Wemm