On Mon, Mar 02, 2015 at 04:43:39PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Mar 2 21:43:39 UTC 2015 > > Added Files: > src/usr.bin/pwait: Makefile pwait.1 pwait.c > > Log Message: > Add pwait, from FreeBSD
Please don't just import programs without asking for feedback on the appropiate lists. For example, why does this program not have a timeout option? I guess I am not the only programmer here with a process monitor written based on kqueue and *this* tool has both ugly warts (matching against /proc for Solaris compat, seriously?) and limitations. Joerg