X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=eaadbc3c6852b29d909f897d4b553628dc949868;hb=7d06ef0a5cd2f0a4e021d3d12f3841cce529e0f2;hp=fe01ac3cf277cd49831eacaffc0eaebf043db92d;hpb=18633feaaee617e25c401617926a83a37ba5a7d9;p=elogind.git diff --git a/TODO b/TODO index fe01ac3cf..eaadbc3c6 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,18 @@ External: Features: +* gpt-auto-generator: + - Define new partition type for encrypted swap + - Make /home automount rather than mount? + - don't use blkid on every single partition, but on the main disk only + +* 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 * add an "input" group to udev logic and add all input devices to it @@ -68,8 +80,6 @@ Features: service instances processing the listening socket, and open this up for ReusePort= -* add a timelimit to generator invocation - * socket units: support creating sockets in different namespace, opening it up for JoinsNamespaceOf=. This would require to fork off a tiny process that joins the namespace and creates/binds the socket @@ -402,10 +412,6 @@ Features: mode, it will never touch the RTC if the no reliable time source is active or the user did not request anything like it. -* if booted in "quiet" mode, and an error happens, turn on status - output again, so that the emergency mode isn't totally - surprising. Also, terminate plymouth. - * libunwind support for coredump pattern hook, and includes this in the message for coredumps. After all, libunwind is now capable to unwind coredumps since a few weeks ago. This probably requires that @@ -502,8 +508,6 @@ Features: * rename "userspace" to "core-os" -* syscall filter: optionally don't enforce no new privs? - * load-fragment: when loading a unit file via a chain of symlinks verify that it isn't masked via any of the names traversed. @@ -668,6 +672,10 @@ 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 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: