summaryrefslogtreecommitdiff
path: root/bin/pwait
AgeCommit message (Expand)Author
2025-10-28pwait: Add an option to print remaining processesDag-Erling Smørgrav
2025-10-23pwait: Avoid calling getpid(2) for each proc.Bryan Drewery
2025-09-23pwait: Fix timeout unit parserDag-Erling Smørgrav
2025-04-18pwait tests: Fix some exit annotationsMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-27pwait.1: add missing prompt and command in examplesMike Karels
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-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-01-21Fix typo in pwait.c introduced in 5bdce6ff546eAlexander V. Chernikov
2021-01-21Remove deadlock in rc caused by pwait waiting for itself.Alexander V. Chernikov
2020-10-05pwait(1): Add EXAMPLES section to man pageFernando Apesteguía
2020-02-02Remove unused include.Xin LI
2020-02-01Restore previous usage presentation (without "pwait: " prefix).Pawel Jakub Dawidek
2020-01-26Style changes, mostly usage of braces around single line statements -Pawel Jakub Dawidek
2020-01-26Implement tests for the newly added -o flag.Pawel Jakub Dawidek
2020-01-26Implement -o flag which tells pwait(1) to exit if any of the given processesPawel Jakub Dawidek
2020-01-26Don't setup a timeout if we are exiting.Pawel Jakub Dawidek
2020-01-26Check for duplicated PID without using additional variable.Pawel Jakub Dawidek
2020-01-26- Be consistent with using sysexits(3) codes.Pawel Jakub Dawidek
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-08-02Add HAS_TESTS to all Makefiles that use the SUBDIR.${MK_TESTS}+= tests idiomEnji Cooper
2017-03-09Rename some tests to end in _test.Bryan Drewery
2017-03-09Remove unneeded -x from tests.Bryan Drewery
2017-03-07pwait: Add a -t flag to specify a timeout before exiting, and tests.Bryan Drewery
2016-02-09Explicitly add unmarked bin/ binaries to the runtime package.Glen Barber
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-08Sync with HEAD.David E. O'Brien
2013-01-16Use a different way to silence clang analyzer as done in r245494 byXin LI
2013-01-16Free memory before exiting in order to silence a warning from the clangEitan Adler
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-03-29Remove trailing whitespace per mdoc lint warningEitan Adler
2012-03-25Remove superfluous paragraph macro.Joel Dahl
2010-04-14mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein
2009-11-17Add pwait utility, which waits for any process to terminate.Jilles Tjoelker