summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-04-20 15:22:02 +0200
committerLennart Poettering <lennart@poettering.net>2018-04-24 15:58:31 +0200
commite44924f5c199d634750459a1949a3be59b03ce20 (patch)
treeb350746b2f285caf32fbae6c9eb33c4aeec80d5b /TODO
parentc7e03d2e679ca4fa197e863f532af0a48ec8675d (diff)
downloadsystemd-e44924f5c199d634750459a1949a3be59b03ce20.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 132a54fbaf..cc310c95d2 100644
--- a/TODO
+++ b/TODO
@@ -34,7 +34,10 @@ Features:
* cgroups: use inotify to get notified when somebody else modifies cgroups
owned by us, then log a friendly warning.
-* doc: document NTP env var timedated groks in doc/ENVIRONMENT.md.
+* beef up log.c with support for stripping ANSI sequences from strings, so that
+ it is OK to include them in log strings. This would be particularly useful so
+ that our log messages could contain clickable links for example for unit
+ files and suchlike we operate on.
* 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