X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=88be72dc830b58ac3d8b5e91bda906ff23a43065;hb=b454b11220e87add6d0f011695c7912b009c853d;hp=0e58468aec5aa502909281d317e097596aff820b;hpb=c2e09812e9c088f1582ce542e43f6b5743b2e4fe;p=elogind.git diff --git a/TODO b/TODO index 0e58468ae..88be72dc8 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,4 @@ Bugfixes: -* systemctl --system show -p Fr 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 @@ -15,10 +13,9 @@ Bugfixes: Fedora 19: -* fix match logic to add another level of disjunction/conjunction +* timedatectl: NTP enabled: n/a -* make anaconda write timeout=0 for encrypted devices - https://bugzilla.redhat.com/show_bug.cgi?id=861123 +* fix match logic to add another level of disjunction/conjunction * external: maybe it is time to patch procps so that "ps" links to libsystemd-logind to print a pretty service name, seat name, session @@ -39,6 +36,37 @@ Fedora 19: Features: +* maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases... + +* timedatctl, localectl: possibly make some commands work without the daemon, for chroot situations... + +* nspawn: expose init PID and UUID as cgroup EAs + +* logind: consider making suspend inhibitor locks non-session specific, but keep suspend-key inhibitor locks session specific + +* 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 @@ -640,6 +668,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: