chiark / gitweb /
units: for all unit settings that take lists, allow the empty string for resetting...
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 7338e0828c10739b242aed1d0088b85e2c63c910..296d4c07560f726f160f3da7ce5ad581ba69e56e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,11 +13,13 @@ 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:
+* re-enable "make check" for gtk-doc (broken for unknown reason)
 
 * logind: make PrepareForSuspend(false) an official api for notification of resumes
 
@@ -378,7 +380,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)
 
@@ -528,7 +539,9 @@ Features:
   - how to develop against journal browsing APIs
   - the journal HTTP iface
   - non-cgroup resource management
+  - dynamic resource management with cgroups
   - refreshed, longer missions statement
+  - celendar time events
 
 * allow port=0 in .socket units