summaryrefslogtreecommitdiff
path: root/usr.bin/pwait/pwait.c
AgeCommit message (Collapse)Author
2017-07-30The proper way to validate a condition that's expected to be true isdholland
to assert it, not to bolt it into the program logic in a way that will cause strange behavior if it accidentally isn't true at some point.
2015-03-04add flag that let's you not wait for all the processes specified.christos
2015-03-04PR/49714: Henning Petersen: Change NULL in EV_SET to 0.christos
2015-03-03Add a timeout parameter.christos
2015-03-02Add -s option, cleanup warnings.christos
2015-03-02Add pwait, from FreeBSDchristos