summaryrefslogtreecommitdiff
path: root/src/core/unit.c
Commit message (Expand)AuthorAge
* Rename user_runtime to user_runtime_dirZbigniew Jędrzejewski-Szmek2014-10-02
* add a transient user unit directorySteven Allen2014-10-02
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* Fix a few more typosRuben Kerkhof2014-08-30
* core: unify how we generate the prefix string when dumping unit stateLennart Poettering2014-08-21
* core: minor modernizationsLennart Poettering2014-08-18
* units: fix BindsTo= logic when applied relative to services with Type=oneshotLennart Poettering2014-08-18
* core: warn when merged units have conflicting dependenciesZbigniew Jędrzejewski-Szmek2014-08-07
* core: do not add dependencies to selfZbigniew Jędrzejewski-Szmek2014-08-07
* path-lookup: make SYSTEMD_UNIT_PATH more flexibleZbigniew Jędrzejewski-Szmek2014-07-20
* cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek2014-06-30
* Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek2014-06-30
* Fix several small typosJonathan Boulle2014-05-24
* cgroups: simplify CPUQuota= logicLennart Poettering2014-05-22
* cgroup: rework startup logicLennart Poettering2014-05-22
* core: add startup resource control optionWaLyong Cho2014-05-22
* core: make sure to serialize jobs for all unitsLennart Poettering2014-05-16
* Make sure that keys are properly removed from hashmapZbigniew Jędrzejewski-Szmek2014-05-15
* core: expose CFS CPU time quota as high-level unit propertiesLennart Poettering2014-04-25
* 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