summaryrefslogtreecommitdiffstats
path: root/bin/pkill
Commit message (Expand)AuthorAgeFilesLines
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-041-4/+0
* MFHgjb2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-091-0/+11
* | MFHgjb2016-02-101-1/+1
|\ \ | |/
| * Rename P_KTHREAD struct proc p_flag to P_KPROC.kib2016-02-091-1/+1
* | Explicitly add unmarked bin/ binaries to the runtime package.gjb2016-02-091-0/+1
* | First pass to fix the 'tests' packages.gjb2016-02-021-0/+4
|/
* Update dependencies after r291406 added libelf to libkvm.bdrewery2015-12-011-0/+1
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
* Make pkill/pgrep -j ARG take jname, not just jid.jamie2015-08-226-20/+78
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-144/+129
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-193-53/+108
| |\
| * \ Merge head from 7/28sjg2014-08-191-2/+1
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+0
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge from headsjg2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headsjg2014-04-2831-1/+1057
| |\ \ \ \
| * \ \ \ \ Merge head@256284sjg2013-10-131-1/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headsjg2013-09-052-8/+42
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
* | | | | | | | Disguising stderr from jls generally considered harmfulngie2015-02-212-2/+4
* | | | | | | | Refactor pkill-j_test to reflect the relevant changes done to pgrep-j_testngie2015-02-141-75/+66
* | | | | | | | Simplify jail_name_to_jid and try to be more fault tolerant when scanning forngie2015-02-141-15/+14
* | | | | | | | Call wait to ensure that background processes have diedngie2015-02-131-0/+2
* | | | | | | | Parameterize out the amount of sleep done in each testngie2015-02-121-9/+12
* | | | | | | | Refactor the testsngie2015-02-121-59/+48
* | | | | | | | Add debugging output to help track down the recent Jenkins failuresngie2015-02-121-3/+3
* | | | | | | | Convert bin/ to LIBADD, reduce overlinking allow to build all components asbapt2014-11-251-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix pkill unit tests.rodrigc2014-09-302-53/+106
* | | | | | | Skip pgrep-j and pkill-j if jail or jls is not installed.asomers2014-08-141-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | use .Mt to mark up email addresses consistently (part1)bapt2014-06-201-2/+1
| |_|_|_|/ |/| | | |
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|_|/ |/| | |
* | | | Migrate tools/regression/usr.bin/pkill to the new tests layout.jmmv2014-03-1930-0/+1053
* | | | pkill - Optimize pgrep -Feadler2013-11-101-1/+4
| |_|/ |/| |
* | | Remove useless check - ki_loginclass is an array; can't be NULL.trasz2013-10-041-1/+0
| |/ |/|
* | Add -c flag to pgrep(1) and pkill(1), to match login classes.trasz2013-08-092-8/+42
|/
* Make sys_signame upper case.jilles2011-02-041-1/+1
* Add -l to the synopsisbrian2010-07-121-1/+1
* Recognise the -l switch with pkill - list kill command(s) used.brian2010-06-202-8/+16
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-022-14/+0
* - Implement -q option for pgrep(1).pjd2010-02-122-5/+20
* Initialize the execfile argument to NULL instead of _PATH_DEVNULL. This allow...brucec2010-02-081-1/+2
* Raise WARNS for various tools where possible.ed2010-01-171-1/+0
* Committed the wrong version in r201484. This time really fix the "-t"obrien2010-01-041-4/+14
* Fix the "-t" functionality. Per the regression tests (pgrep-t.t & pkill-t.t),obrien2010-01-041-3/+4
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-8/+8
OpenPOWER on IntegriCloud