chiark / gitweb /
mount: drop unused function
[elogind.git] / TODO
diff --git a/TODO b/TODO
index f2a844e06b90baf0324046080349805554c2ea22..a967efa31b6ec9fd788d202e3b6e480291f7748e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,9 +23,15 @@ Bugfixes:
 
 Features:
 
-* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
+* replace sysvpath by a new more generic property
+
+* make sure show-logs checks for utf8 validity, not ascii validity
 
-* in rescue mode don't pull in sockets
+* add CapbilityBoundingSet to system.conf to set system-wide caps bounds, and same for TimerSlackNS
+
+* when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr
+
+* readahead: when bumping /sys readahead variable save mtime and compare later to detect changes
 
 * Document boot options such as forcefsck
 
@@ -45,10 +51,6 @@ Features:
 
 * move passno parsing to fstab generator
 
-* actually queue the new default unit after switch-root
-
-* remove old root in switch-root logic
-
 * improve !/proc/*/loginuid situation: make /proc/*/loginuid less dependent on CONFIG_AUDIT,
   or use the users cgroup information when /proc/*/loginuid is not available.