diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-07-12 16:38:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-07-16 11:57:32 +0200 |
commit | 2abad25b4111e826347a005ceb003a36c7f4031b (patch) | |
tree | 9cb62032f112cce70cf8c595b12f2ef39675bf5f /TODO | |
parent | sd-json/sd-varlink: downgrade assert() → assert_ret() (diff) | |
download | systemd-2abad25b4111e826347a005ceb003a36c7f4031b.tar.xz systemd-2abad25b4111e826347a005ceb003a36c7f4031b.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |