summaryrefslogtreecommitdiff
path: root/src/core/unit.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove useless NULLs from strjoinaZbigniew Jędrzejewski-Szmek2016-04-131-7/+6
* basic/util: silence stupid gcc warnings about unitialized variableZbigniew Jędrzejewski-Szmek2016-04-131-4/+5
* core: keep track of the mtime of the transient unit file we wroteLennart Poettering2016-04-121-0/+2
* core: optimize unit_write_drop_in a bitLennart Poettering2016-04-121-3/+5
* core: when creating a drop-in snippet, add a comment explaining this to itLennart Poettering2016-04-121-2/+5
* tree-wide: add new SIGNAL_VALID() macro-like function that validates signal n...Lennart Poettering2016-04-121-2/+2
* core: rework how transient unit files and property drop-ins workLennart Poettering2016-04-121-6/+55
* core: don't reorder drop-ins when changing propertiesLennart Poettering2016-04-121-1/+0
* core: add a separate unit directory for transient unitsLennart Poettering2016-04-121-33/+29
* core: introduce MANAGER_IS_RELOADING() macroLennart Poettering2016-04-121-6/+6
* core: remove ManagerRunningAs enumLennart Poettering2016-04-121-9/+9
* Do not report masked units as changed (#2921)Zbigniew Jędrzejewski-Szmek2016-04-121-33/+29
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-3/+3
* core: fix indenting in dump outputLennart Poettering2016-02-121-1/+1
* cgroup: remove support for NetClass= directiveDaniel Mack2016-02-101-27/+0
* Merge pull request #2569 from zonque/removalsMartin Pitt2016-02-101-2/+0
|\
| * tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* | core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering2016-02-101-9/+37
|/
* treewide: fix typos and spacingTorstein Husebø2016-02-071-1/+1
* core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering2016-02-011-1/+2
* core: store for each unit when the last low-level unit state change took placeLennart Poettering2016-02-011-8/+24
* core: make sure "systemctl reload-or-try-restart is actually a noop if a unit...Lennart Poettering2016-01-281-0/+2
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* capabilities: keep bounding set in non-inverted format.Ismo Puustinen2016-01-121-1/+1
* tree-wide: unify argument lists of IN_SET()Daniel Mack2016-01-101-1/+1
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-2/+2
* core: Do not bind a mount unit to a device, if it was from mountinfoHarald Hoyer2015-11-241-2/+4
* core: Minor cleaning up of unit/log status and log logicLennart Poettering2015-11-171-13/+16
* core: make unit_make_transient() more thoroughLennart Poettering2015-11-171-3/+9
* core: move check whether a unit is suitable to become transient into unit.cLennart Poettering2015-11-171-0/+20
* core: now that .snapshot unit are gone, we don't need the per-type .no_gc boo...Lennart Poettering2015-11-131-3/+0
* core: add new DefaultTasksMax= setting for system.confLennart Poettering2015-11-131-0/+3
* Merge pull request #1869 from poettering/kill-overridableMichal Schmidt2015-11-131-30/+14
|\
| * core: drop "override" flag when building transactionsLennart Poettering2015-11-121-11/+14
| * core: remove support for RequiresOverridable= and RequisiteOverridable=Lennart Poettering2015-11-121-19/+0
* | install: follow unit file symlinks in /usr, but not /etc when looking for [In...Lennart Poettering2015-11-121-4/+12
|/
* Merge pull request #1837 from poettering/grabbag2Tom Gundersen2015-11-111-10/+9
|\
| * core: try to continue if coldplugging of a unit failsLennart Poettering2015-11-101-10/+9
* | Remove snapshot unit typeZbigniew Jędrzejewski-Szmek2015-11-101-5/+2
|/
* core: be more verbose when NameOwnerChanged subscriptions failDaniel Mack2015-11-021-1/+1
* core: set_unit_path overwrites SYSTEMD_UNIT_PATHEvgeny Vereshchagin2015-10-311-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split stat()/statfs()/stavfs() related calls into stat-util.[ch]Lennart Poettering2015-10-271-0/+1
* util: remove path_get_parent(), in favour of dirname_malloc()Lennart Poettering2015-10-271-3/+2
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-1/+2
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-19/+22
* tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen2015-10-191-73/+0
* unit: allocate bus name match string on the stackLennart Poettering2015-10-171-11/+8