]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Wed, 24 Feb 2016 16:20:12 +0000 (17:20 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 12 Apr 2016 11:43:33 +0000 (13:43 +0200)
TODO

diff --git a/TODO b/TODO
index 9547b6e6e36ae7640d188ffcc070f74721e6f8dd..4d8161cadf425772740f93fd6cb0fede5bcf1067 100644 (file)
--- 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.