chiark / gitweb /
bus: fix issue with reference counting
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 09ccbbea23941b706d559817145c801a0cb3e2cb..bb07d92d3d7eb224ec5fc3e47e8804b51ee45444 100644 (file)
--- a/TODO
+++ b/TODO
@@ -17,6 +17,8 @@ Bugfixes:
 
   Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
 
+* systemctl --root=container/ set-default ... is totally borked.
+
 External:
 
 * ps should gain colums for slice
@@ -30,6 +32,16 @@ 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
+
 * Introduce PrivateDevices=yes/no which works like PrivateTmp= but for /dev setting up a tmpfs for it that only includes /dev/null, /dev/zero, /dev/random, /dev/urandom, but nothing else.
 
 * libsystemd-journal returns the object created as first param in sd_journal_new(), sd_bus_new() and suchlike as last...
@@ -109,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
@@ -655,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: