summaryrefslogtreecommitdiff
path: root/bin/pkill/pkill.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* pkill: use an ARG_MAX size buffer for argument matchingKyle Evans2023-04-091-5/+33
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Only emit the trailing new line added in r322613 when not operating in quietLawrence Stewart2017-08-241-1/+1
* The r322210 change to pgrep's PID delimiting behaviour causes pgrep's defaultLawrence Stewart2017-08-171-0/+2
* pgrep naively appends the delimiter to all PIDs including the lastLawrence Stewart2017-08-081-2/+5
* Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-091-1/+1
* Make pkill/pgrep -j ARG take jname, not just jid.Jamie Gritton2015-08-221-6/+12
* pkill - Optimize pgrep -FEitan Adler2013-11-101-1/+4
* Remove useless check - ki_loginclass is an array; can't be NULL.Edward Tomasz Napierala2013-10-041-1/+0
* Add -c flag to pgrep(1) and pkill(1), to match login classes.Edward Tomasz Napierala2013-08-091-7/+36
* Make sys_signame upper case.Jilles Tjoelker2011-02-041-1/+1
* Recognise the -l switch with pkill - list kill command(s) used.Brian Somers2010-06-201-4/+10
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-021-7/+0
* - Implement -q option for pgrep(1).Pawel Jakub Dawidek2010-02-121-3/+16
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...Rebecca Cran2010-02-081-1/+2
* Committed the wrong version in r201484. This time really fix the "-t"David E. O'Brien2010-01-041-4/+14
* Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),David E. O'Brien2010-01-041-3/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-8/+8
* When finding processes, ignore ourself and our ancestors. It is almostBrian Somers2009-05-171-2/+28
* Improve the `pkill -t' handling, which I changed in my previous commit.Ed Schouten2008-09-301-8/+10
* Don't automatically prepend the "tty" prefix to `pkill -t' arguments.Ed Schouten2008-09-281-5/+2
* pkill(1) first appeared in /usr/bin, but later it was moved to /binYaroslav Tykhiy2008-08-311-0/+756