summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-15 06:57:15 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-15 06:57:15 +0200
commit4ce849853c46b1e857df3c6c9e7752159a58ddf1 (patch)
treedabe0c81b26acb1c1d8c5fb4bdd70bcc9ec41da4 /TODO
parentdcf76484ec0612b909e8a160c9a1374f5a6a1cb8 (diff)
TODO: isolate items to fix before F18
Diffstat (limited to 'TODO')
-rw-r--r--TODO36
1 files changed, 20 insertions, 16 deletions
diff --git a/TODO b/TODO
index 66100a0e1..4d6d55afe 100644
--- 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?