| Age | Commit message (Expand) | Author |
| 2018-12-04 | Sort SEE ALSO. | wiz |
| 2018-12-03 | Note these tools use kvm(3) and not procfs as in Solaris. | sevan |
| 2017-10-22 | Add pgrep and prenice to the NAME section | abhinav |
| 2017-02-21 | PR bin/50934 -- avoid core dump if a process being examined has set | kre |
| 2016-08-22 | Add AUTHORS section | sevan |
| 2015-01-09 | Simplify code so that gcc 4.8 can understand it. | prlw1 |
| 2013-11-01 | Document that patterns are specified using extended regular expressions. | apb |
| 2013-06-03 | Formatting fix. | wiz |
| 2013-06-03 | prenice (like pgrep and pkill) won't match itself. Also fix nearby typo. | dholland |
| 2013-01-02 | Explicitly include sys/resource.h | dsl |
| 2012-11-20 | Don't use p_comm since it is only 16 characters long and you can find the | christos |
| 2010-12-07 | Fix SYNOPSIS; pkill accepts -l options since 3 years ago. `pattern' is | enami |
| 2010-12-07 | Be explicit which options are available for prenice. Bump date. | wiz |
| 2010-12-07 | add -l support to prenice, as noted by enami. | mrg |
| 2010-12-06 | install prenice(1) and man page links. | mrg |
| 2010-12-06 | Bump date for prenice, add serial comma, and fix an xref. | wiz |
| 2010-12-06 | add a "prenice <priority> <names>" command. | mrg |
| 2009-04-13 | Fix sign-compare issues | lukem |
| 2009-02-28 | Drop trailing whitespace. | wiz |
| 2009-02-28 | Handle ptyfs ptys. Should probably pull up to 5. | christos |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-03-21 | Allow the -l (long format) option to be used with pkill too. | erh |
| 2007-02-17 | Revert the changes done after newlock2 merge, except for the removal of | pavel |
| 2007-02-10 | Further changes to use compat process flags mapped by sysctl. To be | ad |
| 2007-02-09 | Sync with kernel changes introduced by merging the newlock2 branch. | ad |
| 2006-11-13 | Remove authors section, and update history where appropriate. | ad |
| 2006-04-01 | Fix cross-reference to grep(1). | jmmv |
| 2006-02-25 | Wording, use more macros, xref grep(1). From jmc@openbsd. | wiz |
| 2006-02-25 | Sort options; from jmc@openbsd. | wiz |
| 2005-10-10 | Exit with 2 on usage errors as documented. Noted by Christian Biere in | kleink |
| 2005-10-08 | Downgrade failure to kill(2) (other than ESRCH) from fatal error to a | kleink |
| 2005-07-20 | Sprinkle const liberally | dsainty |
| 2005-07-20 | From discussion on tech-userlevel, change the comment formatting in the | dsainty |
| 2005-07-16 | Fix more lint problems. | christos |
| 2005-07-16 | WARNS=3 and remove default values. | christos |
| 2005-07-16 | - KNF | christos |
| 2005-07-16 | From David Sainty: If a process dissappears while we are signalling it, don't | christos |
| 2005-03-16 | Bump date for -i. | wiz |
| 2005-03-16 | Add a -i option to ignore case in the process match. | sketch |
| 2005-03-02 | If a user or group is not known, report the problem user/group, rather than | abs |
| 2004-02-15 | Make usage() not overflow 80 char lines. | soren |
| 2004-01-06 | typo fix. do not go suicide by mistake. from millert@openbsd | itojun |
| 2003-02-14 | The correct capitalisation of 'NetBSD.org' is (you | grant |
| 2002-10-27 | Add missing -u euid option to optstring; from Michael van Elst in | kleink |
| 2002-03-06 | - System processes will never be matched. | ad |
| 2002-03-06 | Exclude system processes when the match is inverted. | ad |
| 2002-03-04 | Solaris 2.7 -> 7 | ad |
| 2002-03-04 | Fix 3 bugs in signal number decoding: | augustss |