summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2011-09-26 20:19:08 +0000
committerroot <root>2011-09-26 20:19:08 +0000
commitcc27acee86d3e99af25c51c5fb55f604dcd7aec4 (patch)
treeb5bccd1e9322372f314f5fa317b319ff9cbb63bf /Changes
parent66f439e6e8fdb70e0880e277043830f5485b333b (diff)
preliminary wd support
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changes b/Changes
index e3be8a2..5e532f8 100644
--- a/Changes
+++ b/Changes
@@ -5,7 +5,7 @@ TODO: openbsd requires stdint.h for intptr_t - why posix?
TODO: make mtouch/readdir maybe others cancellable in-request
TODO: fadvise request
-TODO: ***at/fdopendir via alloc_cwd, free_cwd
+TODO: fdopendir/utimensat
1.0
- fix a deadlock where a wakeup signal could be missed when
a timeout occured at the same time.
@@ -61,4 +61,6 @@ TODO: ***at/fdopendir via alloc_cwd, free_cwd
- added syncfs support, using direct syscall.
- set thread name on linux (ps -L/Hcx, top, gdb).
- remove useless use of volatile variables.
+ - fix memory leak when reaping threads.
+ - use utime now uses nanosecond resolution on posix 2008 systems.