summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
2015-09-21core: extend KillUnit() to return error when no unit was killedJan Synacek
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
2015-09-11core: allocate sets of startup and failed units on-demandLennart Poettering
2015-09-11core: refactor cpu shares/blockio weight cgroup logicLennart Poettering
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering
2015-09-08Merge pull request #1190 from poettering/rework-virtDaniel Mack
2015-09-07unit: move "not supported" check after condition check in unit_start()Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-05unit: make unit_can_start() more accurateLennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01core: rework when we kill with which signalLennart Poettering
2015-09-01core: don't allow changing the slice of a unit while it is activeLennart Poettering
2015-09-01unit: small clean-upsLennart Poettering
2015-09-01units: enable waiting for unit termination in certain casesLennart Poettering
2015-08-31unit: minor simplificationLennart Poettering
2015-08-31unit: unify how we assing slices to unitsLennart Poettering
2015-08-31unit: add new macros to test for unit contextsLennart Poettering
2015-08-31core: don't generate stub unit file for transient unitsLennart Poettering
2015-08-06core: unit: remove bus slot after calling unit_done()Daniel Mack
2015-08-06core: dbus: track bus names per unitDaniel Mack
2015-07-21core: unit_get_status_message_format() never returns NULLMichal Schmidt
2015-07-21core: always try harder to get unit status message format stringMichal Schmidt
2015-07-21core: fix confusing logging of instantaneous jobsMichal Schmidt
2015-06-23core: fix reversed dependency check in unit_check_unneededAbdo Roig-Maranges
2015-06-11core: Let two more booleans survive a daemon-reloadWerner Fink
2015-05-19unit: drop support for pre-v44 job serializationLennart Poettering
2015-05-19core: also enforce ratelimiter if we stop a unit due to BindsTo=Lennart Poettering
2015-05-19core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1Lennart Poettering
2015-05-19unit: fix unit_check_unneeded() dependency iterationLennart Poettering
2015-05-19core: introduce seperate reverse dependencies for Requires= and Requisite=Lennart Poettering
2015-05-11core: rename SystemdRunningAs to ManagerRunningAsLennart Poettering
2015-05-11unit: move unit_warn_if_dir_nonempty() and friend to unit.cLennart Poettering
2015-05-11core,network: major per-object logging reworkLennart Poettering
2015-05-05core: rework unit name validation and manipulation logicLennart Poettering
2015-04-30core: simplify unit type detection logicLennart Poettering
2015-04-28unit: Drop unused variablesMartin Pitt
2015-04-27core: coldplug all units which participate in jobs during coldpluggingIvan Shapovalov
2015-04-24core: minor simplificationLennart Poettering
2015-04-24unit: don't add automatic dependencies on device units if they aren't supportedLennart Poettering
2015-04-24core: always coldplug units that are triggered by other units before thoseLennart Poettering
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering
2015-04-21core: make unit deserialization more defensiveLennart Poettering
2015-04-16core: fix spurious warning about cpuacct-usage-base deserializationZbigniew Jędrzejewski-Szmek
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-10core: set_put never returns -EEXISTRonny Chevalier
2015-03-13tree-wide: there is no ENOTSUP on linuxDavid Herrmann