summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qrcode-util: Add support for libqrencode 3.0Daan De Meyer2022-10-171-2/+11
* stub: Fix booting with old kernelsJan Janssen2022-10-171-0/+4
* gpt-auto: rename all functions that operate on a DissectedPartition object ad...Lennart Poettering2022-10-171-12/+11
* generator: modernize generator_open_unit_file()Lennart Poettering2022-10-171-14/+16
* gpt-auto-generator: use our usual ret_xyz parameter namingLennart Poettering2022-10-171-6/+12
* cryptsetup: use errno-flavoured logging where we have an errnoLennart Poettering2022-10-171-7/+4
* tpm2-util: fix parameter nameLennart Poettering2022-10-171-1/+1
* seccomp: add riscv_flush_icache to allow listCeleste Liu2022-10-161-0/+1
* udev: drop unused source fileYu Watanabe2022-10-151-330/+0
* seccomp: drop per arch conditionalization in filter groupsLennart Poettering2022-10-151-4/+0
* Document two systemd-repart options in man pagePyfisch2022-10-141-1/+1
* basic/mountpoint-util: skip dependency on quota services for some filesystemsThomas Blume2022-10-143-3/+28
* Merge pull request #25002 from poettering/install-type-fixLuca Boccassi2022-10-149-109/+110
|\
| * install: include full type name in special UnitFilePresetMode valuesLennart Poettering2022-10-144-7/+7
| * install: make InstallChange enum type a proper typeLennart Poettering2022-10-148-102/+103
* | elf-util: drop assertion for metadata in report_module_metadata()Yu Watanabe2022-10-141-16/+17
* | shared/logs-show: do not overwrite journal time in export format with source ...msizanoen12022-10-141-18/+26
* | udev-builtin-kmod: support to run without argumentsYu Watanabe2022-10-141-5/+21
|/
* shared/install: print warning when unmasking unit with cmdline maskZbigniew Jędrzejewski-Szmek2022-10-132-3/+30
* shared/install: use cleanup func for InstallInfo*Zbigniew Jędrzejewski-Szmek2022-10-131-50/+40
* shared/install: rename 'UnitFileInstallInfo' to 'InstallInfo'Zbigniew Jędrzejewski-Szmek2022-10-136-61/+61
* shared/install: rename 'unit_file_change_type' to 'install_change' + followupsZbigniew Jędrzejewski-Szmek2022-10-138-121/+123
* shared/install: rename UnitFileInstallInfo.type to .install_modeZbigniew Jędrzejewski-Szmek2022-10-132-30/+31
* shared/install: rename 'unit file type' to 'install mode'Zbigniew Jędrzejewski-Szmek2022-10-132-45/+45
* shared/install: rename UnitFileChange to InstallChangeZbigniew Jędrzejewski-Szmek2022-10-1314-212/+212
* shared/install: rename 'files' param to 'names'Zbigniew Jędrzejewski-Szmek2022-10-132-55/+58
* sd-journal: use new() instead of newa() if too many items will be addedYu Watanabe2022-10-141-4/+23
* analyze: extend the dump command to accept patternsFranck Bui2022-10-1310-44/+132
* Merge pull request #24625 from yuwata/dissect-image-open-and-lock-decryptedYu Watanabe2022-10-132-55/+208
|\
| * dissect-image: introduce probe_filesystem_full() which can take file descript...Yu Watanabe2022-10-132-12/+40
| * dissect-image: open dissected or decrypted partitions and mount through the f...Yu Watanabe2022-10-132-6/+109
| * dissect-image: try to open device node before activatingYu Watanabe2022-10-131-1/+11
| * dissect-image: fix error handling of @cancel_deferred_remove DM commandYu Watanabe2022-10-131-7/+10
| * dissect-image: reduce indentationYu Watanabe2022-10-131-39/+48
* | gpt-auto: allow using without cryptsetupDavid Seifert2022-10-131-0/+4
|/
* Merge pull request #24883 from bluca/extrel_forceLuca Boccassi2022-10-1211-74/+128
|\
| * portable: allow caller to override extension-release name checkLuca Boccassi2022-10-1210-49/+85
| * portable: rename flag PORTABLE_FORCE -> PORTABLE_FORCE_ATTACHLuca Boccassi2022-10-123-6/+6
| * os-util: split out extension-release xattr helperLuca Boccassi2022-10-121-25/+41
| * mount-util: do not pass 'x-*' options to mount syscallLuca Boccassi2022-10-121-1/+3
* | Merge pull request #24974 from yuwata/sd-journalZbigniew Jędrzejewski-Szmek2022-10-124-148/+259
|\ \
| * | sd-journal: add comments that journal_file_move_to() may break previous read ...Yu Watanabe2022-10-121-0/+8
| * | sd-journal: re-read object on next tryYu Watanabe2022-10-122-5/+18
| * | sd-journal: re-read object from cacheYu Watanabe2022-10-121-0/+6
| * | sd-journal: drop unused argumentYu Watanabe2022-10-121-3/+3
| * | sd-journal: several coding style updatesYu Watanabe2022-10-122-135/+220
| * | sd-journal: rename next_hash_offset() -> get_next_hash_offset()Yu Watanabe2022-10-121-3/+3
| * | Revert "test-journal-flush: Don't fail on EADDRNOTAVAIL"Yu Watanabe2022-10-121-2/+1
* | | Merge pull request #24976 from mbiebl/logind-fix-dbus-on_ac_powerMichael Biebl2022-10-121-1/+1
|\ \ \
| * | | logind: fix getting property OnExternalPower via D-BusMichael Biebl2022-10-121-1/+1
| | |/ | |/|