summaryrefslogtreecommitdiff
path: root/src/core/unit.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering2013-06-201-0/+3
* core: add new .slice unit type for partitioning systemsLennart Poettering2013-06-171-9/+15
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-13/+13
* Add some extra __attribute__ ((format)) sCristian Rodríguez2013-04-251-1/+1
* unit: rework stop pending logicLennart Poettering2013-04-251-2/+3
* cgroup: always validate cgroup controller namesLennart Poettering2013-04-241-1/+0
* unit: rework trigger dependency logicLennart Poettering2013-04-231-2/+9
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-171-0/+2
* Introspect and monitor dropin configurationOleksii Shevchuk2013-04-011-0/+2
* core: single unit_kill implementation for all unit typesMichal Schmidt2013-03-131-0/+1
* core: redefine unit_status_printf()Michal Schmidt2013-02-281-2/+1
* core: add manager_status_printf()Michal Schmidt2013-02-281-1/+2
* unit: rework resource management APILennart Poettering2013-02-271-1/+2
* core: unify kill code of mount, service, socket, swap unitsLennart Poettering2013-01-261-0/+2
* unit: optionally allow making cgroup attribute changes persistentLennart Poettering2013-01-191-0/+6
* core: log USER_UNIT instead of UNIT if in user sessionMirco Tischler2013-01-181-1/+4
* core: add bus API and systemctl commands for altering cgroup parameters durin...Lennart Poettering2013-01-141-2/+2
* journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek2013-01-061-0/+7
* socket: support socket activation of containersLennart Poettering2012-12-221-0/+3
* timer: recalculate next elapse for calendar timer units when the system clock...Lennart Poettering2012-11-251-0/+3
* timer: implement calendar time eventsLennart Poettering2012-11-231-1/+1
* unit-printf: before resolving exec context specifiers check whether the objec...Lennart Poettering2012-09-181-0/+6
* unit: split unit_printf() and friends into its own .c fileLennart Poettering2012-09-181-4/+2
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-131-1/+1
* systemd: added new dependency PartOfMichal Sekletar2012-07-261-0/+2
* units: apply default resource limits to socket/mount/swap processes tooLennart Poettering2012-07-201-1/+1
* core: drop KillMode parameter from KillUnit() bus callLennart Poettering2012-07-201-2/+2
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* unit: don't serialize job state, only unit state across switch-rootLennart Poettering2012-07-181-1/+1