summaryrefslogtreecommitdiff
path: root/src/core/unit.h
Commit message (Expand)AuthorAgeFilesLines
* unit: drop support for pre-v44 job serializationLennart Poettering2015-05-191-6/+0
* core: also enforce ratelimiter if we stop a unit due to BindsTo=Lennart Poettering2015-05-191-2/+2
* core: use bitfield where possibleLennart Poettering2015-05-191-1/+1
* core: enforce a ratelimiter when stopping units due to StopWhenUnneeded=1Lennart Poettering2015-05-191-0/+3
* unit: move unit_warn_if_dir_nonempty() and friend to unit.cLennart Poettering2015-05-111-0/+3
* core,network: major per-object logging reworkLennart Poettering2015-05-111-17/+21
* core: simplify unit type detection logicLennart Poettering2015-04-301-1/+7
* core: always coldplug units that are triggered by other units before thoseLennart Poettering2015-04-241-0/+4
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-241-9/+3
* service: make kill operation mapping explicitLennart Poettering2015-04-211-0/+2
* core: do not spawn jobs or touch other units during coldpluggingIvan Shapovalov2015-03-071-3/+9
* core: expose consumed CPU time per unitLennart Poettering2015-03-021-0/+3
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-9/+0
* Add missing includes in header filesThomas Hindoe Paaboel Andersen2015-02-121-1/+1
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-061-1/+5
* unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering2014-12-151-0/+4
* core: correct spacing near eol in code commentsTorstein Husebø2014-12-111-1/+1
* systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering2014-12-021-1/+3
* core: add log_unit_*_errno() macrosMichal Schmidt2014-11-281-0/+7
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-281-1/+1
* log: rearrange log function namingLennart Poettering2014-11-271-8/+8
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-271-1/+3
* shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering2014-11-061-1/+1
* core: get rid of condition.c and move the remaining call into util.cLennart Poettering2014-11-061-1/+1
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-061-0/+3
* core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog2014-10-281-1/+7
* job: optionally, when a job timeout is hit, also execute a failure actionLennart Poettering2014-10-281-0/+4
* Rearrange Unit to make pahole happyZbigniew Jędrzejewski-Szmek2014-10-251-9/+9
* unit: move UnitDependency to unit-nameLukas Nykryn2014-10-081-51/+0
* core: rework context initialization/destruction logicLennart Poettering2014-03-191-3/+3
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-241-1/+2
* core: rework cgroup mask propagationLennart Poettering2014-02-171-1/+4
* core: watch SIGCHLD more closely to track processes of units with no reliable...Lennart Poettering2014-02-071-0/+9
* core: add function to tell when job will time outZbigniew Jędrzejewski-Szmek2014-01-271-0/+2
* core: no need to list properties for PropertiesChanged messages anymoreLennart Poettering2013-12-221-3/+0
* bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering2013-12-021-5/+7
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-271-0/+11
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-261-2/+2
* core: include following set data in dumpLennart Poettering2013-11-251-2/+1
* cgroups: Cache controller masks and optimize queues.David Strauss2013-11-221-0/+1
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-23/+18
* Remove dead code and unexport some callsLennart Poettering2013-11-081-5/+0
* macro: clean up usage of gcc attributesLennart Poettering2013-10-161-4/+4
* core: rework how we match mount units against each otherLennart Poettering2013-09-261-2/+4
* core: simplify drop-in writing logic a bitLennart Poettering2013-07-111-1/+5
* core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering2013-07-011-0/+2
* core: add transient unitsLennart Poettering2013-06-281-0/+8
* dbus: make more cgroup attributes runtime settableLennart Poettering2013-06-271-0/+1
* dbus: add infrastructure for changing multiple properties at once on units an...Lennart Poettering2013-06-271-2/+14
* core: general cgroup reworkLennart Poettering2013-06-271-13/+16