diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-20 17:00:29 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-20 17:01:19 +0200 |
commit | 936d6fcb6c4fc8839d28f8585af6ba733a7e1a1a (patch) | |
tree | 332b1d28fc37e2bd1cee1f95329fa63996cd225f /TODO | |
parent | 44e2f7316cd3815cfdddaafef9d72efaa828bba3 (diff) |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -19,6 +19,17 @@ F18: Features: +* 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 * timedated: export boolean that clarifies whether NTP is even available @@ -350,8 +361,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 |