]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
Merge pull request #5731 from jprvita/hwdb-acer
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 0e04396a9d77c00f2d901c9c95ea23f3b39e9d3f..3cf4ce393c6d7b832f28e0820631622c7e1f8def 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,6 +24,10 @@ Janitorial Clean-ups:
 
 Features:
 
+* sort generated hwdb files alphabetically when we import them, so that git
+  diffs remain minimal (in particular: the OUI databases we import are not
+  sorted, and not stable)
+
 * set SystemCallArchitectures=native on all our services
 
 * maybe add call sd_journal_set_block_timeout() or so to set SO_SNDTIMEO for
@@ -31,6 +35,9 @@ Features:
   O_NONBLOCK on it. That way people can control if and when to block for
   logging.
 
+* tighten sd_notify() MAINPID= checks a bit: don't accept foreign PIDs (i.e.
+  PIDs not managed by the service manager)
+
 * journald: when we recv a log datagram via the native or syslog transports,
   search for the PID in the active stream connections, and let's make sure to
   always process the datagrams before the streams. Then, cache client metadata