chiark / gitweb /
hwdb: remove too broad PNP* match from 20-acpi-vendor.hwdb
[elogind.git] / TODO
diff --git a/TODO b/TODO
index a61fa92b68ca591f1df86b9b768c3132d58f1fd2..d428fda5f742c4455fd9d5648089762db4afaa58 100644 (file)
--- a/TODO
+++ b/TODO
@@ -11,6 +11,14 @@ Bugfixes:
 
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
+* stop importing kernel exported env variables. The utterly broken logic in
+  the kernel exports every kernel command line option which is not recognized
+  as a built-in module option as an env variable. Systemd should not pass-on
+  that nonsense, a kernel command line option is a command line option not an
+  env variable:
+    $ cat /proc/252/environ
+    initrd=\6a9857a393724b7a981ebb5b8495b9ea\3.10.0-2.fc20.x86_64\initrd
+
 Fedora 19:
 
 * external: maybe it is time to patch procps so that "ps" links to
@@ -28,15 +36,45 @@ Fedora 19:
 
 Features:
 
-* split out CreateMachine into systemd-machined
+* when a kernel driver logs in a tight loop we should ratelimit that too.
+
+* 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, ...
+
+* 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
 
-* "transient" units, i.e units that are not sourced from disk but
-  created only transiently via bus calls
+* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?)
 
-* introduce new Scope unit type then make logind's session and machine
-  registration use this to set up cgroups
+* implement per-slice CPUFairScheduling=1 switch
 
-* should Slice= be part of [Unit] or of [Service]?
+* handle jointly mounted controllers correctly
 
 * journald: make sure ratelimit is actually really per-service with the new cgroup changes