diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-10-26 22:02:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-10-27 13:45:53 +0100 |
commit | 5e524b404b7b319aa6a24bf21132b1074b206996 (patch) | |
tree | ed65d48a7555d5ecd17e76eeb20ce68440a5a5e9 | |
parent | b5efdb8af40ea759a1ea584c1bc44ecc81dd00ce (diff) |
update TODO
-rw-r--r-- | TODO | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 |