summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* update TODOLennart Poettering2020-07-231-0/+4
|
* man: do not say that isolate is like switching runlevelsZbigniew Jędrzejewski-Szmek2020-07-231-1/+2
| | | | | We need to do better here, but for now let's at least not trick users into nuking their graphical environment. Inspired by #16548.
* Merge pull request #16514 from keszybz/zstd-decompress-fixZbigniew Jędrzejewski-Szmek2020-07-221-1/+2
|\ | | | | Fix coredumpctl operation with zstd-compressed journals
| * TODO: add entry for XZZbigniew Jędrzejewski-Szmek2020-07-211-1/+2
| | | | | | | | | | | | | | The docs for XZ don't seem to answer this at first blush, or maybe I'm looking in the wrong place... This might make XZ less terribly slow, but on the other hand, almost nobody uses it, so it doesn't matter that much.
* | update TODOLennart Poettering2020-07-211-0/+3
|/
* update TODOLennart Poettering2020-07-151-0/+6
|
* update TODOLennart Poettering2020-07-141-1/+0
|
* update TODOLennart Poettering2020-07-141-0/+4
|
* update TODOLennart Poettering2020-07-141-3/+0
|
* Merge pull request #16301 from poettering/firstboot-imageZbigniew Jędrzejewski-Szmek2020-07-071-2/+6
|\ | | | | Add --image= switch to firstboot, similar to --root= but with support for operating on disk image
| * TODOLennart Poettering2020-07-071-2/+6
| |
* | update TODOLennart Poettering2020-07-071-4/+8
|/
* update TODOLennart Poettering2020-07-011-2/+2
|
* update TODOLennart Poettering2020-06-301-0/+3
|
* Merge pull request #16282 from poettering/repart-copy-blocksZbigniew Jędrzejewski-Szmek2020-06-301-13/+0
|\ | | | | repart: add new CopyBlocks= setting
| * update TODOLennart Poettering2020-06-251-13/+0
| |
* | Merge pull request #16142 from poettering/random-seed-cmdlineZbigniew Jędrzejewski-Szmek2020-06-261-6/+0
|\ \ | | | | | | pid1: add support for allowing to pass in random seed via kernel cmdline
| * | update TODOLennart Poettering2020-06-241-6/+0
| |/
* | pid1: warn if people use User=nobody (#16293)Lennart Poettering2020-06-261-4/+0
| |
* | tree-wide: spellcheck fixesFrantisek Sumsal2020-06-261-1/+1
| | | | | | | | Most of them were reported by Fossies.org
* | update TODOLennart Poettering2020-06-261-0/+21
| |
* | update TODOLennart Poettering2020-06-261-0/+4
| |
* | update TODOLennart Poettering2020-06-251-2/+4
|/
* update TODOLennart Poettering2020-06-161-1/+19
|
* update TODOLennart Poettering2020-06-161-0/+8
|
* update TODOLennart Poettering2020-06-101-0/+3
|
* update TODOLennart Poettering2020-06-091-0/+8
|
* update TODOLennart Poettering2020-06-021-0/+7
|
* update TODOLennart Poettering2020-05-291-0/+3
|
* update TODOLennart Poettering2020-05-281-0/+3
|
* Remove systemd-firstboot --force entry from TODODaan De Meyer2020-05-271-2/+0
|
* update TODOLennart Poettering2020-05-261-0/+2
|
* update TODOLennart Poettering2020-05-261-0/+2
|
* Merge pull request #15906 from keszybz/busctl-stdout-stderrLennart Poettering2020-05-261-3/+0
|\ | | | | Make busctl stdout/stderr split consistent
| * busctl: verify args early and always print results to stdoutZbigniew Jędrzejewski-Szmek2020-05-261-3/+0
| | | | | | | | | | | | | | | | | | | | We would print the error sometimes to stdout and sometimes to stderr. It *is* useful to get the message if one of the names is not found on the bus to stdout, so that this shows out in the pager. So let's do verification of args early to catch invalid arguments, and then if we receive an error over the bus (most likely that the name is not activatable), let's print to stdout so it gets paged. E.g. 'busctl tree org.freedesktop.systemd1 org.freedesktop.systemd2' gives a nicely usable output.
* | Merge pull request #15909 from keszybz/sd-network-serializationLennart Poettering2020-05-261-0/+2
|\ \ | | | | | | networkd link serialization fix
| * | networkd: unfoobar serialization of linksZbigniew Jędrzejewski-Szmek2020-05-261-0/+2
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | We'd start writing an entry line, then another one, then another one, and then output the rest of the first one, and then some other random stuff, and the rest of some other lines... Results were ...eh... random. Let's define a helper to avoid some of the copy&paste madness, and separate blocks that output a single line with /**********************************/. This rework doesn't change what data is written, it only tries to fix the format of the output. The fact that some entries only write data from link->network, and some from either link->network or link, some stuff only for dhpc4 leases while some for both dhpc4 and dhcp6, etc, looks rather suspicious too, but I didn't touch this.
* | update TODOLennart Poettering2020-05-261-0/+3
|/
* tree-wide: codespell fixesFrantisek Sumsal2020-05-251-1/+1
| | | | Another batch of codespell fixes as reported by Fossies.org
* update TODOLennart Poettering2020-05-191-0/+6
|
* Merge pull request #15848 from keszybz/small-doc-tweaksLennart Poettering2020-05-191-14/+1
|\ | | | | A few tweaks to docs
| * TODO: drop some external itemsZbigniew Jędrzejewski-Szmek2020-05-191-6/+0
| | | | | | | | Those are either implemented or obsolete.
| * TODO: drop some networkd itemsZbigniew Jędrzejewski-Szmek2020-05-191-8/+1
| | | | | | | | | | | | | | | | | | DUID/IAID — #2818, #2890, #3156, Scope – #6449, bond options — #10542, option 119: sd_network_get_domains/sd_network_get_search_domains, /proc/cmdline parsing – 426c1d385212e11cb, wait states — #14536.
* | update TODOLennart Poettering2020-05-181-2/+1
|/
* update TODOLennart Poettering2020-05-181-0/+4
|
* meson: initialize time-epoch to reproducible builds compatible valueDimitri John Ledkov2020-05-181-3/+0
| | | | | | | | | | | | | | | | | | | Debian Policy encourages to preserve timestamps whenever possible in the tarballs, thus stable release updates of systemd usually do not bump NEWS file timestamp. And thus time-epoch remains the same for the lifetime of a release. It would be better, if each new stable release rebuild of systemd would bump the time epoch a bit. But at the same time remain reproducible. SOURCE_DATE_EPOCH is an environmnet variable defined for this purpose. Thus if available, prefer that, instead of the NEWS file modification time. For example, on Debian/Ubuntu under the reproducible builds the SOURCE_DATE_EPOCH is set to the timestamp from the packaging metadata, thus it is incremented on every new stable release update, whilst preserving reproducible builds capability. Reference: https://reproducible-builds.org/docs/timestamps/
* update TODOLennart Poettering2020-05-151-2/+0
|
* update TODOLennart Poettering2020-05-141-3/+0
|
* update TODOLennart Poettering2020-05-121-0/+7
|
* update TODOLennart Poettering2020-05-121-0/+3
|