Age | Commit message (Expand) | Author |
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-03 | Merge pull request #1123 from phomes/scope-no-bool-vs-int | Lennart Poettering |
2015-09-02 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-09-02 | scope: do not compare a bool return with "<= 0" | Thomas Hindoe Paaboel Andersen |
2015-09-02 | Merge pull request #1116 from poettering/unified-rebased | Lennart Poettering |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |
2015-09-01 | Merge pull request #1098 from filbranden/cpuaffinity2 | Lennart Poettering |
2015-09-01 | Merge pull request #1107 from msekletar/selinux-get-raw-context | Lennart Poettering |
2015-09-01 | core: Log parse errors in config_parse_cpu_affinity2 | Filipe Brandenburger |
2015-09-01 | Merge pull request #1111 from poettering/more-cgroup-fixes | Tom Gundersen |
2015-09-01 | core: rework when we kill with which signal | Lennart Poettering |
2015-09-01 | core: don't allow changing the slice of a unit while it is active | Lennart Poettering |
2015-09-01 | unit: small clean-ups | 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 | cgroup: small cleanups and coding style fixes | Lennart Poettering |
2015-09-01 | units: enable waiting for unit termination in certain cases | Lennart Poettering |
2015-09-01 | core: add OOM check in config_parse_join_controllers | Filipe Brandenburger |
2015-09-01 | core: Log parse errors in config_parse_join_controllers | Filipe Brandenburger |
2015-09-01 | unit: suppress unnecessary cgroup empty check | Lennart Poettering |
2015-09-01 | manager: don't write first-boot flag file all the time | Lennart Poettering |
2015-09-01 | selinux: always use *_raw API from libselinux | Michal Sekletar |
2015-08-31 | core: Use extract_first_word in config_parse_join_controllers | Filipe Brandenburger |
2015-08-31 | util: Declare a cleanup routine for a cpu_set_t | Filipe Brandenburger |
2015-08-31 | core: Use extract_first_word in config_parse_cpu_affinity2 | Filipe Brandenburger |
2015-08-31 | manager: remove ask-password fd from sd_event before closing it | Lennart Poettering |
2015-08-31 | unit: minor simplification | Lennart Poettering |
2015-08-31 | unit: unify how we assing slices to units | Lennart Poettering |
2015-08-31 | unit: add new macros to test for unit contexts | Lennart Poettering |
2015-08-31 | core: use DUAL_TIMESTAMP_NULL where we can | Lennart Poettering |
2015-08-31 | core: don't generate stub unit file for transient units | Lennart Poettering |
2015-08-31 | socket: fix setsockopt call. SOL_SOCKET changed to SOL_TCP. | Robin Hack |
2015-08-30 | core: add attribute printf to null_log() | Cristian RodrÃguez |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-08-27 | Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available" | David Herrmann |
2015-08-27 | selinux: drop mac_selinux_unit_access_check_strv() | David Herrmann |
2015-08-26 | selinux: fix regression of systemctl subcommands when absolute unit file path... | HATAYAMA Daisuke |
2015-08-25 | Merge pull request #1040 from poettering/cgroup-path-fix | Daniel Mack |
2015-08-25 | execute: make the invalid entry of the enum -1 | Thomas Hindoe Paaboel Andersen |
2015-08-25 | core: report root cgroup as "/" over the bus | Lennart Poettering |
2015-08-25 | core: drop spurious new line | Lennart Poettering |
2015-08-24 | core: open up more executable properties via the bus | Lennart Poettering |
2015-08-24 | core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entries | Lennart Poettering |
2015-08-21 | core: downgrade "Module inserted" message for kmod to DEBUG | Lennart Poettering |
2015-08-17 | Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2 | Lennart Poettering |
2015-08-17 | namespace helpers: Allow entering a UID namespace | Richard Maw |
2015-08-17 | Bug #944: Deletion of unnecessary checks before a few calls of systemd functions | Markus Elfring |
2015-08-16 | Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3 | Lennart Poettering |