chiark / gitweb /
conf: enforce UTF8 validty everywhere
[elogind.git] / TODO
diff --git a/TODO b/TODO
index fbc494ef417d247916da13649e21f898d1bd3b3d..81aaabcc238b84a1b02cc7d1e8ecb098f771cd7e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,9 +2,6 @@ Bugfixes:
 
 * swap units that are activated by one name but shown in the kernel under another are semi-broken
 
-* NM should pull in network.target (PENDING)
-  https://bugzilla.redhat.com/show_bug.cgi?id=692008
-
 * make anaconda write timeout=0 for encrypted devices
 
 * service: pid file reading after reload doesn't work, since we don't reset the pid variable
@@ -21,6 +18,16 @@ Bugfixes:
 
 Features:
 
+* document crypttab(5)
+
+* There's currently no way to cancel fsck (used to be possible via C-c or c on the console)
+
+* hook up /dev/watchdog with main event loop for embedded, server uses
+
+* man: for some reason the HTML versions of the man pages are currently not being packaged
+
+* prefer /etc over /run?
+
 * when dumping cgroup contents, include main/control PID of a service, explicitly
 
 * keep an eye on https://bugzilla.gnome.org/show_bug.cgi?id=670100
@@ -41,16 +48,11 @@ Features:
 
 * isolate for getty is still broken, due to logind
 
-* don't umount /usr
-
 * default unix qlen is too small (10). bump sysctl? add sockopt?
 
 * support units generated by a generator and placed in /run/systemd/system/; the directory is
   currently ignored because it is empty before the generatores are executed
 
-* let 'systemctl reboot' called as non-root talk to logind instead of systemd, to get polkit
-  system policy in the loop of privilege checking, so normal users can possibly use /sbin/reboot
-
 * Possibly, detect whether SysV init scripts can do reloading by looking for "echo Usage:" lines
 
 * figure out whether we should leave dbus around during shutdown
@@ -105,7 +107,7 @@ Features:
 
 * support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/ProblemReporting)
 
-* allow per-entry control on /var vs. /run (think incognito browser mode)
+* journal: allow per-entry control on /var vs. /run (think incognito browser mode)
 
 * clean up session cgroups that remain after logout (think sshd), but eventually run empty
 
@@ -117,8 +119,6 @@ Features:
 
 * document that %% can be used to write % in a string that is specifier extended
 
-* check utf8 everywhere
-
 * when an instanced service exits, remove its parent cgroup too if possible.
 
 * Make libselinux, libattr, libcap, libdl dependencies only of the tools which actually need them.
@@ -136,10 +136,6 @@ Features:
 
 * add an option to make mounts private/shareable and so on, enable this for root by default
 
-* internal restart counter for units (focus on auto-respawn)
-
-* finer-grained auto-respawn settings (rate-limit)
-
 * be able to specify a forced restart of service A where service B depends on, in case B
   needs to be auto-respawned?
 
@@ -149,8 +145,6 @@ Features:
 
 * something like ConditionExec= or ExecStartPre= without failure state
 
-* service restart retry configuration
-
 * tmpfiles: apply "x" on "D" too (see patch from William Douglas)
 
 * don't set $HOME in services unless requested
@@ -265,8 +259,6 @@ Features:
 
 * io priority during initialization
 
-* if a service fails too often, make the service enter failed mode, and the socket, too.
-
 * systemctl list-jobs - show dependencies
 
 * add systemctl switch to dump transaction without executing it