summaryrefslogtreecommitdiff
path: root/usr.bin/pkill
AgeCommit message (Expand)Author
2018-12-04Sort SEE ALSO.wiz
2018-12-03Note these tools use kvm(3) and not procfs as in Solaris.sevan
2017-10-22Add pgrep and prenice to the NAME sectionabhinav
2017-02-21PR bin/50934 -- avoid core dump if a process being examined has setkre
2016-08-22Add AUTHORS sectionsevan
2015-01-09Simplify code so that gcc 4.8 can understand it.prlw1
2013-11-01Document that patterns are specified using extended regular expressions.apb
2013-06-03Formatting fix.wiz
2013-06-03prenice (like pgrep and pkill) won't match itself. Also fix nearby typo.dholland
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-07Fix SYNOPSIS; pkill accepts -l options since 3 years ago. `pattern' isenami
2010-12-07Be explicit which options are available for prenice. Bump date.wiz
2010-12-07add -l support to prenice, as noted by enami.mrg
2010-12-06install prenice(1) and man page links.mrg
2010-12-06Bump date for prenice, add serial comma, and fix an xref.wiz
2010-12-06add a "prenice <priority> <names>" command.mrg
2009-04-13Fix sign-compare issueslukem
2009-02-28Drop trailing whitespace.wiz
2009-02-28Handle ptyfs ptys. Should probably pull up to 5.christos
2008-04-30Convert TNF licenses to new 2 clause variantmartin
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-11-13Remove authors section, and update history where appropriate.ad
2006-04-01Fix cross-reference to grep(1).jmmv
2006-02-25Wording, use more macros, xref grep(1). From jmc@openbsd.wiz
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-16WARNS=3 and remove default values.christos
2005-07-16- KNFchristos
2005-07-16From David Sainty: If a process dissappears while we are signalling it, don'tchristos
2005-03-16Bump date for -i.wiz
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
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
2002-10-27Add missing -u euid option to optstring; from Michael van Elst inkleink
2002-03-06- System processes will never be matched.ad
2002-03-06Exclude system processes when the match is inverted.ad
2002-03-04Solaris 2.7 -> 7ad
2002-03-04Fix 3 bugs in signal number decoding:augustss