History log of /src/usr.bin/pwait |
Revision | Date | Author | Comments |
1.1 | 02-Mar-2015 |
christos | Add pwait, from FreeBSD
|
1.4 | 04-Mar-2015 |
christos | add flag that let's you not wait for all the processes specified.
|
1.3 | 03-Mar-2015 |
christos | Add a timeout parameter.
|
1.2 | 02-Mar-2015 |
christos | Add -s option, cleanup warnings.
|
1.1 | 02-Mar-2015 |
christos | Add pwait, from FreeBSD
|
1.6 | 30-Jul-2017 |
dholland | The proper way to validate a condition that's expected to be true is 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.
|
1.5 | 04-Mar-2015 |
christos | add flag that let's you not wait for all the processes specified.
|
1.4 | 04-Mar-2015 |
christos | PR/49714: Henning Petersen: Change NULL in EV_SET to 0.
|
1.3 | 03-Mar-2015 |
christos | Add a timeout parameter.
|
1.2 | 02-Mar-2015 |
christos | Add -s option, cleanup warnings.
|
1.1 | 02-Mar-2015 |
christos | Add pwait, from FreeBSD
|