chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 97fe41aa697b9db9f054ed8e81bfa0b73b7f6b14..39d445d2db7afd4dfb9ab125a4212b97adc23c8a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,6 +20,23 @@ Bugfixes:
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
 Features:
+* use the rtc which has: /sys/class/rtc/*/hctosys == "1" as the system RTC
+
+* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before
+
+* systemctl journal command
+
+* journalctl: --cursor support, priority filtering
+
+* systemctl status: show coredumps
+
+* systemctl status: show whether journal was rotated since service started
+
+* save coredump in Windows/Mozilla minidump format
+
+* 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)
 
 * clean up session cgroups that remain after logout (think sshd), but eventually run empty
 
@@ -68,9 +85,6 @@ Features:
 * service restart retry configuration
 
 * tmpfiles: apply "x" on "D" too (see patch from William Douglas)
-* tmpfiles: support generation of char/block devices, symlinks and one-line files (think sysfs)
-
-* Introduce ControlGroupPersistant=yes to set +t on the tasks file when creating the cgroup
 
 * don't set $HOME in services unless requested
 
@@ -130,12 +144,8 @@ Features:
   - status update
   - how to make changes to sysctl and sysfs attributes
   - remote access
-  - cgroup best pratices to avoid stepping on each others toes
   - how to pass throw-away units to systemd, or dynamically change properties of existing units
   - how to integrate cgconfig and suchlike with systemd
-  - security properties
-  - xinetd conversion
-  - details of instantiated @.service setups
 
 * allow port=0 in .socket units