X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=d12308e293d69f104ae525632580d1bedb00951d;hp=1c33ead227e904191569bb1c8e8ecb3d32b0511b;hb=f17491e27d5a4258516249a0369b95a0e1544ab8;hpb=8481248b9fbddc6d5e6ff26eb23505ef13dc85f7 diff --git a/TODO b/TODO index 1c33ead22..d12308e29 100644 --- a/TODO +++ b/TODO @@ -19,7 +19,44 @@ F18: Features: -* drop --follow from systemctl +* link up selected blog stories from man pages? + +* journactl: support negative filtering, i.e. FOOBAR!="waldo" + +* drop header/footer from systemctl --failed output if there are no entries shown, print nice message instead, and hook that into ExecStartPre of rescue.service/emergency.service + +* add libsystemd-password or so to query passwords during boot using the password agent logic + +* journal: when rotating, copy over old acls/access mode + +* journal: document why we do not give ownership to journal files to the user that created them but use FS ACLs for that + +* journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs. + +* journal: when we haven't written anything in a while, sync to disk and mark file as offline, in order to be more often than not in a clean state + +* journal-send.c, log.c: when the log socket is clogged, and we drop, count this and write a message about this when it gets unclogged again. + +* If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle(). + +* fedup: add --unit to systemctl switch-root somehow +* fedup: don't delete initrd on switch-root +* fedup: generator + +* journalctl/gatewayd: GELF output + +* journal: find a way to allow dropping history early, based on priority, other rules + +* journal: When interleaving journal files cache binary search results so that + we can cheaply continue where we left off. + +* journal: When used on NFS, check payload hashes + +* journal: When used on NFS make sure wake up sd_journal_wait() every 2s, to handle missing inotify + +* "See journal for details" messages should include "journalctl -u" command line + +* document that people can use file system ACLs to manage access to journal files, with example * don't show cgroup in "systemctl status" if empty/non-existant, especially for foreign .mount units @@ -27,8 +64,6 @@ Features: * timedated: refuse time changes when NTP is on -* journald: don't make SystemMinFileSize= configurable - * clean up date formatting and parsing so that all absolute/relative timestamps we format can also be parsed * introduce hybrid-sleep.target @@ -354,8 +389,6 @@ Features: * logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API -* journal: API for looking for retrieving "all values of this field" - * journal: deal nicely with byte-by-byte copied files, especially regards header * journal: local deserializer of export mode, http server @@ -437,15 +470,19 @@ Features: * GC unreferenced jobs (such as .device jobs) * write blog stories about: + - hwdb: what belongs into it, lsusb - enabling dbus services - status update - how to make changes to sysctl and sysfs attributes - remote access - how to pass throw-away units to systemd, or dynamically change properties of existing units - how to integrate cgconfig and suchlike with systemd - - resource control in systemd - testing with Harald's awesome test kit - auto-restart + - how to make use of the journal submission APIs + - same for journal browsing + - the journal HTTP iface + - non-cgroup resource management * allow port=0 in .socket units