]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
sd-bus: sd_bus_get_current_* docs fixes
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index cd31516793280c7ccc50f5c925c6e6e4fe46d9e3..9c40362b09422c6783cd8007df95838bfc4f8de5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,6 +4,9 @@ Bugfixes:
   manager or system manager can be always set. It would be better to reject
   them when parsing config.
 
+* busctl prints errors to stdout:
+  busctl tree org.freedesktop.systemd1  /org/freedesktop/systemd1
+
 External:
 
 * Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
@@ -19,6 +22,18 @@ Janitorial Clean-ups:
 
 Features:
 
+* journalctl --image= which is like --root= but operates on disk images
+
+* when systemd-nspawn and suchlike dissect an OS image, and there are multiple
+  root partitions, do an strverscmp() on the partition label and boot
+  first. That is inspired how sd-boot figures out which kernel to boot, and
+  thus allows defining OS images which can be A/B updated and we default to the
+  newest version automatically, both in nspawn and in sd-boot
+
+* drop sd_bus_message_set_priority() from sd-bus API and documentation as much
+  as we can, it's a kdbus left-over and unlikely to come back on AF_UNIX, since
+  it's not really implementable there.
+
 * cryptsetup/homed: also support FIDO2 HMAC password logic for unlocking
   devices. (see: https://github.com/mjec/fido2-hmac-secret)