]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
meson: bump version numbers for v244
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 1b74939487ae912958b0f5062704dd42fea6335c..c3cc999ac4620256d0464bbb24f5e814aa3f526a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,17 +23,17 @@ 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:
 
+* socket units: allow creating a udev monitor socket with ListenDevices= or so,
+  with matches, then actviate app thorugh that passing socket oveer
+
 * coredump: maybe when coredumping read a new xattr from /proc/$PID/exe that
   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
 
@@ -166,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.
@@ -949,7 +945,6 @@ Features:
 
 * tmpfiles:
   - apply "x" on "D" too (see patch from William Douglas)
-  - replace F with f+.
   - instead of ignoring unknown fields, reject them.
   - creating new directories/subvolumes/fifos/device nodes
     should not follow symlinks. None of the other adjustment or creation
@@ -1113,7 +1108,6 @@ External:
   - <command> <verb> -<TAB> should complete options, but currently does not
   - systemctl add-wants,add-requires
 
-* systemctl status foo.service should say that it is trigger by foo.timer
 * systemctl status should know about 'systemd-analyze calendar ... --iterations='
 * If timer has just OnInactiveSec=..., it should fire after a specified time
   after being started.