chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 0c9bc089083bf8c0ad6e98a2a7c6168cd49c295c..d91eb366fb48b6833982e5542e966560728d8f52 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,17 +19,10 @@ Fedora 19:
 * create /var/log/journal/
 
 Features:
-* turn unused sysv early-boot stuff like $local-fs, $syslog into a NOP. systemd does
-  no longer support sysv early-boot scripts, these facilities can be silently ignored
-
 * re-enable "make check" for gtk-doc (broken for unknown reason)
 
 * logind: make PrepareForSuspend(false) an official api for notification of resumes
 
-* ExecStartPre= with an empty string should reset the list of commands to invoke
-
-* refuse instantiation of proc.mount and mount units for all other API fs
-
 * "systemctl disable" on a static unit prints no message and does
   nothing. "systemctl enable" does nothing, and gives a bad message
   about it. Should fix both to print nice actionable messages.
@@ -121,7 +114,9 @@ Features:
 * libunwind support for coredump pattern hook, and includes this in
   the message for coredumps. After all, libunwind is now capable to
   unwind coredumps since a few weeks ago. This probably requires that
-  we have nice support for multi-line messages on display in logs-show.c.
+  we have nice support for multi-line messages on display in
+  logs-show.c. Alternatively: use libelfutil, which seems to be the
+  better supported alternative.
 
 * figure out relation of --all and --full in the various tools
 
@@ -217,8 +212,6 @@ Features:
 * document that deps in [Unit] sections ignore Alias= fileds in
   [Install] units of other units, unless those units are disabled
 
-* systemctl: when powering down/suspending check for inhibitors, and warn.
-
 * instantiated [Install] for target units
   https://bugs.freedesktop.org/show_bug.cgi?id=54377
 
@@ -327,9 +320,6 @@ Features:
 
 * journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
 
-* Document:
-        - PID 1 D-Bus API
-
 * introduce Type=pid-file
 
 * maybe allow services with ExecStop= set, but no ExecStart=?
@@ -367,9 +357,6 @@ Features:
 
 * readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
 
-* (attempt to) make Debianites happy:
-        - add syntax to reset ExecStart= lists (and similar)
-
 * move passno parsing to fstab generator
 
 * improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
@@ -484,7 +471,7 @@ Features:
 
 * when a bus name of a service disappears from the bus make sure to queue further activation requests
 
-* something like ConditionExec= or ExecStartPre= without failure state
+* something like ConditionExec= or ExecCondition= without failure state
 
 * tmpfiles: apply "x" on "D" too (see patch from William Douglas)
 
@@ -542,7 +529,9 @@ Features:
   - how to develop against journal browsing APIs
   - the journal HTTP iface
   - non-cgroup resource management
+  - dynamic resource management with cgroups
   - refreshed, longer missions statement
+  - celendar time events
 
 * allow port=0 in .socket units