chiark / gitweb /
socket: use 666 socket mode by default since neither fifos, nor sockets, nor mqueues...
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 7bb4f144f319228a1c9f5599312baf46208484bf..1d6ed5a490aa41b3bb5500b7cdd1953e796f36a5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,21 +19,32 @@ F15 External:
 
 Features:
 
-* make use of TIOCVHANGUP
+* Make it possible to set the keymap independently from the font on
+  the kernel cmdline. Right now setting one resets also the other.
+
+* add dbus call to convert snapshot ino target
+
+* move nss-myhostname into systemd
+
+* figure out a standard place to configure timezone name, inform myllynen@redhat.com
+
+* add dbus call to convert snapshot into target
+
+* make use of TIOCVHANGUP to revoke access to tty before we spawn a getty on it
+
+* release VT before we spawn a getty on it to entirely clear scrollback buffer
+  https://bugzilla.redhat.com/show_bug.cgi?id=701704
 
 * move /selinux to /sys/fs/selinux
 
 * unset cgroup agents on shutdown
 
-* Add ConditionPathExists= checks to binfmt automount units, to avoid
-  installing the automount point if the directory does not exist.
+* add prefix match to sysctl, tmpfiles, ...
 
 * drop /.readahead on bigger upgrades with yum
 
 * add inode stat() check to readahead to suppress preloading changed files
 
-* POSIX mqueue support in .socket units
-
 * allow list of pathes in config_parse_condition_path()
 
 * introduce dbus calls for enabling/disabling a service