update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 17 Jan 2018 19:10:22 +0000 (20:10 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 22 Jan 2018 15:26:55 +0000 (16:26 +0100)
TODO

diff --git a/TODO b/TODO
index c5686fb..772fd83 100644 (file)
--- a/TODO
+++ b/TODO
@@ -37,6 +37,15 @@ Features:
 
 * add bpf-based implementation of devices cgroup controller logic for compat with cgroupsv2 as supported by newest kernel
 
+* 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