summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-11-18 11:25:07 +0100
committerLennart Poettering <lennart@poettering.net>2024-11-18 23:50:04 +0100
commitcc74edd861b3c72130baeee4593341be5562941d (patch)
tree6e9b58a7b0d46cc8c3ec8d2acb637bf0bff4484f /TODO
parentukify: fix parsing of SignTool configuration option (diff)
downloadsystemd-cc74edd861b3c72130baeee4593341be5562941d.tar.xz
systemd-cc74edd861b3c72130baeee4593341be5562941d.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
index f9a140027f..881dca7220 100644
--- a/TODO
+++ b/TODO
@@ -129,6 +129,16 @@ Deprecations and removals:
Features:
+* maybe introduce an OSC sequence that signals when we ask for a password, so
+ that terminal emulators can maybe connect a password manager or so, and
+ highlight things specially.
+
+* Port pidref_namespace_open() to use PIDFD_GET_MNT_NAMESPACE and related
+ ioctls to get nsfds directly from pidfds.
+
+* start using STATX_SUBVOL in btrfs_is_subvol(). Also, make use of it
+ generically, so that image discovery recognizes bcachefs subvols too.
+
* format-table: introduce new cell type for strings with ansi sequences in
them. display them in regular output mode (via strip_tab_ansi()), but
suppress them in json mode.