summaryrefslogtreecommitdiff
path: root/src/core/unit.c
Commit message (Expand)AuthorAge
* core: rework context initialization/destruction logicLennart Poettering2014-03-19
* core: when PrivateTmp= is set for a unit, make sure to order it after /tmp an...Lennart Poettering2014-03-19
* core: drop CAP_MKNOD when PrivateDevices= is setLennart Poettering2014-03-18
* core, libsystemd, systemd, timedate, udev: spelling fixesMiklos Vajna2014-03-17
* core: introduce system state enumLennart Poettering2014-03-12
* Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack2014-03-07
* core: correctly unregister PIDs from PID hashtablesLennart Poettering2014-03-06
* missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi...Lennart Poettering2014-03-05
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-04
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-03
* exec: imply NoNewPriviliges= only when seccomp filters are used in user modeLennart Poettering2014-02-26
* core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering2014-02-24
* core: gc half-created stub unitsLennart Poettering2014-02-24
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-20
* core/unit: fix unit_add_target_dependencies() for units with no dependenciesDaniel Mack2014-02-20
* util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering2014-02-18
* core: fix property changes in transient unitsLennart Poettering2014-02-17
* unit: slice dependencies should not be subject to DefaultDependenciesLennart Poettering2014-02-17
* core: rework cgroup mask propagationLennart Poettering2014-02-17
* core: make StopWhenUnneeded work in conjunction with units that failLennart Poettering2014-02-13
* core: one step back again, for nspawn we actually can't wait for cgroups runn...Lennart Poettering2014-02-07
* core: allow PIDs to be watched by two units at the same timeLennart Poettering2014-02-07
* core: don't send duplicate SIGCONT when killing unitsLennart Poettering2014-02-07
* core: watch SIGCHLD more closely to track processes of units with no reliable...Lennart Poettering2014-02-07
* core: only send SIGHUP when doing first kill, not when doing final sigkillLennart Poettering2014-02-06
* core: don't wait for non-control/non-main processes when killing processes on...Lennart Poettering2014-02-05
* core: in containers, don't wait for cgroup empty notifications which will nev...Lennart Poettering2014-01-29
* core: use a bit more PID_FMTLennart Poettering2014-01-29
* core: introduce new KillMode=mixed which sends SIGTERM only to the main proce...Lennart Poettering2014-01-29
* core: require mounts for the root and working directoriesZbigniew Jędrzejewski-Szmek2014-01-27
* core: simplify check for path absolutenessZbigniew Jędrzejewski-Szmek2014-01-27
* Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek2013-12-26
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-14
* Get rid of our reimplementation of basenameZbigniew Jędrzejewski-Szmek2013-12-06
* systemd: treat reload failure as failureZbigniew Jędrzejewski-Szmek2013-12-02
* bus: add .busname unit type to implement kdbus-style bus activationLennart Poettering2013-12-02
* core: initialize variableKay Sievers2013-11-28
* service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering2013-11-27
* core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s...Lennart Poettering2013-11-26
* core: include following set data in dumpLennart Poettering2013-11-25
* cgroups: Cache controller masks and optimize queues.David Strauss2013-11-22
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* Fix RemainAfterExit services keeping a hold on consoleOlivier Brunel2013-11-16
* core: some more _cleanup_free_Zbigniew Jędrzejewski-Szmek2013-11-15
* Only disable output on console during boot if neededOlivier Brunel2013-11-13
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* drop-ins: check return valueZbigniew Jędrzejewski-Szmek2013-10-13
* core: rework how we match mount units against each otherLennart Poettering2013-09-26
* Do not realloc strings, which are already in the hashmap as keysHarald Hoyer2013-08-28