update TODO

This commit is contained in:
Lennart Poettering 2018-04-18 12:42:22 +02:00
parent e206fcc164
commit 5da19043f1
1 changed files with 7 additions and 0 deletions

7
TODO
View File

@ -24,6 +24,13 @@ Janitorial Clean-ups:
Features:
* Fix DECIMAL_STR_MAX or DECIMAL_STR_WIDTH. One includes a trailing NUL, the
other doesn't. What a desaster. Probably to exclude it. Also
DECIMAL_STR_WIDTH should probably add an extra "-" into account for negative
numbers.
* port systemctl, systemd-inhibit, busctl, … over to format-table.[ch]'s table formatters
* pid1: lock image configured with RootDirectory=/RootImage= using the usual nspawn semantics while the unit is up
* add --vacuum-xyz options to coredumpctl, matching those journalctl already has.