summaryrefslogtreecommitdiffstats
path: root/src/core/unit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix several small typosJonathan Boulle2014-05-251-3/+3
* cgroups: simplify CPUQuota= logicLennart Poettering2014-05-221-1/+0
* cgroup: rework startup logicLennart Poettering2014-05-221-6/+12
* core: add startup resource control optionWaLyong Cho2014-05-221-0/+18
* core: make sure to serialize jobs for all unitsLennart Poettering2014-05-161-22/+21
* Make sure that keys are properly removed from hashmapZbigniew Jędrzejewski-Szmek2014-05-151-2/+10
* core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering2014-04-251-0/+1
* core: rework context initialization/destruction logicLennart Poettering2014-03-191-88/+134
* core: when PrivateTmp= is set for a unit, make sure to order it after /tmp an...Lennart Poettering2014-03-191-5/+16
* core: drop CAP_MKNOD when PrivateDevices= is setLennart Poettering2014-03-181-0/+3
* core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna2014-03-171-1/+1
* core: introduce system state enumLennart Poettering2014-03-121-0/+10
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-071-1/+1
* core: correctly unregister PIDs from PID hashtablesLennart Poettering2014-03-061-24/+18
* missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering2014-03-051-1/+1
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-041-4/+2
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-031-1/+2
* exec: imply NoNewPriviliges= only when seccomp filters are used in user modeLennart Poettering2014-02-261-0/+8
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-241-1/+18
* core: gc half-created stub unitsLennart Poettering2014-02-241-3/+0
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-201-9/+6
* core/unit: fix unit_add_target_dependencies() for units with no dependenciesDaniel Mack2014-02-201-1/+1
* util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering2014-02-181-1/+1
* core: fix property changes in transient unitsLennart Poettering2014-02-171-7/+6
* unit: slice dependencies should not be subject to DefaultDependenciesLennart Poettering2014-02-171-18/+22
* core: rework cgroup mask propagationLennart Poettering2014-02-171-9/+5
* core: make StopWhenUnneeded work in conjunction with units that failLennart Poettering2014-02-131-4/+5
* core: one step back again, for nspawn we actually can't wait for cgroups runn...Lennart Poettering2014-02-071-1/+9
* core: allow PIDs to be watched by two units at the same timeLennart Poettering2014-02-071-7/+21
* core: don't send duplicate SIGCONT when killing unitsLennart Poettering2014-02-071-1/+1
* core: watch SIGCHLD more closely to track processes of units with no reliable...Lennart Poettering2014-02-071-12/+112
* core: only send SIGHUP when doing first kill, not when doing final sigkillLennart Poettering2014-02-061-3/+3
* core: don't wait for non-control/non-main processes when killing processes on...Lennart Poettering2014-02-051-9/+11
* core: in containers, don't wait for cgroup empty notifications which will nev...Lennart Poettering2014-01-291-3/+14
* core: use a bit more PID_FMTLennart Poettering2014-01-291-5/+2
* core: introduce new KillMode=mixed which sends SIGTERM only to the main proce...Lennart Poettering2014-01-291-1/+2
* core: require mounts for the root and working directoriesZbigniew Jędrzejewski-Szmek2014-01-271-0/+12
* core: simplify check for path absolutenessZbigniew Jędrzejewski-Szmek2014-01-271-5/+3
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-261-1/+1
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-141-0/+3
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-071-2/+2
* systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek2013-12-031-1/+4
* bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering2013-12-021-2/+3
* core: initialize variableKay Sievers2013-11-281-1/+1
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-271-22/+96
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-261-5/+6
* core: include following set data in dumpLennart Poettering2013-11-251-1/+12
* cgroups: Cache controller masks and optimize queues.David Strauss2013-11-221-2/+6
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-201-133/+21
* Fix RemainAfterExit services keeping a hold on consoleOlivier Brunel2013-11-161-0/+3