Age | Commit message (Expand) | Author |
2015-11-17 | core: don't generate warnings when write access to the cgroup fs fails in --u... | Lennart Poettering |
2015-10-27 | util-lib: move inotify-related definitions to fs-util.[ch] | Lennart Poettering |
2015-10-27 | process-util: rename get_parent_of_pid() → get_process_ppid() | Lennart Poettering |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more file I/O related calls into fileio.[ch] | Lennart Poettering |
2015-10-27 | util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-10-24 | util-lib: split our string related calls from util.[ch] into its own file str... | Lennart Poettering |
2015-09-16 | cgroup: add support for net_cls controllers | Daniel Mack |
2015-09-11 | cgroup: unify how we invalidate cgroup controller settings | Lennart Poettering |
2015-09-11 | core: refactor cpu shares/blockio weight cgroup logic | Lennart Poettering |
2015-09-10 | core: add support for the "pids" cgroup controller | Lennart Poettering |
2015-09-08 | cgroups: make sure the "devices" controller's enum is named the same way as t... | Lennart Poettering |
2015-09-04 | cgroups: delegation to unprivileged services is safe in the unified hierarchy | Lennart Poettering |
2015-09-04 | core: split up manager_get_unit_by_pid() | Lennart Poettering |
2015-09-04 | macro: introduce new PID_TO_PTR macros and make use of them | Lennart Poettering |
2015-09-02 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |
2015-09-01 | core: when looking for the unit for a process, look at the PID hashmaps first | Lennart Poettering |
2015-09-01 | cgroup: drop "ignore_self" argument from cg_is_empty() | Lennart Poettering |
2015-09-01 | units: enable waiting for unit termination in certain cases | Lennart Poettering |
2015-08-31 | unit: add new macros to test for unit contexts | Lennart Poettering |
2015-05-11 | core: rename SystemdRunningAs to ManagerRunningAs | Lennart Poettering |
2015-04-10 | shared: add process-util.[ch] | Ronny Chevalier |
2015-03-02 | core: expose consumed CPU time per unit | Lennart Poettering |
2015-01-31 | core/cgroup: fix embarrassing typo | Zbigniew Jędrzejewski-Szmek |
2015-01-26 | treewide: fix multiple typos | Torstein Husebø |
2015-01-19 | cgroup: fix typo | Daniel Mack |
2015-01-05 | cgroup: memory limits on / are not supported | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | cgroup: fix error message | Zbigniew Jędrzejewski-Szmek |
2015-01-05 | cgroup: downgrade log messages when we cannot write to cgroup trees that are ... | Lennart Poettering |
2014-12-10 | scope: make attachment of initial PIDs a bit more robust | Lennart Poettering |
2014-12-10 | core: don't migrate PIDs for units that may contain subcgroups, do this only ... | Lennart Poettering |
2014-12-09 | core: rename unit_destroy_cgroup() to unit_destroy_cgroup_if_empty() since it... | Lennart Poettering |
2014-12-09 | cgroup: Handle error when destroying cgroup | Ross Lagerwall |
2014-11-28 | treewide: another round of simplifications | Michal Schmidt |
2014-11-28 | treewide: use log_*_errno whenever %m is in the format string | Michal Schmidt |
2014-11-28 | treewide: more log_*_errno + return simplifications | Michal Schmidt |
2014-11-28 | treewide: no need to negate errno for log_*_errno() | Michal Schmidt |
2014-11-28 | treewide: auto-convert the simple cases to log_*_errno() | Michal Schmidt |
2014-11-05 | core: introduce new Delegate=yes/no property controlling creation of cgroup s... | Lennart Poettering |
2014-09-29 | Do not format USEC_INFINITY as NULL | Zbigniew Jędrzejewski-Szmek |
2014-08-22 | core: split up "starting" manager state into "initializing" and "starting" | Lennart Poettering |
2014-08-15 | cgroup: only generate warnings if actually writing to cgroup attributes failed | Lennart Poettering |
2014-08-15 | cgroup: downgrade log messages about non-existant cgroup attributes to LOG_DEBUG | Lennart Poettering |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers |
2014-07-20 | test-engine: fix access to unit load path | Zbigniew Jędrzejewski-Szmek |
2014-05-22 | cgroups: simplify CPUQuota= logic | Lennart Poettering |
2014-05-22 | cgroups: always propagate controller membership to siblings, for all controllers | Lennart Poettering |