summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering
2015-04-29core: annotate event sourcesTom Gundersen
2015-04-28service: make restart logic a bit easier to understandLennart Poettering
2015-04-28exit-status: introduce common exit_status_set_test() call for testing exit st...Lennart Poettering
2015-04-28scope: use correct enum typeThomas Hindoe Paaboel Andersen
2015-04-28unit: Drop unused variablesMartin Pitt
2015-04-28core: when we cannot add PID to a scope cgroup, log about itLennart Poettering
2015-04-27core: coldplug all units which participate in jobs during coldpluggingIvan Shapovalov
2015-04-24core: minor simplificationLennart Poettering
2015-04-24unit: don't add automatic dependencies on device units if they aren't supportedLennart Poettering
2015-04-24manager: don't fail fatally if we cannot coldplug a unitLennart Poettering
2015-04-24core: always coldplug units that are triggered by other units before thoseLennart Poettering
2015-04-24core: return 0 from device_serialize()Daniel Mack
2015-04-24Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering
2015-04-24device: rework how we enter tentative stateLennart Poettering
2015-04-24service: improve readability, by reducing line-breaksLennart Poettering
2015-04-23core: fix parsing of mount flagsLennart Poettering
2015-04-23core: downgrade warning about duplicate device namesLennart Poettering
2015-04-23core: explicitly specify credentials for direct connections, tooLennart Poettering
2015-04-22kmod-setup: load ip_tables kmod at bootLennart Poettering
2015-04-21automount: remove unused variableThomas Hindoe Paaboel Andersen
2015-04-21build-sys: move systemd.pc from pkgconfiglibdir back into pkgconfigdatadirLennart Poettering
2015-04-21core: make unit deserialization more defensiveLennart Poettering
2015-04-21automount: various smaller fixesLennart Poettering
2015-04-21automount: add expire supportMichael Olbrich
2015-04-21service: transition through SIGKILL states only when SIGKILL is enabledLennart Poettering
2015-04-21service: timeout on SIGABRT should also be considered an error to rememberLennart Poettering
2015-04-21service: make more use of IN_SET() macroLennart Poettering
2015-04-21service: list states always in the same orderLennart Poettering
2015-04-21service: make kill operation mapping explicitLennart Poettering
2015-04-21sd-bus: when augmenting creds, remember which ones were augmentedLennart Poettering
2015-04-16core: fix spurious warning about cpuacct-usage-base deserializationZbigniew Jędrzejewski-Szmek
2015-04-14selinux: use different log priorites for log messagesZbigniew Jędrzejewski-Szmek
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier
2015-04-10shared: add process-util.[ch]Ronny Chevalier
2015-04-10shared: add formats-util.hRonny Chevalier
2015-04-10dbus: typo fix in logThomas Hindoe Paaboel Andersen
2015-04-10core: set_put never returns -EEXISTRonny Chevalier
2015-04-09util: add shell_maybe_quote() call for preparing a string for shell cmdline i...Lennart Poettering
2015-04-08IndentationZbigniew Jędrzejewski-Szmek
2015-04-08core/automount: beef up error messageZbigniew Jędrzejewski-Szmek
2015-04-07device: remove unused null checkThomas Hindoe Paaboel Andersen
2015-04-07socket: minor modernizationsLennart Poettering
2015-04-07path-util: fix more path_is_mount e792e890f falloutLennart Poettering
2015-04-07util: rework cunescape(), improve error handlingLennart Poettering
2015-04-07core: fix mount setup to work with non-existing mount pointsDavid Herrmann
2015-04-07core: mount-setup: handle non-existing mountpoints gracefullyDaniel Mack
2015-04-06util: rework rm_rf() logicLennart Poettering
2015-04-05service: remove unnecessary forward declareThomas Hindoe Paaboel Andersen
2015-04-01mount: fix up wording in the commentMichal Sekletar