Update TODO

This commit is contained in:
Lennart Poettering 2015-04-22 13:30:42 +02:00
parent 3a69881704
commit a4b756b1ed
1 changed files with 0 additions and 19 deletions

19
TODO
View File

@ -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: