| Commit message (Expand) | Author | Age | Files | Lines |
* | -mdoc sweep. | ru | 2005-11-18 | 1 | -1/+1 |
* | Sync as close as possible with NetBSD. | pjd | 2005-11-16 | 1 | -92/+115 |
* | I often find myself doing: | pjd | 2005-11-16 | 2 | -15/+45 |
* | Revert previous behaviour of '-F' option and add '-L' option, which will | pjd | 2005-08-25 | 2 | -27/+43 |
* | Modify '-F' option to work nicely with pidfile(3) - a pidfile given as | pjd | 2005-08-24 | 2 | -0/+22 |
* | Markup and wording fixes. | ru | 2005-06-14 | 1 | -1/+1 |
* | Whitespace fixes. | pjd | 2005-03-20 | 2 | -7/+6 |
* | - Introduce an '-o' option which allows to match oldest of the matching | pjd | 2005-03-20 | 2 | -14/+33 |
* | - Introduce '-S' option which allows to match system processes (pgrep only). | pjd | 2005-03-20 | 2 | -21/+21 |
* | Sort options properly. | pjd | 2005-03-20 | 1 | -4/+4 |
* | Add a -i option to ignore case in the process match. | pjd | 2005-03-20 | 2 | -6/+12 |
* | Add and document '-F' option which allows to use file where PID is stored | pjd | 2005-03-20 | 2 | -4/+53 |
* | Add and document '-j' option which allows to match processes based on its | pjd | 2005-03-20 | 2 | -4/+30 |
* | If a user or group is not known, report the problem user/group, rather than | delphij | 2005-03-03 | 1 | -3/+3 |
* | Removed bitrot. | ru | 2004-11-13 | 2 | -16/+1 |
* | Document the fact that matching against a process command-name will | gad | 2004-08-16 | 1 | -0/+16 |
* | Don't forget the arguments for -M and -N in the DESCRIPTION section. | stefanf | 2004-07-18 | 1 | -2/+2 |
* | Respect locale settings from the environment. | tjr | 2004-07-15 | 1 | -0/+3 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Added pgrep to the SYNOPSIS. | ru | 2004-05-19 | 1 | -14/+21 |
* | Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(), | gad | 2004-03-30 | 1 | -1/+5 |
* | bde also tells me that he is confident that P_SYSTEM will not work | gad | 2004-03-27 | 1 | -8/+1 |
* | Some style(9)-ish improvements, courtesy of bde. | gad | 2004-03-27 | 1 | -6/+6 |
* | Remove the _PATH_DEVNULL setting for "swapf". From the kvm_open(3) | gad | 2004-03-26 | 1 | -3/+3 |
* | Remove the NEED_KMEM support meant for FreeBSD 3.x. This base-system | gad | 2004-03-26 | 1 | -9/+1 |
* | Switch to checking P_KTHREAD instead of P_SYSTEM when deciding what | gad | 2004-03-26 | 1 | -3/+10 |
* | Avoid the manpage layering violation and low-level implementation | ru | 2004-03-26 | 1 | -3/+2 |
* | Correct the description of options -N and -M to match reality. | ru | 2004-03-26 | 1 | -4/+4 |
* | Apply style.Makefile(5). | ru | 2004-03-26 | 1 | -6/+4 |
* | Send those -Debug messages to stderr, not stdout... | gad | 2004-03-26 | 1 | -2/+2 |
* | Add a debugging option, as I don't understand something that I'm seeing. | gad | 2004-03-26 | 1 | -2/+18 |
* | Remove a redundant check against mypid (the check is done later, in | gad | 2004-03-26 | 1 | -1/+1 |
* | Add a cast to get this to compile with WARNS=5 on sparc64. This is | gad | 2004-03-26 | 2 | -2/+3 |
* | Fixes so this will compile with WARNS=5 on i386. | gad | 2004-03-26 | 1 | -19/+22 |
* | Fix two cosmetic style(9) issues. | gad | 2004-03-25 | 1 | -2/+2 |
* | Add a comment for when these utilities were added to FreeBSD, and add | gad | 2004-03-25 | 1 | -0/+3 |
* | Add `-M' and `-N' options to `pkill' and `pgrep', similar to | gad | 2004-03-25 | 2 | -6/+35 |
* | Use the correct type for some casts, thus avoiding a few warning messages | gad | 2004-03-25 | 1 | -4/+4 |
* | Change some routine and variable names to match the FreeBSD system. | gad | 2004-03-25 | 2 | -35/+55 |
* | Add the `pkill' and `pgrep' commands from NetBSD. This is the source | gad | 2004-03-25 | 3 | -0/+752 |