X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=88a3b2cb457739faf3ab4901f6e2fd6d1c134d1b;hb=a20affe2f0fb4c8d488155a0b860549e9389f32a;hp=9adec5ea966662f9ef6225ecae018d112bf423bc;hpb=a383724e4202ee9681bd31cb668c44bdbbf83638;p=elogind.git diff --git a/TODO b/TODO index 9adec5ea9..88a3b2cb4 100644 --- a/TODO +++ b/TODO @@ -24,19 +24,15 @@ Fedora 19: * localed: - localectl: support new converted x11→console keymaps -* timer logic is confused by units which are skipped due to failing condition - http://lists.freedesktop.org/archives/systemd-devel/2013-February/008816.html - -* timer logic is also confused if a service it triggers hasn't finished when the next timer elapses: - http://lists.freedesktop.org/archives/systemd-devel/2013-February/009021.html - Features: +* nss-myhostname: investigate whether there's any point in also + resolving localhost6, localhost.localdomain, ip6-localhost or any of + the other names often seen in /etc/hosts + * see if we can fix https://bugs.freedesktop.org/show_bug.cgi?id=63672 without dropping the location cache entirely. -* truncate whitespace of var names the same way as values in parse_env_file_internal() - * dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we should be able to safely try another attempt when the bus call LoadUnit() is invoked. @@ -55,20 +51,14 @@ Features: * timedatctl, localectl: possibly make some commands work without the daemon, for chroot situations... -* logind: consider making suspend inhibitor locks non-session specific, but keep suspend-key inhibitor locks session specific - * logind: add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly. * we need dynamic units -* nss-myhostname should also resolve 'localhost' so that /etc/hosts becomes optional. - * add s.th. like "systemctl set-log-level debug" * sd-login: allow enumerating machines and add inotify iface -* move session owner code from sd-login.c to cgroup-util.c - * cgroup-util: verify syntax of cgroup controllers * cgtop: make cgtop useful in a container @@ -80,8 +70,10 @@ Features: * explicitly disallow changing the cgroup path of units in the name=systemd hierarchy, unless it is outside of /system -* add 'set -e' to scripts in test/ -* make test in test/ work with separate output dir +* test/: + - add 'set -e' to scripts in test/ + - make stuff in test/ work with separate output dir + - remove all the duplicated code in test/ * suppress log output on shutdown when "quiet" is used