chiark / gitweb /
journalctl: include logs from PID 1 about services in systemctl status
[elogind.git] / TODO
diff --git a/TODO b/TODO
index b1b57d66ff337fadf481e2786b7315e874a87e29..fd1d96d13920c63c8d099c1c48be1a5159b83753 100644 (file)
--- a/TODO
+++ b/TODO
@@ -49,6 +49,14 @@ Bugfixes:
 
 Features:
 
+* currently system services appear not to generate core dumps...
+
+* introduce /run/kmsg in containers?
+
+* introduce $container_boot_id?
+
+* wall messages for shutdown should move to logind
+
 * allow writing multiple conditions in unit files on one line
 
 * journal: json output needs to be able to deal with multiple assignments of the same field
@@ -65,8 +73,6 @@ Features:
 
 * maybe make systemd-detect-virt suid? or use fscaps?
 
-* consider using __secure_getenv() instead of getenv() in libs
-
 * man: document in ExecStart= explicitly that we don't take shell command lines, only executable names with arguments
 
 * shutdown: don't read-only mount anything when running in container
@@ -505,6 +511,8 @@ Regularly:
 
 * set_put(), hashmap_put() return values check. i.e. == 0 doesn't free()!
 
+* use __secure_getenv() instead of getenv() where appropriate
+
 Scheduled for removal (or fixing):
 
 * xxxOverridable dependencies