summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* firstboot: Prompt for keymapDaan De Meyer2024-09-191-1/+1
* hwdb: add keymaps for Acer Nitro 5 AN515-47 (#34493)JoseskVolpe2024-09-191-0/+5
* Merge pull request #34486 from DaanDeMeyer/test-process-utilYu Watanabe2024-09-193-207/+284
|\
| * test-process-util: Ignore EINVAL from setresuid() and setresgid()Daan De Meyer2024-09-191-2/+4
| * test-process-util: Use FORK_REOPEN_LOG everywhere we close all fdsDaan De Meyer2024-09-191-7/+7
| * test-process-util: Migrate to new assertion macrosDaan De Meyer2024-09-191-201/+226
| * Add ASSERT_OK_ZERO_ERRNO() and ASSERT_OK_EQ_ERRNO()Daan De Meyer2024-09-192-0/+50
* | Merge pull request #34481 from yuwata/has-tpm2Daan De Meyer2024-09-1912-34/+44
|\ \
| * | man/systemd-analyze: mention required libraries for TPM2 supportYu Watanabe2024-09-191-1/+3
| * | tpm2-util: colorize output of 'systemd-analyze has-tpm2'Yu Watanabe2024-09-191-14/+14
| * | shell-completion/analyze: add has-tpm2Yu Watanabe2024-09-192-1/+2
| * | tpm2-util: update commentYu Watanabe2024-09-191-2/+2
| * | tpm2-util: do not load tpm2 libraries when not interested in the existence of...Yu Watanabe2024-09-194-11/+15
| * | tpm2-util: introduce tpm2_is_fully_supported()Yu Watanabe2024-09-196-5/+8
* | | Merge pull request #34483 from yuwata/network-conf-parser-neighbor-nexthopDaan De Meyer2024-09-199-412/+206
|\ \ \ | |/ / |/| |
| * | network/nexthop: introduce generic conf parser for [NextHop] sectionYu Watanabe2024-09-193-217/+70
| * | network/nexthop: make conf parsers for Family= and Gateway= independent of ea...Yu Watanabe2024-09-193-58/+27
| * | network/nexthop: use log_section_warning() and friendYu Watanabe2024-09-191-32/+19
| * | network/neighbor: use log_section_warning_errno()Yu Watanabe2024-09-181-13/+13
| * | network/neighbor: introduce generic Neighbor section parserYu Watanabe2024-09-183-50/+19
| * | network/neighbor: use struct in_addr_dataYu Watanabe2024-09-184-44/+30
| * | conf-parser: drop unnecessary temporary variableYu Watanabe2024-09-181-3/+2
| * | conf-parser: introduce config_parse_in_addr_data()Yu Watanabe2024-09-182-0/+31
| |/
* | Merge pull request #34479 from yuwata/sd-json-dispatch-field-table-staticYu Watanabe2024-09-1910-109/+158
|\ \
| * | tree-wide: drop unnecessary 'struct'Yu Watanabe2024-09-183-4/+4
| * | nsresource: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-11/+23
| * | creds-util: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-16/+12
| * | resolve: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-10/+15
| * | resolvectl: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-29/+50
| * | updatectl: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-27/+43
| * | varlinkctl: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-3/+3
| * | ssh-generator: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-3/+3
| * | machine: make sd_json_dispatch_field table staticYu Watanabe2024-09-181-6/+5
| |/
* | Merge pull request #34474 from DaanDeMeyer/user-groupDaan De Meyer2024-09-193-20/+18
|\ \
| * | test: Run TEST-74-AUX-UTILS in virtual machineDaan De Meyer2024-09-191-0/+1
| * | test: create .netdev file at lastYu Watanabe2024-09-191-13/+17
| * | ci: Don't add testuser to wheel and systemd-journal groupsDaan De Meyer2024-09-191-7/+0
* | | man: fix typoYu Watanabe2024-09-191-1/+1
* | | efi: fix typoYu Watanabe2024-09-191-2/+2
|/ /
* / test: drop removed SCSI passthrough featureFrantisek Sumsal2024-09-192-2/+2
|/
* nsresourced: fix build without libbpfAntonio Alvarez Feijoo2024-09-181-0/+2
* repart: Drop unprivileged subvolumes logic for btrfsDaan De Meyer2024-09-181-58/+9
* man/repart: use <varname> instead of <variable>Antonio Alvarez Feijoo2024-09-181-2/+2
* hwdb: Add accel orientation quirk for the IdeaPad Duet 3 10IGL5-LTEMarius Hoch2024-09-181-1/+2
* repart: Support specifying multiple directories to ExcludeFiles=Daan De Meyer2024-09-182-18/+33
* systemd: rewatch pids under cgroup v1 when sigchld of processes more than mai...chenjiayi2024-09-181-1/+1
* man: document ShowStatus and SetShowStatus()Jason Yundt2024-09-183-7/+40
* Merge pull request #34464 from yuwata/test-space-in-pathDaan De Meyer2024-09-187-49/+57
|\
| * test: quote paths to executablesYu Watanabe2024-09-185-45/+46
| * kernel-install: unquote plugin paths in KERNEL_INSTALL_PLUGINSYu Watanabe2024-09-182-4/+11