chiark / gitweb /
socket: add option for SO_PASSEC
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 70f7d19968c59b2226c39455ddfa81c9811881f3..96ae6355d8b03dff2e9ac4e88c051872a45f8007 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,9 +2,6 @@ Bugfixes:
 
 * swap units that are activated by one name but shown in the kernel under another are semi-broken
 
-* NM should pull in network.target (PENDING)
-  https://bugzilla.redhat.com/show_bug.cgi?id=692008
-
 * make anaconda write timeout=0 for encrypted devices
 
 * service: pid file reading after reload doesn't work, since we don't reset the pid variable
@@ -21,6 +18,16 @@ Bugfixes:
 
 Features:
 
+* journal: extend sd-journal.h logging calls to implicitly log function names/line numbers/...
+
+* document crypttab(5)
+
+* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
+
+* hook up /dev/watchdog with main event loop for embedded, server uses
+
+* man: for some reason the HTML versions of the man pages are currently not being packaged
+
 * prefer /etc over /run?
 
 * when dumping cgroup contents, include main/control PID of a service, explicitly
@@ -114,8 +121,6 @@ Features:
 
 * document that %% can be used to write % in a string that is specifier extended
 
-* check utf8 everywhere
-
 * when an instanced service exits, remove its parent cgroup too if possible.
 
 * Make libselinux, libattr, libcap, libdl dependencies only of the tools which actually need them.