| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.4 to release/7.4.0 for 7.4-RELEASE.release/7.4.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
| * | MFC r203688: | Rebecca Cran | 2010-02-24 | 1 | -1/+2 |
| * | MFC: r192242: Don't kill ancestors unless -a is given. | Brian Somers | 2009-06-07 | 1 | -2/+28 |
| * | Fix and extend the -j option to pkill/pgrep WRT the jail | Yaroslav Tykhiy | 2006-11-23 | 1 | -7/+25 |
| * | Sync as close as possible with NetBSD. | Pawel Jakub Dawidek | 2005-11-16 | 1 | -90/+113 |
| * | I often find myself doing: | Pawel Jakub Dawidek | 2005-11-16 | 1 | -14/+42 |
| * | Revert previous behaviour of '-F' option and add '-L' option, which will | Pawel Jakub Dawidek | 2005-08-25 | 1 | -20/+33 |
| * | Modify '-F' option to work nicely with pidfile(3) - a pidfile given as | Pawel Jakub Dawidek | 2005-08-24 | 1 | -0/+14 |
| * | Whitespace fixes. | Pawel Jakub Dawidek | 2005-03-20 | 1 | -6/+5 |
| * | - Introduce an '-o' option which allows to match oldest of the matching | Pawel Jakub Dawidek | 2005-03-20 | 1 | -10/+27 |
| * | - Introduce '-S' option which allows to match system processes (pgrep only). | Pawel Jakub Dawidek | 2005-03-20 | 1 | -20/+18 |
| * | Add a -i option to ignore case in the process match. | Pawel Jakub Dawidek | 2005-03-20 | 1 | -4/+8 |
| * | Add and document '-F' option which allows to use file where PID is stored | Pawel Jakub Dawidek | 2005-03-20 | 1 | -3/+46 |
| * | Add and document '-j' option which allows to match processes based on its | Pawel Jakub Dawidek | 2005-03-20 | 1 | -3/+22 |
| * | 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 | 1 | -13/+1 |
| * | 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 |
| * | 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 |
| * | 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 | 1 | -1/+2 |
| * | 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 `-M' and `-N' options to `pkill' and `pgrep', similar to | Garance A Drosehn | 2004-03-25 | 1 | -5/+23 |
| * | 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 | 1 | -35/+51 |
| * | Add the `pkill' and `pgrep' commands from NetBSD. This is the source | Garance A Drosehn | 2004-03-25 | 1 | -0/+539 |