X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=a8421585da237e7609267f0eded0cda683dedc13;hb=cb67f7184e61fafc984c4cd1e921d71a7e67c2ae;hp=bb921cf07bb23f921f9fc1adf428c062bcf8b7c2;hpb=883b36908788361a8bb945ce884dc518da83b371;p=elogind.git diff --git a/TODO b/TODO index bb921cf07..a8421585d 100644 --- a/TODO +++ b/TODO @@ -32,6 +32,15 @@ External: Features: +* 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 +73,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 +132,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 +155,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?