[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Allow a few EINVALs from libevent before dying. Warn on kq...



Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv28979/doc

Modified Files:
	TODO 
Log Message:
Allow a few EINVALs from libevent before dying.  Warn on kqueue with libevent before 1.1a

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- TODO	12 Jun 2005 02:16:27 -0000	1.322
+++ TODO	13 Jun 2005 00:35:19 -0000	1.323
@@ -46,9 +46,9 @@
     - Is it the buf_shrink bug? (Quite possibly)
     - Instrument the 0.1.1 code to figure out where our memory is going;
       apply the results. (all platforms?)
-  - Why does kevent barf with EINVAL on some freebsd boxes?
-    - Submit libevent patch to Niels
-    - Warn on non-repeated EINVAL in Tor (don't die.)
+  . Why does kevent barf with EINVAL on some freebsd boxes?
+    o Submit libevent patch to Niels
+    o Warn on non-repeated EINVAL in Tor (don't die.)
     - Investigate why freebsd kernel actually does this: it doesn't seem
       simple to trigger.