chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 7cc177f9f311666a77c1204a136b7f095368e504..fce3db34ea7cf9699ef720b85eb2392457a86661 100644 (file)
--- a/TODO
+++ b/TODO
@@ -22,6 +22,23 @@ Bugfixes:
 
 Features:
 
+* journalctl should complain if run with uid != 0 and no persistant logs exist
+
+* .device aliases need to be implemented with the "following" logic, probably.
+
+* add sd_journal_wait() to make things easier for sync programs that just want to wait for changes
+
+* refuse taking lower-case variable names in sd_journal_send() and friends.
+
+* when running as user instance: implicitly default to WorkingDirectory=$HOME for all services.
+
+* journalctl highlight reboots
+
+* Merge KillUnit()'s mode and who params into one
+
+* load-fragment: when loading a unit file via a chain of symlinks
+  verify that it isn't masked via any of the names traversed.
+
 * journald: _BOOT_ID triggers too many collisions.
 
 * journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
@@ -39,6 +56,7 @@ Features:
 * Document:
         - PID 1 D-Bus API
         - Journal C API manual pages
+        - scheduled shutdown API
 
 * wiki: document logind's PreparingForShutdown, PreparingForSleep