summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | Merge pull request #24934 from keszybz/remove-nss-lookupLuca Boccassi2022-10-123-12/+19
|\ \ \
| * | | shared/condition: avoid nss lookup in PID1Zbigniew Jędrzejewski-Szmek2022-10-121-9/+14
| * | | basic/chase-symlinks: add note that CHASE_WARN is not for PID 1Zbigniew Jędrzejewski-Szmek2022-10-122-3/+5
* | | | boot: Always reconnect all driversJan Janssen2022-10-121-0/+6
* | | | boot: export reconnect()Gerd Hoffmann2022-10-122-2/+3
* | | | stub: Correctly handle multi node file pathsJan Janssen2022-10-121-7/+41
* | | | boot: Use device_path_to_strJan Janssen2022-10-124-15/+19
* | | | boot: Add device_path_to_strJan Janssen2022-10-122-0/+20
* | | | Merge pull request #24973 from keszybz/simplify-variable-declarationsYu Watanabe2022-10-122-22/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | basic/user-util: simplify variable declarations in fget{pw,gr}ent_sane()Zbigniew Jędrzejewski-Szmek2022-10-121-16/+8
| * | | libsystemd-network: trivial simplificationZbigniew Jędrzejewski-Szmek2022-10-121-6/+2
* | | | Merge pull request #24784 from yuwata/core-exec-directoryZbigniew Jędrzejewski-Szmek2022-10-125-40/+99
|\ \ \ \
| * | | | core: do not create symlink to private directory if parent already existsYu Watanabe2022-10-034-8/+65
| * | | | core: make exec_directory_add() extends existing symlinksYu Watanabe2022-10-034-32/+34
* | | | | Merge pull request #24970 from DaanDeMeyer/crypsetup-fixLennart Poettering2022-10-123-61/+64
|\ \ \ \ \
| * | | | | repart: Always define VerityMode from/to string functionsDaan De Meyer2022-10-111-2/+1
| * | | | | cryptsetup-util: Always define dlopen_cryptsetup()Daan De Meyer2022-10-112-59/+63
| | |_|_|/ | |/| | |
* | | | | Merge pull request #24867 from yuwata/sd-dhcp6-client-large-packetZbigniew Jędrzejewski-Szmek2022-10-124-199/+152
|\ \ \ \ \ | | |_|/ / | |/| | |