summaryrefslogtreecommitdiffstats
path: root/src/resolve (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-14compare: fix typoYu Watanabe1-1/+1
2023-07-14catalog: update Polish translationPiotr Drąg1-0/+22
2023-07-14battery-check: allow to skip by passing systemd.battery-check=0Yu Watanabe4-1/+53
2023-07-14efi: don't pull kernel cmdline from SMBIOS in a confidential VMDaniel P. Berrangé1-11/+15
2023-07-14efi: add helper API for detecting confidential virtualizationDaniel P. Berrangé2-0/+119
2023-07-14resolved: fix the canonical name returned by hosts lookup by nameDmitry V. Levin2-5/+48
2023-07-14resolved: fix the canonical name returned by hosts lookup by addressDmitry V. Levin2-14/+34
2023-07-14resolved: keep track of first names listed for each address in /etc/hostsDmitry V. Levin3-3/+33
2023-07-14fundamental: share constants for confidential virt detectionDaniel P. Berrangé2-66/+73
2023-07-14mkosi: Move settings to right sectionsDaan De Meyer1-5/+5
2023-07-14mkosi: Stop using python3.9 on CentOS 8Daan De Meyer10-82/+20
2023-07-14mkosi: Drop kernel command line arguments that are set by mkosiDaan De Meyer1-11/+0
2023-07-14mkosi: Update to latestDaan De Meyer5-26/+3
2023-07-14elf2efi: Make compatible with python 3.6 againDaan De Meyer2-11/+10
2023-07-14po: Translated using Weblate (Ukrainian)Yuri Chornoivan1-22/+47
2023-07-14po: Update translation filesWeblate38-64/+5559
2023-07-14packit: temporarily use older Rawhide specFrantisek Sumsal1-1/+7
2023-07-14kernel-install: Avoid reopening file descriptor via /procDaan De Meyer1-13/+13
2023-07-14po: add homed file and regenerate potLuca Boccassi2-1/+155
2023-07-14network: check lifetime of address and route before configureYu Watanabe2-2/+23
2023-07-14sd-journal: fix 'the the'Yu Watanabe1-2/+1
2023-07-14proc-cmdline: re-implement proc_cmdline_filter_pid1_args() without using geto...Yu Watanabe1-35/+67
2023-07-14test: add more test cases for proc_cmdline_filter_pid1_args()Yu Watanabe1-5/+38
2023-07-14core: fix race condition during startup of a service with ExitType=cgroupFuminobu TAKEYAMA1-2/+7
2023-07-13fstab-generator: resolve bind mount source when in initrdMike Yuan1-27/+53
2023-07-13fstab-util: add fstab_is_bindMike Yuan3-8/+16
2023-07-13ukify: Derive public key from private key if not specifiedDaan De Meyer2-38/+46
2023-07-13bus-polkit: avoid extra variableDavid Tardon1-6/+6
2023-07-13bus-polkit: allow to auth. a bus call for multiple actionsDavid Tardon1-53/+87
2023-07-13bus-polkit: parse reply from polkit on receiveDavid Tardon1-44/+77
2023-07-13bus-polkit: extract action into a separate structDavid Tardon1-7/+24
2023-07-13bus-polkit: describe async. polkit verificationDavid Tardon1-0/+74
2023-07-13bus-polkit: refactor a bit to avoid gotoDavid Tardon1-11/+20
2023-07-13bus-polkit: drop unused argumentDavid Tardon1-3/+1
2023-07-13bus-polkit: use automatic cleanupDavid Tardon1-13/+10