mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
TODO
This commit is contained in:
parent
b603662c41
commit
7361c3b4e1
8
TODO
8
TODO
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user