X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=7ad00f7da5569ba7e7cb5804f134f5366b2082ca;hp=cbb2cbe9bf437d421fb1f4239ec514f6b8da2fd1;hb=95168f7d55181475946ad93db30255c4d709df03;hpb=19aadacf92ad86967ffb678e37b2ff9e83cb9480 diff --git a/TODO b/TODO index cbb2cbe9b..7ad00f7da 100644 --- a/TODO +++ b/TODO @@ -48,13 +48,17 @@ CGroup Rework Completion: Features: -* saproxy: Support multiple inherited sockets mapped using different proxies +* remove NSS usage from PID 1 (notably the specifiers) -* saproxy: Use a nonblocking alternative to getaddrinfo +* socket-proxyd: + - Support multiple inherited sockets mapped using different proxies + - Use a nonblocking alternative to getaddrinfo + - Until we can start daemons directly, find a less ugly, less racy alternative than shell scripts for the second man page example. + - Support starting daemons directly without requiring a shell script; update man pages -* saproxy: Until we can start daemons directly, find a less ugly, less racy alternative than shell scripts for the second man page example. +* optimize the cgroup propagation bits, especially unit_get_members_mask(), cgroup_context_get_mask() -* saproxy: Support starting daemons directly without requiring a shell script; update man pages +* sd_bus_message_enter_container() should optionally allow 0 as type and/or NULL as content signature in case the caller wants to enter unknown containers * "systemctl cat" or "systemctl view" command or or so, that cats the backing unit file of a service, plus its drop-ins and shows them in a pager @@ -178,6 +182,7 @@ Features: - synthesize sd_bus_message objects from kernel messages - properly implement name registry ioctls for kdbus - implement monitor logic + - properly map matches with well-known names against messages with unique names - longer term: * priority queues * priority inheritance @@ -712,7 +717,13 @@ Features: - document initcall_debug - kernel cmdline "bootchart" option for simplicity? -* systemd-run is missing zsh completion scripts +* udev-link-config: + - Make sure ID_PATH is always exported and complete for + network devices where possible, so we can safely rely + on Path= matching + - NamePolicy= replace the current naming rules + - MACPolicy= support 'firmware', 'synthetic' and 'random' + - Check if Driver= is broken, or just my driver (bcma) External: