summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-16 22:44:38 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-16 22:48:16 -0400
commit69af45035913e7119cffd94c542bd3039600e45d (patch)
treeee55d387223defa1e07fa06218a7b1dd5967da4e
parent4ad16808c02e3eb6c1ec8500b3d086cc28e9b75a (diff)
Update TODO
This point was done in 77a9e8de6.
-rw-r--r--TODO18
1 files changed, 8 insertions, 10 deletions
diff --git a/TODO b/TODO
index 06771d5bf..ac5ae71fd 100644
--- a/TODO
+++ b/TODO
@@ -63,21 +63,19 @@ Features:
* add rpm macros for applying tmpfiles --create after package installation
* 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
* when a kernel driver logs in a tight loop we should ratelimit that too.
-* man: document in the journalctl man page what the colors mean
-
* "systemctl disable" of a unit instance removes all symlinks, should
- only remove the instance symlink (systemct disable of a template
+ only remove the instance symlink (systemctl disable of a template
unit however should remove them all).
* journald: optionally, log debug messages to /run but everything else to /var
-* journald: optionally, when messages with a high log prioerity are logged, sync() immeidately.
+* journald: optionally, when messages with a high log priority are logged, sync() immediately.
* 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:
@@ -114,13 +112,13 @@ Features:
* journald: make sure ratelimit is actually really per-service with the new cgroup changes
* libsystemd-logind: sd_session_is_active() and friends: verify
validity of session name before appending it to a path
* gparted needs to disable auto-activation of mount units somehow, or
- maybe we should stop doing auto-activiation of this after boot
+ maybe we should stop doing auto-activation of this after boot
entirely. https://bugzilla.gnome.org/show_bug.cgi?id=701676
* when a service changes state make reflect that in the
RUNNING/LISTENING states of its socket
* when recursively showing the cgroup hierarchy, optionally also show
@@ -171,15 +169,15 @@ Features:
makes the audit userspace to think auditing is not available in the
kernel.
* Introduce a way how we can kill the main process of a service with KillSignal, but all processes with SIGKILL later on
https://bugzilla.redhat.com/show_bug.cgi?id=952634
-* maybe add a warning to the unit file parses whern the acces mode of unit files is non-sensical.
+* maybe add a warning to the unit file parses where the access mode of unit files is nonsensical.
-* investigate endianess issues of UUID vs. GUID
+* investigate endianness issues of UUID vs. GUID
* dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
should be able to safely try another attempt when the bus call LoadUnit() is invoked.
* if pam_systemd is invoked by su from a process that is outside of a
any session we should probably just become a NOP, since that's
@@ -248,29 +246,29 @@ Features:
* think about requeuing jobs when daemon-reload is issued? usecase:
the initrd issues a reload after fstab from the host is accessible
and we might want to requeue the mounts local-fs acquired through
that automatically.
-* rework specifier logic so that we can distuingish OOM errors from other errors
+* rework specifier logic so that we can distinguish OOM errors from other errors
* systemd-inhibit: make taking delay locks useful: support sending SIGINT or SIGTERM on PrepareForSleep()
* journal-or-kmsg is currently broken? See reverted commit 4a01181e460686d8b4a543b1dfa7f77c9e3c5ab8.
* remove any syslog support from log.c -- we probably can't do this before split-off udev is gone for good
* documentation: recommend to connect the timer units of a service to the service via Also= in [Install]
-* add a tool that lists active timer units plus their next elapstion and the time the units ran last
+* add a tool that lists active timer units plus their next elapse and the time the units ran last
* man: document the very specific env the shutdown drop-in tools live in
* shutdown logging: store to EFI var, and store to USB stick?
-* man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too
+* man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too
* systemctl: maybe add "systemctl add-wants" or so...
* man: add more examples to man pages
* man: maybe sort directives in man pages, and take sections from --help and apply them to man too