summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-01-17 20:10:22 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:50:17 +0200
commit12884f51343ce73cc8d05a866c597527eaac1308 (patch)
treee9aa58ca2fa1d20bdb82b761e6bbb5175c0ef4dd /TODO
parent6c81962c245a341609319421ba8cdf0ac5962744 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 8 insertions, 5 deletions
diff --git a/TODO b/TODO
index 961cdbf7d..132ea7867 100644
--- a/TODO
+++ b/TODO
@@ -24,8 +24,6 @@ Janitorial Clean-ups:
Features:
-* there should be path_hash_ops and we should use it in tmpfiles' hashmap object to deal with identical but differently spelt paths
-
* rework pid watching logic, allow any number of units watch the same pid
* be stricter with fds we receive for the fdstore: close them asynchronously
@@ -39,9 +37,14 @@ Features:
* add bpf-based implementation of devices cgroup controller logic for compat with cgroupsv2 as supported by newest kernel
-* introduce sd_id128_get_boot_app_specific() which is like
- 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