summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
2016-04-22core,systemctl: add bus API to retrieve processes of a unitLennart Poettering
2016-04-21tree-wide: use mdash instead of a two minusesZbigniew Jędrzejewski-Szmek
2016-04-13tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek
2016-04-13basic/util: silence stupid gcc warnings about unitialized variableZbigniew Jędrzejewski-Szmek
2016-04-12core: keep track of the mtime of the transient unit file we wroteLennart Poettering
2016-04-12core: optimize unit_write_drop_in a bitLennart Poettering
2016-04-12core: when creating a drop-in snippet, add a comment explaining this to itLennart Poettering
2016-04-12tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering
2016-04-12core: rework how transient unit files and property drop-ins workLennart Poettering
2016-04-12core: don't reorder drop-ins when changing propertiesLennart Poettering
2016-04-12core: add a separate unit directory for transient unitsLennart Poettering
2016-04-12core: introduce MANAGER_IS_RELOADING() macroLennart Poettering
2016-04-12core: remove ManagerRunningAs enumLennart Poettering
2016-04-12Do not report masked units as changed (#2921)Zbigniew Jędrzejewski-Szmek
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-12core: fix indenting in dump outputLennart Poettering
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