summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2013-01-22 05:18:27 +0000
committerroot <root>2013-01-22 05:18:27 +0000
commite0d071dce25e646c9889e0512e60018ea161191f (patch)
tree809d8abc2aed4f03725ae285ab6d387930d63e15 /Changes
parentbf216f9afc4bcd2973505bb53eec8e7f12baa2e4 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes b/Changes
index 31fd9ea..a589e34 100644
--- a/Changes
+++ b/Changes
@@ -35,6 +35,8 @@ TODO: document portbaility requirements for atomic pointer access
- (ecb) add memory fence support for gcc-alpha (Christian Weisgerber).
- work around some kernels losing file descriptors by leaking
the kqueue descriptor in the child.
+ - work around linux inotify not reporting IN_ATTRIB changes for directories
+ in many cases.
- include sys/syscall.h instead of plain syscall.h.
- check for io watcher loops in ev_verify, check for the most
common reported usage bug in ev_io_start.
@@ -49,6 +51,8 @@ TODO: document portbaility requirements for atomic pointer access
- rewrite the async/signal pipe logic to always keep a valid fd, which
simplifies (and hopefuly correctifies :) the race checking
on fork, at the cost of one extra fd.
+ - add fat, msdos, jffs2, ramfs, ntfs and btrfs to the list of
+ inotify-supporting filesystems.
4.11 Sat Feb 4 19:52:39 CET 2012
- INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as