chiark / gitweb /
event: when unreffing an event source from its own handler, detach fd from epoll
[elogind.git] / TODO
diff --git a/TODO b/TODO
index e60211a1e27fea9743065c93510aba55f423a1a3..0ea410953cc150e6109537dc48c50214b8c8d0a7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -126,19 +126,15 @@ Features:
   - sort out error codes for sd_bus_release_name(), distuingish: successful removal from foreign name, from non-existing name
   - kdbus: matches against source or destination pids for an "strace -p"-like feel. Problem: The PID info needs to be available in userspace too...
   - kdbus: we need a way to distuingish messages we got due to monitoring from normal messages, since we want to bind methods only to the latter
+  - kdbus: when we do "systemctl daemon-reexec" the call doesn't get properly cancelled
   - figure out what to do when fields in the kdbus header and in the payload header do not match
-  - nameownerchange cannot be properly synthesized since we cannot distuingish messages from kernel when a name changed ownership starter → real from real → starter
   - longer term:
     * priority queues
     * priority inheritance
+  - fix sd-event hookup when we connect to multiple servers one after the other
 
 * sd-event
-  - allow multiple signal handlers per signal
-  - when a handler returns an error, just turn off its event source,
-    but do not return anything up to the event loop caller. Instead
-    add parameter to sd_event_request_quit() to take retval. This way
-    errors rippling upwards are the option, not the default
-  - event sources should not be able to keep the sd_event around unconditionally
+  - allow multiple signal handlers per signal?
 
 * in the final killing spree, detect processes from the root directory, and
   complain loudly if they have argv[0][0] == '@' set.