X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=fd75eab4a1b1004cc258e108f88dd55e28bb3705;hb=7040b626e82d65dc48a4e464965e15ec7f529aec;hp=3c950d6cece671c843eecf03584e7fe51030b24b;hpb=726a6e963056a7238a512cfe6ce612af2c2d1419;p=elogind.git diff --git a/TODO b/TODO index 3c950d6ce..fd75eab4a 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,11 @@ External: Features: +* 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 @@ -404,10 +409,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 @@ -504,8 +505,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.