summaryrefslogtreecommitdiff
path: root/src/core/unit.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: apply LogLevelMax to messages about unitsRyan Hendrickson2021-05-031-5/+32
* shared, bpf: add bpf link serializationJulia Kartseva2021-04-261-0/+1
* core, bpf: add socket-bind feature to unitJulia Kartseva2021-04-261-0/+8
* core: make log_unit_xxx_errno() refuse zero errnoYu Watanabe2021-04-161-3/+10
* core: add bpf-foreign unit helpersJulia Kartseva2021-04-091-0/+4
* tree-wide: return NULL from freeing functionsZbigniew Jędrzejewski-Szmek2021-02-161-2/+2
* core: add Unit.Markers propertyZbigniew Jędrzejewski-Szmek2021-02-151-0/+3
* core: pahole optimization of struct UnitZbigniew Jędrzejewski-Szmek2021-02-121-10/+12
* core: split out a few funcs into unit-serialize.[ch]Zbigniew Jędrzejewski-Szmek2021-02-121-6/+3
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-101-2/+2
* core: update setings on the unit and job as the result of ExecCondition=Anita Zhang2021-01-221-1/+0