summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-24 17:20:12 +0100
committerLennart Poettering <lennart@poettering.net>2016-04-12 13:43:33 +0200
commit1e555cb52b922bda56c918b8b32f7bd557b3489b (patch)
treef3e11c37c26dfa58c50153816c471311d5166658 /TODO
parent60ca5641b562d0d8021be652b3f7c9934d025dd5 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO25
1 files changed, 16 insertions, 9 deletions
diff --git a/TODO b/TODO
index 9547b6e6e3..4d8161cadf 100644
--- a/TODO
+++ b/TODO
@@ -33,16 +33,29 @@ Janitorial Clean-ups:
Features:
-* when using UTF8, ellipsize with "…" rather than "...", so that we can show more contents before truncating
+* transient units: don't bother with actually setting unit properties, we
+ reload the unit file anyway
+
+* https://github.com/systemd/systemd/pull/2886 is fucked
+
+* make sure resolved can be restarted without losing pushed-in dns config
+
+* fix https://github.com/systemd/systemd/pull/2890, this shouldn't be exported
+ like this.
-* machinectl remove --hidden + machinectl remove --all
+* journald: sigbus API via a signal-handler safe function that people may call
+ from the SIGBUS handler
+
+* resolved: cefmz.x.incapdns.net fails to authenticate
+
+* when using UTF8, ellipsize with "…" rather than "...", so that we can show more contents before truncating
* move specifier expansion from service_spawn() into load-fragment.c
* optionally, also require WATCHDOG=1 notifications during service start-up and shutdown
* resolved: maybe, after all, implement local listening for DNS packets on port
- 53.
+ 127.0.0.53:53.
* delay activation of logind until somebody logs in, or when /dev/tty0 pulls it
in or lingering is on (so that containers don't bother with it until PAM is used). also exit-on-idle
@@ -68,12 +81,6 @@ Features:
* push CPUAffinity= also into the "cpuset" cgroup controller (only after the cpuset controller got ported to the unified hierarchy)
-* add a new command "systemctl revert" or so, that removes all dropin
- snippets in /run and /etc, and all unit files with counterparts in
- /usr, and thus undoes what "systemctl set-property" and "systemctl
- edit" create. Maybe even add "systemctl revert -a" to do this for
- all units.
-
* PID 1 should send out sd_notify("WATCHDOG=1") messages (for usage in the --user mode, and when run via nspawn)
* consider throwing a warning if a service declares it wants to be "Before=" a .device unit.