summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-10-27 13:39:18 +0000
committerroot <root>2008-10-27 13:39:18 +0000
commit59df43cb12f313828fddd9fa962334543adee20f (patch)
tree5de76d91f7053f5ec79c343326ff36565dbc7709 /Changes
parent4202379741bd075fe5e64e737793ef94e432ef99 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 24be5db..2280fb6 100644
--- a/Changes
+++ b/Changes
@@ -6,7 +6,8 @@ WISH? monotonic clocks times/GetTickCount for coarse corrections?
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.
+ an 8-bit generation counter. recreate kernel state if we receive
+ spurious notifications or unwanted events.
- 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.