]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Mon, 18 Nov 2024 10:25:07 +0000 (11:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 18 Nov 2024 22:50:04 +0000 (23:50 +0100)
TODO

diff --git a/TODO b/TODO
index f9a140027fe0fe5ff85e855dd06b02fc304b8146..881dca7220036811163778bd2073f3536a07c20c 100644 (file)
--- 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.