X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=07fd7383c6a98707dbd7f54aaddab4db49b72f94;hb=981ee551945f4e00de52fcbb7780fd7476bcd47e;hp=57d49c69b057f8c6ef2e95579de90200dd1a8307;hpb=7ba4fedb8048182fb765bd6ae5aa1e548389bef3;p=elogind.git diff --git a/TODO b/TODO index 57d49c69b..07fd7383c 100644 --- a/TODO +++ b/TODO @@ -27,7 +27,12 @@ External: Features: -* make /run/user/$UID/ a tmpfs +* improve journalctl performance by loading journal files + lazily. Encode just enough information in the file name, so that we + don't have to open it to know that it is not interesting for us, for + the most common operations. + +* support transient mount units * Imply DevicePolicy=closed when PrivateDevices= is used @@ -670,6 +675,11 @@ Features: - add support for more DHCPv4 options (and, longer term, other kinds of dynamic config) - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline) - add reduced [Link] support to .network files + - add IPv4LL tests (inspire by DHCP) + - add IPv4LL to man pages. Explain coexistance between DHCP + - add Scope= parsing option for [Network] + - change LL address generation and make it predictable like get_mac() (link-config.c) + - have smooth transition from LL to routable address, without disconnecting clients. External: