- fixed Solaris build, thanks to Walerian Sokołowski
- use
poll()
instead ofselect()
, thanks to Walerian Sokołowski - add the
process_exists()
API - fix race conditions in a number of tests
poll()
instead of select()
, thanks to Walerian Sokołowskiprocess_exists()
API