summaryrefslogtreecommitdiff
path: root/bin/pwait/pwait.c
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
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
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-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 -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-03-07pwait: Add a -t flag to specify a timeout before exiting, and tests.Bryan Drewery
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
2009-11-17Add pwait utility, which waits for any process to terminate.Jilles Tjoelker