X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=96ed2c06d82b1bf2d50f64d79a2cb4fb05a4dcee;hb=374ec6abf31ada6ca554cc8ea99b282373fac010;hp=a6c2c15aa158fb82f075a4c34fa309723d71d87e;hpb=718fe4b1d50f89cbc11318edb0c2c3de9be2ac34;p=elogind.git diff --git a/TODO b/TODO index a6c2c15aa..96ed2c06d 100644 --- a/TODO +++ b/TODO @@ -24,22 +24,74 @@ Fedora 19: * localed: - localectl: support new converted x11→console keymaps +* when installing fedora with yum --installroot /var/run is a directory, not a symlink + Features: +* fix killing spree logic in systemd-user-sessions + +* logind: implement session kill exceptions + +* fix machine regstration to forward property array + +* fix loginctl cgroup enumeration + +* move "systemctl dump" to systemd-analyze + +* introduce "mainpid" for scopes + +* add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ... + +* add implicit slice for instantiated services + +* service_coldplug() appears to reinstall the wrong stop timeout watch? + +* transient units: allow creating auxiliary units with the same call + +* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable + +* split up BlockIOWeight= and BlockIODeviceWeight= + +* introduce high-level settings for RT budget, swapiness + +* how to reset dynamically changed attributes sanely? + +* when reloading configuration, apply new cgroup configuration + +* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) + +* implement per-slice CPUFairScheduling=1 switch + +* handle jointly mounted controllers correctly + +* split out CreateMachine into systemd-machined + +* make logind's session and machine + registration use Slices to set up cgroups + +* journald: make sure ratelimit is actually really per-service with the new cgroup changes + +* move systemctl dump to systemd-analyze + +* libsystemd-logind: sd_session_is_active() and friends: verify + validity of session name before appending it to a path + +* logind: when a PAM client calls ReleaseSession() start a timeout and + kill the session entirely after that is reached. + +* gparted needs to disable auto-activation of mount units somehow, or + maybe we should stop doing auto-activiation of this after boot + entirely. https://bugzilla.gnome.org/show_bug.cgi?id=701676 + * when a service changes state make reflect that in the RUNNING/LISTENING states of its socket -* slices: - - fix libsystemd-login to handle slices properly - - add option to pam_systemd to move login session into a slice - - add call to logind's dbus intrface to register a machine (also, calls for listing them) - * when recursively showing the cgroup hierarchy, optionally also show the hierarchies of child processes * document logic of auto/noauto and fail/nofail in fstab in systemd.mount or systemd-fstab-generator man page -* we should properly escape hostnames we add into dbus server strings +* we should properly escape ssh hostnames we add into dbus server strings * something pulls in pcre as so dep into our daemons such as hostnamed.