chiark / gitweb /
Update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 420f0ccb8f2c28bdda71519ef461ed164a02533a..735f1a79016970c77c611ca45e97e7391fe62956 100644 (file)
--- a/TODO
+++ b/TODO
@@ -34,8 +34,45 @@ Fedora 19:
 
 * when installing fedora with yum --installroot /var/run is a directory, not a symlink
 
+CGroup Rework Completion:
+
+* introduce "mainpid" for scopes
+
+* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?)
+
+* implement per-slice CPUFairScheduling=1 switch
+
+* handle jointly mounted controllers correctly
+
+* logind: implement session kill exceptions
+
+* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable
+
+* introduce high-level settings for RT budget, swappiness
+
+* man: document new bus apis
+
+* Send SIGHUP and SIGTERM in session scopes
+
 Features:
 
+* when parsing calendar timestamps support the UTC timezone (even if we won't support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200
+
+* journalctl: add an output mode that looks like classic /var/log/messages, but also outputs the cursor of the last entry so that people can write scripts that can run iteratively and always process data that has been added since the last time.
+
+* when a kernel driver logs in a tight loop we should ratelimit that too.
+
+* journald: optionally, when messages with a high log prioerity are logged, sync() immeidately.
+
+* introduce %v resolving to the string returned by "uname -r"
+
+* systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so)
+
+* Get rid of systemd-sysv:
+  https://fedoraproject.org/wiki/User:Toshio/Systemd_Convert_draft
+
+* do we really need both hasprefix() and startswith()?
+
 * when a kernel driver logs in a tight loop we should ratelimit that too.
 
 * journald: when we drop syslog messages because the syslog socket is
@@ -48,46 +85,20 @@ Features:
 
 * load .d/*.conf dropins for device units
 
-* user@.service and session-*.scope should get posession of their own cgroups
-
 * move systemctl set-log-level to systemd-analyze?
 
-* fix killing spree logic in systemd-user-sessions
-
-* logind: implement session kill exceptions
-
-* fix machine regstration to forward property array
-
-* fix loginctl cgroup enumeration
-
 * move "systemctl dump" to systemd-analyze
 
-* introduce "mainpid" for scopes
-
 * add a fixed dbus path for "my own unit", "my own session", ... to PID1, logind, ...
 
-* add implicit slice for instantiated services
-
 * service_coldplug() appears to reinstall the wrong stop timeout watch?
 
 * transient units: allow creating auxiliary units with the same call
 
-* make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable
-
-* split up BlockIOWeight= and BlockIODeviceWeight=
-
-* introduce high-level settings for RT budget, swapiness
-
 * how to reset dynamically changed attributes sanely?
 
 * when reloading configuration, apply new cgroup configuration
 
-* implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?)
-
-* implement per-slice CPUFairScheduling=1 switch
-
-* handle jointly mounted controllers correctly
-
 * journald: make sure ratelimit is actually really per-service with the new cgroup changes
 
 * libsystemd-logind: sd_session_is_active() and friends: verify
@@ -211,8 +222,6 @@ Features:
 
 * teach ConditionKernelCommandLine= globs or regexes (in order to match foobar={no,0,off})
 
-* we should log capabilities too
-
 * Support SO_REUSEPORT with socket activation:
   - Let systemd maintain a pool of servers.
   - Use for seamless upgrades, by running the new server before stopping the
@@ -352,7 +361,7 @@ Features:
   - refuse taking lower-case variable names in sd_journal_send() and friends.
   - journald: we currently rotate only after MaxUse+MaxFilesize has been reached.
   - journal: deal nicely with byte-by-byte copied files, especially regards header
-  - journalctl: show multiline log messages sanely, expand tabs, and show all valid utf8 messages
+  - journalctl: expand tabs
   - journal: store euid in journal if it differs from uid
   - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit
   - Replace utmp, wtmp, btmp, and lastlog completely with journal