chiark / gitweb /
man: corrected machine-info(5) man page to be in line with source
[elogind.git] / TODO
diff --git a/TODO b/TODO
index b6f7f006e827c1e1ec8115cb47d3edf7bd5a4d6a..d375bfb5c90b4487b11daf804f37ab4e2a7609d4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,6 +20,27 @@ Bugfixes:
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
 Features:
+
+* 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
+
+* don't umount /usr
+
+* 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