diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-20 00:21:56 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-20 10:13:38 +0200 |
commit | 86312ab8de59c1066d6d2b456f3a9106ce3e0991 (patch) | |
tree | 39b64999a9eae57ad0e767496f5f0347776f4701 /TODO | |
parent | c78196699d3d805b2237896a1d2b8efeec6068d0 (diff) |
bus: add a more comprehensive test for the bloom filter logic
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -44,7 +44,13 @@ Features: - 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? + - get rid of object hash table, use decision tree everyhwere instead? + - implement monitor logic + - object vtable logic + - longer term: + * priority queues + * worker threads + * priority inheritance * in the final killing spree, detect processes from the root directory, and complain loudly if they have argv[0][0] == '@' set. |