History log of /netbsd/usr.bin/pwait/pwait.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 13265486 30-Jul-2017 dholland <dholland@NetBSD.org>

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 som

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.

show more ...


# 337a4b74 04-Mar-2015 christos <christos@NetBSD.org>

add flag that let's you not wait for all the processes specified.


# bda13abd 04-Mar-2015 christos <christos@NetBSD.org>

PR/49714: Henning Petersen: Change NULL in EV_SET to 0.


# f052155c 03-Mar-2015 christos <christos@NetBSD.org>

Add a timeout parameter.


# b4f103c9 02-Mar-2015 christos <christos@NetBSD.org>

Add -s option, cleanup warnings.


# 0cd0f7fc 02-Mar-2015 christos <christos@NetBSD.org>

Add pwait, from FreeBSD