summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-10-27 11:08:29 +0000
committerroot <root>2008-10-27 11:08:29 +0000
commited3f7d82632357b7ba925cb742cd9ef61ceed26d (patch)
tree1c03ccb4ac30a7c147b4b5be39f99b5fe1325e14 /Changes
parent591339236dd05d5184c977fea78de5f5d82e70e1 (diff)
work around epoll spurious notifications
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changes b/Changes
index 72824fc..24be5db 100644
--- a/Changes
+++ b/Changes
@@ -5,6 +5,8 @@ WISH? monotonic clocks times/GetTickCount for coarse corrections?
- further optimise away the EPOLL_CTL_ADD/MOD combo in the epoll
backend by assuming the kernel event mask hasn't changed if
ADD fails with EEXIST.
+ - work around spurious event notification bugs in epoll by using
+ an 8-bit generation counter.
- use memset to initialise most arrays now and do away with the
init functions.
- expand time-out strategies into a "Be smart about timeouts" section.