chiark / gitweb /
suppress status message output at shutdown when 'quiet' is given
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 7098833881e64a3d8b0dd2fb65941e08f694bc33..d1bc80505084c040078b28eb00982f289d99f5da 100644 (file)
--- a/TODO
+++ b/TODO
@@ -28,19 +28,45 @@ Fedora 19:
 
 Features:
 
-* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory, fair scheduling?)
+* when a kernel driver logs in a tight loop we should ratelimit that too.
 
-* handle jointly mounted controllers correctly
+* move systemctl set-log-level to systemd-analyze?
+
+* fix killing spree logic in systemd-user-sessions
+
+* 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, ...
 
-* split out CreateMachine into systemd-machined
+* add implicit slice for instantiated services
 
-* "transient" units, i.e units that are not sourced from disk but
-  created only transiently via bus calls
+* service_coldplug() appears to reinstall the wrong stop timeout watch?
 
-* introduce new Scope unit type then make logind's session and machine
-  registration use this to set up cgroups
+* transient units: allow creating auxiliary units with the same call
 
-* should Slice= be part of [Unit] or of [Service]?
+* 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