summaryrefslogtreecommitdiff
path: root/src/core/scope.c
Commit message (Expand)AuthorAgeFilesLines
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-0/+4
* core: use the unified hierarchy for the systemd cgroup controller hierarchyTejun Heo2016-08-171-1/+1
* core: rename cg_unified() to cg_all_unified()Tejun Heo2016-08-151-1/+1
* core: remember first unit failure, not last unit failureLennart Poettering2016-08-041-2/+2
* core: when a scope was abandoned, always log about processes we killLennart Poettering2016-07-201-1/+13
* core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering2016-07-201-1/+1
* core: on unified we don't need to check u->pids: we can use proper notificati...Evgeny Vereshchagin2016-06-141-2/+3
* Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-1/+0
* Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-1/+0
* core: rework how transient unit files and property drop-ins workLennart Poettering2016-04-121-12/+13
* core: introduce MANAGER_IS_RELOADING() macroLennart Poettering2016-04-121-3/+3
* core: exclude .slice units from "systemctl isolate"Lennart Poettering2016-02-201-2/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering2016-02-041-2/+6
* core: rework unit timeout handling, and add new setting RuntimeMaxSec=Lennart Poettering2016-02-011-20/+17
* core: simplify scope unit GC checking code a bitLennart Poettering2015-11-131-10/+4
* core: simplify things a bit by checking default_dependencies boolean in calle...Lennart Poettering2015-11-111-5/+6
* Merge pull request #1837 from poettering/grabbag2Tom Gundersen2015-11-111-6/+7
|\
| * core: change return value of the unit's enumerate() call to voidLennart Poettering2015-11-101-6/+7
* | Remove snapshot unit typeZbigniew Jędrzejewski-Szmek2015-11-101-1/+0
|/
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+4
* core: ignore -.slice and init.scope when isolatingLennart Poettering2015-10-091-0/+3
* Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek2015-09-281-11/+0
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* scope: do not compare a bool return with "<= 0"Thomas Hindoe Paaboel Andersen2015-09-021-1/+1
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-7/+60
* cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering2015-09-011-1/+1
* unit: unify how we assing slices to unitsLennart Poettering2015-08-311-1/+1
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-1/+0
* core: only set event source name when we create an event sourceLennart Poettering2015-05-131-1/+1
* core,network: major per-object logging reworkLennart Poettering2015-05-111-10/+9
* core: annotate event sourcesTom Gundersen2015-04-291-1/+7
* scope: use correct enum typeThomas Hindoe Paaboel Andersen2015-04-281-1/+1
* core: when we cannot add PID to a scope cgroup, log about itLennart Poettering2015-04-281-1/+5
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-1/+1
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-1/+1
* core: expose consumed CPU time per unitLennart Poettering2015-03-021-0/+3
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* core: output unit status output strings to console, only if we actually are c...Lennart Poettering2015-01-281-2/+2
* scope: make attachment of initial PIDs a bit more robustLennart Poettering2014-12-101-5/+1
* core: remove unused variablesRonny Chevalier2014-11-301-4/+3
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-4/+2
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-1/+1
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-1/+1
* log: rearrange log function namingLennart Poettering2014-11-271-6/+6
* core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog2014-10-281-1/+1
* sd-event: rework API to support CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM...Lennart Poettering2014-03-241-1/+6
* core: rework context initialization/destruction logicLennart Poettering2014-03-191-8/+5