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