| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-11-14 | Simplify wording of the matching rules, with help and ok jmc@ |  otto | 1 | -12/+10 |
| 2019-12-16 | Delete tests for P_THREAD that predate the existence of |  guenther | 1 | -7/+4 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that |  millert | 1 | -7/+7 |
| 2018-08-31 | clarify that patterns are extended regular expressions; ok millert@ phessler@ |  naddy | 1 | -3/+3 |
| 2017-07-09 | remove redundant variable declarations in Makefiles, since those are |  espie | 1 | -3/+1 |
| 2016-10-10 | - mark delim variable as const. it is a literal string; |  gsoares | 1 | -20/+17 |
| 2016-03-30 | for some time now mandoc has not required MLINKS to function |  jmc | 1 | -2/+1 |
| 2015-10-11 | fix a regression spotted by chris@. the -f and -I arguments fetch process |  deraadt | 1 | -5/+10 |
| 2015-10-10 | pkill has to get all the getopt, getpwuid, libkvm stuff out of the way |  deraadt | 1 | -1/+6 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -3/+3 |
| 2014-05-07 | calloc, from peter malone |  tedu | 1 | -3/+2 |
| 2013-11-12 | simpler prototype repairs |  deraadt | 1 | -1/+3 |
| 2013-09-22 | Stop merging the per-thread and per-process flags when reporting |  guenther | 1 | -2/+2 |
| 2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ |  schwarze | 1 | -3/+3 |
| 2013-06-03 | sort options list; |  jmc | 1 | -3/+3 |
| 2013-06-03 | -I to confirm pkills. ok many |  tedu | 2 | -30/+67 |
| 2012-12-12 | properly handle the case where a process has disappeared in between grep'ing |  halex | 1 | -12/+22 |
| 2012-08-21 | Missing "-q" in usage(). |  ajacoutot | 1 | -3/+3 |
| 2012-08-21 | Sort options. |  ajacoutot | 1 | -8/+8 |
| 2012-08-21 | add -q "silent" option similar to grep |  espie | 2 | -8/+21 |
| 2012-07-10 | make pkill -l print the proper processes also when the invert (-v) |  halex | 1 | -7/+4 |
| 2012-04-21 | Remove a check made superfluous by the KERN_PROC_SHOW_THREADS flag. |  guenther | 1 | -3/+1 |
| 2012-04-12 | Add per thread accounting, mainly for usage & friends. |  pirofti | 1 | -1/+3 |
| 2012-03-13 | Teach pgrep/pkill to only match processes, not threads. ok guenther@ |  sthen | 1 | -4/+7 |
| 2012-03-01 | Remove unused variable. Added in 1.20 by me. |  lum | 1 | -6/+2 |
| 2012-02-16 | exit usage() with STATUS_BADUSAGE rather than STATUS_ERROR, per the man page; |  jmc | 1 | -2/+2 |
| 2012-02-15 | avoid usage() warping onto the next line; |  jmc | 1 | -3/+3 |
| 2012-02-09 | restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@ |  markus | 2 | -7/+35 |
| 2012-01-17 | Allow pkill to use the -l option. This displays which processes have been |  lum | 2 | -11/+14 |
| 2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now |  guenther | 1 | -12/+12 |
| 2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman |  jmc | 1 | -4/+5 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -5/+1 |
| 2009-07-27 | document how patterns are matched and that only the first 16 chars |  jmc | 1 | -2/+16 |
| 2009-06-07 | tweak -v; from Tim van der Molen |  jmc | 1 | -4/+4 |
| 2009-03-26 | fix a few typographical errors found by spell(1). |  sobrado | 1 | -4/+4 |
| 2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2 | -18/+4 |
| 2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because |  jmc | 1 | -2/+2 |
| 2008-02-07 | Add add -o flag to pkill/pgrep like on Solaris and Linux. |  millert | 2 | -16/+35 |
| 2007-10-31 | "signal" is an argument, not a flag; |  jmc | 1 | -4/+4 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2006-09-19 | Use S_IS* macros insted of masking with S_IF* flags. The latter may |  otto | 1 | -3/+3 |
| 2005-07-16 | - basic cleanup |  jmc | 1 | -6/+10 |
| 2005-07-16 | sort options and sync usage(); |  jmc | 2 | -24/+24 |
| 2005-05-20 | Don't print an empty line when no match is found in pgrep mode. |  otto | 1 | -3/+3 |
| 2005-04-11 | handle snprintf return value overflow case; ok otto |  deraadt | 1 | -3/+5 |
| 2005-03-27 | revert r1.9; this one needs more discussion |  robert | 2 | -15/+9 |
| 2005-03-27 | add a -i option to ignore case distinctions in the process match; |  robert | 2 | -9/+15 |
| 2005-03-02 | Report non-existing user or groupname correctly. From David Brownlee |  otto | 1 | -6/+4 |
| 2005-02-11 | Fix -d option; it should print a newline at EOL, not the specified delimeter. |  millert | 1 | -10/+14 |