summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* veritysetup: fix parsing of root-hash-signature= optionZbigniew Jędrzejewski-Szmek2022-03-311-34/+17
* 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
* fix typoYu Watanabe2022-03-301-1/+1
* 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-2971-1312/+1705
|\
| * Rename UnitFileScope to LookupScopeZbigniew Jędrzejewski-Szmek2022-03-2953-538/+535
| * shared/install: when creating symlinks, accept different but equivalent symlinksZbigniew Jędrzejewski-Szmek2022-03-291-15/+44
| * shared/install: fix handling of a linked unit fileZbigniew Jędrzejewski-Szmek2022-03-291-1/+3
| * 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-292-36/+43
| * shared/install: also remove symlinks like .wants/foo@one.service → ../foo@o...Zbigniew Jędrzejewski-Szmek2022-03-291-3/+13
| * shared/install: skip unnecessary chasing of symlinks in disableZbigniew Jędrzejewski-Szmek2022-03-291-18/+25
| * 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
| * shared/install: fix reenable on linked unit filesZbigniew Jędrzejewski-Szmek2022-03-292-10/+65
| * 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-291-5/+7
| * shared/install: also check for self-aliases during installation and ignore themZbigniew Jędrzejewski-Szmek2022-03-292-16/+19
| * systemctl: fix silent failure when --root is not foundZbigniew Jędrzejewski-Szmek2022-03-2914-105/+88
| * shared/install: return failure when enablement fails, but process as much as ...Zbigniew Jędrzejewski-Szmek2022-03-291-4/+6
| * shared/install: propagate errors about invalid aliases and such tooZbigniew Jędrzejewski-Szmek2022-03-296-56/+88
| * shared/install: simplify unit_file_dump_changes()Zbigniew Jędrzejewski-Szmek2022-03-291-36/+27
| * shared/specifier: fix %u/%U/%g/%G when called as unprivileged userZbigniew Jędrzejewski-Szmek2022-03-299-93/+147
| * shared/install: move scope into InstallContextZbigniew Jędrzejewski-Szmek2022-03-291-195/+191
| * shared/install: provide proper error messages when invalid specifiers are usedZbigniew Jędrzejewski-Szmek2022-03-291-5/+6
| * shared/specifier: provide proper error messages when specifiers fail to read ...Zbigniew Jędrzejewski-Szmek2022-03-293-25/+41
| * shared/specifier: clarify and add test for missing dataZbigniew Jędrzejewski-Szmek2022-03-292-1/+17
| * basic/env-file: make load-env-file deduplicate entries with the same keyZbigniew Jędrzejewski-Szmek2022-03-293-13/+26
| * test-os-util: add basic tests for os-release parsingZbigniew Jędrzejewski-Szmek2022-03-291-0/+62
| * basic: add new variable $SYSTEMD_OS_RELEASE to override location of os-releaseZbigniew Jędrzejewski-Szmek2022-03-291-5/+11
| * tests: add helper for creating tempfiles with contentZbigniew Jędrzejewski-Szmek2022-03-294-73/+44
| * shared/install: add a bit more quotingZbigniew Jędrzejewski-Szmek2022-03-291-11/+11
| * shared/install: reuse the standard symlink verification subroutineZbigniew Jędrzejewski-Szmek2022-03-293-77/+75
| * basic/stat-util: add null_or_empty_path_with_root()Zbigniew Jędrzejewski-Szmek2022-03-293-6/+39
| * basic/unit-file: split out the subroutine for symlink verificationZbigniew Jędrzejewski-Szmek2022-03-291-63/+96
* | Merge pull request #22871 from yuwata/udev-worker-error-codeZbigniew Jędrzejewski-Szmek2022-03-293-22/+76
|\ \
| * | udev: append error code in broadcasted messageYu Watanabe2022-03-291-22/+54
| * | sd-device: introduce device_add_propertyf()Yu Watanabe2022-03-292-0/+22
* | | Fix typos in user-util.c and dbus-unit.cнаб2022-03-292-2/+2
|/ /
* | Merge pull request #22894 from keszybz/hwdb-updateZbigniew Jędrzejewski-Szmek2022-03-291-1/+1
|\ \
| * | cryptsetup: shorten message a bitZbigniew Jędrzejewski-Szmek2022-03-291-1/+1
* | | Merge pull request #22843 from poettering/bootspec-jsonZbigniew Jędrzejewski-Szmek2022-03-296-116/+278
|\ \ \
| * | | bootspec: normalize function names/parameter listsLennart Poettering2022-03-286-21/+21
| * | | bootspec: don't needlessly inline boot_config_find_entry()Lennart Poettering2022-03-282-11/+13
| * | | bootctl: use boot_config_default_entry() where appropriateLennart Poettering2022-03-282-1/+4
| * | | bootspec: assess default/selected entries *after* we augmented entry list wit...Lennart Poettering2022-03-286-13/+41