Age | Commit message (Expand) | Author |
2015-08-31 | socket: fix setsockopt call. SOL_SOCKET changed to SOL_TCP. | Robin Hack |
2015-08-30 | core: add attribute printf to null_log() | Cristian Rodríguez |
2015-08-28 | core: add unit_dbus_interface_from_type() to unit-name.h | Lennart Poettering |
2015-08-27 | Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available" | David Herrmann |
2015-08-27 | selinux: drop mac_selinux_unit_access_check_strv() | David Herrmann |
2015-08-26 | selinux: fix regression of systemctl subcommands when absolute unit file path... | HATAYAMA Daisuke |
2015-08-25 | Merge pull request #1040 from poettering/cgroup-path-fix | Daniel Mack |
2015-08-25 | execute: make the invalid entry of the enum -1 | Thomas Hindoe Paaboel Andersen |
2015-08-25 | core: report root cgroup as "/" over the bus | Lennart Poettering |
2015-08-25 | core: drop spurious new line | Lennart Poettering |
2015-08-24 | core: open up more executable properties via the bus | Lennart Poettering |
2015-08-24 | core: optionally create LOGIN_PROCESS or USER_PROCESS utmp entries | Lennart Poettering |
2015-08-21 | core: downgrade "Module inserted" message for kmod to DEBUG | Lennart Poettering |
2015-08-17 | Merge pull request #977 from richardmaw-codethink/machinectl-userns-login-v2 | Lennart Poettering |
2015-08-17 | namespace helpers: Allow entering a UID namespace | Richard Maw |
2015-08-17 | Bug #944: Deletion of unnecessary checks before a few calls of systemd functions | Markus Elfring |
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 |