chiark / gitweb /
bash_completion: busctl - add support for --user mode
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 5a5b7299d65ff38214c685473fd3f39e2a8361f5..4ff69ff144fc41f876778f35aabdf2d8a5b9167d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -30,6 +30,10 @@ External:
 
 Features:
 
+* add "M" as recursive version of "m" to tmpfiles, then use it for
+  chowning /run/log/journal (but not /var/log/journal), so that we
+  adjust the perms of journal files created before tmpfiles ran.
+
 * expose "Locked" property on logind sesison objects
 
 * add bus api to query unit file's X fields.
@@ -92,8 +96,6 @@ Features:
   on screen, not unlike how job control works on the shell
 
 * completions:
- - busctl zsh completion is outdated
- - systemd-nspawn -Z/-L/-q is missing for zsh
  - manager property enumeration was broken when systemd moved to /usr/lib/
 
 * cgroups:
@@ -650,18 +652,19 @@ Features:
      on Path= matching
 
 * sd-rtnl:
-   - add support for exiting containers without reading them fully first
    - add support for more attribute types
+   - inbuilt piping support (essentially degenerate async)? see loopback-setup.c and other places
+   - add support for multi-part messages (simply call the same callback repeatedly?)
 
 * networkd:
-   - make sure RTM_NEWLINK messages match both the ifname and kind when setting the ifindex of a netdev
+   - change from udev to rtnl being the main events we listen to devices on, udev will then simply
+     be used for synchronization
    - add more keys to [Route] and [Address] sections
    - add support for more DHCPv4 options (and, longer term, other kinds of dynamic config)
    - add proper initrd support (in particular generate .network/.link files based on /proc/cmdline)
    - add reduced [Link] support to .network files
    - add IPv4LL tests (inspire by DHCP)
    - add Scope= parsing option for [Network]
-   - have smooth transition from LL to routable address, without disconnecting clients.
 
 * sd-network:
    - make sure ipv4ll and dhcp clients can handle changing mac addresses while running