chiark / gitweb /
fixed statfs.f_type signed vs unsigned comparisons
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 295413c38828e7dc23ddb131e3b1ababd0007c93..3c0425a027748b05a26a7c611571f0d575392966 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,4 @@
 Bugfixes:
-* timedatectl: NTP enabled: n/a
-
-* systemctl --system show -p Fr<TAB> default.target doesn't show anything
-
 * check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar
 
 * swap units that are activated by one name but shown in the kernel under another are semi-broken
@@ -17,6 +13,8 @@ Bugfixes:
 
 Fedora 19:
 
+* timedatectl: NTP enabled: n/a
+
 * fix match logic to add another level of disjunction/conjunction
 
 * external: maybe it is time to patch procps so that "ps" links to
@@ -38,6 +36,29 @@ Fedora 19:
 
 Features:
 
+* logind: add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly.
+
+* we need dynamic units
+
+* nss-myhostname should also resolve 'localhost' so that /etc/hosts becomes optional.
+
+* add s.th. like "systemctl set-log-level debug"
+
+* sd-login: allow enumerating machines and add inotify iface
+
+* move session owner code from sd-login.c to cgroup-util.c
+
+* cgroup-util: verify syntax of cgroup controllers
+
+* cgtop: make cgtop useful in a container
+
+* make sure cg_pid_get_path() works properly for co-mounted controllers
+
+* nspawn: ensure syntax of --uuid= argument is correct
+
+* explicitly disallow changing the cgroup path of units in the
+  name=systemd hierarchy, unless it is outside of /system
+
 * add 'set -e' to scripts in test/
 * make test in test/ work with separate output dir
 
@@ -639,6 +660,8 @@ External:
    - plot per-process IO utilization
    - group processes based on service association (cgroups)
    - document initcall_debug
+   - put bootcharts in the journal
+   - kernel cmdline "bootchart" option for simplicity?
 
 Regularly: