summaryrefslogtreecommitdiff
path: root/src/core/unit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27113 from keszybz/variable-expansion-reworkZbigniew Jędrzejewski-Szmek2023-04-241-5/+17
|\
| * core/unit: add UNIT_ESCAPE_EXEC_SYNTAXZbigniew Jędrzejewski-Szmek2023-04-241-7/+10
| * core/unit: rename UNIT_ESCAPE_EXEC_SYNTAX → *_ENVZbigniew Jędrzejewski-Szmek2023-04-241-2/+2
| * core/unit: fix shell-escaping of stringsZbigniew Jędrzejewski-Szmek2023-04-241-3/+12
* | preset: Add ignore directiveDaan De Meyer2023-04-141-1/+1
* | Merge pull request #27244 from bluca/uphold_retryLuca Boccassi2023-04-131-0/+2
|\ \
| * | Uphold/StopWhenUnneeded/BindsTo: add retry timer on rate limitLuca Boccassi2023-04-121-0/+2
* | | core: move runtime directory removal into release_resource handlerLennart Poettering2023-04-131-3/+23
* | | service: release resources from a seperate queue, not unit_check_gc()Lennart Poettering2023-04-131-17/+58
|/ /
* | tree-wide: A few more uses of "unmet" for conditionsColin Walters2023-04-111-2/+2
|/
* sd-bus: use macros for standard bus error names consistentlyZbigniew Jędrzejewski-Szmek2023-04-041-1/+1
* core: simplify unit_escape_setting()Zbigniew Jędrzejewski-Szmek2023-04-041-16/+10
* core: typos in commentsZbigniew Jędrzejewski-Szmek2023-04-041-2/+2
* core: skip deps on oomd if v2 or memory unavailableZbigniew Jędrzejewski-Szmek2023-03-311-2/+13
* core: Move DynamicCreds into ExecRuntimeDaan De Meyer2023-03-271-26/+14
* core: Introduce unit private exec runtimeDaan De Meyer2023-03-271-9/+24
* execute: Rename ExecRuntime to ExecSharedRuntimeDaan De Meyer2023-03-271-7/+7
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-241-2/+2
* pid1: allowlist all tpm devices for a unit when encrypted creds are neededLennart Poettering2023-03-231-1/+1
* core: move encrypted credential check to execute.cLennart Poettering2023-03-231-11/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-101-2/+2
* doc: correct wrong use "'s" contractionsJan Engelhardt2023-03-071-1/+1
* pid1: add unit file settings to control memory pressure logicLennart Poettering2023-03-011-0/+3
* Enable TPM by default with SetCredentialEncryptedAidan Dang2023-02-211-7/+14
* pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-171-50/+92
* core: imply DeviceAllow=/dev/tpmrm0 with LoadCredentialEncryptedLuca Boccassi2023-02-081-0/+10
* unit: always return 1 in log_killmsizanoen12023-02-081-1/+3
* core: mount namespaces: Remove auxiliary bind mounts directory after unit ter...Michal Koutný2023-01-191-0/+1
* fundamental: rework IN_SET() to require at least three argumentsLennart Poettering2023-01-021-1/+1
* core: rework operation_to_signal() to rename return parameter ret_xyzLennart Poettering2023-01-021-5/+9
* core: move some basename() use → path_extract_filename()Lennart Poettering2022-12-231-2/+14
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-7/+7
* Merge pull request #25387 from yuwata/core-fix-gc-logicLuca Boccassi2022-12-171-70/+53
|\
| * core/unit: fix log messageYu Watanabe2022-12-161-27/+22
| * core/unit: merge unit names after merging depsYu Watanabe2022-12-061-5/+5
| * core/unit: merge two loops into oneYu Watanabe2022-12-061-32/+15
| * core/unit: fix logic of dropping self-referencing dependenciesYu Watanabe2022-12-061-1/+2
| * core/unit: drop dependency to the unit being mergedYu Watanabe2022-12-061-8/+13
| * core/unit: drop doubled empty lineYu Watanabe2022-12-061-1/+0
* | treewide: drop "RUN_" from "RUN_WITH_UMASK"Zbigniew Jędrzejewski-Szmek2022-12-131-1/+1
* | core: pending_freezer_{message => invocation}msizanoen12022-12-081-1/+1
* | core/unit: allow overriding an ongoing freeze operationmsizanoen12022-12-081-3/+4
|/
* core: add possibility to not track certain unit typesMichal Sekletar2022-11-241-0/+18
* tree-wide: make constant ratelimit compound actually constLennart Poettering2022-11-221-1/+1
* core: allow-list char-rtc with ProtectClock=yes only if neededLuca Boccassi2022-10-201-22/+24
* manager: allow transient units to have drop-insZbigniew Jędrzejewski-Szmek2022-10-161-6/+8
* manager: reformat boolean expression in unit_is_pristine()Zbigniew Jędrzejewski-Szmek2022-10-141-6/+6
* core: do not create symlink to private directory if parent already existsYu Watanabe2022-10-031-0/+3
* tree-wide: use nested ASSERT_PTRDavid Tardon2022-09-141-5/+1
* tree-wide: check parameter before dereferencingDavid Tardon2022-09-131-1/+3