X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=0c9bc089083bf8c0ad6e98a2a7c6168cd49c295c;hp=c2eb557f507ec82b7898f36db495fb8f7c81dcf5;hb=9bdbc2e2ec523dbefe1c1c7e164b5544aff0b185;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/TODO b/TODO index c2eb557f5..0c9bc0890 100644 --- a/TODO +++ b/TODO @@ -13,11 +13,42 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. -F18: - +Fedora 19: * Retest multi-seat +* create /var/log/journal/ + 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 + +* 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 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 +249,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 +368,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 @@ -355,7 +383,16 @@ Features: * readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/ -* automount: implement expire +* automount: implement expire: + - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD + - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD + - every timeout/4 (original autofs logic) + - blocking, needs a thread + - run until -EAGAIN + - receive expire packet on pipe if kernel tells the timeout is over + - call umount + - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD + - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns * services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel) @@ -373,12 +410,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 +521,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 +543,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 +607,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 +638,3 @@ Regularly: Scheduled for removal or fixing: * xxxOverridable dependencies (probably: fix) - -* support for early-boot SysV services (definitely: remove) - -* insserv support (definitely: remove)