--- libeio/Changes 2011/07/13 00:53:03 1.37 +++ libeio/Changes 2011/07/14 18:30:09 1.38 @@ -9,6 +9,7 @@ - fix a deadlock where a wakeup signal could be missed when a timeout occured at the same time. - use nonstandard but maybe-working-on-bsd fork technique. + - use fewer time() syscalls when waiting for new requests. - fix a path-memory-leak in readdir when using the wrappers (reported by Thomas L. Shinnick). - support a max_idle value of 0. @@ -54,4 +55,5 @@ - add realpath request and implementation. - cancelled requests will still invoke their request callbacks. - add fallocate. + - do not acquire any locks when forking.