summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | core: Add information on which condition failed to job skipped format stringDaan De Meyer2021-08-261-11/+34
* | network: default LinkLocalAddresssing= to no for link stacked with a passthru...Tom Yan2021-08-263-6/+36
* | Merge pull request #20541 from yuwata/udev-coalesce-follow-upYu Watanabe2021-08-262-125/+127
|\ \
| * | udev/net: initialize coalesce tristate variablesYu Watanabe2021-08-261-0/+2
| * | ethtool: move functionYu Watanabe2021-08-261-125/+125
| |/
* | Merge pull request #20515 from yuwata/pid1-mount-apivfs-noYu Watanabe2021-08-264-67/+263
|\ \
| * | test-execute: add a testcase for MountAPIVFS=noYu Watanabe2021-08-263-2/+215
| * | test-execute: logs can_share flagYu Watanabe2021-08-241-8/+6
| * | path-util: make find_executable() work without /proc mountedYu Watanabe2021-08-241-1/+5
| * | path-util: split out common part in find_executable_full()Yu Watanabe2021-08-241-56/+37
* | | Merge pull request #20531 from DaanDeMeyer/fix-17433Yu Watanabe2021-08-2617-44/+170
|\ \ \ | |_|/ |/| |
| * | core: Check unit start rate limiting earlierDaan De Meyer2021-08-2516-43/+169
| * | core: Remove circular includeDaan De Meyer2021-08-242-1/+1
* | | NEWS: net.ipv4.tcp_ecn = 1 was reverted at v240Sho Iizuka2021-08-251-0/+3
* | | Merge pull request #20530 from keszybz/typos-and-mesonLuca Boccassi2021-08-244-22/+28
|\ \ \ | |/ / |/| |
| * | meson: capitalize the last instance of "efi"Zbigniew Jędrzejewski-Szmek2021-08-241-1/+1
| * | man: adjust the description of extension-release.*Zbigniew Jędrzejewski-Szmek2021-08-241-18/+24
| * | docs: adjust sentece, fix minor typoZbigniew Jędrzejewski-Szmek2021-08-241-2/+2
| * | man: fix minor grammar issueZbigniew Jędrzejewski-Szmek2021-08-241-1/+1
|/ /
* | Merge pull request #20524 from weblate/weblate-systemd-masterYu Watanabe2021-08-242-29/+31
|\ \ | |/ |/|
| * po: Translated using Weblate (Finnish)Jan Kuparinen2021-08-231-6/+9
| * po: Translated using Weblate (German)Ettore Atalan2021-08-231-23/+22
|/
* Merge pull request #20513 from yuwata/network-allow-deny-list-take-prefix-lengthYu Watanabe2021-08-2413-222/+209
|\
| * test-network: add more testcases for *Allow/DenyList=Yu Watanabe2021-08-234-5/+37
| * network: dhcp4,ndisc: make addresses in Allow/DenyList= optionally take prefi...Yu Watanabe2021-08-239-217/+172
* | json: rework JSON_BUILD_XYZ() macros to use compound literals instead of comp...Lennart Poettering2021-08-232-18/+18
|/
* Merge pull request #20498 from yuwata/network-fix-gatewayYu Watanabe2021-08-226-37/+54
|\
| * test-network: add testcases that gateway address is IPv6 link localYu Watanabe2021-08-223-0/+10
| * network: fix logic for checking gateway address is readyYu Watanabe2021-08-223-37/+44
* | po: Added translation using Weblate (Finnish)Jan Kuparinen2021-08-222-0/+850
* | tree-wide: fix typoYu Watanabe2021-08-223-3/+3
* | Merge pull request #20303 from andir/sysconfig-exampleYu Watanabe2021-08-222-2/+2
|\ \ | |/ |/|
| * login: respect install_sysconfdir_samples in meson fileAndreas Rammhold2021-08-211-1/+1
| * core: respect install_sysconfdir_samples in meson fileAndreas Rammhold2021-08-211-1/+1
* | docs: Add documentation on how to use VSCode to debug systemd via mkosiDaan De Meyer2021-08-211-0/+80
* | Merge pull request #20500 from poettering/import-tweaksYu Watanabe2021-08-2111-44/+82
|\ \
| * | import-fs: create paren dirs in --direct mode tooLennart Poettering2021-08-201-1/+2
| * | import: don't attempt full-file clones if we only are supposed to write a par...Lennart Poettering2021-08-201-0/+3
| * | import: enable sparse file writing logic only for files we createLennart Poettering2021-08-202-2/+2
| * | import: when completed, say how many bytes we wrote/acquiredLennart Poettering2021-08-202-0/+5
| * | import: allow file:// in addition to HTTP(S)Lennart Poettering2021-08-208-41/+67
| * | import: turn off weird protocols in curlLennart Poettering2021-08-201-0/+3
* | | Merge pull request #20499 from poettering/align-to-tweakYu Watanabe2021-08-214-296/+359
|\ \ \
| * | | macro: handle overflow in ALIGN_TO() somewhat reasonablyLennart Poettering2021-08-202-0/+47
| * | | test: split out macro tests into own test-macro.cLennart Poettering2021-08-203-296/+312
| |/ /
* | | Merge pull request #20494 from bluca/snprintf_voidifyYu Watanabe2021-08-2111-78/+74
|\ \ \
| * | | tree-wide: voidify unchecked snprintf callsLuca Boccassi2021-08-209-66/+66
| * | | format-util/sd-bus: do not ignore snprintf resultLuca Boccassi2021-08-202-10/+6
| * | | hwdb-usb-device: use xsprintfLuca Boccassi2021-08-201-2/+2
* | | | Merge pull request #20484 from DaanDeMeyer/rx-gro-hwYu Watanabe2021-08-215-17/+28
|\ \ \ \