update TODO

This commit is contained in:
Lennart Poettering 2012-11-14 22:20:51 +01:00
parent 6e6fb527f9
commit e673ad0415
1 changed files with 10 additions and 0 deletions

10
TODO
View File

@ -21,6 +21,14 @@ F18:
Features:
* add API to close/reopen/get fd for journal client fd in libsystemd-journal.
* maybe add API to send pairs of iovecs via sd_journal_send
* fallback to /dev/log based logging in libsystemd-journal, if we can't log natively?
* declare the local journal protocol stable in the wiki interface chart
* introduce ntp.service (or suchlike) as symlink that is used to arbitrate between various
NTP implementations
@ -28,6 +36,8 @@ Features:
* journal: reuse XZ context
* sd-journal: speed up sd_journal_get_data() with transparent hash table in bg
* introduce ntp.service (or suchlike) as symlink that is used to arbitrate between various NTP implementations
* timer units should get the ability to trigger when:
- CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
- DST changes