]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 33714/head
authorLennart Poettering <lennart@poettering.net>
Fri, 12 Jul 2024 14:38:20 +0000 (16:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Jul 2024 09:57:32 +0000 (11:57 +0200)
TODO

diff --git a/TODO b/TODO
index a28e02ea428737f184e1fb855d619b12499c3ce7..443b9a554bf300008ab4b278ef328f62a5ebe9d6 100644 (file)
--- a/TODO
+++ b/TODO
@@ -139,8 +139,6 @@ Features:
   chattr bit. This is useful as protection against early uses of /var/ or /tmp/
   before their contents is mounted.
 
-* use c23 in headers to force enum size in public headers
-
 * go through all uses of table_new() in our codebase, and make sure we support
   all three of:
   1. --no-legend properly
@@ -295,12 +293,6 @@ Features:
   the bg via vmspawn/nspawn if not done so yet and then requests a shell inside
   it for the invoking user.
 
-* make varlink.h a public API, i.e. give all symbols an sd_ prefix, and rename
-  header file to sd-varlink.h. This of course also means we have to make json.h
-  public the same way. Convert the function param checks from assert() to
-  assert_ret(). Only export the stuff we are sure about, and keep some symbols
-  internally where things are not clear whether we want other projects to use.
-
 * importd/…: define per-user dirs for container/VM images too.
 
 * add a new specifier to unit files that figures out the DDI the unit file is