X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=0c9bc089083bf8c0ad6e98a2a7c6168cd49c295c;hp=4704604c203dbe587488b09200173a16995392fd;hb=9bdbc2e2ec523dbefe1c1c7e164b5544aff0b185;hpb=728075eea89dc20067d900bb086d3515e37caab0 diff --git a/TODO b/TODO index 4704604c2..0c9bc0890 100644 --- a/TODO +++ b/TODO @@ -13,11 +13,20 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. -F18: - +Fedora 19: * Retest multi-seat +* create /var/log/journal/ + Features: +* turn unused sysv early-boot stuff like $local-fs, $syslog into a NOP. systemd does + no longer support sysv early-boot scripts, these facilities can be silently ignored + +* re-enable "make check" for gtk-doc (broken for unknown reason) + +* logind: make PrepareForSuspend(false) an official api for notification of resumes + +* ExecStartPre= with an empty string should reset the list of commands to invoke * refuse instantiation of proc.mount and mount units for all other API fs @@ -374,7 +383,16 @@ Features: * readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/ -* automount: implement expire +* automount: implement expire: + - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD + - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD + - every timeout/4 (original autofs logic) + - blocking, needs a thread + - run until -EAGAIN + - receive expire packet on pipe if kernel tells the timeout is over + - call umount + - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD + - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns * services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)