chiark / gitweb /
bus: add API for querying the kdbus message sequence number
[elogind.git] / TODO
diff --git a/TODO b/TODO
index bb921cf07bb23f921f9fc1adf428c062bcf8b7c2..e5318d78db468b5d2573cfee8c6b2d82e1626649 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,10 @@
 Bugfixes:
+* killing nspawn with ]]] results in:
+   machine-f20.scope stopping timed out. Killing.
+   Stopped Container f20.
+   Unit machine-f20.scope entered failed state.
+  and it cannot be started again
+
 * enabling an instance unit creates a pointless link, and
   the unit will be started with getty@getty.service:
     $ systemctl enable getty@.service
@@ -32,6 +38,23 @@ External:
 
 Features:
 
+* hookup nspawn and PrivateNetwork=yes with "ip netns"
+
+* socket units: support creating sockets in different namespace,
+  opening it up for JoinsNamespaceOf=. This would require to fork off
+  a tiny process that joins the namespace and creates/binds the socket
+  and passes this back to PID1 via SCM_RIGHTS. This also could be used
+  to allow Chown/chgrp on sockets without requiring NSS in PID 1.
+
+* sd-resolve:
+  - make sure event loop integration works similar to event loop integration in other libs
+  - maybe drop _free() call, introduce _unref() instead
+  - maybe simplify function calls that take a sd_resolve_query object, to not also require the matching sd_resolve?
+  - maybe drop the "n_proc" parameter to sd_resolve_new()?
+  - change all functions to return "int" and negative errno errors
+
+* New service property: maximum CPU and wallclock runtime for a service
+
 * 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
@@ -64,6 +87,8 @@ Features:
 * code cleanup
   - we probably should replace the left-over uses of strv_append() and replace them by strv_push() or strv_extend()
 
+* Automatically configure swap partition to use for hibernation by looking for largest swap partition on the root disk?
+
 * when we detect low battery and no AC on boot, show pretty splash and refuse boot
 
 * move libasyncns into systemd as libsystemd-asyncns
@@ -121,7 +146,7 @@ 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
@@ -144,6 +169,7 @@ Features:
   - make use of "drop" ioctl in pid 1 bus activation
   - bus proxy: override unique id sender for messages from driver to match the well-known name
   - bus driver: GetNameOwner() for "org.freedesktop.DBus" should return "org.freedesktop.DBus"
+  - update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
 
 * sd-event
   - allow multiple signal handlers per signal?