summaryrefslogtreecommitdiff
path: root/src/core/unit.h
Commit message (Expand)AuthorAgeFilesLines
* core: add "invocation ID" concept to service managerLennart Poettering2016-10-071-1/+9
* Merge pull request #3984 from poettering/refcntEvgeny Vereshchagin2016-08-261-0/+8
|\
| * core: cache last CPU usage counter, before destorying a cgroupLennart Poettering2016-08-221-0/+1
| * core: add Ref()/Unref() bus calls for unitsLennart Poettering2016-08-221-0/+7
* | core,network: Use const qualifiers for block-local variables in macro functio...Felipe Sateler2016-08-231-1/+1
|/
* core: add RemoveIPC= settingLennart Poettering2016-08-191-2/+16
* unit: remove orphaned cgroup_netclass_id fieldLennart Poettering2016-08-181-2/+0
* core: add cgroup CPU controller support on the unified hierarchyTejun Heo2016-08-071-2/+2
* core: add a concept of "dynamic" user ids, that are allocated as long as a se...Lennart Poettering2016-07-221-0/+5
* core: when forcibly killing/aborting left-over unit processes log about itLennart Poettering2016-07-201-0/+1
* manager: Only invoke a single sigchld per unit within a cleanup cycleKyle Walker2016-06-301-0/+3
* Merge pull request #3160 from htejun/cgroup-fixes-rev2Zbigniew Jędrzejewski-Szmek2016-05-071-0/+1
|\
| * core: make unit_has_mask_realized() consider controller enable stateTejun Heo2016-04-301-0/+1
* | Merge pull request #3170 from poettering/v230-preparation-fixesLennart Poettering2016-05-041-0/+2
|\ \
| * | core: move enforcement of the start limit into per-unit-type code againLennart Poettering2016-05-021-0/+2
| |/
* | Move no_instances information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-3/+0
* | Move no_alias information to shared/Zbigniew Jędrzejewski-Szmek2016-05-011-3/+0
|/
* core,systemctl: add bus API to retrieve processes of a unitLennart Poettering2016-04-221-0/+9
* core: rework how transient unit files and property drop-ins workLennart Poettering2016-04-121-0/+3
* 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-0/+7
|/
* 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