summaryrefslogtreecommitdiff
path: root/src/core/target.c
AgeCommit message (Expand)Author
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering
2015-03-07core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2012-09-18target: imply default ordering for PartsOf deps as wellLennart Poettering
2012-07-13unit: rename BindTo= to BindsTo=Lennart Poettering
2012-07-10unit: get rid of UnitVTable.suffix, which is now unusedLennart Poettering
2012-05-14unit: unit type dependent status messagesMichal Schmidt
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers