X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=26e4c5acf38b7834ef86907adfc32ff19ad7a7e6;hp=239781a343d377d12690ea6cd900b31b20012b1b;hb=883127fd84a05927f33fd25c868c52cce2123362;hpb=b44be3ecf6326c27aa2c6c6d1fe34e22e22592a0 diff --git a/TODO b/TODO index 239781a34..26e4c5acf 100644 --- a/TODO +++ b/TODO @@ -13,9 +13,16 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. +* add 'set -e' to scripts in test/ +* make test in test/ work with separate output dir + Fedora 19: -* Retest multi-seat +* drop no longer needed modprobe.d udlfb file (it does not belong in /etc anyway) + +* Retest multi-seat (new kms driver for displaylink) + +* make sure pkexec works fine with pam_systemd works fine with audit=0 * create /var/log/journal/ @@ -39,11 +46,21 @@ Fedora 19: * introduce new "journal" group in place of adm? +* localed: + - localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst + - localectl: support new converted x11→console keymaps + Features: -* introduce ExecCondition= in services +* nspawn: investigate whether we can support the same as LXC's + lxc.network.type=phys mode, and pass through entire network + interfaces to the container -* unify killing logic of service, socket, mount, swap units +* merge service_kill() logic into unit_kill_context() and unify the code paths + +* when auto-detecting the main pid of a service, only look for those processes with ppid == 1 + +* introduce ExecCondition= in services * if we have systemd-analyze in C "systemctl dot" should move there too @@ -55,7 +72,9 @@ Features: - honor timezone efi variables for default timezone selection (if there are any?) - introduce bootctl (backed by systemd-bootd) to control temporary and persistent default boot goal plus efi variables -* maybe not install getty@tty1.service symlink in /etc but in /usr? +* polkit: add configure switch to enable/disable polkit client side code + +* maybe do not install getty@tty1.service symlink in /etc but in /usr? * re-enable "make check" for gtk-doc (broken for unknown reason) @@ -178,10 +197,6 @@ Features: output again, so that the emergency mode isn't totally surprising. Also, terminate plymouth. -* localed: - - localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst - - localectl: support new converted x11→console keymaps - * libunwind support for coredump pattern hook, and includes this in the message for coredumps. After all, libunwind is now capable to unwind coredumps since a few weeks ago. This probably requires that