chiark / gitweb /
conf-parser: add macro for ENUMV
[elogind.git] / TODO
diff --git a/TODO b/TODO
index cbb2cbe9bf437d421fb1f4239ec514f6b8da2fd1..a8261013f1ce20dcf770bc5f6b8b8e6d1578dd0d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -48,13 +48,15 @@ CGroup Rework Completion:
 
 Features:
 
 
 Features:
 
-* saproxy: Support multiple inherited sockets mapped using different proxies
+* 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: Use a nonblocking alternative to getaddrinfo
+* optimize the cgroup propagation bits, especially unit_get_members_mask(), cgroup_context_get_mask()
 
 
-* saproxy: Until we can start daemons directly, find a less ugly, less racy alternative than shell scripts for the second man page example.
-
-* 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
 
 
 * "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
 
@@ -714,6 +716,14 @@ Features:
 
 * systemd-run is missing zsh completion scripts
 
 
 * 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:
 
 * dbus:
 External:
 
 * dbus: