summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-01-18 01:48:46 +0100
committerLennart Poettering <lennart@poettering.net>2013-01-18 01:48:46 +0100
commit7e2c2bcf1285d124c9c656ff46cafa4db0a987c9 (patch)
tree7839cfcab59e658d891ae86e853e6d5122da188b /TODO
parentd2a30975827b3447ca0fd5a2c06ec1ff15ce7f0f (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO b/TODO
index 4c59e74eec..a74ffc3e9a 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,7 @@ Fedora 19:
* create /var/log/journal/
Features:
+
* re-enable "make check" for gtk-doc (broken for unknown reason)
* logind: make PrepareForSuspend(false) an official api for notification of resumes
@@ -32,9 +33,13 @@ Features:
* add "loginctl unlock-sessions" as counterpart for "loginctl lock-sessions"
-* extend cgroup attr dbus calls to optionally make changes persistent, and retrieve current kernel values
-
-* support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K"
+* cgroup attrs:
+ - make persistent
+ - don't filter out duplicate settings
+ - support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K"
+ - support writte string mapping even for non-high-level settings
+ - add man page for systemctl commands
+ - make sure we work fine with multi-line strings
* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word