summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-10-28 21:11:51 +0100
committerLennart Poettering <lennart@poettering.net>2013-10-28 21:11:51 +0100
commitc20fd707a2b8c75166096544ee6f1538505e40a9 (patch)
tree7a1155d420724fc0799ecec9af87ff8ad15b8791 /TODO
parenta427c13d26d08195f96679bde6753796f0e0b54a (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 3a53b354ec..a8261013f1 100644
--- a/TODO
+++ b/TODO
@@ -54,6 +54,10 @@ Features:
- Until we can start daemons directly, find a less ugly, less racy alternative than shell scripts for the second man page example.
- Support starting daemons directly without requiring a shell script; update man pages
+* optimize the cgroup propagation bits, especially unit_get_members_mask(), cgroup_context_get_mask()
+
+* sd_bus_message_enter_container() should optionally allow 0 as type and/or NULL as content signature in case the caller wants to enter unknown containers
+
* "systemctl cat" or "systemctl view" command or or so, that cats the backing unit file of a service, plus its drop-ins and shows them in a pager
* rfkill,backlight: we probably should run the load tools inside of the udev rules so that the state is properly initialized by the time other software sees it