summaryrefslogtreecommitdiff
path: root/bin/pkill
AgeCommit message (Expand)Author
2025-06-24pkill: better document ancestor-hidingKyle Evans
2025-03-20pkill tests: Fix pkill usage in the pkill -x testMark Johnston
2024-10-14Update Makefile.depend filesSimon J. Gerraty
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-03-20pkill: tests: do a pass for case-sensitive conflictsKyle Evans
2023-03-20pkill: use an ARG_MAX size buffer for argument matchingKyle Evans
2021-02-13bin/pkill: Fix {pgrep,pkill}-j_test.shAlex Richardson
2020-10-05pkill(1): Add EXAMPLES section to man pageFernando ApesteguĂ­a
2018-12-03Clarify that /dev/kmem is not used.Sevan Janiyan
2018-12-03Note these tools use kvm(3) and not procfs as in Solaris.Sevan Janiyan
2018-12-01Clarify that patterns are extended regular expressions in pkill(1) manual page.Guangyuan Yang
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-24Only emit the trailing new line added in r322613 when not operating in quietLawrence Stewart
2017-08-17The r322210 change to pgrep's PID delimiting behaviour causes pgrep's defaultLawrence Stewart
2017-08-14Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper
2017-08-08pgrep naively appends the delimiter to all PIDs including the lastLawrence Stewart
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-06-05Clarify -q is only for pgrep.Bryan Drewery
2017-03-07Convert absolute links to relative links.Rodney W. Grimes
2016-10-19Increase timeouts so tests have more chances to succeedRuslan Bukin
2016-10-17Increase timeout so low-end platforms have a chance to complete testRuslan Bukin
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-10MFHGlen Barber
2016-02-09Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber
2016-02-09Rename P_KTHREAD struct proc p_flag to P_KPROC.Konstantin Belousov
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-01Update dependencies after r291406 added libelf to libkvm.Bryan Drewery
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-08-22Make pkill/pgrep -j ARG take jname, not just jid.Jamie Gritton
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-02-21Disguising stderr from jls generally considered harmfulEnji Cooper
2015-02-14Refactor pkill-j_test to reflect the relevant changes done to pgrep-j_testEnji Cooper
2015-02-14Simplify jail_name_to_jid and try to be more fault tolerant when scanning forEnji Cooper
2015-02-13Call wait to ensure that background processes have diedEnji Cooper
2015-02-12Parameterize out the amount of sleep done in each testEnji Cooper
2015-02-12Refactor the testsEnji Cooper
2015-02-12Add debugging output to help track down the recent Jenkins failuresEnji Cooper
2014-11-25Convert bin/ to LIBADD, reduce overlinking allow to build all components asBaptiste Daroussin