aboutsummaryrefslogtreecommitdiff
path: root/bin/pkill
Commit message (Expand)AuthorAgeFilesLines
* bin/pkill: Fix {pgrep,pkill}-j_test.shAlex Richardson2021-02-132-34/+37
* pkill(1): Add EXAMPLES section to man pageFernando ApesteguĂ­a2020-10-051-1/+106
* Clarify that /dev/kmem is not used.Sevan Janiyan2018-12-031-1/+8
* Note these tools use kvm(3) and not procfs as in Solaris.Sevan Janiyan2018-12-031-1/+7
* Clarify that patterns are extended regular expressions in pkill(1) manual page.Guangyuan Yang2018-12-011-2/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Only emit the trailing new line added in r322613 when not operating in quietLawrence Stewart2017-08-241-1/+1
* The r322210 change to pgrep's PID delimiting behaviour causes pgrep's defaultLawrence Stewart2017-08-171-0/+2
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* | pgrep naively appends the delimiter to all PIDs including the lastLawrence Stewart2017-08-081-2/+5
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Clarify -q is only for pgrep.Bryan Drewery2017-06-051-1/+3
* Convert absolute links to relative links.Rodney W. Grimes2017-03-071-2/+2
* Increase timeouts so tests have more chances to succeedRuslan Bukin2016-10-192-7/+7
* Increase timeout so low-end platforms have a chance to complete testRuslan Bukin2016-10-171-1/+2
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | MFHGlen Barber2016-02-101-1/+1
|\|
| * Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov2016-02-091-1/+1
* | Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber2016-02-091-0/+1
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Make pkill/pgrep -j ARG take jname, not just jid.Jamie Gritton2015-08-226-20/+78
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-273-144/+129
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-193-53/+108
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-191-2/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \ \
| * \ \ \ Merge headSimon J. Gerraty2014-04-2831-1/+1057
| |\ \ \ \
| * \ \ \ \ Merge head@256284Simon J. Gerraty2013-10-131-1/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge from headSimon J. Gerraty2013-09-052-8/+42
| |\ \ \ \ \ \
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | | | | | Disguising stderr from jls generally considered harmfulEnji Cooper2015-02-212-2/+4
* | | | | | | | Refactor pkill-j_test to reflect the relevant changes done to pgrep-j_testEnji Cooper2015-02-141-75/+66
* | | | | | | | Simplify jail_name_to_jid and try to be more fault tolerant when scanning forEnji Cooper2015-02-141-15/+14
* | | | | | | | Call wait to ensure that background processes have diedEnji Cooper2015-02-131-0/+2
* | | | | | | | Parameterize out the amount of sleep done in each testEnji Cooper2015-02-121-9/+12
* | | | | | | | Refactor the testsEnji Cooper2015-02-121-59/+48
* | | | | | | | Add debugging output to help track down the recent Jenkins failuresEnji Cooper2015-02-121-3/+3
* | | | | | | | Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin2014-11-251-2/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix pkill unit tests.Craig Rodrigues2014-09-302-53/+106