chiark / gitweb /
mount: properly check return for mount_add_*
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 42d577ba79c4df1eebeaa30aa7ad85ea1d3d8c32..70f7d19968c59b2226c39455ddfa81c9811881f3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,6 +21,41 @@ Bugfixes:
 
 Features:
 
+* prefer /etc over /run?
+
+* when dumping cgroup contents, include main/control PID of a service, explicitly
+
+* keep an eye on https://bugzilla.gnome.org/show_bug.cgi?id=670100
+
+* D-Bus: always pass cred data along each message
+
+* journal: work on https://fedoraproject.org/wiki/Features/systemd-journal
+
+* journal: allow turning off logging entirely
+
+* journal: sanely deal with entries which are larger than the individual file size, but where the componets would fit
+
+* add command to systemctl to plot dependency graph as tree (see rhbz 795365)
+
+* make logind reserve tty10 or so for text logins, so that gdm never picks it up
+
+* add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
+
+* isolate for getty is still broken, due to logind
+
+* default unix qlen is too small (10). bump sysctl? add sockopt?
+
+* support units generated by a generator and placed in /run/systemd/system/; the directory is
+  currently ignored because it is empty before the generatores are executed
+
+* Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
+
+* figure out whether we should leave dbus around during shutdown
+
+* support closing all fds via RLIMIT_NOFILE instead of /proc, in order to make chroot stuff work.
+
+* add interface to allow immediate rotation of the journal, and even flushing.
+
 * don't log coredumps of PID 1 into the journal
 
 * if a journal file is corrupt, rotate it and create a new one
@@ -67,7 +102,7 @@ Features:
 
 * support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
 
-* allow per-entry control on /var vs. /run (think incognito browser mode)
+* journal: allow per-entry control on /var vs. /run (think incognito browser mode)
 
 * clean up session cgroups that remain after logout (think sshd), but eventually run empty
 
@@ -98,10 +133,6 @@ Features:
 
 * add an option to make mounts private/shareable and so on, enable this for root by default
 
-* internal restart counter for units (focus on auto-respawn)
-
-* finer-grained auto-respawn settings (rate-limit)
-
 * be able to specify a forced restart of service A where service B depends on, in case B
   needs to be auto-respawned?
 
@@ -111,8 +142,6 @@ Features:
 
 * something like ConditionExec= or ExecStartPre= without failure state
 
-* service restart retry configuration
-
 * tmpfiles: apply "x" on "D" too (see patch from William Douglas)
 
 * don't set $HOME in services unless requested
@@ -227,8 +256,6 @@ Features:
 
 * io priority during initialization
 
-* if a service fails too often, make the service enter failed mode, and the socket, too.
-
 * systemctl list-jobs - show dependencies
 
 * add systemctl switch to dump transaction without executing it