From: Lennart Poettering Date: Mon, 29 Apr 2024 13:47:17 +0000 (+0200) Subject: update TODO X-Git-Tag: v257-rc1~1125^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=783236abd74bed5462e89fc8efb71e55b48d6cc9;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 7bbf334ef16..100af7cde24 100644 --- a/TODO +++ b/TODO @@ -250,8 +250,6 @@ Features: pidfd, so that we can reasonably robustly do this. Would only cover the execution environment like namespaces, but not the privilege settings. -* varlink: extend varlink IDL macros to include documentation strings - * Introduce a CGroupRef structure, inspired by PidRef. Should contain cgroup path, cgroup id, and cgroup fd. Use it to continuously pin all v2 cgroups via a cgroup_ref field in the CGroupRuntime structure. Eventually switch things @@ -301,11 +299,6 @@ Features: word in the command line. (maybe use character '.'). Usecase: tool such as run0 can use that to spawn the target user's default shell. -* varlink: figure out how to do docs for our varlink interfaces. Idea: install - interface files augmented with docs in /usr/share/ somewhere. And have - functionality in varlinkctl to merge interface info extracted from binaries - with interface info on disk. And store the doc strings only in the latter. - * introduce mntid_t, and make it 64bit, as apparently the kernel switched to 64bit mount ids