summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-29core: in containers, don't wait for cgroup empty notifications which will nev...Lennart Poettering1-3/+14
2014-01-29core: use a bit more PID_FMTLennart Poettering1-5/+2
2014-01-29core: introduce new KillMode=mixed which sends SIGTERM only to the main proce...Lennart Poettering1-1/+2
2014-01-27core: require mounts for the root and working directoriesZbigniew Jędrzejewski-Szmek1-0/+12
2014-01-27core: simplify check for path absolutenessZbigniew Jędrzejewski-Szmek1-5/+3
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek1-1/+1
2013-12-14Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen1-0/+3
2013-12-06Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek1-2/+2
2013-12-02systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek1-1/+4
2013-12-02bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering1-2/+3
2013-11-28core: initialize variableKay Sievers1-1/+1
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering1-22/+96
2013-11-26core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering1-5/+6
2013-11-25core: include following set data in dumpLennart Poettering1-1/+12
2013-11-22cgroups: Cache controller masks and optimize queues.David Strauss1-2/+6
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering1-133/+21
2013-11-16Fix RemainAfterExit services keeping a hold on consoleOlivier Brunel1-0/+3
2013-11-15core: some more _cleanup_free_Zbigniew Jędrzejewski-Szmek1-16/+22
2013-11-13Only disable output on console during boot if neededOlivier Brunel1-1/+1
2013-11-08Remove dead code and unexport some callsLennart Poettering1-61/+39
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering1-14/+14
2013-10-13drop-ins: check return valueZbigniew Jędrzejewski-Szmek1-0/+3
2013-09-26core: rework how we match mount units against each otherLennart Poettering1-29/+133
2013-08-28Do not realloc strings, which are already in the hashmap as keysHarald Hoyer1-1/+1
2013-08-08dbus: use _cleanup_free_ instead of freeing ourselfRonny Chevalier1-22/+14
2013-07-30core: optionally send SIGHUP in addition to the configured kill signalLennart Poettering1-31/+53
2013-07-17systemd,systemctl: export condition status and show failing conditionZbigniew Jędrzejewski-Szmek1-1/+2
2013-07-17systemd: log failed conditionsZbigniew Jędrzejewski-Szmek1-1/+1
2013-07-15systemd: do not output status messages once gettys are runningZbigniew Jędrzejewski-Szmek1-4/+8
2013-07-12unit: check correct variable after strdupLukas Nykryn1-1/+1
2013-07-11core: simplify drop-in writing logic a bitLennart Poettering1-3/+55
2013-07-11cgroup: simplify how instantiated units are mapped to cgroupsLennart Poettering1-21/+7
2013-07-11core: implicitly create a per-template slice for all instantiated units by de...Lennart Poettering1-1/+34
2013-07-10unit: when deserializing cgroup path add it back into cgroup hashmapLennart Poettering1-1/+7
2013-07-10core: serialize/deserialize bus subscribersLennart Poettering1-1/+2
2013-07-02core: make GC more aggressiveLennart Poettering1-3/+0
2013-07-02machined: sync to /run after job completedLennart Poettering1-2/+7
2013-07-01core: add new "scope" unit type for making a unit of pre-existing processesLennart Poettering1-1/+2
2013-06-28core: add transient unitsLennart Poettering1-24/+119
2013-06-28unit: make sure the dropins we write are high-priorityLennart Poettering1-3/+3
2013-06-27dbus: make more cgroup attributes runtime settableLennart Poettering1-0/+19
2013-06-27dbus: add infrastructure for changing multiple properties at once on units an...Lennart Poettering1-9/+16
2013-06-27core: general cgroup reworkLennart Poettering1-358/+46
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering1-8/+19
2013-06-18core: unref slice ref after useLennart Poettering1-0/+2
2013-06-17core: add new .slice unit type for partitioning systemsLennart Poettering1-6/+47
2013-05-06core: unit_inactive_or_pending() should actually do as it claimsLennart Poettering1-0/+3
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek1-2/+2
2013-04-30cgroup: do not allow manipulating the cgroup path of units within the systemd...Lennart Poettering1-15/+20
2013-04-25core: remove duplicate MESSAGE= from log messageMirco Tischler1-1/+1