]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 26393/head
authorLennart Poettering <lennart@poettering.net>
Wed, 15 Feb 2023 10:27:07 +0000 (11:27 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 1 Mar 2023 08:43:24 +0000 (09:43 +0100)
TODO

diff --git a/TODO b/TODO
index ae777e26d4df626aacd9cb7c6e9b034fd084e86f..263c4b4e6b51325d23830f72d91d21e607005077 100644 (file)
--- a/TODO
+++ b/TODO
@@ -159,6 +159,11 @@ Features:
   invokes systemd-mount and exits. This is then useful to use in
   ENV{SYSTEMD_WANTS} in udev rules, and a bit prettier than using RUN+=
 
+* udevd: extend memory pressure logic: also kill any idle worker processes
+
+* SIGRTMIN+18 and memory pressure handling should still be added to: hostnamed,
+  localed, oomd, timedated.
+
 * sd-journal puts a limit on parallel journal files to view at once. journald
   should probably honour that same limit (JOURNAL_FILES_MAX) when vacuuming to
   ensure we never generate more files than we can actually view.