diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-22 13:30:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-22 13:30:42 +0200 |
commit | a4b756b1ed4ae9983b9d4df77973679480870c8b (patch) | |
tree | d420960697398775ef00323d93be9172f2c68cfc | |
parent | 3a698817043ca8f4059c52b7ff30097462b1f7bc (diff) |
Update TODO
-rw-r--r-- | TODO | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -44,8 +44,6 @@ Before 220: * timer units triggering services with failing conditions run busy: http://lists.freedesktop.org/archives/systemd-devel/2015-April/030095.html -* figure out what to do about systemd.pc - Features: * rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring @@ -65,14 +63,8 @@ Features: * fstab-generator: default to tmpfs-as-root if only usr= is specified on the kernel cmdline -* check for the various fs-specific ioctls we call that we do so only - after verifying they are regular files or directories, and not - device files, so that we don't confuse drivers. - * docs: bring http://www.freedesktop.org/wiki/Software/systemd/MyServiceCantGetRealtime up to date -* systemctl should set EFI firmware flag via logind - * mounting and unmounting mount points manually with different source devices will result in collected collected on all devices used. http://lists.freedesktop.org/archives/systemd-devel/2015-April/030225.html @@ -739,17 +731,6 @@ Features: * when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr -* 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 - * ExecOnFailure=/usr/bin/foo * udev: |