diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-17 19:37:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-05-17 19:37:03 +0200 |
commit | 916abb21d0a6653e0187b91591e492026886b0a4 (patch) | |
tree | 8bce3407f16ec391c9e707dace2077024501d609 /TODO | |
parent | fff2e5b58bab7a5ffbb7593742d462197b06728c (diff) |
socket: add POSIX mqueue support
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -24,7 +24,16 @@ Features: * add dbus call to convert snapshot ino target -* make use of TIOCVHANGUP +* 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 @@ -32,15 +41,10 @@ Features: * add prefix match to sysctl, tmpfiles, ... -* Add ConditionPathExists= checks to binfmt automount units, to avoid - installing the automount point if the directory does not exist. - * 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 |