chiark / gitweb /
test: allow deletion of temporary files from normal fs
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 618349a3a20467a384d9b67957307095efb9980f..c8f872cc6806aa84c0122be079edbe9551f7bdd3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -38,20 +38,28 @@ Bugfixes:
   the whole situation leads directly to data loss.
 
 Features:
+* 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
 
-* 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.
+* update cgtop man page to be in sync with --help
 
-* logind: ignore inactive login screens when checking whether power key should be handled
+* journal: expose current disk usage
 
-* introduce log_oom() or a similar call?
+* logind: return EBUSY when a session is created on a seat+VT that already has one.
 
-* rename "userspace" to "core-os"
+* dracut-shutdown needs to be ordered before unmounting /boot
 
-* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386)
+* wiki: document new logind LockSessions() call
 
-* journalctl: add --priority switch
+* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
 
-* journalctl highlight lines based on priorities
+* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
+
+* 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