chiark / gitweb /
TODO: isolate items to fix before F18
authorLennart Poettering <lennart@poettering.net>
Sat, 15 Sep 2012 04:57:15 +0000 (06:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Sat, 15 Sep 2012 04:57:15 +0000 (06:57 +0200)
TODO

diff --git a/TODO b/TODO
index 66100a0e13898107e180577f6c661c3413b9dea7..4d6d55afee7c0d9ab32ac8e40287f7980676e732 100644 (file)
--- a/TODO
+++ b/TODO
@@ -41,6 +41,26 @@ Bugfixes:
   by rpm, the resume path might fail, the for resume needed kernel might even be uninstalled, and
   the whole situation leads directly to data loss.
 
+F18:
+
+* journald: warn if we drop messages we forward to the syslog socket
+
+* refuse automount triggers when automount is queued for stop, much like we refuse socket triggers when sockets are queued for stop
+
+* perfomance messages for selinux are gone from debug log?
+
+* There's something wrong with escaping unit names: http://lists.freedesktop.org/archives/systemd-devel/2012-August/006292.html
+
+* wiki: document new logind LockSessions() call
+
+* wiki: document new Finished signal params
+
+* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
+
+* selinux: merge systemd selinux access controls (dwalsh)
+
+* make logind reserve tty6 or so for text logins, so that gdm never picks it up
+
 Features:
 
 * make nspawn work without terminal
@@ -49,18 +69,12 @@ Features:
 
 * after deserializing sockets in socket.c we should reapply sockopts and things
 
-* journald: warn if we drop messages we forward to the syslog socket
-
 * does vasprintf advance the struct vaargs? http://pastie.org/pastes/4712773/text
 
 * do shutdown audit/utmp msgs inside of PID 1, get rid of systemd-update-utmp-runlevel
 
 * make timer units go away after they elapsed
 
-* refuse automount triggers when automount is queued for stop, much like we refuse socket triggers when sockets are queued for stop
-
-* perfomance messages for selinux are gone from debug log?
-
 * http://lists.freedesktop.org/archives/systemd-devel/2012-September/006502.html
 
 * don't use writev() in tmpfiles for sake of compat with sysfs?
@@ -111,8 +125,6 @@ Features:
 
 * allow writing multiple conditions in unit files on one line
 
-* There's something wrong with escaping unit names: http://lists.freedesktop.org/archives/systemd-devel/2012-August/006292.html
-
 * cleanup ellipsation for log output in journalctl and systemctl status: have a sane way to disable ellipsation, and disable it by default when invoked in less/more
 
 * enforce limits on fds openened by socket units
@@ -154,12 +166,8 @@ Features:
 
 * dracut-shutdown needs to be ordered before unmounting /boot
 
-* wiki: document new logind LockSessions() call
-
 * initialize the hostname from the fs label of /, if /etc/hostname does not exist?
 
-* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
-
 * install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist.
 
 * logind: ignore inactive login screens when checking whether power key should be handled
@@ -276,8 +284,6 @@ Features:
 
 * Add pretty name for seats in logind
 
-* selinux: merge systemd selinux access controls (dwalsh)
-
 * ConditionSecurity= should learn about IMA
 
 * Auke: merge Auke's bootchart
@@ -323,8 +329,6 @@ Features:
 
 * add command to systemctl to plot dependency graph as tree (see rhbz 795365)
 
-* make logind reserve tty9 or so for text logins, so that gdm never picks it up
-
 * add option to sockets to avoid activation. Instead just drop packets/connections, see http://cyberelk.net/tim/2012/02/15/portreserve-systemd-solution/
 
 * default unix qlen is too small (10). bump sysctl? add sockopt?