summaryrefslogtreecommitdiff
path: root/src/core/unit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1501 from fbuihuu/fix-requires-mounts-for-directivesLennart Poettering2015-10-091-2/+12
|\
| * Make sure the mount units pulled by 'RequiresMountsFor=' are loaded (if they ...Franck Bui2015-10-081-2/+12
* | core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering2015-10-081-9/+56
* | Merge pull request #1419 from keszybz/shell-completionLennart Poettering2015-09-301-11/+0
|\ \
| * | Move UnitActiveState to basic/Zbigniew Jędrzejewski-Szmek2015-09-281-11/+0
| |/
* | core: add a "Requires=" dependency between units and the slices they are loca...Lennart Poettering2015-09-291-3/+3
|/
* core: extend KillUnit() to return error when no unit was killedJan Synacek2015-09-211-7/+19
* cgroup: add support for net_cls controllersDaniel Mack2015-09-161-0/+27
* core: allocate sets of startup and failed units on-demandLennart Poettering2015-09-111-2/+7
* core: refactor cpu shares/blockio weight cgroup logicLennart Poettering2015-09-111-2/+2
* core: add support for the "pids" cgroup controllerLennart Poettering2015-09-101-0/+1
* tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering2015-09-091-2/+1