X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=f8ea2368de877e57e120e40a0dc0e3e5262ed2b2;hb=bdffb521d01a2e2bc342154d74cb519755c52c25;hp=bbb8d675379bd114c75f95078783215b0d1043aa;hpb=946c11ed25429d6050a4d8fb0e0f9838167765e0;p=elogind.git diff --git a/TODO b/TODO index bbb8d6753..f8ea2368d 100644 --- a/TODO +++ b/TODO @@ -18,12 +18,33 @@ F18: * Retest multi-seat Features: +* turn unused sysv early-boot stuff like $local-fs, $syslog into a NOP. systemd does + no longer support sysv early-boot scripts, these facilities can be silently ignored -* add a man page "systemdall" that lists all of systemd's man pages, inspired by zsh's "zshall" page +* re-enable "make check" for gtk-doc (broken for unknown reason) + +* logind: make PrepareForSuspend(false) an official api for notification of resumes + +* ExecStartPre= with an empty string should reset the list of commands to invoke + +* refuse instantiation of proc.mount and mount units for all other API fs + +* "systemctl disable" on a static unit prints no message and does + nothing. "systemctl enable" does nothing, and gives a bad message + about it. Should fix both to print nice actionable messages. + +* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points + https://bugzilla.redhat.com/show_bug.cgi?id=812826 + +* add "loginctl unlock-sessions" as counterpart for "loginctl lock-sessions" + +* extend cgroup attr dbus calls to optionally make changes persistent, and retrieve current kernel values + +* support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K" * print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word -* kernel cmdline switch to turn of predictable network interface names +* kernel cmdline switch to turn off predictable network interface names * mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.