X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=b4e44612919c865096292d60c892ad448d655383;hb=69bd386c4c0618d686e1b5ac01c0e9658b1539b6;hp=c2eb557f507ec82b7898f36db495fb8f7c81dcf5;hpb=d05c556b6b2a680ec8b51ecbbc99a9ab14c28eed;p=elogind.git diff --git a/TODO b/TODO index c2eb557f5..b4e446129 100644 --- a/TODO +++ b/TODO @@ -18,6 +18,30 @@ F18: * Retest multi-seat Features: + +* "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. + +* man: link up systemd.directives better, so that people actually know about it + +* 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" + +* add a man page "systemdall" that lists all of systemd's man pages, inspired by zsh's "zshall" page + +* print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word + +* kernel cmdline switch to turn off predictable network interface names + +* mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units. + * udev: remove all (misguided from day 1) userspace firmware_class handling * logind: optionally, ignore idle-hint logic for autosuspend, block suspend as long as a session is around @@ -218,8 +242,6 @@ Features: * Query Paul Moore about relabelling socket fds while they are open -* move keymaps to /usr/lib/... rather than /usr/lib/udev/... - * journald: check whether it is OK if the client can still modify delivered journal entries * journal live copy, based on libneon (client) and libmicrohttpd @@ -339,7 +361,6 @@ Features: * readahead: when bumping /sys readahead variable save mtime and compare later to detect changes * (attempt to) make Debianites happy: - - implement .d/ auto includes for unit files - add syntax to reset ExecStart= lists (and similar) * move passno parsing to fstab generator @@ -373,12 +394,9 @@ Features: * ConditionSecurity= should learn about IMA and SMACK -* Auke: merge Auke's bootchart - * udev: move to LGPL * udev systemd unify: - - strpcpy(), strpcpyl(), strscpy(), strscpyl() - utf8 validator code * udev: scsi_id -> sg3_utils -> kill scsi_id @@ -487,8 +505,6 @@ Features: * Make it possible to set the keymap independently from the font on the kernel cmdline. Right now setting one resets also the other. -* move nss-myhostname into systemd - * and a dbus call to generate target from current state * drop /.readahead on bigger upgrades with yum @@ -511,7 +527,6 @@ Features: - the journal HTTP iface - non-cgroup resource management - refreshed, longer missions statement - - using detect-virt * allow port=0 in .socket units @@ -576,7 +591,7 @@ External: * make cryptsetup lower --iter-time -* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup? +* patch kernel for xattr support in /dev, /proc/, /sys? * NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only in an ~30 minutes window. It does not adjust larger differences. Find a way @@ -607,7 +622,3 @@ Regularly: Scheduled for removal or fixing: * xxxOverridable dependencies (probably: fix) - -* support for early-boot SysV services (definitely: remove) - -* insserv support (definitely: remove)