| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix several small typos | Jonathan Boulle | 2014-05-25 | 1 | -3/+3 |
* | cgroups: simplify CPUQuota= logic | Lennart Poettering | 2014-05-22 | 1 | -1/+0 |
* | cgroup: rework startup logic | Lennart Poettering | 2014-05-22 | 1 | -6/+12 |
* | core: add startup resource control option | WaLyong Cho | 2014-05-22 | 1 | -0/+18 |
* | core: make sure to serialize jobs for all units | Lennart Poettering | 2014-05-16 | 1 | -22/+21 |
* | Make sure that keys are properly removed from hashmap | Zbigniew Jędrzejewski-Szmek | 2014-05-15 | 1 | -2/+10 |
* | core: expose CFS CPU time quota as high-level unit properties | Lennart Poettering | 2014-04-25 | 1 | -0/+1 |
* | core: rework context initialization/destruction logic | Lennart Poettering | 2014-03-19 | 1 | -88/+134 |
* | core: when PrivateTmp= is set for a unit, make sure to order it after /tmp an... | Lennart Poettering | 2014-03-19 | 1 | -5/+16 |
* | core: drop CAP_MKNOD when PrivateDevices= is set | Lennart Poettering | 2014-03-18 | 1 | -0/+3 |
* | core, libsystemd, systemd, timedate, udev: spelling fixes | Miklos Vajna | 2014-03-17 | 1 | -1/+1 |
* | core: introduce system state enum | Lennart Poettering | 2014-03-12 | 1 | -0/+10 |
* | Make tables for DEFINE_STRING_TABLE_LOOKUP consistent | Daniel Mack | 2014-03-07 | 1 | -1/+1 |
* | core: correctly unregister PIDs from PID hashtables | Lennart Poettering | 2014-03-06 | 1 | -24/+18 |
* | missing: if RLIMIT_RTTIME is not defined by the libc, then we need a new defi... | Lennart Poettering | 2014-03-05 | 1 | -1/+1 |
* | Introduce strv_consume which takes ownership | Zbigniew Jędrzejewski-Szmek | 2014-03-04 | 1 | -4/+2 |
* | bus: add sd_bus_track object for tracking peers, and port core over to it | Lennart Poettering | 2014-03-03 | 1 | -1/+2 |
* | exec: imply NoNewPriviliges= only when seccomp filters are used in user mode | Lennart Poettering | 2014-02-26 | 1 | -0/+8 |
* | core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo... | Lennart Poettering | 2014-02-24 | 1 | -1/+18 |
* | core: gc half-created stub units | Lennart Poettering | 2014-02-24 | 1 | -3/+0 |
* | macro: introduce a nice macro for disabling -Wformat-nonliteral temporarily | Lennart Poettering | 2014-02-20 | 1 | -9/+6 |
* | core/unit: fix unit_add_target_dependencies() for units with no dependencies | Daniel Mack | 2014-02-20 | 1 | -1/+1 |
* | util: generalize code that checks whether PIDs are alive or unwaited for | Lennart Poettering | 2014-02-18 | 1 | -1/+1 |
* | core: fix property changes in transient units | Lennart Poettering | 2014-02-17 | 1 | -7/+6 |
* | unit: slice dependencies should not be subject to DefaultDependencies | Lennart Poettering | 2014-02-17 | 1 | -18/+22 |
* | core: rework cgroup mask propagation | Lennart Poettering | 2014-02-17 | 1 | -9/+5 |
* | core: make StopWhenUnneeded work in conjunction with units that fail | Lennart Poettering | 2014-02-13 | 1 | -4/+5 |
* | core: one step back again, for nspawn we actually can't wait for cgroups runn... | Lennart Poettering | 2014-02-07 | 1 | -1/+9 |
* | core: allow PIDs to be watched by two units at the same time | Lennart Poettering | 2014-02-07 | 1 | -7/+21 |
* | core: don't send duplicate SIGCONT when killing units | Lennart Poettering | 2014-02-07 | 1 | -1/+1 |
* | core: watch SIGCHLD more closely to track processes of units with no reliable... | Lennart Poettering | 2014-02-07 | 1 | -12/+112 |
* | core: only send SIGHUP when doing first kill, not when doing final sigkill | Lennart Poettering | 2014-02-06 | 1 | -3/+3 |
* | core: don't wait for non-control/non-main processes when killing processes on... | Lennart Poettering | 2014-02-05 | 1 | -9/+11 |
* | core: in containers, don't wait for cgroup empty notifications which will nev... | Lennart Poettering | 2014-01-29 | 1 | -3/+14 |
* | core: use a bit more PID_FMT | Lennart Poettering | 2014-01-29 | 1 | -5/+2 |
* | core: introduce new KillMode=mixed which sends SIGTERM only to the main proce... | Lennart Poettering | 2014-01-29 | 1 | -1/+2 |
* | core: require mounts for the root and working directories | Zbigniew Jędrzejewski-Szmek | 2014-01-27 | 1 | -0/+12 |
* | core: simplify check for path absoluteness | Zbigniew Jędrzejewski-Szmek | 2014-01-27 | 1 | -5/+3 |
* | Use enums to make it obvious what boolean params mean | Zbigniew Jędrzejewski-Szmek | 2013-12-26 | 1 | -1/+1 |
* | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen | 2013-12-14 | 1 | -0/+3 |
* | Get rid of our reimplementation of basename | Zbigniew Jędrzejewski-Szmek | 2013-12-07 | 1 | -2/+2 |
* | systemd: treat reload failure as failure | Zbigniew Jędrzejewski-Szmek | 2013-12-03 | 1 | -1/+4 |
* | bus: add .busname unit type to implement kdbus-style bus activation | Lennart Poettering | 2013-12-02 | 1 | -2/+3 |
* | core: initialize variable | Kay Sievers | 2013-11-28 | 1 | -1/+1 |
* | service: add the ability for units to join other unit's PrivateNetwork= and P... | Lennart Poettering | 2013-11-27 | 1 | -22/+96 |
* | core: replace OnFailureIsolate= setting by a more generic OnFailureJobMode= s... | Lennart Poettering | 2013-11-26 | 1 | -5/+6 |
* | core: include following set data in dump | Lennart Poettering | 2013-11-25 | 1 | -1/+12 |
* | cgroups: Cache controller masks and optimize queues. | David Strauss | 2013-11-22 | 1 | -2/+6 |
* | core: convert PID 1 to libsystemd-bus | Lennart Poettering | 2013-11-20 | 1 | -133/+21 |
* | Fix RemainAfterExit services keeping a hold on console | Olivier Brunel | 2013-11-16 | 1 | -0/+3 |