summaryrefslogtreecommitdiff
path: root/src/core/unit.c
AgeCommit message (Expand)Author
2015-02-12include <poll.h> instead of <sys/poll.h>Thomas Hindoe Paaboel Andersen
2015-02-12core: don't fail to run services in --user instances if $HOME is missingLennart Poettering
2015-02-11core: correct a log messageLennart Poettering
2015-02-03util: rework strappenda(), and rename it strjoina()Lennart Poettering
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek
2015-01-28core: output unit status output strings to console, only if we actually are c...Lennart Poettering
2015-01-06core: add new logic for services to store file descriptors in PID 1Lennart Poettering
2015-01-05core: rework counting of running jobsLennart Poettering
2014-12-30tree-wide: spelling fixesVeres Lajos
2014-12-16Move dropin listing to sharedZbigniew Jędrzejewski-Szmek
2014-12-15unit: handle nicely of certain unit types are not supported on specific systemsLennart Poettering
2014-12-10sd-bus: move common errors src/shared/bus-errors.h → src/libsystemd/sd-bus/...Lennart Poettering
2014-12-09unit: update unit dropin paths and time when dropin file is written.WaLyong Cho
2014-12-09core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it...Lennart Poettering
2014-12-02systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering
2014-11-28core: convert log_unit_*() to log_unit_*_errno()Michal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-06core: get rid of condition.c and move the remaining call into util.cLennart Poettering
2014-11-06core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering
2014-10-30Convert the rest to sd_bus_errnomapZbigniew Jędrzejewski-Szmek
2014-10-28core: send sigabrt on watchdog timeout to get the stacktraceUmut Tezduyar Lindskog
2014-10-27manager: convert ephemeral to enumZbigniew Jędrzejewski-Szmek
2014-10-28job: optionally, when a job timeout is hit, also execute a failure actionLennart Poettering
2014-10-23unit: adjust for the possibility of set_move() failingMichal Schmidt
2014-10-23unit: place reservations before merging other's dependenciesMichal Schmidt
2014-10-08unit: move UnitDependency to unit-nameLukas Nykryn
2014-10-02Rename user_runtime to user_runtime_dirZbigniew Jędrzejewski-Szmek
2014-10-02add a transient user unit directorySteven Allen
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-08-30Fix a few more typosRuben Kerkhof
2014-08-21core: unify how we generate the prefix string when dumping unit stateLennart Poettering
2014-08-18core: minor modernizationsLennart Poettering
2014-08-18units: fix BindsTo= logic when applied relative to services with Type=oneshotLennart Poettering
2014-08-07core: warn when merged units have conflicting dependenciesZbigniew Jędrzejewski-Szmek
2014-08-07core: do not add dependencies to selfZbigniew Jędrzejewski-Szmek
2014-07-20path-lookup: make SYSTEMD_UNIT_PATH more flexibleZbigniew Jędrzejewski-Szmek
2014-06-30cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek
2014-06-30Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek
2014-05-24Fix several small typosJonathan Boulle
2014-05-22cgroups: simplify CPUQuota= logicLennart Poettering
2014-05-22cgroup: rework startup logicLennart Poettering
2014-05-22core: add startup resource control optionWaLyong Cho
2014-05-16core: make sure to serialize jobs for all unitsLennart Poettering
2014-05-15Make sure that keys are properly removed from hashmapZbigniew Jędrzejewski-Szmek
2014-04-25core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering
2014-03-19core: rework context initialization/destruction logicLennart Poettering
2014-03-19core: when PrivateTmp= is set for a unit, make sure to order it after /tmp an...Lennart Poettering
2014-03-18core: drop CAP_MKNOD when PrivateDevices= is setLennart Poettering
2014-03-17core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna