From: Lennart Poettering Date: Wed, 17 Jan 2018 19:10:22 +0000 (+0100) Subject: update TODO X-Git-Tag: v237~30^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3420075adf05d82a1cd98bc6a17e9349d1427f28;p=platform%2Fupstream%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index c5686fb..772fd83 100644 --- 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