summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
2016-02-10cgroup: remove support for NetClass= directiveDaniel Mack
2016-02-10Merge pull request #2569 from zonque/removalsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-10core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering
2016-02-07treewide: fix typos and spacingTorstein Husebø
2016-02-01core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering
2016-02-01core: store for each unit when the last low-level unit state change took placeLennart Poettering
2016-01-28core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2016-01-12capabilities: keep bounding set in non-inverted format.Ismo Puustinen
2016-01-10tree-wide: unify argument lists of IN_SET()Daniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-24core: Do not bind a mount unit to a device, if it was from mountinfoHarald Hoyer
2015-11-17core: Minor cleaning up of unit/log status and log logicLennart Poettering
2015-11-17core: make unit_make_transient() more thoroughLennart Poettering
2015-11-17core: move check whether a unit is suitable to become transient into unit.cLennart Poettering
2015-11-13core: now that .snapshot unit are gone, we don't need the per-type .no_gc boo...Lennart Poettering
2015-11-13core: add new DefaultTasksMax= setting for system.confLennart Poettering
2015-11-13Merge pull request #1869 from poettering/kill-overridableMichal Schmidt
2015-11-12core: drop "override" flag when building transactionsLennart Poettering
2015-11-12core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering
2015-11-12install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering
2015-11-11Merge pull request #1837 from poettering/grabbag2Tom Gundersen
2015-11-10Remove snapshot unit typeZbigniew Jędrzejewski-Szmek
2015-11-10core: try to continue if coldplugging of a unit failsLennart Poettering
2015-11-02core: be more verbose when NameOwnerChanged subscriptions failDaniel Mack
2015-10-31core: set_unit_path overwrites SYSTEMD_UNIT_PATHEvgeny Vereshchagin
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