]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 29241/head
authorLennart Poettering <lennart@poettering.net>
Tue, 19 Sep 2023 14:22:05 +0000 (16:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 28 Sep 2023 21:22:58 +0000 (23:22 +0200)
TODO

diff --git a/TODO b/TODO
index 7fd2090c87229b3b7fdf2eb8a914f6212e96428b..b084518aae18573217c4f3435cbcbdc041559cbf 100644 (file)
--- a/TODO
+++ b/TODO
@@ -199,13 +199,20 @@ Features:
 * PidRef conversion work:
   - pid_is_unwaited() → pidref_is_unwaited()
   - pid_is_alive() → pidref_is_alive()
-  - unit_watch_pid() → unit_watch_pidref()
+  - is_kernel_thread() → pidref_is_kernel_thread()
+  - pid_is_my_child() → pidref_is_my_child()
+  - cg_pid_get_path() → cg_pidref_get_path()
+  - get_process_uid() → pidref_get_uid()
   - actually wait for POLLIN on pidref's pidfd in service logic
   - exec_spawn()
   - serialization of control/main pid in service, socket, mount, swap units
   - cg_pid_get_unit()
   - openpt_allocate_in_namespace()
   - scope dbus PIDs property needs to gain PIDFDs companion
+  - sd_bus_creds
+  - unit_attach_pid_to_cgroup_via_bus()
+  - cg_attach() – requires new kernel feature
+  - varlink_get_peer_pid()
 
 * ddi must be listed as block device fstype