X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=a567669aa70a6fad841ca22f3237db8b62129d12;hb=6a8b5fa4635ed858788fb10099ec9b62b3359a0a;hp=bb07d92d3d7eb224ec5fc3e47e8804b51ee45444;hpb=6bb648a16ae4a682ad4784412af706d2e6a3e4da;p=elogind.git diff --git a/TODO b/TODO index bb07d92d3..a567669aa 100644 --- a/TODO +++ b/TODO @@ -32,6 +32,17 @@ 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 + - sd_resolve_freeanswer() is probably pointless, we don't define such a function for any other return values, but expect people to call free directly + - 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 + - getnext and getnqueries should be renamed to get_next() and get_n_queries(), i.e. functions that are not modelled directly after the libc counterparts don't need to be a single word... + +* 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 +75,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 @@ -144,6 +157,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?