summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-11-25 20:50:55 +0100
committerLennart Poettering <lennart@poettering.net>2014-11-25 20:55:28 +0100
commit6363357378e295ee9dfc23e7c5a9f8793b06519c (patch)
treec6afac7b8960f7d3b829550c7aea1cec129dd103
parentbd5f920f1288c0d4d488629fadf067f709227030 (diff)
update TODO
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 25fbdaaed4..87fe30a645 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,8 @@ External:
Features:
+* kdbus: peeking is subject to a race when we look at a message while the message is being migrated to the implementor's connection. Needs kernel fix, and then we need to invoke the FREE ioctl in busname_peek_message()
+
* kdbus: for some reason "busctl monitor" only shows metadata for signal msgs, never method call or method reply msgs
* add "systemctl start -v foobar.service" that shows logs of a service
@@ -314,7 +316,6 @@ Features:
- when kdbus does not take our message without memfds, try again with memfds
- systemd-bus-proxyd needs to enforce good old XML policy
- allow updating attach flags during runtime
- - pid1: peek into activating message when activating a service
- introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
- port to sd-resolve for connecting to TCP dbus servers
- see if we can drop more message validation on the sending side