diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-05-18 01:07:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-05-18 01:07:36 +0200 |
commit | 6ea832a20700f5282c08c70f38422c6ab290a0b5 (patch) | |
tree | bcd9a7705c87f3828adf70938ec59cdcfe368e72 /TODO | |
parent | 9131f660eedb29d18a29e6efff49c485e683c56c (diff) | |
download | systemd-6ea832a20700f5282c08c70f38422c6ab290a0b5.tar.gz |
exec: hangup/reset/deallocate VTs in gettys
Explicitly disconnect all clients from a VT when a getty starts/finishes
(requires TIOCVHANGUP, available in 2.6.29).
Explicitly deallocate getty VTs in order to flush scrollback buffer.
Explicitly reset terminals to a defined state before spawning getty.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -22,7 +22,7 @@ Features: * 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 +* add dbus call to convert snapshot into target * move nss-myhostname into systemd @@ -30,11 +30,6 @@ Features: * 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 @@ -45,14 +40,12 @@ Features: * add inode stat() check to readahead to suppress preloading changed files -* allow list of pathes in config_parse_condition_path() +* allow list of paths in config_parse_condition_path() * introduce dbus calls for enabling/disabling a service * support notifications for services being enabled/disabled -* Maybe merge nss-myhostname into systemd? - * GC unreferenced jobs (such as .device jobs) * support wildcard expansion in ListenStream= and friends @@ -68,7 +61,6 @@ Features: * write blog stories about: - enabling dbus services - status update - - you are a distro: why switch? - /etc/sysconfig and /etc/default - how to write socket activated services |