summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-02-09 19:43:35 +0100
committerLennart Poettering <lennart@poettering.net>2018-02-09 19:43:35 +0100
commit972d4398bd5e60e34e753041d280d744729308cc (patch)
treee482e97f461aed91b5e228ae61d9ec184d0feff1 /TODO
parentc81a2569143455880f0177c918a477c1b1207fe5 (diff)
downloadsystemd-972d4398bd5e60e34e753041d280d744729308cc.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 0 insertions, 9 deletions
diff --git a/TODO b/TODO
index a6cdae84a0..058cd2baf8 100644
--- 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