summaryrefslogtreecommitdiffstats
path: root/usr.bin/pkill (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify wording of the matching rules, with help and ok jmc@otto2020-11-141-12/+10
* Delete tests for P_THREAD that predate the existence ofguenther2019-12-161-7/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-7/+7
* clarify that patterns are extended regular expressions; ok millert@ phessler@naddy2018-08-311-3/+3
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-3/+1
* - mark delim variable as const. it is a literal string;gsoares2016-10-101-20/+17
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* fix a regression spotted by chris@. the -f and -I arguments fetch processderaadt2015-10-111-5/+10
* pkill has to get all the getopt, getpwuid, libkvm stuff out of the wayderaadt2015-10-101-1/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+3
* calloc, from peter malonetedu2014-05-071-3/+2
* simpler prototype repairsderaadt2013-11-121-1/+3
* Stop merging the per-thread and per-process flags when reportingguenther2013-09-221-2/+2
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* sort options list;jmc2013-06-031-3/+3
* -I to confirm pkills. ok manytedu2013-06-032-30/+67
* properly handle the case where a process has disappeared in between grep'inghalex2012-12-121-12/+22
* Missing "-q" in usage().ajacoutot2012-08-211-3/+3
* Sort options.ajacoutot2012-08-211-8/+8
* add -q "silent" option similar to grepespie2012-08-212-8/+21
* make pkill -l print the proper processes also when the invert (-v)halex2012-07-101-7/+4
* Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag.guenther2012-04-211-3/+1
* Add per thread accounting, mainly for usage & friends.pirofti2012-04-121-1/+3
* Teach pgrep/pkill to only match processes, not threads. ok guenther@sthen2012-03-131-4/+7
* Remove unused variable. Added in 1.20 by me.lum2012-03-011-6/+2
* exit usage() with STATUS_BADUSAGE rather than STATUS_ERROR, per the man page;jmc2012-02-161-2/+2
* avoid usage() warping onto the next line;jmc2012-02-151-3/+3
* restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@markus2012-02-092-7/+35
* Allow pkill to use the -l option. This displays which processes have beenlum2012-01-172-11/+14
* Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowguenther2011-04-101-12/+12
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-291-4/+5
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* document how patterns are matched and that only the first 16 charsjmc2009-07-271-2/+16
* tweak -v; from Tim van der Molenjmc2009-06-071-4/+4
* fix a few typographical errors found by spell(1).sobrado2009-03-261-4/+4
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-262-18/+4
* bump Mdocdate for pages committed in "febuary", necessary becausejmc2008-02-111-2/+2
* Add add -o flag to pkill/pgrep like on Solaris and Linux.millert2008-02-072-16/+35
* "signal" is an argument, not a flag;jmc2007-10-311-4/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* Use S_IS* macros insted of masking with S_IF* flags. The latter mayotto2006-09-191-3/+3
* - basic cleanupjmc2005-07-161-6/+10
* sort options and sync usage();jmc2005-07-162-24/+24
* Don't print an empty line when no match is found in pgrep mode.otto2005-05-201-3/+3
* handle snprintf return value overflow case; ok ottoderaadt2005-04-111-3/+5
* revert r1.9; this one needs more discussionrobert2005-03-272-15/+9
* add a -i option to ignore case distinctions in the process match;robert2005-03-272-9/+15
* Report non-existing user or groupname correctly. From David Brownleeotto2005-03-021-6/+4
* Fix -d option; it should print a newline at EOL, not the specified delimeter.millert2005-02-111-10/+14