| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC pkill(1) totally. Besides bugfixes, this brings in the following | Yaroslav Tykhiy | 2007-01-05 | 2 | -105/+193 |
| * | MFC rev 1.6, 1.7: | Yaroslav Tykhiy | 2006-09-01 | 1 | -0/+10 |
| * | MFC pidfile(3) function, and convert several applications to make use | Xin LI | 2006-01-15 | 2 | -11/+49 |
| * | Markup and wording fixes. | Ruslan Ermilov | 2005-06-14 | 1 | -1/+1 |
| * | Whitespace fixes. | Pawel Jakub Dawidek | 2005-03-20 | 2 | -7/+6 |
| * | - Introduce an '-o' option which allows to match oldest of the matching | Pawel Jakub Dawidek | 2005-03-20 | 2 | -14/+33 |
| * | - Introduce '-S' option which allows to match system processes (pgrep only). | Pawel Jakub Dawidek | 2005-03-20 | 2 | -21/+21 |
| * | Sort options properly. | Pawel Jakub Dawidek | 2005-03-20 | 1 | -4/+4 |
| * | Add a -i option to ignore case in the process match. | Pawel Jakub Dawidek | 2005-03-20 | 2 | -6/+12 |
| * | Add and document '-F' option which allows to use file where PID is stored | Pawel Jakub Dawidek | 2005-03-20 | 2 | -4/+53 |
| * | Add and document '-j' option which allows to match processes based on its | Pawel Jakub Dawidek | 2005-03-20 | 2 | -4/+30 |
| * | If a user or group is not known, report the problem user/group, rather than | Xin LI | 2005-03-03 | 1 | -3/+3 |
| * | Removed bitrot. | Ruslan Ermilov | 2004-11-13 | 2 | -16/+1 |
| * | Document the fact that matching against a process command-name will | Garance A Drosehn | 2004-08-16 | 1 | -0/+16 |
| * | Don't forget the arguments for -M and -N in the DESCRIPTION section. | Stefan Farfeleder | 2004-07-18 | 1 | -2/+2 |
| * | Respect locale settings from the environment. | Tim J. Robbins | 2004-07-15 | 1 | -0/+3 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
| * | Added pgrep to the SYNOPSIS. | Ruslan Ermilov | 2004-05-19 | 1 | -14/+21 |
| * | Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(), | Garance A Drosehn | 2004-03-30 | 1 | -1/+5 |
| * | bde also tells me that he is confident that P_SYSTEM will not work | Garance A Drosehn | 2004-03-27 | 1 | -8/+1 |
| * | Some style(9)-ish improvements, courtesy of bde. | Garance A Drosehn | 2004-03-27 | 1 | -6/+6 |
| * | Remove the _PATH_DEVNULL setting for "swapf". From the kvm_open(3) | Garance A Drosehn | 2004-03-26 | 1 | -3/+3 |
| * | Remove the NEED_KMEM support meant for FreeBSD 3.x. This base-system | Garance A Drosehn | 2004-03-26 | 1 | -9/+1 |
| * | Switch to checking P_KTHREAD instead of P_SYSTEM when deciding what | Garance A Drosehn | 2004-03-26 | 1 | -3/+10 |
| * | Avoid the manpage layering violation and low-level implementation | Ruslan Ermilov | 2004-03-26 | 1 | -3/+2 |
| * | Correct the description of options -N and -M to match reality. | Ruslan Ermilov | 2004-03-26 | 1 | -4/+4 |
| * | Apply style.Makefile(5). | Ruslan Ermilov | 2004-03-26 | 1 | -6/+4 |
| * | Send those -Debug messages to stderr, not stdout... | Garance A Drosehn | 2004-03-26 | 1 | -2/+2 |
| * | Add a debugging option, as I don't understand something that I'm seeing. | Garance A Drosehn | 2004-03-26 | 1 | -2/+18 |
| * | Remove a redundant check against mypid (the check is done later, in | Garance A Drosehn | 2004-03-26 | 1 | -1/+1 |
| * | Add a cast to get this to compile with WARNS=5 on sparc64. This is | Garance A Drosehn | 2004-03-26 | 2 | -2/+3 |
| * | Fixes so this will compile with WARNS=5 on i386. | Garance A Drosehn | 2004-03-26 | 1 | -19/+22 |
| * | Fix two cosmetic style(9) issues. | Garance A Drosehn | 2004-03-25 | 1 | -2/+2 |
| * | Add a comment for when these utilities were added to FreeBSD, and add | Garance A Drosehn | 2004-03-25 | 1 | -0/+3 |
| * | Add `-M' and `-N' options to `pkill' and `pgrep', similar to | Garance A Drosehn | 2004-03-25 | 2 | -6/+35 |
| * | Use the correct type for some casts, thus avoiding a few warning messages | Garance A Drosehn | 2004-03-25 | 1 | -4/+4 |
| * | Change some routine and variable names to match the FreeBSD system. | Garance A Drosehn | 2004-03-25 | 2 | -35/+55 |
| * | Add the `pkill' and `pgrep' commands from NetBSD. This is the source | Garance A Drosehn | 2004-03-25 | 3 | -0/+752 |