summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2008-10-29 17:42:49 +0000
committerroot <root>2008-10-29 17:42:49 +0000
commit2e301444c2d01c5439d97b45cb06351055dd2805 (patch)
treed75ea7fdf1ad7c2de83487e1df8bb45ea6d06aa3
parent27b3e8a2cd6ee5791f5d1466d5dce69376389948 (diff)
*** empty log message ***
-rw-r--r--Changes3
1 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index d331ebe..3281a0d 100644
--- a/Changes
+++ b/Changes
@@ -7,7 +7,8 @@ WISH? monotonic clocks times/GetTickCount for coarse corrections?
ADD fails with EEXIST.
- work around spurious event notification bugs in epoll by using
a 32-bit generation counter. recreate kernel state if we receive
- spurious notifications or unwanted events.
+ spurious notifications or unwanted events. this is very costly,
+ but I didn't come up with this horrible design.
- 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.