From: Lennart Poettering Date: Wed, 18 Apr 2018 10:42:22 +0000 (+0200) Subject: update TODO X-Git-Tag: v239~393^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5da19043f11bb76f8d4f2e6f88de9cb08431eab9;p=platform%2Fupstream%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 82d197c..3a1b76e 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, 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.