summaryrefslogtreecommitdiffstats
path: root/src/core/unit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unit: drop support for pre-v44 job serializationLennart Poettering2015-05-191-18/+2
* core: also enforce ratelimiter if we stop a unit due to BindsTo=Lennart Poettering2015-05-191-3/+14
* core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1Lennart Poettering2015-05-191-0/+10
* unit: fix unit_check_unneeded() dependency iterationLennart Poettering2015-05-191-1/+1
* core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering2015-05-191-22/+29
* core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering2015-05-111-10/+10
* unit: move unit_warn_if_dir_nonempty() and friend to unit.cLennart Poettering2015-05-111-0/+46
* core,network: major per-object logging reworkLennart Poettering2015-05-111-89/+57
* core: rework unit name validation and manipulation logicLennart Poettering2015-05-061-79/+81
* core: simplify unit type detection logicLennart Poettering2015-04-301-2/+14
* unit: Drop unused variablesMartin Pitt2015-04-281-2/+0
* core: coldplug all units which participate in jobs during coldpluggingIvan Shapovalov2015-04-271-8/+0
* core: minor simplificationLennart Poettering2015-04-241-5/+3
* unit: don't add automatic dependencies on device units if they aren't supportedLennart Poettering2015-04-241-3/+7
* core: always coldplug units that are triggered by other units before thoseLennart Poettering2015-04-241-2/+21
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-16/+9
* core: make unit deserialization more defensiveLennart Poettering2015-04-211-36/+61
* core: fix spurious warning about cpuacct-usage-base deserializationZbigniew Jędrzejewski-Szmek2015-04-161-0/+1
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* shared: add formats-util.hRonny Chevalier2015-04-101-0/+1
* core: set_put never returns -EEXISTRonny Chevalier2015-04-101-11/+2
* tree-wide: there is no ENOTSUP on linuxDavid Herrmann2015-03-131-2/+2
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-9/+16
* core: expose consumed CPU time per unitLennart Poettering2015-03-021-2/+8
* core: rework device state logicLennart Poettering2015-02-281-1/+0
* core: emit changes for NFailedUnits propertyLucas De Marchi2015-02-261-5/+2
* unit: When stopping due to BindsTo=, log which unit caused itColin Walters2015-02-261-1/+3
* unit: use weaker dependencies between mount and device units in --user modeLennart Poettering2015-02-251-1/+1
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-6/+0
* include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen2015-02-121-1/+1
* core: don't fail to run services in --user instances if $HOME is missingLennart Poettering2015-02-121-0/+4
* core: correct a log messageLennart Poettering2015-02-111-1/+1
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-1/+1
* Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek2015-02-011-1/+0
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-11/+25
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-061-5/+16
* core: rework counting of running jobsLennart Poettering2015-01-051-5/+6
* tree-wide: spelling fixesVeres Lajos2014-12-311-1/+1
* Move dropin listing to sharedZbigniew Jędrzejewski-Szmek2014-12-161-1/+1
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-7/+8
* sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering2014-12-101-1/+1
* unit: update unit dropin paths and time when dropin file is written.WaLyong Cho2014-12-091-2/+19
* core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...Lennart Poettering2014-12-091-1/+1
* systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering2014-12-021-0/+12
* core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt2014-11-281-4/+4
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-4/+4
* log: rearrange log function namingLennart Poettering2014-11-271-21/+21
* core: get rid of condition.c and move the remaining call into util.cLennart Poettering2014-11-061-2/+49
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-061-5/+48
* Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek2014-10-311-6/+4