summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-04-29sd-bus: allow passing NULL as bus parameter to sd_bus_send()Lennart Poettering6-19/+31
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering40-556/+456
2015-04-29test: rename test-bus-kernel-benchmark to test-bus-benchmarkTom Gundersen1-0/+0
2015-04-29core: annotate event sourcesTom Gundersen13-8/+93
2015-04-29sd-bus: benchmark - also support testing non-kdbus transportsTom Gundersen1-30/+93
2015-04-29libudev: monitor - fix typo in log messageTom Gundersen1-1/+1
2015-04-28machined: make PropertiesChanged match more strictLennart Poettering1-1/+2
2015-04-28machined: make sure to track machine unit states properlyLennart Poettering3-15/+62
2015-04-28bus-util: drop redundant bus argument from bus_message_map_all_properties() a...Lennart Poettering3-33/+29
2015-04-28nspawn: when run as a service, don't ask machined for terminatin of ourselvesLennart Poettering1-0/+5
2015-04-28nspawn: make sure we install the device policy if nspawn is run as unit as on...Lennart Poettering1-0/+4
2015-04-28service: make restart logic a bit easier to understandLennart Poettering1-11/+45
2015-04-28exit-status: introduce common exit_status_set_test() call for testing exit st...Lennart Poettering3-4/+17
2015-04-28scope: use correct enum typeThomas Hindoe Paaboel Andersen1-1/+1
2015-04-28fsck: remove fsckd again, but keep the door open for external replacementLennart Poettering4-770/+165
2015-04-28fsck: minor improvementsLennart Poettering1-9/+16
2015-04-28fsck: parse kernel cmdline booleans the same ways as the restLennart Poettering1-7/+13
2015-04-28unit: Drop unused variablesMartin Pitt1-2/+0
2015-04-28run: by default, wait until the transient unit finished start-upLennart Poettering1-4/+32
2015-04-28run: synchronously wait until the scope unit we create is startedLennart Poettering3-7/+46
2015-04-28core: when we cannot add PID to a scope cgroup, log about itLennart Poettering2-2/+7
2015-04-28bus-util: print correct warnings for units that fail but for which we have a ...Lennart Poettering1-14/+20
2015-04-27core: coldplug all units which participate in jobs during coldpluggingIvan Shapovalov2-8/+7
2015-04-27update-done: ignore nanosecond file timestamp components, they are not reliableLennart Poettering1-3/+9
2015-04-27update-done: minor simplificationLennart Poettering1-7/+4
2015-04-26path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen1-1/+1
2015-04-26sysv-generator: avoid freeing uninitialized variableThomas Hindoe Paaboel Andersen1-1/+1
2015-04-26libudev: monitor - clarify log messagesTom Gundersen1-2/+2
2015-04-26sd-device: don't retry loading uevent/db files more than onceTom Gundersen1-4/+4
2015-04-26sd-device: don't complain if the uevent file is missingTom Gundersen1-0/+3
2015-04-24bootchart: kill newline characters from log_error_errno() callsDaniel Mack2-3/+3
2015-04-24systemctl: kill newline characters from log_error_errno() callsDaniel Mack1-2/+2
2015-04-24logind: kill newline characters from log_error_errno() callsDaniel Mack2-14/+14
2015-04-24udevd: worker - log if worker result cannot be sentTom Gundersen1-4/+7
2015-04-24udevd: worker - warn if unknown worker returnsTom Gundersen1-0/+6
2015-04-24udevd: worker - let the kernel attach the sender pidTom Gundersen1-7/+45
2015-04-24sysctl: minor simplificationsLennart Poettering1-17/+9
2015-04-24sysctl: don't propagate ENOENT sysctl optionsLennart Poettering1-7/+7
2015-04-24core: minor simplificationLennart Poettering1-5/+3
2015-04-24udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen1-0/+2
2015-04-24udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen1-0/+6
2015-04-24udevd: improve logging in SIGCHLD handlingTom Gundersen1-9/+9
2015-04-24sd-bus: teach bus_print_property() how to print SD_BUS_TYPE_INT64Daniel Mack1-0/+12
2015-04-24shutdownd: kill the old implementationDaniel Mack3-578/+0
2015-04-24systemctl: talk to logind for scheduled shutdownsDaniel Mack1-57/+103
2015-04-24logind: add support for /run/nologin and /run/systemd/shutdown/scheduledDaniel Mack3-0/+94
2015-04-24logind: add code for UTMP wall messagesDaniel Mack4-0/+234
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack6-14/+32
2015-04-24logind: add .ScheduleShutdown and .CancelScheduledShutdown methodsDaniel Mack3-0/+144
2015-04-24logind: factor out polkit checksDaniel Mack1-28/+50