diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-07-06 20:30:24 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-07-06 20:30:24 +0000 |
commit | a4694ad9134d41527fe7e1bd16a28f0e0c097b56 (patch) | |
tree | 5c867017fa9bafd1af805e6f9129d018739630ce /x11/xmx | |
parent | Add a patch to ensure we compile against the new Boost-1.34, while (diff) |
Fix a couple bugs and remove the IGNORE variable:
- select can be interrupted and return EINTR so we need to loop around it
while it does so rather than treating it as a fatal error.
- all process creations are matched with a wait() so having a SIGCHLD
handler that performs a wait(-1) is pointless and racy. We tend to
loose the race over half the time and as a result were reporting
successful processes as failed.
Add a couple features:
- Skip commented lines in the host specification.
- Allow '-' as an alias for stdin in the host file specification.
Notes
Notes:
svn path=/head/; revision=195101
Diffstat (limited to 'x11/xmx')
0 files changed, 0 insertions, 0 deletions