chiark / gitweb /
cryptsetup: Move attaching of the device out of main
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 0498809ea0aff7f5c0f8eba7abf905d3ca222f90..88d9ae60b0139408218c74121a488d119e23b75f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -34,58 +34,70 @@ Fedora 19:
 
 * when installing fedora with yum --installroot /var/run is a directory, not a symlink
 
-Features:
+CGroup Rework Completion:
 
-* when a kernel driver logs in a tight loop we should ratelimit that too.
+* introduce "mainpid" for scopes
 
-* move systemctl set-log-level to systemd-analyze?
+* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?)
 
-* fix killing spree logic in systemd-user-sessions
+* implement per-slice CPUFairScheduling=1 switch
+
+* handle jointly mounted controllers correctly
 
 * logind: implement session kill exceptions
 
-* fix machine regstration to forward property array
+* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable
 
-* fix loginctl cgroup enumeration
+* introduce high-level settings for RT budget, swappiness
 
-* move "systemctl dump" to systemd-analyze
+* man: document new bus apis
 
-* introduce "mainpid" for scopes
+* Send SIGHUP and SIGTERM in session scopes
 
-* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ...
+Features:
 
-* add implicit slice for instantiated services
+* journald: optionally, when messages with a high log prioerity are logged, sync() immeidately.
 
-* service_coldplug() appears to reinstall the wrong stop timeout watch?
+* introduce %v resolving to the string returned by "uname -r"
 
-* transient units: allow creating auxiliary units with the same call
+* systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
 
-* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable
+* Get rid of systemd-sysv:
+  https://fedoraproject.org/wiki/User:Toshio/Systemd_Convert_draft
 
-* split up BlockIOWeight= and BlockIODeviceWeight=
+* do we really need both hasprefix() and startswith()?
 
-* introduce high-level settings for RT budget, swapiness
+* when a kernel driver logs in a tight loop we should ratelimit that too.
 
-* how to reset dynamically changed attributes sanely?
+* journald: when we drop syslog messages because the syslog socket is
+  full, make sure to write how many messages are lost as first thing
+  to syslog when it works again.
 
-* when reloading configuration, apply new cgroup configuration
+* prohibit Restart= set with Type=oneshot
 
-* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?)
+* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted.
 
-* implement per-slice CPUFairScheduling=1 switch
+* load .d/*.conf dropins for device units
 
-* handle jointly mounted controllers correctly
+* move systemctl set-log-level to systemd-analyze?
 
-* journald: make sure ratelimit is actually really per-service with the new cgroup changes
+* move "systemctl dump" to systemd-analyze
+
+* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ...
+
+* service_coldplug() appears to reinstall the wrong stop timeout watch?
 
-* move systemctl dump to systemd-analyze
+* transient units: allow creating auxiliary units with the same call
+
+* how to reset dynamically changed attributes sanely?
+
+* when reloading configuration, apply new cgroup configuration
+
+* journald: make sure ratelimit is actually really per-service with the new cgroup changes
 
 * libsystemd-logind: sd_session_is_active() and friends: verify
   validity of session name before appending it to a path
 
-* logind: when a PAM client calls ReleaseSession() start a timeout and
-  kill the session entirely after that is reached.
-
 * gparted needs to disable auto-activation of mount units somehow, or
   maybe we should stop doing auto-activiation of this after boot
   entirely. https://bugzilla.gnome.org/show_bug.cgi?id=701676