summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build(deps): bump actions/github-script from 6.4.0 to 6.4.1dependabot[bot]2023-05-112-5/+5
* tmpfiles: Add merge support for copy files actionDaan De Meyer2023-05-103-10/+26
* repart: Fix deny list logicDaan De Meyer2023-05-102-91/+148
* udev: do not set ID_PATH and by-path symlink for nvmf disksYu Watanabe2023-05-101-1/+9
* dirent: conditionalize dirent assert based on dirent64 existenceSam James2023-05-102-0/+4
* network/tc: rename settings in log messages tooMike Yuan2023-05-101-3/+3
* sd-bus: bus_message_type_from_string is not pureXi Ruoyao2023-05-101-1/+1
* Merge pull request #27597 from mrc0mmand/more-test-shenanigansYu Watanabe2023-05-104-138/+151
|\
| * test: slightly extend systemd-cryptenroll coverageFrantisek Sumsal2023-05-091-0/+35
| * cryptenroll: fix an assertion with weak passwordsFrantisek Sumsal2023-05-091-1/+1
| * test: TEST-70-TPM2 cleanupFrantisek Sumsal2023-05-091-137/+115
| * test: add coverage for #27533Frantisek Sumsal2023-05-091-0/+0
| * test: discard kill's outputFrantisek Sumsal2023-05-091-1/+1
* | core/mount: replace invalid UTF-8 code points in "what" and "options"Michal Sekletar2023-05-101-6/+29
|/
* test: merge unit file related tests into TEST-23-UNIT-FILEFrantisek Sumsal2023-05-1044-325/+262
* units: Add CAP_NET_ADMIN condition to systemd-networkd-wait-online@.service a...Daan De Meyer2023-05-091-0/+1
* sd-dhcp-client: client ID always has non-zero dataYu Watanabe2023-05-091-1/+1
* Merge pull request #27534 from keszybz/deperlifyYu Watanabe2023-05-0921-3008/+2556
|\
| * mkosi,ci: do not install perlZbigniew Jędrzejewski-Szmek2023-05-094-4/+0
| * test: use sed and grep instead of perlZbigniew Jędrzejewski-Szmek2023-05-091-16/+13
| * tools/oss-fuzz: s/perl/awk/Zbigniew Jędrzejewski-Szmek2023-05-091-2/+2
| * test-execute: use bash instead of perlZbigniew Jędrzejewski-Szmek2023-05-091-1/+1
| * test-udev: skip test on python3.6Zbigniew Jędrzejewski-Szmek2023-05-091-1/+1
| * README: require python >= 3.7, clean up module descriptionsZbigniew Jędrzejewski-Szmek2023-05-091-6/+6
| * tools/check-includes: compat with Python 3.7Zbigniew Jędrzejewski-Szmek2023-05-091-1/+2
| * test/run-unit-tests, TEST-02: skip tests where the interpeter is not installedZbigniew Jędrzejewski-Szmek2023-05-092-2/+5
| * test: rework how udev-test is invokedZbigniew Jędrzejewski-Szmek2023-05-095-37/+71
| * test: drop udev-test.plZbigniew Jędrzejewski-Szmek2023-05-093-2924/+1
| * test: rewrite udev-test.pl in PythonZbigniew Jędrzejewski-Szmek2023-05-092-1/+2416
| * check-includes: print path relative to project rootZbigniew Jędrzejewski-Szmek2023-05-091-0/+8
| * meson: fix indentationZbigniew Jędrzejewski-Szmek2023-05-091-5/+5
| * meson: add check-includes test to the test suiteZbigniew Jędrzejewski-Szmek2023-05-091-4/+13
| * meson: include .cc files in tags tooZbigniew Jędrzejewski-Szmek2023-05-091-1/+1
| * Rewrite check-includes.pl in pythonZbigniew Jędrzejewski-Szmek2023-05-093-24/+23
| * pid1: drop duplicate includeZbigniew Jędrzejewski-Szmek2023-05-091-2/+0
| * test_ukify: print message when skipping whole test fileZbigniew Jędrzejewski-Szmek2023-05-091-2/+4
| * test-udev: add an optional timeout argumentZbigniew Jędrzejewski-Szmek2023-05-091-4/+13
* | bus-util: drop unnecessary continueYu Watanabe2023-05-091-1/+1
* | units: add/fix Documentation= about bus interfaceYu Watanabe2023-05-094-1/+4
* | test-journal-verify: Use a more thorough machine ID checkDaan De Meyer2023-05-091-2/+2
* | Merge pull request #27579 from YHNdnzj/refuse-dbus-activationYu Watanabe2023-05-094-7/+18
|\ \
| * | core: refuse dbus activation if dbus is not runningMike Yuan2023-05-092-3/+9
| * | core/manager: export manager_dbus_is_runningMike Yuan2023-05-092-4/+9
* | | Merge pull request #27578 from yuwata/sd-dhcp-client-client-id-lenYu Watanabe2023-05-092-27/+32
|\ \ \
| * | | sd-dhcp-client: do not use implicit cast to booleanYu Watanabe2023-05-091-2/+2
| * | | sd-dhcp-client: make return arguments for sd_dhcp_client_get_client_id() opti...Yu Watanabe2023-05-092-17/+24
| * | | sd-dhcp-client: drop redundant conditionYu Watanabe2023-05-091-8/+6
* | | | core/service: fix error cause in the logYu Watanabe2023-05-091-1/+1
* | | | Merge pull request #27553 from yuwata/sd-journal-generic-array-bisectDaan De Meyer2023-05-081-94/+88
|\ \ \ \ | |_|/ / |/| | |
| * | | sd-journal: split out generic_array_bisect_one() from generic_array_bisect()Yu Watanabe2023-05-071-82/+72