]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Mon, 26 Oct 2015 21:02:13 +0000 (22:02 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 27 Oct 2015 12:45:53 +0000 (13:45 +0100)
TODO

diff --git a/TODO b/TODO
index c404be8ccef605abeab1445fe8b3c2cf9305f555..8deb00b5979da2cd872d5e621dc14e80e15f1e15 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,6 +24,16 @@ External:
 * When lz4 gets an API for lz4 command output, make use of it to
   compress coredumps in a way compatible with /usr/bin/lz4.
 
+Janitorial Clean-ups:
+
+* code cleanup: retire FOREACH_WORD_QUOTED, port to extract_first_word() loops instead
+
+* replace manual readdir() loops with FOREACH_DIRENT or FOREACH_DIRENT_ALL
+
+* Get rid of the last strerror() invocations in favour of %m and strerror_r()
+
+* Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again
+
 Features:
 
 * do something about "/control" subcgroups in the unified cgroup hierarchy
@@ -264,8 +274,6 @@ Features:
 
 * maybe add support for specifier expansion in user.conf, specifically DefaultEnvironment=
 
-* code cleanup: retire FOREACH_WORD_QUOTED, port to extract_first_word() loops instead
-
 * introduce systemd-timesync-wait.service or so to sync on an NTP fix?
 
 * systemd --user should issue sd_notify() upon reaching basic.target, not on becoming idle