aboutsummaryrefslogtreecommitdiff
path: root/bin/pwait/pwait.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in pwait.c introduced in 5bdce6ff546eAlexander V. Chernikov2021-01-211-1/+1
* Remove deadlock in rc caused by pwait waiting for itself.Alexander V. Chernikov2021-01-211-0/+4
* Remove unused include.Xin LI2020-02-021-1/+0
* Restore previous usage presentation (without "pwait: " prefix).Pawel Jakub Dawidek2020-02-011-1/+2
* Style changes, mostly usage of braces around single line statements -Pawel Jakub Dawidek2020-01-261-21/+34
* Implement -o flag which tells pwait(1) to exit if any of the given processesPawel Jakub Dawidek2020-01-261-6/+17
* Don't setup a timeout if we are exiting.Pawel Jakub Dawidek2020-01-261-1/+1
* Check for duplicated PID without using additional variable.Pawel Jakub Dawidek2020-01-261-11/+12
* - Be consistent with using sysexits(3) codes.Pawel Jakub Dawidek2020-01-261-6/+5
* pwait: Add a -t flag to specify a timeout before exiting, and tests.Bryan Drewery2017-03-071-8/+58
* Use a different way to silence clang analyzer as done in r245494 byXin LI2013-01-161-2/+1
* Free memory before exiting in order to silence a warning from the clangEitan Adler2013-01-161-0/+1
* Add pwait utility, which waits for any process to terminate.Jilles Tjoelker2009-11-171-0/+145