chiark / gitweb /
doc: fix items' names in PORTING-DBUS1
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 5a5b7299d65ff38214c685473fd3f39e2a8361f5..2d56e816aae8faa81b95694c7957954196a2a4c7 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,11 +652,13 @@ 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)