chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index a61bed09bf437951b4fe69ad652aa141512096a0..7338e0828c10739b242aed1d0088b85e2c63c910 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,9 +19,28 @@ F18:
 
 Features:
 
+* 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
+
+* 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.
 
@@ -344,7 +363,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
@@ -378,12 +396,9 @@ Features:
 
 * ConditionSecurity= should learn about IMA and SMACK
 
-* Auke: merge Auke's bootchart
-
 * udev: move to LGPL
 
 * udev systemd unify:
-  - strpcpy(), strpcpyl(), strscpy(), strscpyl()
   - utf8 validator code
 
 * udev: scsi_id -> sg3_utils -> kill scsi_id
@@ -514,7 +529,6 @@ Features:
   - the journal HTTP iface
   - non-cgroup resource management
   - refreshed, longer missions statement
-  - using detect-virt
 
 * allow port=0 in .socket units
 
@@ -579,7 +593,7 @@ External:
 
 * make cryptsetup lower --iter-time
 
-* patch kernel for xattr support in /dev, /proc/, /sys and /sys/fs/cgroup?
+* patch kernel for xattr support in /dev, /proc/, /sys?
 
 * NTP: the kernel's 11-minutes-mode syncs the system time to the RTC, but only
   in an ~30 minutes window. It does not adjust larger differences. Find a way
@@ -610,7 +624,3 @@ Regularly:
 Scheduled for removal or fixing:
 
 * xxxOverridable dependencies (probably: fix)
-
-* support for early-boot SysV services (definitely: remove)
-
-* insserv support (definitely: remove)