aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-18 12:42:22 +0200
committerLennart Poettering <lennart@poettering.net>2018-04-18 12:52:20 +0200
commit5da19043f11bb76f8d4f2e6f88de9cb08431eab9 (patch)
tree91ff07c3b6ae77c52fb59e23516d272992068fdf /TODO
parenttest-locale-util: show special glyphs (diff)
downloadsystemd-5da19043f11bb76f8d4f2e6f88de9cb08431eab9.tar.gz
systemd-5da19043f11bb76f8d4f2e6f88de9cb08431eab9.tar.bz2
systemd-5da19043f11bb76f8d4f2e6f88de9cb08431eab9.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 82d197ca3..3a1b76e93 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.