X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=bb07d92d3d7eb224ec5fc3e47e8804b51ee45444;hb=c4e6e24255de376965c7f8ae53e16594c2581200;hp=04f23dd5b73c764e6577ad9c051b9bcc6d8d0259;hpb=708c143c7cd2bbd748ac0fa993496ff44e72701c;p=elogind.git diff --git a/TODO b/TODO index 04f23dd5b..bb07d92d3 100644 --- a/TODO +++ b/TODO @@ -32,6 +32,13 @@ External: Features: +* introduce bus call FreezeUnit(s, b), as well as "systemctl freeze + $UNIT" and "systemctl thaw $UNIT" as wrappers around this. The calls + should SIGSTOP all unit processes in a loop until all processes of + it are fully stopped. This can later be used for app management by + desktop UIs such as gnome-shell to freeze apps that are not visible + on screen, not unlike how job control works on the shell + * machinectl bash completion is missing * busctl bash and zsh completions are outdated @@ -114,7 +121,8 @@ Features: * allow implementation of InaccessibleDirectories=/ plus ReadOnlyDirectories=... for whitelisting files for a service. -* libsystemd-bus: +* sd-bus: + - let the activator peek the peer connection with KDBUS_CMD_MSG_SRC and log it - when kdbus doesn't take our message without memfds, try again with memfds - implement monitor logic - see if we can drop more message validation on the sending side @@ -660,15 +668,13 @@ Features: - Check if Driver= is broken, or just my driver (bcma) * sd-rtnl: - - replace sd_rtnl_message_append() by type-safe versions - improve container support, and add support for entering containers when reading - add support for more attribute types * networkd: - - unify and clarify logging, also use proper structured log messages - - add [Route] sections - - add more keys to [Address] sections - - add DHCPv4 support (and, longer term, other kinds of dynamic config) + - add more keys to [Route] and [Address] sections + - add support for more DHCPv4 options (and, longer term, other kinds of dynamic config) + - allow opting out of receiving DNS servers over DHCPv4 - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline) External: