summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2011-07-14 18:30:09 +0000
committerroot <root>2011-07-14 18:30:09 +0000
commit9f75ac1c181cd5726a5e67abc9d00088d9d41aed (patch)
tree71e97dd6442d2e161f9ab5d3bd7673d11c5d48da /Changes
parentbf3d0afc76b59301a3f1ac2bd24fdd1fa5134e7e (diff)
more win32 magic
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index e58e0b9..fb2ad19 100644
--- a/Changes
+++ b/Changes
@@ -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.