Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-01 | man: clarify what is inside/outside the container in coredump info | Zbigniew Jędrzejewski-Szmek | 1 | -5/+36 | |
2021-03-01 | man: update link to systemd-coredump-python | Zbigniew Jędrzejewski-Szmek | 1 | -1/+1 | |
This got moved under the systemd umbrella a long time ago. Github redirects from the old path, so the link worked, but it's nicer to use the real location. | |||||
2021-03-01 | man: say that machine-info doesn't have to exist | Zbigniew Jędrzejewski-Szmek | 1 | -13/+9 | |
Esp. CHASSIS is only useful as an override. Make that clear in the description. Fixes #3496. | |||||
2021-03-01 | man: tweak descriptions of how tmpfiles should be started | Zbigniew Jędrzejewski-Szmek | 1 | -19/+19 | |
We shouldn't imply that invocation without any parameters is OK. Also, mention that the service can be restarted. Fixes #8684. | |||||
2021-03-01 | man: describe quoting and specifiers in Environment= | Zbigniew Jędrzejewski-Szmek | 1 | -16/+21 | |
Fixes #10604. | |||||
2021-03-01 | man: move quoting description to systemd.syntax | Zbigniew Jędrzejewski-Szmek | 2 | -92/+96 | |
We use very similar quoting rules in many places. Let's move this lengthy text out of systemd.service page. | |||||
2021-03-01 | man: explain how to invoke tmpfiles for debugging | Zbigniew Jędrzejewski-Szmek | 2 | -0/+22 | |
Fixes #11914. | |||||
2021-03-01 | man: mention that != matches nonexistent keys too | Zbigniew Jędrzejewski-Szmek | 1 | -2/+4 | |
Fixes #15984. | |||||
2021-03-01 | man: reorder match types in udev rules | Zbigniew Jędrzejewski-Szmek | 1 | -31/+35 | |
The plural version should always be adjacent to the singular one. And the plural should not be explained before the singular one… | |||||
2021-03-01 | man: add footnote explaining why "localhost" query is sent out to the network | Zbigniew Jędrzejewski-Szmek | 1 | -5/+20 | |
I tried to make the explanation brief, but this isn't so easy. It seems better to push this out to a footnote instead of the main text. Fixes #16584. | |||||
2021-03-01 | man: move motivational explanation to footnote | Zbigniew Jędrzejewski-Szmek | 1 | -7/+7 | |
2021-03-01 | man: describe the syntax for {Job,}{Running,}TimeoutSec= | Zbigniew Jędrzejewski-Szmek | 2 | -41/+62 | |
Fixes #16644. Also break the text into paragraphs to make it a bit easier to read. | |||||
2021-03-01 | man: move description of $SYSTEMD_SYSVINIT_PATH to the only user | Zbigniew Jędrzejewski-Szmek | 2 | -7/+14 | |
2021-03-01 | man: reuse common-variables in systemd(1) | Zbigniew Jędrzejewski-Szmek | 2 | -31/+36 | |
This requires a bit of gimnastics, but I think it's still better than status quo ante, and better than duplicating the text. | |||||
2021-03-01 | basic/log: align tables | Zbigniew Jędrzejewski-Szmek | 2 | -34/+34 | |
2021-03-01 | man: describe various logging configuration variables | Zbigniew Jędrzejewski-Szmek | 2 | -0/+78 | |
Fixes #17484. This patch affects systemctl(1), as well as all man pages that include all of common-variables.xml, i.e. most of our command line tools. | |||||
2021-03-01 | man: rename less-variables→common-variables | Zbigniew Jędrzejewski-Szmek | 14 | -23/+23 | |
Some are not about less, e.g. $SYSTEMD_URLIFY. | |||||
2021-03-01 | coredump: indent comment | Zbigniew Jędrzejewski-Szmek | 1 | -5/+5 | |
2021-03-01 | man: describe coredump fields | Zbigniew Jędrzejewski-Szmek | 1 | -7/+229 | |
We save a wealth of information about the process, but this might not be immediately obvious. | |||||
2021-03-01 | udev rules: add rule to create /dev/ptp_hyperv | Luca Boccassi | 1 | -0/+2 | |
As for the KVM case, necessary for network cards with PTP devices when running a guest on HyperV | |||||
2021-03-01 | test-socket-util: fix test for address parsing w/o IPv6 support | Zbigniew Jędrzejewski-Szmek | 1 | -2/+4 | |
sockaddr_pretty() is the function that is ultimately called to print the address, and afaics, it'll always use 0.0.0.0 if family==AF_INET. So the test must have always been broken on systems with IPv6 support. Fixes a failure in semaphore debian autopkgtest ci: "65535" → ✓ 0 → "0.0.0.0:65535" (expect 0 / "[::]:65535") 15:15 Assertion 'streq(out, expected ?: in)' failed at src/test/test-socket-netlink.c:32, function test_socket_address_parse_one(). Aborting. 15:15 | |||||
2021-03-01 | NEWS: fix path | Zbigniew Jędrzejewski-Szmek | 1 | -1/+1 | |
Follow-up for 57733518817c1217b9f442ca790ff3f50705b1c8. | |||||
2021-03-01 | core: change confusing parameter name | Zbigniew Jędrzejewski-Szmek | 1 | -5/+6 | |
fixup_output() is used for both stdout and stderr. |