summaryrefslogtreecommitdiff
path: root/src/core/target.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-11core: adjust load functions for other unit types to be more like serviceZbigniew Jędrzejewski-Szmek1-7/+4
2019-10-11core: turn unit_load_fragment_and_dropin_optional() into a flagZbigniew Jędrzejewski-Szmek1-1/+1
2018-12-01core: whenever we change state of a unit, force out PropertiesChanged bus signalLennart Poettering1-0/+4
2018-10-26core: rework serializationLennart Poettering1-2/+3
2018-09-15pid1: drop unused path parameter to add_two_dependencies_by_name()Zbigniew Jędrzejewski-Szmek1-1/+1
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-3/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-01core: don't trigger OnFailure= deps when a unit is going to restartLennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-10core: track why unit dependencies came to beLennart Poettering1-9/+10
2017-04-21core: move checking default_dependencies into target_add_default_dependencies...iplayinsun1-1/+4
2016-12-14core: make sure targets that get a default Conflicts=shutdown.target are also...Lennart Poettering1-1/+4
2016-10-07core: add "invocation ID" concept to service managerLennart Poettering1-0/+5
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-11-12core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering1-2/+0
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-4/+4
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek1-7/+0
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering1-1/+0
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt1-1/+0
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering1-1/+1
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov1-1/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-4/+0
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering1-2/+2
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-1/+2
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-2/+2
2012-09-18target: imply default ordering for PartsOf deps as wellLennart Poettering1-9/+15
2012-07-13unit: rename BindTo= to BindsTo=Lennart Poettering1-1/+1
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering1-1/+0
2012-05-14unit: unit type dependent status messagesMichal Schmidt1-1/+11
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-04-11move libsystemd_core.la sources into core/Kay Sievers1-0/+224