summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-301-22/+54
| * | sd-device: introduce device_add_propertyf()Yu Watanabe2022-03-302-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
| * | | bootspec: normalize oom handling in boot_load_efi_entry_pointers()Lennart Poettering2022-03-281-15/+12
| * | | bootspec: rename type1 parsers to say "type1" explicitly in the nameLennart Poettering2022-03-281-5/+5
| * | | bootspec: try harder to suppress duplicate enumerated entriesLennart Poettering2022-03-282-13/+69
| * | | bootspec: pass around BootConfig struct instead of entries/n_entries fields onlyLennart Poettering2022-03-281-21/+16
| * | | bootspec: don't use conf_files_list() for finding type #1 entriesLennart Poettering2022-03-281-27/+59
| * | | bootctl: optionally, output entries in JSON formatLennart Poettering2022-03-281-1/+50
* | | | portable: allow reattaching when one image has a version and the other does notLuca Boccassi2022-03-291-2/+13
| |/ / |/| |
* | | udev: do not call sd_event_source_disable_unref() in workers for event source...Yu Watanabe2022-03-291-2/+4
* | | inotify-util: fix wrong warnings in FOREACH_INOTIFY_EVENT()Yu Watanabe2022-03-291-7/+4
* | | build: include status of TPM2 in the feature string show by --versionFranck Bui2022-03-291-0/+6
* | | Merge pull request #22885 from poettering/kill-clock-boottime-or-monotonicYu Watanabe2022-03-2945-175/+121
|\ \ \
| * | | time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-2845-175/+121
* | | | veritysetup: fix typo (#22886)Gaël PORTAY2022-03-291-1/+1
* | | | fix typoYu Watanabe2022-03-292-2/+2
|/ / /
* | | network: rename netdev kind virtual-wlan -> wlanYu Watanabe2022-03-284-6/+6
|/ /
* | Use new default-user-shell option instead of hard-coding bash in nspawn and u...наб2022-03-282-4/+7
* | missing-syscall: define MOVE_MOUNT_T_EMPTY_PATH if missingRomain Naour2022-03-281-0/+4
* | Merge pull request #22834 from yuwata/network-sriov-request-queueLuca Boccassi2022-03-267-36/+70
|\ \
| * | network: sriov: use request queue to configure SR-IOV virtual functionsYu Watanabe2022-03-235-31/+45
| * | sriov: introduce sr_iov_hash_func() and sr_iov_compare_func()Yu Watanabe2022-03-232-5/+25
* | | portable: clarify error when detach fails to match to existing unitLuca Boccassi2022-03-261-2/+12