Age | Commit message (Expand) | Author |
2015-09-07 | nspawn: split out cgroup related calls into nspawn-cgroup.[ch] | Lennart Poettering |
2015-09-07 | nspawn: split out network related code to nspawn-network.[ch] | Lennart Poettering |
2015-09-07 | nspawn: split all port exposure code into nspawn-expose-port.[ch] | Lennart Poettering |
2015-09-07 | nspawn: split out mount related functions into a new nspawn-mount.c file | Lennart Poettering |
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 #1178 from poettering/gpt-auto-fixes | Daniel Mack |
2015-09-07 | tests: Skip test-cgroup-util test_mask_supported() when not running under sys... | Martin Pitt |
2015-09-07 | Merge pull request #1179 from poettering/sd-event-sigchld-fix | Tom Gundersen |
2015-09-07 | Merge pull request #1165 from poettering/nspawn-files | Tom Gundersen |
2015-09-07 | analyze: add alias handling for --{from,to}-pattern options | Evgeny Vereshchagin |
2015-09-07 | sd-event: make sure to create a signal queue for the right signal | Lennart Poettering |
2015-09-07 | systemctl: a number of cleanups regarding error handling in systemctl | Lennart Poettering |
2015-09-07 | gpt-auto: minor simplificatin handling the no-auto GPT flag | Lennart Poettering |
2015-09-07 | gpt-auto: try to handle LUKS root partitions better | Lennart Poettering |
2015-09-06 | sd-event: fix call to event_make_signal_data | Thomas Hindoe Paaboel Andersen |
2015-09-06 | Merge pull request #1153 from evverx/dot-alias-handling | Lennart Poettering |
2015-09-06 | analyze: add "alias" handling to dot subcommand | Evgeny Vereshchagin |
2015-09-06 | Merge pull request #1159 from AnchorCat/polkit-details/v2 | Lennart Poettering |
2015-09-06 | Merge pull request #1162 from dvdhrm/bus-recursive-nodes | Lennart Poettering |
2015-09-06 | nspawn: add new .nspawn files for container settings | Lennart Poettering |
2015-09-05 | machine: make sure to call unlockpt() even for local host pty connections | Lennart Poettering |
2015-09-05 | logind: make scope of wall message handling smaller | 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-05 | machine: clarify that /var/lib/containers is legacy | Lennart Poettering |
2015-09-05 | sd-bus: make introspection data non-recursive | David Herrmann |
2015-09-05 | sd-bus: derive uid from cgroup if possible | David Herrmann |
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-05 | Merge pull request #1140 from poettering/sd-event-signals | David Herrmann |
2015-09-05 | sd-login: minor header commenting improvements | Lennart Poettering |
2015-09-05 | sd-login: add new sd_pid_get_cgroup() API | Lennart Poettering |
2015-09-05 | Merge pull request #1157 from dvdhrm/logind-wallfix | Daniel Mack |
2015-09-05 | login: fix NULL-deref on wall_message | David Herrmann |
2015-09-05 | Merge pull request #1149 from martinpitt/fix-dhcp-error-codes | Lennart Poettering |
2015-09-04 | networkd: adjust error codes for nonexisting DHCP data | Martin Pitt |
2015-09-04 | tests: Skip tests which need to access /sys/fs/cgroup if that is not available | Martin Pitt |
2015-09-04 | logind: when parsing a boolean via sd-bus the type must be "int" | Lennart Poettering |
2015-09-04 | logind: treat an empty wall message like a NULL one | Lennart Poettering |
2015-09-04 | cgroups: delegation to unprivileged services is safe in the unified hierarchy | Lennart Poettering |
2015-09-04 | sd-login: rework error handling | Lennart Poettering |
2015-09-04 | sd-event: make sure RT signals are not dropped | Lennart Poettering |
2015-09-04 | test: add one more test case for parse_pid() | Lennart Poettering |
2015-09-04 | nspawn: enable all controllers we can for the "payload" subcgroup we create | Lennart Poettering |
2015-09-04 | cgroup: always read the supported controllers from the root cgroup of the loc... | Lennart Poettering |
2015-09-04 | cgroup: fix potential access of uninitialized variable | Lennart Poettering |
2015-09-04 | cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ... | Lennart Poettering |
2015-09-04 | cgroup: fix potential bad memory access | Lennart Poettering |
2015-09-04 | cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroups | Lennart Poettering |