summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering
2015-10-27util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering
2015-10-19tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen
2015-10-17unit: allocate bus name match string on the stackLennart Poettering
2015-10-09Merge pull request #1501 from fbuihuu/fix-requires-mounts-for-directivesLennart Poettering
2015-10-08Make sure the mount units pulled by 'RequiresMountsFor=' are loaded (if they ...Franck Bui
2015-10-08core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering
2015-09-30Merge pull request #1419 from keszybz/shell-completionLennart Poettering
2015-09-29core: add a "Requires=" dependency between units and the slices they are loca...Lennart Poettering
2015-09-28Move UnitActiveState to basic/Zbigniew Jędrzejewski-Szmek
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