chiark / gitweb /
readahead: when doing a system update drop readahead file
[elogind.git] / TODO
diff --git a/TODO b/TODO
index fce136dc6b667026a9224cfb6baad44ad40e88e5..eb4e908711073f54ac850d89e21307abac5464ec 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,7 +23,13 @@ Bugfixes:
 
 Features:
 
-* in rescue mode don't pull in sockets
+* make sure show-logs checks for utf8 validity, not ascii validity
+
+* 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
 
@@ -33,8 +39,6 @@ Features:
 
 * properly detect mimo devices, the current VID/PID check is too broad
 
-* introduce upgrade.target for offline upgrades
-
 * manipulate CPU governor during boot, set it to performance
 
 * steal SBF management from the kernel
@@ -43,10 +47,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.