X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=421f0ea7d71cd36e23a8ac05c0c8fde3e7f39066;hb=1b492614cb5bec6968fc7126076e7ac9b34c2953;hp=1dc28809a2af674e1f0abef1b01f8861aa3743c6;hpb=60491a28698205d34a071f5e1a66f5a4e3621445;p=elogind.git diff --git a/TODO b/TODO index 1dc28809a..421f0ea7d 100644 --- a/TODO +++ b/TODO @@ -23,6 +23,8 @@ Bugfixes: Fedora 19: +* fix match logic to add another level of disjunction/conjunction + * make anaconda write timeout=0 for encrypted devices * external: maybe it is time to patch procps so that "ps" links to @@ -34,7 +36,6 @@ Fedora 19: - update dbus interface docs in wiki * localed: - - localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst - localectl: support new converted x11→console keymaps * logind: Class property should probably know "background" or so as value for cron jobs, and the inhibition checks should filter those out too. @@ -47,7 +48,16 @@ Fedora 19: Features: -* add sd_journal_get_timeout() + sd_login_monitor_get_timeout() to public API +* make the coredump collector tool move itself into the user's cgroup + so that the coredump is properly written to the user's own journal + file. + +* move /usr/lib/modules/$(uname -r)/modules.devname parsing from udevd to + kmod static-nodes + call kmod as an early service, and drop CAP_MKNOD from udevd.service + +* systemd-delta needs to be made aware of *.d/*.conf drop-in files for + units. * seems that when we follow symlinks to units we prefer the symlink destination path over /etc and /usr. We shouldn't do that. Instead