Age | Commit message (Expand) | Author |
2015-09-22 | Merge pull request #986 from karelzak/monitor | Lennart Poettering |
2015-09-21 | mount: propagate error codes correctly | David Herrmann |
2015-09-21 | core: fix group ownership when Group is set | Ronny Chevalier |
2015-09-21 | containers: systemd exits with non-zero code | Alban Crequy |
2015-09-21 | core: extend KillUnit() to return error when no unit was killed | Jan Synacek |
2015-09-18 | load-fragment: resolve specifiers in RuntimeDirectory | Michael Gebetsroither |
2015-09-16 | Merge pull request #1269 from zonque/netcls | Lennart Poettering |
2015-09-16 | cgroup: add support for net_cls controllers | Daniel Mack |
2015-09-14 | Merge pull request #1250 from g2p/master | Lennart Poettering |
2015-09-14 | mount: use libmount to monitor mountinfo & utab | Karel Zak |
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 |