X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=fe305ecb66b31ae47f2cf5dc17fd8ac8945aaacd;hp=ead699cd165e7eba0d42d67c3f059065808e52a6;hb=64b2a4da973aa87a92564bcbdfbb34072da54285;hpb=1fab57c209035f7e66198343074e9cee06718bda diff --git a/TODO b/TODO index ead699cd1..fe305ecb6 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,17 @@ Bugfixes: * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point. +* ellipsize_mem must take into account multi-byte unicode characters, and + - make the resulting line the requested number of *characters*, not *bytes*, + - avoid truncuating multi-byte sequences in the middle. + +* When we detect invalid UTF-8, we cant't use it in an error message: + log...("Path is not UTF-8 clean, ignoring assignment: %s", rvalue); + +* shorten the message to sane length: + + Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details. + Fedora 20: * external: ps should gain colums for slice and machine @@ -31,7 +42,7 @@ Fedora 20: CGroup Rework Completion: -* introduce "mainpid" for scopes +* introduce "mainpid" for scopes (or maybe not?) * implement system-wide DefaultCPUAccounting=1 switch (and similar for blockio, memory?) @@ -39,8 +50,6 @@ CGroup Rework Completion: * handle jointly mounted controllers correctly -* logind: implement session kill exceptions - * make BlockIODeviceWeight=, BlockIODeviceBandwidth= runtime settable * introduce high-level settings for RT budget, swappiness @@ -49,6 +58,14 @@ CGroup Rework Completion: Features: +* better error message if you run systemctl without systemd running + +* unlink PID files of units after exit + +* tiny tool that saves/restores backlight + +* systemctl status output should should include list of triggering units and their status + * for transient units, instead of writing out drop-ins for all properties consider serializing them in the normal serialization stream * logind: when logging out, remove user-owned sysv and posix IPC objects @@ -82,14 +99,10 @@ Features: * systemctl list-unit-files should list generated files (and probably with a new state "generated" for them, or so) -* do we really need both hasprefix() and startswith()? - * journald: when we drop syslog messages because the syslog socket is full, make sure to write how many messages are lost as first thing to syslog when it works again. -* prohibit Restart= set with Type=oneshot - * man: the documentation of Restart= currently is very misleading and suggests the tools from ExecStartPre= might get restarted. * load .d/*.conf dropins for device units @@ -275,9 +288,6 @@ Features: * timedate: have global on/off switches for auto-time (NTP), and auto-timezone that connman can subscribe to. -* Honour "-" prefix for InaccessibleDirectories= and ReadOnlyDirectories= to - suppress errors of the specified path doesn't exist - * dev-setup.c: when running in a container, create a tiny stub udev database with the systemd tag set for all network interfaces found, so that libudev reports them as present, and systemd's .device units