index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
pkill
/
pkill.1
Age
Commit message (
Expand
)
Author
2020-11-14
Simplify wording of the matching rules, with help and ok jmc@
Otto Moerbeek
2018-08-31
clarify that patterns are extended regular expressions; ok millert@ phessler@
Christian Weisgerber
2013-07-16
use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
Ingo Schwarze
2013-06-03
sort options list;
Jason McIntyre
2013-06-03
-I to confirm pkills. ok many
Ted Unangst
2012-08-21
Sort options.
Antoine Jacoutot
2012-08-21
add -q "silent" option similar to grep
Marc Espie
2012-02-09
restrict pkill/pgrep to the routing domain specified by -T; ok henning@, mpf@
Markus Friedl
2012-01-17
Allow pkill to use the -l option. This displays which processes have been
lum
2010-09-29
various EXIT STATUS fixes; from Daniel Dickman
Jason McIntyre
2009-07-27
document how patterns are matched and that only the first 16 chars
Jason McIntyre
2009-06-07
tweak -v; from Tim van der Molen
Jason McIntyre
2009-03-26
fix a few typographical errors found by spell(1).
Igor Sobrado
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-02-11
bump Mdocdate for pages committed in "febuary", necessary because
Jason McIntyre
2008-02-07
Add add -o flag to pkill/pgrep like on Solaris and Linux.
Todd C. Miller
2007-10-31
"signal" is an argument, not a flag;
Jason McIntyre
2007-05-31
convert to new .Dd format;
Jason McIntyre
2005-07-16
- basic cleanup
Jason McIntyre
2005-07-16
sort options and sync usage();
Jason McIntyre
2005-03-27
revert r1.9; this one needs more discussion
Robert Nagy
2005-03-27
add a -i option to ignore case distinctions in the process match;
Robert Nagy
2004-07-06
add pgrep to .Nm line to allow `apropos/whatis pgrep' to work;
Jason McIntyre
2004-01-06
We don't have signal(7)
Todd C. Miller
2004-01-06
pkill/pgrep from NetBSD with changes to use kvm_getprocs(). Selecting
Todd C. Miller