summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-09-13 11:02:42 +0200
committerLennart Poettering <lennart@poettering.net>2024-09-13 17:12:28 +0200
commit831ad06bf55fff879cdfea66be01406082efc994 (patch)
tree0388f3e13927fe540e8a15094a795d1e3bee2347 /TODO
parenttree-wide: make sigprocmask() changes more automatic (diff)
downloadsystemd-831ad06bf55fff879cdfea66be01406082efc994.tar.xz
systemd-831ad06bf55fff879cdfea66be01406082efc994.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 4 insertions, 6 deletions
diff --git a/TODO b/TODO
index 1992c48a19..868b65ddaf 100644
--- a/TODO
+++ b/TODO
@@ -130,6 +130,10 @@ Deprecations and removals:
Features:
+* find a nice way to opt-in into auto-masking SIGCHLD on first
+ sd_event_add_child(), and then get rid of many more explicit sigprocmask()
+ calls.
+
* maybe set shell.prompt.prefix credential in run0 to some warning emoji,
i.e. ⚠️ or ☢️ or ⚡ or 👊 or 🧑‍🔧 or so.
@@ -995,12 +999,6 @@ Features:
* in the initrd, once the rootfs encryption key has been measured to PCR 15,
derive default machine ID to use from it, and pass it to host PID 1.
-* tree-wide: convert as much as possible over to use sd_event_set_signal_exit(), instead
- of manually hooking into SIGINT/SIGTERM
-
-* tree-wide: convert as much as possible over to SD_EVENT_SIGNAL_PROCMASK
- instead of manual blocking.
-
* sd-boot: for each installed OS, grey out older entries (i.e. all but the
newest), to indicate they are obsolete