chiark / gitweb /
tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocations
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 2cf8a4cfc1e3fe3eda3af8c1495535721cf8be4f..7b940d5c4221560e11d473546b46ab9c2bd3fcc4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,6 +14,8 @@ Janitorial Clean-ups:
 
 * Rearrange tests so that the various test-xyz.c match a specific src/basic/xyz.c again
 
+* copy.c: set the right chattrs before copying files and others after
+
 * rework mount.c and swap.c to follow proper state enumeration/deserialization
   semantics, like we do for device.c now
 
@@ -25,8 +27,6 @@ Features:
 * Add OnTimezoneChange= and OnTimeChange= stanzas to .timer units in order to
   schedule events based on time and timezone changes.
 
-* add O_TMPFILE support to copy_file_atomic()
-
 * nspawn: greater control over selinux label?
 
 * cgroups: figure out if we can somehow communicate in a cleaner way whether a
@@ -36,9 +36,6 @@ Features:
   should be revisited to make clearer and also work if the payload elogind runs
   with full privs and without userns.
 
-* portables: introduce a new unit file directory /etc/elogind/system.attached/
-  or so, where we attach portable services to
-
 * cgroups: use inotify to get notified when somebody else modifies cgroups
   owned by us, then log a friendly warning.