summaryrefslogtreecommitdiffstats
path: root/bin/pkill/pkill.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r287012:jamie2015-08-291-6/+12
* Remove useless check - ki_loginclass is an array; can't be NULL.trasz2013-10-041-1/+0
* Add -c flag to pgrep(1) and pkill(1), to match login classes.trasz2013-08-091-7/+36
* Make sys_signame upper case.jilles2011-02-041-1/+1
* Recognise the -l switch with pkill - list kill command(s) used.brian2010-06-201-4/+10
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-021-7/+0
* - Implement -q option for pgrep(1).pjd2010-02-121-3/+16
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...brucec2010-02-081-1/+2
* Committed the wrong version in r201484. This time really fix the "-t"obrien2010-01-041-4/+14
* Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),obrien2010-01-041-3/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-8/+8
* When finding processes, ignore ourself and our ancestors. It is almostbrian2009-05-171-2/+28
* Improve the `pkill -t' handling, which I changed in my previous commit.ed2008-09-301-8/+10
* Don't automatically prepend the "tty" prefix to `pkill -t' arguments.ed2008-09-281-5/+2
* pkill(1) first appeared in /usr/bin, but later it was moved to /binyar2008-08-311-0/+756
OpenPOWER on IntegriCloud