]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Fri, 9 Feb 2018 18:43:35 +0000 (19:43 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 9 Feb 2018 18:43:35 +0000 (19:43 +0100)
TODO

diff --git a/TODO b/TODO
index a6cdae84a0f44d55dd907a121a53f0183420fb34..058cd2baf865c4db1b4cd4bc6caaf5d7429ca76a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -45,15 +45,6 @@ Features:
   sd_id128_get_machine_app_specific(). After all on long-running systems both
   IDs have similar properties.
 
-* emulate properties of the root cgroup on controllers that don't support such
-  properties natively on cpu/io/memory, the way we already do it for
-  "pids". Also, add the same logic to cgtop.
-
-* set TasksAccounting=1 on the root slice if we are running on the root cgroup,
-  and similar for the others, as soon as we emulate them properly. After all,
-  Linux keeps these system-wide stats anyway, and it costs nothing to expose
-  them.
-
 * sd-bus: add vtable flag, that may be used to request client creds implicitly
   and asynchronously before dispatching the operation