index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
pkill
/
pkill.c
Age
Commit message (
Expand
)
Author
2022-10-29
Add a -q option for pgrep to not print anything; similar to grep -q.
simonb
2022-07-02
Cosmetic tweak. No functional change.
ad
2017-02-21
PR bin/50934 -- avoid core dump if a process being examined has set
kre
2015-01-09
Simplify code so that gcc 4.8 can understand it.
prlw1
2013-01-02
Explicitly include sys/resource.h
dsl
2012-11-20
Don't use p_comm since it is only 16 characters long and you can find the
christos
2010-12-07
add -l support to prenice, as noted by enami.
mrg
2010-12-06
add a "prenice <priority> <names>" command.
mrg
2009-04-13
Fix sign-compare issues
lukem
2009-02-28
Handle ptyfs ptys. Should probably pull up to 5.
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-12-15
convert __attribute__s to applicable cdefs.h macros
perry
2007-03-21
Allow the -l (long format) option to be used with pkill too.
erh
2007-02-17
Revert the changes done after newlock2 merge, except for the removal of
pavel
2007-02-10
Further changes to use compat process flags mapped by sysctl. To be
ad
2007-02-09
Sync with kernel changes introduced by merging the newlock2 branch.
ad
2006-02-25
Sort options; from jmc@openbsd.
wiz
2005-10-10
Exit with 2 on usage errors as documented. Noted by Christian Biere in
kleink
2005-10-08
Downgrade failure to kill(2) (other than ESRCH) from fatal error to a
kleink
2005-07-20
Sprinkle const liberally
dsainty
2005-07-20
From discussion on tech-userlevel, change the comment formatting in the
dsainty
2005-07-16
Fix more lint problems.
christos
2005-07-16
- KNF
christos
2005-07-16
From David Sainty: If a process dissappears while we are signalling it, don't
christos
2005-03-16
Add a -i option to ignore case in the process match.
sketch
2005-03-02
If a user or group is not known, report the problem user/group, rather than
abs
2004-02-15
Make usage() not overflow 80 char lines.
soren
2004-01-06
typo fix. do not go suicide by mistake. from millert@openbsd
itojun
2002-10-27
Add missing -u euid option to optstring; from Michael van Elst in
kleink
2002-03-06
Exclude system processes when the match is inverted.
ad
2002-03-04
Fix 3 bugs in signal number decoding:
augustss
2002-03-01
s/LINT/lint/
ad
2002-03-01
pgrep and pkill: search the process table for processes with a particular
ad