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
Age
Commit message (
Expand
)
Author
2005-07-16
- basic cleanup
Jason McIntyre
2005-07-16
sort options and sync usage();
Jason McIntyre
2005-05-20
Don't print an empty line when no match is found in pgrep mode.
Otto Moerbeek
2005-04-11
handle snprintf return value overflow case; ok otto
Theo de Raadt
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
2005-03-02
Report non-existing user or groupname correctly. From David Brownlee
Otto Moerbeek
2005-02-11
Fix -d option; it should print a newline at EOL, not the specified delimeter.
Todd C. Miller
2004-12-29
handle snprintf -1; otto ok
Theo de Raadt
2004-07-15
Don't print a warning if kill(2) returns ESRCH since the process may have
Todd C. Miller
2004-07-15
Skip SYSTEM and ourown proccess on every loop.
Mike Pechkin
2004-07-06
add pgrep to .Nm line to allow `apropos/whatis pgrep' to work;
Jason McIntyre
2004-06-24
When given multiple processes to kill, keep going if we are unable to kill
Todd C. Miller
2004-03-12
knf
Theo de Raadt
2004-01-07
Convert back to using kvm_getproc2() and friends now that libkvm
Todd C. Miller
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