update TODO

This commit is contained in:
Lennart Poettering 2018-04-30 21:20:31 +02:00
parent 4e2c0a227e
commit c7db2a9de4
1 changed files with 4 additions and 3 deletions

7
TODO
View File

@ -24,6 +24,10 @@ Janitorial Clean-ups:
Features:
* nspawn: greater control over hostname, resolv.conf, timezone, rlim
* nspawn: when operating in a scope, also create /payload subcrgoup
* the error paths in usbffs_dispatch_ep() leak memory
* cgroups: figure out if we can somehow communicate in a cleaner way whether a
@ -52,9 +56,6 @@ Features:
* add --vacuum-xyz options to coredumpctl, matching those journalctl already has.
* list the exit codes from the BSD/glibc <sysexits.h> in our own
exit-codes.[ch] tables.
* SuccessExitStatus= and friends should probably also accept symbolic exit
codes names, i.e. error codes from the list maintained in exit-codes.[ch]