summaryrefslogtreecommitdiff
path: root/src/core/unit.h
Commit message (Expand)AuthorAgeFilesLines
* core: rework job_get_timeout() to use usec_t and handle USEC_INFINITY time ev...Lennart Poettering2016-02-041-1/+2
* core: store for each unit when the last low-level unit state change took placeLennart Poettering2016-02-011-0/+4
* core: Do not bind a mount unit to a device, if it was from mountinfoHarald Hoyer2015-11-241-1/+1
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-8/+8
* core: move check whether a unit is suitable to become transient into unit.cLennart Poettering2015-11-171-0/+2
* core: now that .snapshot unit are gone, we don't need the per-type .no_gc boo...Lennart Poettering2015-11-131-3/+0
* Merge pull request #1837 from poettering/grabbag2Tom Gundersen2015-11-111-2/+2
|\
| * core: change type of distribute_fds() prototype to return voidLennart Poettering2015-11-101-1/+1
| * core: change return value of the unit's enumerate() call to voidLennart Poettering2015-11-101-1/+1
* | Remove snapshot unit typeZbigniew Jędrzejewski-Szmek2015-11-101-8/+0
|/
* tree-wide: remove unused functionsThomas Hindoe Paaboel Andersen2015-10-191-5/+0
* unit: allocate bus name match string on the stackLennart Poettering2015-10-171-1/+1
* core: add support for setting stdin/stdout/stderr for transient servicesLennart Poettering2015-10-081-2/+6
* Move UnitActiveState to basic/Zbigniew Jędrzejewski-Szmek2015-09-281-15/+0
* cgroup: add support for net_cls controllersDaniel Mack2015-09-161-0/+5
* core: unified cgroup hierarchy supportLennart Poettering2015-09-011-6/+4
* unit: unify how we assing slices to unitsLennart Poettering2015-08-311-1/+2
* unit: add new macros to test for unit contextsLennart Poettering2015-08-311-0/+4
* core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-281-3/+0
* core: dbus: track bus names per unitDaniel Mack2015-08-061-0/+4
* core: fix confusing logging of instantaneous jobsMichal Schmidt2015-07-211-0/+1
* 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