summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* man: fix tag syntaxZbigniew Jędrzejewski-Szmek2022-04-041-29/+26
* bootctl: unify boot entry loading for "status" and "list"Zbigniew Jędrzejewski-Szmek2022-04-042-43/+54
* bootctl: do not call acquire_esp() twiceZbigniew Jędrzejewski-Szmek2022-04-041-11/+11
* Merge pull request #22899 from yuwata/network-ignore-carrier-lossYu Watanabe2022-03-313-24/+57
|\
| * network: shorten code a bitYu Watanabe2022-03-311-11/+1
| * network: automatically determine timeout of waiting for carrier regainYu Watanabe2022-03-312-13/+56
|/
* Merge pull request #22913 from yuwata/sd-device-cleanupsYu Watanabe2022-03-312-41/+43
|\
| * udev: rename functions to emphasize whole disk is lockedYu Watanabe2022-03-311-6/+6
| * udev: ignore one more error in device_get_block_device()Yu Watanabe2022-03-311-0/+2
| * sd-device: do not ignore critical errors in device_new_from_child()Yu Watanabe2022-03-311-2/+6
| * sd-device: use path_extract_directory() at one more placeYu Watanabe2022-03-311-15/+11
| * sd-device: try to get DISKSEQ from uevent fileYu Watanabe2022-03-311-0/+6
| * sd-device: drop /sys/subsystem supportYu Watanabe2022-03-311-18/+12
* | veritysetup: fix parsing of root-hash-signature= optionZbigniew Jędrzejewski-Szmek2022-03-311-34/+17
|/
* man: update root-hash-signature option with valueGaël PORTAY2022-03-302-2/+2
* udev: do not use sd_event_source_disable_unref() at more placesYu Watanabe2022-03-302-4/+6
* udev: do not append unknown errno or signal nameYu Watanabe2022-03-301-6/+16
* update TODOLennart Poettering2022-03-301-0/+33
* ci: drop clang 11 & add clang 14Frantisek Sumsal2022-03-301-1/+1
* fix typoYu Watanabe2022-03-302-2/+2
* NEWS: specify that public headers are still C89Luca Boccassi2022-03-291-1/+1
* NEWS: mention that C11 is now usedLuca Boccassi2022-03-291-0/+3
* NEWS: add entry for the unit enablement stuffv251-rc1Zbigniew Jędrzejewski-Szmek2022-03-291-8/+16
* test-systemctl-enable: skip test for %v if kver is not a valid instanceZbigniew Jędrzejewski-Szmek2022-03-291-1/+2
* test-copy: use non-0 data block in copy_holesнаб2022-03-291-1/+2
* Merge pull request #22649 from keszybz/symlink-enablement-yet-again-punish-me...Zbigniew Jędrzejewski-Szmek2022-03-2978-1361/+2492
|\
| * Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-2953-538/+535
| * test-systemctl-enable: disable the test for %a for nowZbigniew Jędrzejewski-Szmek2022-03-291-1/+3
| * test-systemctl-enable: also use freshly-built systemd-id128Zbigniew Jędrzejewski-Szmek2022-03-292-11/+15
| * test-systemctl-enable: use magic syntax to allow inverted testsZbigniew Jędrzejewski-Szmek2022-03-291-37/+39
| * shared/install: when creating symlinks, accept different but equivalent symlinksZbigniew Jędrzejewski-Szmek2022-03-292-17/+81
| * test-systemctl-enable: make shellcheck happyZbigniew Jędrzejewski-Szmek2022-03-291-38/+38
| * shared/install: fix handling of a linked unit fileZbigniew Jędrzejewski-Szmek2022-03-292-5/+11
| * shared/install: split UNIT_FILE_SYMLINK into two statesZbigniew Jędrzejewski-Szmek2022-03-293-8/+15
| * basic/unit-file: reverse negative conditionalZbigniew Jędrzejewski-Szmek2022-03-291-16/+16
| * shared/install: stop passing duplicate root argument to install_name_printf()Zbigniew Jędrzejewski-Szmek2022-03-294-11/+9
| * shared/install: when looking for symlinks in .wants/.requires, ignore symlink...Zbigniew Jędrzejewski-Szmek2022-03-291-33/+60
| * shared/install: create relative symlinks for enablement and aliasingZbigniew Jędrzejewski-Szmek2022-03-293-102/+105
| * shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o...Zbigniew Jędrzejewski-Szmek2022-03-292-3/+33
| * shared/install: skip unnecessary chasing of symlinks in disableZbigniew Jędrzejewski-Szmek2022-03-291-18/+25
| * test-systemctl-enable: enhance the test for unit file linkingZbigniew Jędrzejewski-Szmek2022-03-291-3/+36
| * shared/install: do not try to resolve symlinks outside of root directoryZbigniew Jędrzejewski-Szmek2022-03-291-1/+1
| * shared/install: when we fail to chase a symlink, show some logsZbigniew Jędrzejewski-Szmek2022-03-291-0/+3
| * test-systemctl-enable: extend the test for repeated WantedBy/RequiredByZbigniew Jędrzejewski-Szmek2022-03-291-4/+18
| * shared/install: fix reenable on linked unit filesZbigniew Jędrzejewski-Szmek2022-03-293-15/+68
| * shared/install: split unit_file_{disable,enable}() so _reenable doesn't do se...Zbigniew Jędrzejewski-Szmek2022-03-291-33/+72
| * install: when linking a file, create the link first or abortZbigniew Jędrzejewski-Szmek2022-03-292-11/+10
| * man: fix invalid description of template handling in WantedBy=Zbigniew Jędrzejewski-Szmek2022-03-292-28/+74
| * shared/install: also check for self-aliases during installation and ignore themZbigniew Jędrzejewski-Szmek2022-03-293-20/+21
| * systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-2914-105/+88