Age | Commit message (Expand) | Author |
2015-09-14 | Merge pull request #1250 from g2p/master | Lennart Poettering |
2015-09-11 | cgroup: unify how we invalidate cgroup controller settings | Lennart Poettering |
2015-09-11 | transaction: clarify via void-casting that we ignore the pipe2() return value... | Lennart Poettering |
2015-09-11 | core: invalidate idle pipe event source in manager_close_idle_pipe() | Lennart Poettering |
2015-09-11 | execute: fix return type from write() | Lennart Poettering |
2015-09-11 | execute: invalidate idle pipe after use | Lennart Poettering |
2015-09-11 | core: allocate sets of startup and failed units on-demand | Lennart Poettering |
2015-09-11 | core: refactor cpu shares/blockio weight cgroup logic | Lennart Poettering |
2015-09-11 | Hook more properties for transient units | Gabriel de Perthuis |
2015-09-11 | core: kill processes started due to the ExecReload= on timeout | Evgeny Vereshchagin |
2015-09-10 | Merge pull request #1239 from poettering/cgroup-pids | Daniel Mack |
2015-09-10 | core: add support for the "pids" cgroup controller | Lennart Poettering |
2015-09-10 | tree-wide: never use the off_t unless glibc makes us use it | Lennart Poettering |
2015-09-09 | tree-wide: take benefit of the fact that hashmap_free() returns NULL | Lennart Poettering |
2015-09-09 | tree-wide: make use of the fact that strv_free() returns NULL | Lennart Poettering |
2015-09-09 | Merge pull request #1218 from poettering/safe-fclose | Daniel Mack |
2015-09-09 | util: introduce safe_fclose() and port everything over to it | Lennart Poettering |
2015-09-09 | Merge pull request #1216 from poettering/coccinelle-fixes-2 | Daniel Mack |
2015-09-09 | tree-wide: update empty-if coccinelle script to cover empty-while and more | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value in more cases | Lennart Poettering |
2015-09-09 | Merge pull request #1214 from zonque/mtab | Lennart Poettering |
2015-09-09 | core: freeze execution if /etc/mtab exists | Daniel Mack |
2015-09-09 | smack: bugfix the smack label of symlink when '--with-smack-run-label' is set | Sangjung Woo |
2015-09-09 | Merge pull request #1210 from poettering/import-fixes | Daniel Mack |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: make use of log_error_errno() return value | Lennart Poettering |
2015-09-09 | tree-wide: don't do assignments within if checks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-08 | cgroups: make sure the "devices" controller's enum is named the same way as t... | Lennart Poettering |
2015-09-08 | Merge pull request #1190 from poettering/rework-virt | Daniel Mack |
2015-09-07 | unit: move "not supported" check after condition check in unit_start() | Lennart Poettering |
2015-09-07 | basic: rework virtualization detection API | Lennart Poettering |
2015-09-07 | Merge pull request #1165 from poettering/nspawn-files | Tom Gundersen |
2015-09-06 | nspawn: add new .nspawn files for container settings | Lennart Poettering |
2015-09-05 | unit: make unit_can_start() more accurate | Lennart Poettering |
2015-09-05 | core: don't use uninitialized errno | Lennart Poettering |
2015-09-06 | core: pass details to polkit for some unit actions | Michael Chapman |
2015-09-06 | bus-util: support details in CheckAuthorization calls | Michael Chapman |
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 |