chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 0465d6fa40b59ef404adf9079f0ea3f603252226..a9f76ded901a780555b40e1ebaa576d792270d2e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,6 +19,20 @@ F18:
 
 Features:
 
+* reschedule calendar timer events when the time jumps
+
+* kill insserv code
+
+* In parse_timestamp() allow specifying a week day, and if it doesn't match the date, generate a parse failure
+
+* journald: when dropping msgs due to ratelimit make sure to write
+  "dropped %u messages" not only when we are about to print the next
+  message that works, but alraedy after a short tiemout
+
+* add form factor to /etc/machine-info
+
+* use C11 static_assert() where we currently use assert_cc()
+
 * journald: also get thread ID from client, plus thread name
 
 * check if we can make journalctl by default use --follow mode inside of less if called without args?
@@ -178,8 +192,6 @@ Features:
 
 * nspawn: implement personality changes a la linux32(8)
 
-* nspawn: reset all aux groups
-
 * cryptsetup-generator: warn if the password files are world-readable
 
 * cryptsetup-generator: add RequiresMountsFor= to cryptseup service files referencing a file, similar for devices
@@ -293,6 +305,8 @@ Features:
 
 * systemd-analyze post-boot is broken for initrd
 
+* systemd-analyze: data collection tools should be lightweight (few dependencies); data analysis tools can be heavyweight
+
 * man: clarify that time-sync.target is not only sysv compat but also useful otherwise. Same for similar targets
 
 * .device aliases need to be implemented with the "following" logic, probably.
@@ -383,7 +397,7 @@ Features:
 
 * Add pretty name for seats in logind
 
-* ConditionSecurity= should learn about IMA
+* ConditionSecurity= should learn about IMA and SMACK
 
 * Auke: merge Auke's bootchart
 
@@ -488,8 +502,6 @@ Features:
 
 * readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
 
-* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
-
 * support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
 
 * support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)
@@ -525,6 +537,7 @@ Features:
   - the journal HTTP iface
   - non-cgroup resource management
   - refreshed, longer missions statement
+  - using detect-virt
 
 * allow port=0 in .socket units