chiark / gitweb /
mount-setup: change system mount propagation to shared by default
[elogind.git] / TODO
diff --git a/TODO b/TODO
index c8f872cc6806aa84c0122be079edbe9551f7bdd3..6d99afe63ba2c4591f1c1d8896ac9c922020777f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,12 @@
 Bugfixes:
 Bugfixes:
+* kill /etc/timezone handling entirely? What does it provide?
+  - /etc/localtime carries the same information already:
+      $ ls -l /etc/localtime; cat /etc/timezone
+      lrwxrwxrwx 1 root root 33 Jul 27 09:55 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin
+      Europe/Berlin
+  - systemd enforces /usr to be available at bootup, so we can
+    enforce the use of the symlink
+
 * remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
   with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
   future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
 * remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
   with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
   future; https://bugzilla.redhat.com/show_bug.cgi?id=813563
@@ -38,11 +46,18 @@ Bugfixes:
   the whole situation leads directly to data loss.
 
 Features:
   the whole situation leads directly to data loss.
 
 Features:
+
+* .journal~ files should be parsed too
+
+* allow services with no ExecStart= but with an ExecStop=
+
+* add proper journal support to "systemctl --user status ..."
+
+* add _SYSTEMD_USER_UNIT= field to journal entries
+
 * remove Fedora /dev/null logic from localed.c, now that system-config-keyboard is gone
   delete /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf from spec file
 
 * remove Fedora /dev/null logic from localed.c, now that system-config-keyboard is gone
   delete /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf from spec file
 
-* update cgtop man page to be in sync with --help
-
 * journal: expose current disk usage
 
 * logind: return EBUSY when a session is created on a seat+VT that already has one.
 * journal: expose current disk usage
 
 * logind: return EBUSY when a session is created on a seat+VT that already has one.
@@ -462,7 +477,7 @@ Regularly:
 
 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
 
 
 * Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel
 
-* %m in printf() instead of strerror();
+* %m in printf() instead of strerror(errno);
 
 * pahole
 
 
 * pahole