summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-09-11Hook more properties for transient unitsGabriel de Perthuis
2015-09-11core: kill processes started due to the ExecReload= on timeoutEvgeny Vereshchagin
2015-09-10Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering
2015-09-09Merge pull request #1218 from poettering/safe-fcloseDaniel Mack
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09Merge pull request #1216 from poettering/coccinelle-fixes-2Daniel Mack
2015-09-09tree-wide: update empty-if coccinelle script to cover empty-while and moreLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return value in more casesLennart Poettering
2015-09-09Merge pull request #1214 from zonque/mtabLennart Poettering
2015-09-09core: freeze execution if /etc/mtab existsDaniel Mack
2015-09-09smack: bugfix the smack label of symlink when '--with-smack-run-label' is setSangjung Woo
2015-09-09Merge pull request #1210 from poettering/import-fixesDaniel Mack
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering
2015-09-09tree-wide: don't do assignments within if checksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-08cgroups: make sure the "devices" controller's enum is named the same way as t...Lennart Poettering
2015-09-08Merge pull request #1190 from poettering/rework-virtDaniel Mack
2015-09-07unit: move "not supported" check after condition check in unit_start()Lennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-07Merge pull request #1165 from poettering/nspawn-filesTom Gundersen
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering
2015-09-05unit: make unit_can_start() more accurateLennart Poettering
2015-09-05core: don't use uninitialized errnoLennart Poettering
2015-09-06core: pass details to polkit for some unit actionsMichael Chapman
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman
2015-09-04cgroups: delegation to unprivileged services is safe in the unified hierarchyLennart Poettering
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