]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
Merge pull request #14109 from poettering/varlink-tweaks
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 4d18b9aebddb4f2580c3ee2dc4f407d9d85f7fce..c3cc999ac4620256d0464bbb24f5e814aa3f526a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,16 +23,8 @@ Before v244:
   it for the env var, the bootctl verb and the EFI variable itself, clear up
   semantics.
 
-* Figure out a better name for the global per-unit-type drop-in dirs, it's
-  confusing when it comes to -.mount.d/ (is it a drop-in-dir for all mount
-  units, or one for the root mount?). Also, OOM handling in
-  service_unit_name_is_valid() is borked.
-
 Features:
 
-* localed: if UTC is selected but timezone file for it doesn't exist, delete
-  /etc/localtime instead of creating a symlink
-
 * socket units: allow creating a udev monitor socket with ListenDevices= or so,
   with matches, then actviate app thorugh that passing socket oveer
 
@@ -40,6 +32,8 @@ Features:
   may be used to mark a whole binary as non-coredumpable. Would fix:
   https://bugs.freedesktop.org/show_bug.cgi?id=69447
 
+* teach parse_timestamp() timezones like the calendar spec already knows it
+
 * beef up hibernation to optionally do swapon/swapoff immediately before/after
   the hibernation
 
@@ -172,10 +166,6 @@ Features:
 * sd-boot: optionally, show boot menu when previous default boot item has
   non-zero "tries done" count
 
-* maybe set a special xattr on cgroups that have delegate=yes set, to make it
-  easy to mark cut points, then use this information in "systemd-cgls" to show
-  them (e.g. color delegated subtrees in a different color)
-
 * introduce an option (or replacement) for "systemctl show" that outputs all
   properties as JSON, similar to busctl's new JSON output. In contrast to that
   it should skip the variant type string though.