summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-09-04core: split up manager_get_unit_by_pid()Lennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-09-03Merge pull request #1123 from phomes/scope-no-bool-vs-intLennart Poettering
2015-09-02tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-09-02scope: do not compare a bool return with "<= 0"Thomas Hindoe Paaboel Andersen
2015-09-02Merge pull request #1116 from poettering/unified-rebasedLennart Poettering
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01Merge pull request #1098 from filbranden/cpuaffinity2Lennart Poettering
2015-09-01Merge pull request #1107 from msekletar/selinux-get-raw-contextLennart Poettering
2015-09-01core: Log parse errors in config_parse_cpu_affinity2Filipe Brandenburger
2015-09-01Merge pull request #1111 from poettering/more-cgroup-fixesTom Gundersen
2015-09-01core: rework when we kill with which signalLennart Poettering
2015-09-01core: don't allow changing the slice of a unit while it is activeLennart Poettering
2015-09-01unit: small clean-upsLennart Poettering
2015-09-01core: when looking for the unit for a process, look at the PID hashmaps firstLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering
2015-09-01cgroup: small cleanups and coding style fixesLennart Poettering
2015-09-01units: enable waiting for unit termination in certain casesLennart Poettering
2015-09-01core: add OOM check in config_parse_join_controllersFilipe Brandenburger
2015-09-01core: Log parse errors in config_parse_join_controllersFilipe Brandenburger
2015-09-01unit: suppress unnecessary cgroup empty checkLennart Poettering
2015-09-01manager: don't write first-boot flag file all the timeLennart Poettering
2015-09-01selinux: always use *_raw API from libselinuxMichal Sekletar
2015-08-31core: Use extract_first_word in config_parse_join_controllersFilipe Brandenburger
2015-08-31util: Declare a cleanup routine for a cpu_set_tFilipe Brandenburger
2015-08-31core: Use extract_first_word in config_parse_cpu_affinity2Filipe Brandenburger
2015-08-31manager: remove ask-password fd from sd_event before closing itLennart Poettering
2015-08-31unit: minor simplificationLennart Poettering
2015-08-31unit: unify how we assing slices to unitsLennart Poettering
2015-08-31unit: add new macros to test for unit contextsLennart Poettering
2015-08-31core: use DUAL_TIMESTAMP_NULL where we canLennart Poettering
2015-08-31core: don't generate stub unit file for transient unitsLennart Poettering
2015-08-31socket: fix setsockopt call. SOL_SOCKET changed to SOL_TCP.Robin Hack
2015-08-30core: add attribute printf to null_log()Cristian Rodríguez
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-08-27Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann
2015-08-27selinux: drop mac_selinux_unit_access_check_strv()David Herrmann
2015-08-26selinux: fix regression of systemctl subcommands when absolute unit file path...HATAYAMA Daisuke
2015-08-25Merge pull request #1040 from poettering/cgroup-path-fixDaniel Mack
2015-08-25execute: make the invalid entry of the enum -1Thomas Hindoe Paaboel Andersen
2015-08-25core: report root cgroup as "/" over the busLennart Poettering
2015-08-25core: drop spurious new lineLennart Poettering
2015-08-24core: open up more executable properties via the busLennart Poettering
2015-08-24core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entriesLennart Poettering
2015-08-21core: downgrade "Module inserted" message for kmod to DEBUGLennart Poettering
2015-08-17Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2Lennart Poettering
2015-08-17namespace helpers: Allow entering a UID namespaceRichard Maw
2015-08-17Bug #944: Deletion of unnecessary checks before a few calls of systemd functionsMarkus Elfring
2015-08-16Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3Lennart Poettering
2015-08-11 sd-bus: do not connect to dbus-1 socket when kdbus is availableKay Sievers