summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
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.