summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-08-07util: Don't interpret quotes by default in extract_first_wordRichard Maw
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw
2015-08-07Convert unquote_*_word users to expect isempty(p) after the last entryRichard Maw
2015-08-07core: s/reexection/reexecution/ typo fixJan Pokorný
2015-08-07load-fragment: fix segv on parse errorZbigniew Jędrzejewski-Szmek
2015-08-06Merge pull request #896 from poettering/runtimedir-execTom Gundersen
2015-08-06execute: don't fail if we create the runtime directory from two processes sim...Lennart Poettering
2015-08-06core: unit: remove bus slot after calling unit_done()Daniel Mack
2015-08-06core: dbus: track bus names per unitDaniel Mack
2015-08-06tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-08-04core: set default process label only exec label is noneWaLyong Cho
2015-08-04smack-util: revise smack-util apis and add read smack attr apisWaLyong Cho
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-07-28mount: remove obsolete -nKarel Zak
2015-07-28Merge pull request #362 from d-hatayama/fix_selinux_unit_check_v2Lennart Poettering
2015-07-24automount: handle state changes of the corresponding mount unit correctlyMichael Olbrich
2015-07-24automount: don't try to umount if it already happenedMichael Olbrich
2015-07-24automount: do not start expiration timer for TimeoutIdleSec=0Daniel Mack
2015-07-24Merge pull request #696 from poettering/automount-expiry-freqDaniel Mack
2015-07-24core: print a nicer warning when two units have the same BusName= settingLennart Poettering
2015-07-24automount: lower the idle polling frequency a bitLennart Poettering
2015-07-21core: adjust job completion message log levelsMichal Schmidt
2015-07-21core: small refactor of job completion loggingMichal Schmidt
2015-07-21core: log completion of remaining job typesMichal Schmidt
2015-07-21core: do not log done failed-condition jobs as if unit startedMichal Schmidt
2015-07-21core: remove generic job completion messages from unit vtablesMichal Schmidt
2015-07-21core: try harder to get job completion messages tooMichal Schmidt
2015-07-21core: unit_get_status_message_format() never returns NULLMichal Schmidt
2015-07-21core: always try harder to get unit status message format stringMichal Schmidt
2015-07-21core: correct return value from reload methodsMichal Schmidt
2015-07-21core: fix confusing logging of instantaneous jobsMichal Schmidt
2015-07-10Merge pull request #548 from vcaputo/fix_path_state_debug_msgDaniel Mack
2015-07-10core: include unit in path state transition debug logging.Vito Caputo
2015-07-09Reload manager defaults at daemon-reloadThomas Blume
2015-07-08Merge pull request #500 from zonque/fileioLennart Poettering
2015-07-06treewide: fix typos of let'sZbigniew Jędrzejewski-Szmek
2015-07-06tree-wide: fix write_string_file() user that should not create filesDaniel Mack
2015-07-06fileio: consolidate write_string_file*()Daniel Mack
2015-07-05core: fix missing bus-util.h includeDavid Herrmann
2015-07-05core: don't mount kdbusfs if not wantedDavid Herrmann
2015-07-04core: fix coding style in agent-handlingDavid Herrmann
2015-07-04core: harden cgroups-agent forwardingDavid Herrmann
2015-07-01Merge pull request #459 from ctrochalakis/reuse-port-before-bindDaniel Mack
2015-07-01socket: Set SO_REUSEPORT before bind()Christos Trochalakis
2015-07-01Revert "kmod-setup: don't print warning on -ENOSYS"David Herrmann
2015-06-30core: handle --log-target=null when calling systemd-shutdownIago López Galeiras
2015-06-25selinux: fix missing SELinux unit access checkHATAYAMA Daisuke
2015-06-23core: fix reversed dependency check in unit_check_unneededAbdo Roig-Maranges
2015-06-22smack: add default smack process label configWaLyong Cho