diff options
author | Tom Gundersen <teg@jklm.no> | 2015-11-10 14:43:42 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2015-11-10 14:43:42 +0100 |
commit | 5af12d8b09309ac55911bc51e01b72e859a8e691 (patch) | |
tree | e8d780fe17006ca02c7a4b57e2cb2e777694b266 /TODO | |
parent | 76fba3ca608931e0f5a43e01039297d6e38be2c2 (diff) | |
parent | 9f6434a675a1b855c8e7d59195a7f066b9022021 (diff) |
Merge pull request #1831 from keszybz/todo-trimming
Todo trimming
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -21,9 +21,6 @@ External: * wiki: update journal format documentation for lz4 additions -* When lz4 gets an API for lz4 command output, make use of it to - compress coredumps in a way compatible with /usr/bin/lz4. - Janitorial Clean-ups: * code cleanup: retire FOREACH_WORD_QUOTED, port to extract_first_word() loops instead @@ -77,8 +74,6 @@ Features: * man: document that unless you use StandardError=null the shell >/dev/stderr won't work in shell scripts in services -* man: clarify that "machinectl show" shows different information than "machinectl status" (no cgroup tree, no IP addresses, ...) - * "systemctl daemon-reload" should result in /etc/systemd/system.conf being reloaded by systemd * install: include generator dirs in unit file search paths @@ -601,7 +596,6 @@ Features: - add API to close/reopen/get fd for journal client fd in libsystemd-journal. - fallback to /dev/log based logging in libsystemd-journal, if we cannot log natively? - declare the local journal protocol stable in the wiki interface chart - - journal: reuse XZ context - sd-journal: speed up sd_journal_get_data() with transparent hash table in bg - journald: when dropping msgs due to ratelimit make sure to write "dropped %u messages" not only when we are about to print the next @@ -655,7 +649,6 @@ Features: - document systemd-journal-flush.service properly - documentation: recommend to connect the timer units of a service to the service via Also= in [Install] - man: document the very specific env the shutdown drop-in tools live in - - man: extend runlevel(8) to mention that runlevels suck, and are dead. Maybe add runlevel(7) with a note about that too - 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 |