summaryrefslogtreecommitdiff
path: root/src/core/unit.h
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27113 from keszybz/variable-expansion-reworkZbigniew Jędrzejewski-Szmek2023-04-241-8/+11
|\
| * core/unit: add UNIT_ESCAPE_EXEC_SYNTAXZbigniew Jędrzejewski-Szmek2023-04-241-1/+4
| * core/unit: rename UNIT_ESCAPE_EXEC_SYNTAX → *_ENVZbigniew Jędrzejewski-Szmek2023-04-241-8/+8
* | preset: Add ignore directiveDaan De Meyer2023-04-141-2/+3
* | Merge pull request #27244 from bluca/uphold_retryLuca Boccassi2023-04-131-0/+1
|\ \
| * | Uphold/StopWhenUnneeded/BindsTo: add retry timer on rate limitLuca Boccassi2023-04-121-0/+1
| |/
* | service: release resources from a seperate queue, not unit_check_gc()Lennart Poettering2023-04-131-0/+7
|/
* core: simplify unit_escape_setting()Zbigniew Jędrzejewski-Szmek2023-04-041-1/+1
* core: Move DynamicCreds into ExecRuntimeDaan De Meyer2023-03-271-5/+0
* core: Introduce unit private exec runtimeDaan De Meyer2023-03-271-1/+1
* execute: Rename ExecRuntime to ExecSharedRuntimeDaan De Meyer2023-03-271-2/+2
* unit: Add LOG_CONTEXT_PUSH_UNIT()Daan De Meyer2023-03-211-0/+10
* core: append LogExtraFields= values to log_unit* messagesLuca Boccassi2023-03-141-3/+20
* pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-171-3/+3
* core: pending_freezer_{message => invocation}msizanoen12022-12-081-1/+1
* tree-wide: replace "plural(s)" by "plurals"Zbigniew Jędrzejewski-Szmek2022-10-171-1/+1
* mount: replace UNIT_DEPENDENCY_MOUNTINFO_OR_FILE with UNIT_DEPENDENCY_MOUNTIN...Franck Bui2022-10-051-6/+10
* mount: drop UNIT_DEPENDENCY_MOUNTINFO_IMPLICIT and UNIT_DEPENDENCY_MOUNTINFO_...Franck Bui2022-10-051-11/+4
* core: escape ExecStart command-line received over d-busZbigniew Jędrzejewski-Szmek2022-08-241-5/+8
* core: add basic infrastructure to record unit activation informationLuca Boccassi2022-08-231-1/+73
* core/mount: make device deps from /proc/self/mountinfo and .mount unit file e...Yu Watanabe2022-08-051-3/+7
* core: cache unit file selinux label, and make decisions based on thatLennart Poettering2022-07-201-2/+5
* core: Add trace logging to mount_add_device_dependencies()Daan De Meyer2022-05-121-0/+8
* Optionally call printf on LOG_MESSAGE() argumentsZbigniew Jędrzejewski-Szmek2022-05-111-1/+2
* core/oomd: Use oom-kill ServiceResult for oomdNishal Kulkarni2022-03-221-2/+4
* core: split $MONITOR_METADATA and return it only if a single unit triggers On...Luca Boccassi2022-03-101-3/+0
* Merge pull request #20833 from pdmorrow/onfailure_envYu Watanabe2021-12-251-0/+3
|\
| * service: pass service exit status to spawned On{Failure,Success}= dependencyPeter Morrow2021-12-131-0/+3
* | Revert "core: Propagate condition failed state to triggering units."Daan De Meyer2021-12-171-2/+0
|/
* core: rename/generalize UNIT(u)->test_start_limit() hookMichal Sekletar2021-11-111-1/+1
* core: replace slice dependencies as they get addedAnita Zhang2021-11-101-2/+5
* core: Propagate condition failed state to triggering units.Daan De Meyer2021-11-031-0/+2
* core: add BPF LSM functionsIago Lopez Galeiras2021-10-061-0/+1
* core: replace IPAddressAccessItem with struct in_addr_prefixYu Watanabe2021-09-141-0/+1
* core: Add information on which condition failed to the job done messageDaan De Meyer2021-08-281-0/+2
* core: Check unit start rate limiting earlierDaan De Meyer2021-08-251-0/+4
* core: implement RestrictNetworkInterfaces=Mauricio Vásquez2021-08-181-0/+6
* core: add helper to retrieve service.status_textZbigniew Jędrzejewski-Szmek2021-07-191-0/+9
* core: rework unit printing and implement 'combined' formatZbigniew Jędrzejewski-Szmek2021-06-301-2/+2
* core/serialization: drop misleadingly-named unit_can_serialize()Zbigniew Jędrzejewski-Szmek2021-06-101-2/+0
* bpf-firewall: move destruction of IP firewall objects to bpf-firewall.cLennart Poettering2021-06-081-3/+2
* core: do not serialize mounts and automounts for switch-rootZbigniew Jędrzejewski-Szmek2021-06-081-0/+3
* core: drop bitfields in VTable objectZbigniew Jędrzejewski-Szmek2021-06-041-8/+8
* core: update commentZbigniew Jędrzejewski-Szmek2021-06-041-2/+2
* core: change BoundBy= dependency handling to be processed by a deferred work ...Lennart Poettering2021-05-251-0/+6
* core: implement Uphold= dependency typeLennart Poettering2021-05-251-3/+9
* core: add new OnSuccess= dependency typeLennart Poettering2021-05-251-2/+3
* core: convert Slice= into a proper dependency (and add a back dependency)Lennart Poettering2021-05-251-5/+2
* core: add UNIT_GET_SLICE() helperLennart Poettering2021-05-251-0/+5
* core: split dependency types into atomsLennart Poettering2021-05-251-5/+75