]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
journal: defer journal closes on rotate
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 7437938bf0e12bba82fe9c2f62c0cf3c001a56d0..92cc8cc43352868d321a872c5eb2fccfa39cb7c6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -33,13 +33,14 @@ Janitorial Clean-ups:
 
 Features:
 
+* resolved: maybe, after all, implement local listening for DNS packets on port
+  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
 
 * cache sd_event_now() result from before the first iteration...
 
-* remove Capabilities=, after all AmbientCapabilities= and CapabilityBoundingSet= should be enough.
-
 * support for the new copy_file_range() syscall
 
 * add systemctl stop --job-mode=triggering that follows TRIGGERED_BY deps and adds them to the same transaction
@@ -321,10 +322,6 @@ Features:
        - path escaping
   - update systemd.special(7) to mention that dbus.socket is only about the compatibility socket now
   - test bloom filter generation indexes
-  - bus-proxy: when passing messages from kdbus, make sure we properly
-    handle the case where a large number of fds is appended that we
-    cannot pass into sendmsg() of the AF_UNIX sokcet (which only accepts
-    253 messages)
   - kdbus: introduce a concept of "send-only" connections
   - kdbus: add counter for refused unicast messages that is passed out via the RECV ioctl. SImilar to the counter for dropped multicast messages we already have.