update TODO

This commit is contained in:
Lennart Poettering 2014-08-19 19:22:40 +02:00
parent 3bb07b7680
commit 8a0dec98a3
1 changed files with 7 additions and 6 deletions

13
TODO
View File

@ -24,6 +24,9 @@ External:
Features: Features:
* journald: make use of uid-range.h to managed uid ranges to split
journals in.
* tmpfiles: port to unquote_many_words(), similar to sysusers * tmpfiles: port to unquote_many_words(), similar to sysusers
* unquote_many_words() should probably be used by a lot of code that * unquote_many_words() should probably be used by a lot of code that
@ -49,9 +52,10 @@ Features:
* systemd.show_status= should probably have a mode where only failed * systemd.show_status= should probably have a mode where only failed
units are shown. units are shown.
* sd-event: - make it possible to embedd our event loop into foreign * sd-event:
event loops by passing out the epoll fd and providing three functions - make it possible to embedd our event loop into foreign event loops
that fit into GSource nicely. by passing out the epoll fd and providing three functions that fit
into GSource nicely.
* networkd: * networkd:
- add LLDP client side support - add LLDP client side support
@ -109,9 +113,6 @@ Features:
* the resolv.conf tmpfiles line should be covered by ENABLE_NETWORKD... * the resolv.conf tmpfiles line should be covered by ENABLE_NETWORKD...
* sysusers:
- allow configuration of ranges to allocate items in
* Add a new verb "systemctl top" * Add a new verb "systemctl top"
* logind: allow users to kill or lock their own sessions * logind: allow users to kill or lock their own sessions