summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-05-19 18:39:08 +0200
committerLennart Poettering <lennart@poettering.net>2013-05-20 10:13:38 +0200
commitc78196699d3d805b2237896a1d2b8efeec6068d0 (patch)
tree91a473710b96a395b4c7543d85c08e73bad13cab /TODO
parent12f25b6e741bc8394f63778598fc203e3f6d4ae6 (diff)
bus: calculate bloom filter for match
Yay! Filtering using kernel bloom filter matches works now! Yippieh!
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index fb5f0c3813..561e7ceb39 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,8 @@ Features:
- move to gvariant
- merge busctl into systemctl or so?
- synthesize sd_bus_message objects from kernel messages
+ - properly implement name registry ioctls for kdbus
+ - get rid of object hash table, use decision tree instead?
* in the final killing spree, detect processes from the root directory, and
complain loudly if they have argv[0][0] == '@' set.