X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=b41c4f63cddf03143619bf4c949434be420cd46c;hp=615c509fc621becbf1b1fba13faafb4e992a6ca4;hb=c66d36e5b5ae81f3c5297d6dacadc13c88c530f6;hpb=b5b4c94a67d90891a0225af0e08cf45dbc329377 diff --git a/TODO b/TODO index 615c509fc..b41c4f63c 100644 --- a/TODO +++ b/TODO @@ -22,6 +22,41 @@ Bugfixes: Features: +* switch-root: sockets need relabelling + +* switch-root: handle journald restart + +* policy loading in initrd generates warning + +* segfault in journalctl during /var migration + +* systemd-analyze post-boot is broken for initrd + +* journal: s/permanent/persistant + +* man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets + +* journalctl should complain if run with uid != 0 and no persistant logs exist + +* .device aliases need to be implemented with the "following" logic, probably. + +* add sd_journal_wait() to make things easier for sync programs that just want to wait for changes + +* refuse taking lower-case variable names in sd_journal_send() and friends. + +* 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 + verify that it isn't masked via any of the names traversed. + +* journald: _BOOT_ID triggers too many collisions. + +* journald: we currently rotate only after MaxUse+MaxFilesize has been reached. + * reexec journald across initrd transition * nspawn: bind mount /var/log/journal from the host @@ -30,14 +65,12 @@ Features: /var/log/journal via NFS since the mount point has to exist and we already take that as signal to store our stuff there. -* rename systemd-udev.service to systemd-udevd.service - * document that journal data is primarily ASCII, UTF-8 where necessary and binary only where nothing else makes sense. * Document: - PID 1 D-Bus API - - Update Syslog Interface docs - Journal C API manual pages + - scheduled shutdown API * wiki: document logind's PreparingForShutdown, PreparingForSleep