chiark / gitweb /
systemctl,loginctl,cgls: do not ellipsize cgroup members when --full is specified
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 5a276e178dc9344dee4d22becd39551a7e7b50a5..0c9bc089083bf8c0ad6e98a2a7c6168cd49c295c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,17 +13,39 @@ Bugfixes:
 
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
-F18:
-
+Fedora 19:
 * Retest multi-seat
 
+* create /var/log/journal/
+
 Features:
+* turn unused sysv early-boot stuff like $local-fs, $syslog into a NOP. systemd does
+  no longer support sysv early-boot scripts, these facilities can be silently ignored
+
+* re-enable "make check" for gtk-doc (broken for unknown reason)
+
+* logind: make PrepareForSuspend(false) an official api for notification of resumes
+
+* ExecStartPre= with an empty string should reset the list of commands to invoke
+
+* refuse instantiation of proc.mount and mount units for all other API fs
+
+* "systemctl disable" on a static unit prints no message and does
+  nothing. "systemctl enable" does nothing, and gives a bad message
+  about it. Should fix both to print nice actionable messages.
+
+* fstab: add new mount option x-systemd-after=/foobar/waldo to allow manual dependencies to other mount points
+  https://bugzilla.redhat.com/show_bug.cgi?id=812826
+
+* add "loginctl unlock-sessions" as counterpart for "loginctl lock-sessions"
+
+* extend cgroup attr dbus calls to optionally make changes persistent, and retrieve current kernel values
 
-* add a man page "systemdall" that lists all of systemd's man pages, inspired by zsh's "zshall" page
+* support high-level cgroup setting syntax in systemctl. Example: "systemctl set-cgroup-attr MemoryLimit 5K"
 
 * print a nicer explanation if people use variable/specifier expansion in ExecStart= for the first word
 
-* kernel cmdline switch to turn of predictable network interface names
+* kernel cmdline switch to turn off predictable network interface names
 
 * mount: turn dependency information from /proc/self/mountinfo into dependency information between systemd units.
 
@@ -346,7 +368,6 @@ Features:
 * readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
 
 * (attempt to) make Debianites happy:
-        - implement .d/ auto includes for unit files
         - add syntax to reset ExecStart= lists (and similar)
 
 * move passno parsing to fstab generator
@@ -362,7 +383,16 @@ Features:
 
 * readahead: make use of EXT4_IOC_MOVE_EXT, as used by http://e4rat.sourceforge.net/
 
-* automount: implement expire
+* automount: implement expire:
+   - set superblock timeout AUTOFS_DEV_IOCTL_TIMEOUT_CMD
+   - periodically run AUTOFS_DEV_IOCTL_EXPIRE_CMD
+     - every timeout/4 (original autofs logic)
+     - blocking, needs a thread
+     - run until -EAGAIN
+   - receive expire packet on pipe if kernel tells the timeout is over
+     - call umount
+     - answer expire packet on pipe with AUTOFS_DEV_IOCTL_{READY,FAIL}_CMD
+   - AUTOFS_DEV_IOCTL_EXPIRE_CMD returns
 
 * services which create their own subcgroups break cgroup-empty notification (needs to be fixed in the kernel)