Age | Commit message (Expand) | Author |
2015-08-16 | Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3 | Lennart Poettering |
2015-08-11 | sd-bus: do not connect to dbus-1 socket when kdbus is available | Kay Sievers |
2015-08-07 | util: Don't interpret quotes by default in extract_first_word | Richard Maw |
2015-08-07 | util: change unquote_*_word to extract_*_word | Richard Maw |
2015-08-07 | Convert unquote_*_word users to expect isempty(p) after the last entry | Richard Maw |
2015-08-07 | core: s/reexection/reexecution/ typo fix | Jan Pokorný |
2015-08-07 | load-fragment: fix segv on parse error | Zbigniew Jędrzejewski-Szmek |
2015-08-06 | Merge pull request #896 from poettering/runtimedir-exec | Tom Gundersen |
2015-08-06 | execute: don't fail if we create the runtime directory from two processes sim... | Lennart Poettering |
2015-08-06 | core: unit: remove bus slot after calling unit_done() | Daniel Mack |
2015-08-06 | core: dbus: track bus names per unit | Daniel Mack |
2015-08-06 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-08-04 | core: set default process label only exec label is none | WaLyong Cho |
2015-08-04 | smack-util: revise smack-util apis and add read smack attr apis | WaLyong Cho |
2015-07-31 | tree-wide: introduce mfree() | David Herrmann |
2015-07-29 | tree-wide: port everything over to fflush_and_check() | Lennart Poettering |
2015-07-28 | mount: remove obsolete -n | Karel Zak |
2015-07-28 | Merge pull request #362 from d-hatayama/fix_selinux_unit_check_v2 | Lennart Poettering |
2015-07-24 | automount: handle state changes of the corresponding mount unit correctly | Michael Olbrich |
2015-07-24 | automount: don't try to umount if it already happened | Michael Olbrich |
2015-07-24 | automount: do not start expiration timer for TimeoutIdleSec=0 | Daniel Mack |
2015-07-24 | Merge pull request #696 from poettering/automount-expiry-freq | Daniel Mack |
2015-07-24 | core: print a nicer warning when two units have the same BusName= setting | Lennart Poettering |
2015-07-24 | automount: lower the idle polling frequency a bit | Lennart Poettering |
2015-07-21 | core: adjust job completion message log levels | Michal Schmidt |
2015-07-21 | core: small refactor of job completion logging | Michal Schmidt |
2015-07-21 | core: log completion of remaining job types | Michal Schmidt |
2015-07-21 | core: do not log done failed-condition jobs as if unit started | Michal Schmidt |
2015-07-21 | core: remove generic job completion messages from unit vtables | Michal Schmidt |
2015-07-21 | core: try harder to get job completion messages too | Michal Schmidt |
2015-07-21 | core: unit_get_status_message_format() never returns NULL | Michal Schmidt |
2015-07-21 | core: always try harder to get unit status message format string | Michal Schmidt |
2015-07-21 | core: correct return value from reload methods | Michal Schmidt |
2015-07-21 | core: fix confusing logging of instantaneous jobs | Michal Schmidt |
2015-07-10 | Merge pull request #548 from vcaputo/fix_path_state_debug_msg | Daniel Mack |
2015-07-10 | core: include unit in path state transition debug logging. | Vito Caputo |
2015-07-09 | Reload manager defaults at daemon-reload | Thomas Blume |
2015-07-08 | Merge pull request #500 from zonque/fileio | Lennart Poettering |
2015-07-06 | treewide: fix typos of let's | Zbigniew Jędrzejewski-Szmek |
2015-07-06 | tree-wide: fix write_string_file() user that should not create files | Daniel Mack |
2015-07-06 | fileio: consolidate write_string_file*() | Daniel Mack |
2015-07-05 | core: fix missing bus-util.h include | David Herrmann |
2015-07-05 | core: don't mount kdbusfs if not wanted | David Herrmann |
2015-07-04 | core: fix coding style in agent-handling | David Herrmann |
2015-07-04 | core: harden cgroups-agent forwarding | David Herrmann |
2015-07-01 | Merge pull request #459 from ctrochalakis/reuse-port-before-bind | Daniel Mack |
2015-07-01 | socket: Set SO_REUSEPORT before bind() | Christos Trochalakis |
2015-07-01 | Revert "kmod-setup: don't print warning on -ENOSYS" | David Herrmann |
2015-06-30 | core: handle --log-target=null when calling systemd-shutdown | Iago López Galeiras |
2015-06-25 | selinux: fix missing SELinux unit access check | HATAYAMA Daisuke |