summaryrefslogtreecommitdiff
path: root/src/core/scope.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-241-0/+2
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-201-1/+1
* core: watch SIGCHLD more closely to track processes of units with no reliable...Lennart Poettering2014-02-071-32/+66
* core: introduce new stop protocol for unit scopesLennart Poettering2014-01-311-7/+19
* core: make sure to always go through both SIGTERM and SIGKILL states of unitsLennart Poettering2014-01-291-1/+3
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+16
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-1/+0
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-26/+44
* Configurable Timeouts/Restarts default valuesOleksii Shevchuk2013-11-051-1/+1
* cgroup: if we do a cgroup operation then do something on all supported contro...Lennart Poettering2013-09-251-1/+1
* core: failed scope units may not be restartedLennart Poettering2013-09-111-0/+3
* scope: don't require an initialized PIDs set when deserializingLennart Poettering2013-07-101-1/+1
* scope: fix state string tableLennart Poettering2013-07-021-1/+1
* scope: implement reset-failed commandLennart Poettering2013-07-021-0/+13
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-011-0/+466