chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 618349a3a20467a384d9b67957307095efb9980f..8e6914ff98e9592f9980531148ae147ff0781aba 100644 (file)
--- a/TODO
+++ b/TODO
@@ -39,19 +39,30 @@ Bugfixes:
 
 Features:
 
-* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist.
+* add proper journal support to "systemctl --user status ..."
 
-* logind: ignore inactive login screens when checking whether power key should be handled
+* add _SYSTEMD_USER_UNIT= field to journal entries
 
-* introduce log_oom() or a similar call?
+* remove Fedora /dev/null logic from localed.c, now that system-config-keyboard is gone
+  delete /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf from spec file
 
-* rename "userspace" to "core-os"
+* journal: expose current disk usage
+
+* logind: return EBUSY when a session is created on a seat+VT that already has one.
+
+* dracut-shutdown needs to be ordered before unmounting /boot
+
+* wiki: document new logind LockSessions() call
 
-* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386)
+* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
 
-* journalctl: add --priority switch
+* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
 
-* journalctl highlight lines based on priorities
+* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist.
+
+* logind: ignore inactive login screens when checking whether power key should be handled
+
+* rename "userspace" to "core-os"
 
 * systemctl: "Journal has been rotated since unit was started." message is misleading