aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/pkill
Commit message (Expand)AuthorAgeFilesLines
* Be more accurate in the description of the -I option:Ruslan Ermilov2006-12-201-1/+1
* Fix and extend the -j option to pkill/pgrep WRT the jailYaroslav Tykhiy2006-11-232-9/+44
* Tell in a comment that the symlinks from /usr/bin areYaroslav Tykhiy2006-08-201-0/+5
* Install pkill(1), aka pgrep(1), to /bin so that rc scriptsYaroslav Tykhiy2006-08-191-0/+5
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+1
* Sync as close as possible with NetBSD.Pawel Jakub Dawidek2005-11-161-92/+115
* I often find myself doing:Pawel Jakub Dawidek2005-11-162-15/+45
* Revert previous behaviour of '-F' option and add '-L' option, which willPawel Jakub Dawidek2005-08-252-27/+43
* Modify '-F' option to work nicely with pidfile(3) - a pidfile given asPawel Jakub Dawidek2005-08-242-0/+22
* Markup and wording fixes.Ruslan Ermilov2005-06-141-1/+1
* Whitespace fixes.Pawel Jakub Dawidek2005-03-202-7/+6
* - Introduce an '-o' option which allows to match oldest of the matchingPawel Jakub Dawidek2005-03-202-14/+33
* - Introduce '-S' option which allows to match system processes (pgrep only).Pawel Jakub Dawidek2005-03-202-21/+21
* Sort options properly.Pawel Jakub Dawidek2005-03-201-4/+4
* Add a -i option to ignore case in the process match.Pawel Jakub Dawidek2005-03-202-6/+12
* Add and document '-F' option which allows to use file where PID is storedPawel Jakub Dawidek2005-03-202-4/+53
* Add and document '-j' option which allows to match processes based on itsPawel Jakub Dawidek2005-03-202-4/+30
* If a user or group is not known, report the problem user/group, rather thanXin LI2005-03-031-3/+3
* Removed bitrot.Ruslan Ermilov2004-11-132-16/+1
* Document the fact that matching against a process command-name willGarance A Drosehn2004-08-161-0/+16
* Don't forget the arguments for -M and -N in the DESCRIPTION section.Stefan Farfeleder2004-07-181-2/+2
* Respect locale settings from the environment.Tim J. Robbins2004-07-151-0/+3
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Added pgrep to the SYNOPSIS.Ruslan Ermilov2004-05-191-14/+21
* Use KERN_PROC_PROC instead of KERN_PROC_ALL on the call to kvm_getprocs(),Garance A Drosehn2004-03-301-1/+5
* bde also tells me that he is confident that P_SYSTEM will not workGarance A Drosehn2004-03-271-8/+1
* Some style(9)-ish improvements, courtesy of bde.Garance A Drosehn2004-03-271-6/+6
* Remove the _PATH_DEVNULL setting for "swapf". From the kvm_open(3)Garance A Drosehn2004-03-261-3/+3
* Remove the NEED_KMEM support meant for FreeBSD 3.x. This base-systemGarance A Drosehn2004-03-261-9/+1
* Switch to checking P_KTHREAD instead of P_SYSTEM when deciding whatGarance A Drosehn2004-03-261-3/+10
* Avoid the manpage layering violation and low-level implementationRuslan Ermilov2004-03-261-3/+2
* Correct the description of options -N and -M to match reality.Ruslan Ermilov2004-03-261-4/+4
* Apply style.Makefile(5).Ruslan Ermilov2004-03-261-6/+4
* Send those -Debug messages to stderr, not stdout...Garance A Drosehn2004-03-261-2/+2
* Add a debugging option, as I don't understand something that I'm seeing.Garance A Drosehn2004-03-261-2/+18
* Remove a redundant check against mypid (the check is done later, inGarance A Drosehn2004-03-261-1/+1
* Add a cast to get this to compile with WARNS=5 on sparc64. This isGarance A Drosehn2004-03-262-2/+3
* Fixes so this will compile with WARNS=5 on i386.Garance A Drosehn2004-03-261-19/+22
* Fix two cosmetic style(9) issues.Garance A Drosehn2004-03-251-2/+2
* Add a comment for when these utilities were added to FreeBSD, and addGarance A Drosehn2004-03-251-0/+3
* Add `-M' and `-N' options to `pkill' and `pgrep', similar toGarance A Drosehn2004-03-252-6/+35
* Use the correct type for some casts, thus avoiding a few warning messagesGarance A Drosehn2004-03-251-4/+4
* Change some routine and variable names to match the FreeBSD system.Garance A Drosehn2004-03-252-35/+55
* Add the `pkill' and `pgrep' commands from NetBSD. This is the sourceGarance A Drosehn2004-03-253-0/+752