X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=d1bc80505084c040078b28eb00982f289d99f5da;hb=ec26be514ff3c5367b21f9881369080bda54fd2d;hp=a61fa92b68ca591f1df86b9b768c3132d58f1fd2;hpb=4ad490007b70e6ac18d3cb04fa2ed92eba1451fa;p=elogind.git diff --git a/TODO b/TODO index a61fa92b6..d1bc80505 100644 --- a/TODO +++ b/TODO @@ -28,15 +28,45 @@ Fedora 19: Features: -* split out CreateMachine into systemd-machined +* when a kernel driver logs in a tight loop we should ratelimit that too. -* "transient" units, i.e units that are not sourced from disk but - created only transiently via bus calls +* move systemctl set-log-level to systemd-analyze? -* introduce new Scope unit type then make logind's session and machine - registration use this to set up cgroups +* fix killing spree logic in systemd-user-sessions -* should Slice= be part of [Unit] or of [Service]? +* logind: implement session kill exceptions + +* fix machine regstration to forward property array + +* fix loginctl cgroup enumeration + +* move "systemctl dump" to systemd-analyze + +* introduce "mainpid" for scopes + +* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ... + +* add implicit slice for instantiated services + +* service_coldplug() appears to reinstall the wrong stop timeout watch? + +* transient units: allow creating auxiliary units with the same call + +* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable + +* split up BlockIOWeight= and BlockIODeviceWeight= + +* introduce high-level settings for RT budget, swapiness + +* how to reset dynamically changed attributes sanely? + +* when reloading configuration, apply new cgroup configuration + +* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) + +* implement per-slice CPUFairScheduling=1 switch + +* handle jointly mounted controllers correctly * journald: make sure ratelimit is actually really per-service with the new cgroup changes