X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=c0a553bf829617c7a47aac81d29fff3b49fd4c41;hp=5df72cdc5e1fa8af909fe613f52a2a0454f0aec3;hb=a504223d9a448ab338e369997c39c04067c8f906;hpb=a963990ff4ebc7908d3cf82bbd8cf34a42d57b7f diff --git a/TODO b/TODO index 5df72cdc5..c0a553bf8 100644 --- a/TODO +++ b/TODO @@ -34,7 +34,9 @@ Bugfixes: Features: -* compile libsystemd-journal statically into journalctl so that we can share util.c and suchlike +* logind: wakelock/opportunistic suspend support + +* seccomp filters for services * replace BindTo= by BindsTo=, but keep old name for compat @@ -56,8 +58,6 @@ Features: * when running as user instance: implicitly default to WorkingDirectory=$HOME for all services. -* journalctl highlight reboots - * Merge KillUnit()'s mode and who params into one * load-fragment: when loading a unit file via a chain of symlinks @@ -71,17 +71,11 @@ Features: * nspawn: bind mount /var/log/journal from the host -* The current Storage=auto logic is borked, since people cannot mount - /var/log/journal via NFS since the mount point has to exist and we - already take that as signal to store our stuff there. - * Document: - PID 1 D-Bus API - Journal C API manual pages - scheduled shutdown API -* wiki: document logind's PreparingForShutdown, PreparingForSleep - * introduce Type=pid-file * systemctl list-unit-files appears to be broken for symlinked units in /usr/lib @@ -94,7 +88,20 @@ Features: * efi: honour timezone efi variables for default timezone selection -* efi: automatically mount EFI partition to /boot if no such entry exists in /boot +* efi: automatically mount EFI partition to /boot if no such entry exists in /etc/fstab and /boot is empty + gummiboot exports the EFI system partion (ESP) device: + /sys/firmware/efi/vars/LoaderDeviceIdentifier-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data + Acpi(PNP0A03,0)/Pci(1F|2)/?/HD(Part1,Sig1FCBC57F-4BFC-4C2B-91A3-9C84FBCD9AF1) + '/' is the separator for the device path list + HD(Part1,Sig1FCBC57F-4BFC-4C2B-91A3-9C84FBCD9AF1) contains the GPT UUID of the ESP + +* read the bootloader performance data (raw TSC) in systemd-analyze + /sys/firmware/efi/vars/LoaderTicksExec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data + 19066159288 + /sys/firmware/efi/vars/LoaderTicksInit-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data + 17442940316 + /sys/firmware/efi/vars/LoaderTicksStartMenu-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f/data + (only set if the menu was active) * new dependency type to "group" services in a target @@ -118,8 +125,6 @@ Features: * drop accountsservice's StandardOutput=syslog and Type=dbus fields -* make sure show-logs checks for utf8 validity, not ascii validity - * when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr * readahead: when bumping /sys readahead variable save mtime and compare later to detect changes @@ -240,8 +245,6 @@ Features: * journal: write man pages for API -* journal: OR matches are borked - * journal: extend hash tables as we go * journal: API for looking for retrieving "all values of this field"