diff options
author | root <root> | 2011-07-14 18:30:09 +0000 |
---|---|---|
committer | root <root> | 2011-07-14 18:30:09 +0000 |
commit | 9f75ac1c181cd5726a5e67abc9d00088d9d41aed (patch) | |
tree | 71e97dd6442d2e161f9ab5d3bd7673d11c5d48da /Changes | |
parent | bf3d0afc76b59301a3f1ac2bd24fdd1fa5134e7e (diff) |
more win32 magic
Diffstat (limited to 'Changes')
-rw-r--r-- | Changes | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ TODO: fadvise request - 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 @@ TODO: fadvise request - add realpath request and implementation. - cancelled requests will still invoke their request callbacks. - add fallocate. + - do not acquire any locks when forking. |