summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-09-04sd-login: rework error handlingLennart Poettering
2015-09-04sd-event: make sure RT signals are not droppedLennart Poettering
2015-09-04test: add one more test case for parse_pid()Lennart Poettering
2015-09-04nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering
2015-09-04cgroup: always read the supported controllers from the root cgroup of the loc...Lennart Poettering
2015-09-04cgroup: fix potential access of uninitialized variableLennart Poettering
2015-09-04cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ...Lennart Poettering
2015-09-04cgroup: fix potential bad memory accessLennart Poettering
2015-09-04cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroupsLennart Poettering
2015-09-04cgroup: when comparing agent paths, use path_equal()Lennart Poettering
2015-09-04audit: audit calls should return ENODATA when process are not in an audit ses...Lennart Poettering
2015-09-04util: document why parse_uid() returns ENXIOLennart Poettering
2015-09-04core: split up manager_get_unit_by_pid()Lennart Poettering
2015-09-04cgroup: move controller to dirname translation into join_path_legacy()Lennart Poettering
2015-09-04util: add new uid_is_valid() callLennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-09-03udev: ignore ENOEXEC from cgroup lookupDavid Herrmann
2015-09-03cg_get_path: Removed unreachable statementreverendhomer
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 #1119 from teg/virtio-namesKay Sievers
2015-09-02udev: net_id - support predictable ifnames on virtio busesTom Gundersen
2015-09-02Merge pull request #1116 from poettering/unified-rebasedLennart Poettering
2015-09-02Merge pull request #1112 from poettering/sd-bus-container-fixesDavid Herrmann
2015-09-02virt: detect parallels virtualizationEvgeny Vereshchagin
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-01sd-bus: when connecting to a container, don't fall back to host busLennart Poettering
2015-09-01sd-bus: when connecting to a kdbus container bus pass error upLennart Poettering
2015-09-01machined: introduce a ptsname_namespace() call and make use of itLennart Poettering
2015-09-01machined: call unlockpt() in container, not hostLennart 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-01Merge pull request #1099 from filbranden/joincontrollers2Lennart Poettering
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-01run: enable interactive authorizationEvgeny Vereshchagin
2015-09-01cgroup: the root cgroup is always populatedLennart 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-01cgroup: don't allow hidden cgroupsLennart Poettering
2015-09-01cgroup: never migrate kernel threads out of the root cgroupLennart Poettering
2015-09-01Merge pull request #1108 from phomes/dont-shadow-globalsDavid Herrmann
2015-09-01tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen
2015-09-01units: enable waiting for unit termination in certain casesLennart Poettering
2015-09-01core: add OOM check in config_parse_join_controllersFilipe Brandenburger