]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
clock-util: trivial clean-ups
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index f19fdcc56bf1bc08e5925337dfcf03c40348e6a8..c6c00a5e9bc4a1f4fecf1424eb52ea8fbc010ea6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,6 +20,15 @@ Janitorial Clean-ups:
 
 Features:
 
+* systemd-analyze netif that explains predictable interface (or networkctl)
+
+* port selinux code from mallinfo() to mallinfo2() once added to glibc
+
+* Add service setting to run a service within the specified VRF. i.e. do the
+  equivalent of "ip vrf exec".
+
+* export action of device object on sd-device, so that monitor becomes useful
+
 * add root=tmpfs that mounts a tmpfs to /sysroot (to be used in combination
   with usr=…, for a similar effect as systemd.volatile=yes but without the
   "hide-out" effect). Also, add root=gpt-auto-late support or so, that is like
@@ -97,7 +106,6 @@ Features:
 
 * make us use dynamically fewer deps for containers in general purpose distros:
   o turn into dlopen() deps:
-    - libidn2 (always)
     - elfutils (always)
     - p11-kit-trust (always)
     - kmod-libs (only when called from PID 1)
@@ -805,9 +813,6 @@ Features:
 
 * systemctl: if some operation fails, show log output?
 
-* systemctl edit: use equivalent of cat() to insert existing config as a comment, prepended with #.
-  Upon editor exit, lines with one # are removed, lines with two # are left with one #, etc.
-
 * exponential backoff in timesyncd when we cannot reach a server
 
 * timesyncd: add ugly bus calls to set NTP servers per-interface, for usage by NM