chiark / gitweb /
timer: downgrade time change message to debug
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 473775eebc09321b6f36e6bdbdf4f12160fb0fd4..132aeaccbea716c76f2fa58369146acc638a2106 100644 (file)
--- a/TODO
+++ b/TODO
@@ -43,6 +43,9 @@ 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.
@@ -194,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