chiark / gitweb /
timer: downgrade time change message to debug
[elogind.git] / TODO
diff --git a/TODO b/TODO
index d48123806da758033fb0aa6bbd0de62517da5388..132aeaccbea716c76f2fa58369146acc638a2106 100644 (file)
--- a/TODO
+++ b/TODO
@@ -43,6 +43,21 @@ Fedora 19:
   http://lists.freedesktop.org/archives/systemd-devel/2013-February/009021.html
 
 Features:
+* teach udev + logind's uaccess to somehow handle the "dead" device nodes from:
+     /lib/modules/$(uname -r)/modules.devname
+  and apply ACLs to them if they have TAG=="uaccess" in udev rules.
+
+* clean up early boot services, and put them all before sysinit.target
+  and leave basic.target alone.
+
+* introduce timers.target and paths.target and automatucally order all
+  timers and paths before it and after sysinit.target.
+
+* x-initrd-rootfs.mount in fstab-generator needs to go or get a saner name
+
+* matching against units is currently broken in journalctl. We really
+  need another AND level in the expressions,
+  i.e. sd_journal_add_conjunction().
 
 * add ConditionArchitecture= or so
 
@@ -182,6 +197,9 @@ Features:
 * service: watchdog logic: for testing purposes allow ping, but do not require pong
 
 * journal:
+  - do not use magic msync() in src/journal/journal-file.c, just call fsync()
+      <alxchk> poettering: looks like msync just calls vfs_fsync
+      http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/mm/msync.c#n18
   - import and delete pstore filesystem content at startup
   - journald: also get thread ID from client, plus thread name
   - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups