From: Lennart Poettering Date: Wed, 18 Apr 2018 10:42:22 +0000 (+0200) Subject: update TODO X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=16e69d6d425ae58ef5760e5d575bad7d9239b3da;p=elogind.git update TODO --- diff --git a/TODO b/TODO index 1466ae242..b41cdd67c 100644 --- a/TODO +++ b/TODO @@ -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, elogind-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.