summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-07-26 16:55:27 +0200
committerLennart Poettering <lennart@poettering.net>2018-07-26 16:55:27 +0200
commit126708fa025ded7b6e721897f34b0d3600c463fa (patch)
tree28c395fb648e9396c0e240b3ad816a9824268b24 /TODO
parenthwdb: Added correct ACCEL_MOUNT_MATRIX for the Asus TP412UA (diff)
downloadsystemd-126708fa025ded7b6e721897f34b0d3600c463fa.tar.xz
systemd-126708fa025ded7b6e721897f34b0d3600c463fa.zip
update TODO
Diffstat (limited to '')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9bb01fd574..3ca3c5ec35 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,8 @@ Janitorial Clean-ups:
* rework mount.c and swap.c to follow proper state enumeration/deserialization
semantics, like we do for device.c now
+* udev: drop "collect", it's nonsense
+
Features:
* logind: maybe watch utmp asynchronously using inotify, and populate our own
@@ -45,6 +47,10 @@ Features:
units, and we should only enqeueu stop jobs from a defer event that processes
queue instead of right-away when we assume that a unit is now unneeded.
+* nspawn: make nspawn suitable for shell pipelines: instead of triggering a
+ hangup when input is finished, send ^D, which synthesizes an EOF. Then wait
+ for hangup or ^D before passing on the EOF.
+
* When reloading configuration PID 1 should reset all its properties to the
original defaults before calling parse_config()