diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-11-14 22:14:17 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-11-14 22:21:16 +0100 |
commit | 7361c3b4e1e28a7eb4354a3da354b22e79782141 (patch) | |
tree | d56e06ddbcaab787fa7e4dcff77b769210459bf6 | |
parent | b603662c4152f9bbff3d93d69df0a4f4e05762c7 (diff) |
TODO
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -24,6 +24,10 @@ Features: * introduce ntp.service (or suchlike) as symlink that is used to arbitrate between various NTP implementations +* sd-journal: don't return fields > a threshold by default +* journal: reuse XZ context +* sd-journal: speed up sd_journal_get_data() with transparent hash table in bg + * timer units should get the ability to trigger when: - CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET) - DST changes @@ -47,8 +51,6 @@ Features: - find out what to do for blockdevs and skipping scsi modaliases - move writing code to src/libudev/libudev-hwdb-private.c -* sd_journal_enumerate_data() implies XZ-decoding compressed field, this sucks hard - * if booted in "quiet" mode, and an error happens, turn on status output again, so that the emergency mode isn't totally surprising * localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst @@ -400,8 +402,6 @@ Features: * dbus: move dbus to early boot -* journald: reuse XZ context - * logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API * journal: deal nicely with byte-by-byte copied files, especially regards header |