chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 0498809ea0aff7f5c0f8eba7abf905d3ca222f90..420f0ccb8f2c28bdda71519ef461ed164a02533a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -38,6 +38,18 @@ Features:
 
 * when a kernel driver logs in a tight loop we should ratelimit that too.
 
+* 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.
+
+* prohibit Restart= set with Type=oneshot
+
+* man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted.
+
+* load .d/*.conf dropins for device units
+
+* user@.service and session-*.scope should get posession of their own cgroups
+
 * move systemctl set-log-level to systemd-analyze?
 
 * fix killing spree logic in systemd-user-sessions
@@ -78,14 +90,9 @@ Features:
 
 * journald: make sure ratelimit is actually really per-service with the new cgroup changes
 
-* move systemctl dump to systemd-analyze
-
 * 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