summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* run: by default, wait until the transient unit finished start-upLennart Poettering2015-04-281-4/+32
* run: synchronously wait until the scope unit we create is startedLennart Poettering2015-04-283-7/+46
* core: when we cannot add PID to a scope cgroup, log about itLennart Poettering2015-04-282-2/+7
* bus-util: print correct warnings for units that fail but for which we have a ...Lennart Poettering2015-04-281-14/+20
* core: coldplug all units which participate in jobs during coldpluggingIvan Shapovalov2015-04-272-8/+7
* update-done: ignore nanosecond file timestamp components, they are not reliableLennart Poettering2015-04-271-3/+9
* update-done: minor simplificationLennart Poettering2015-04-271-7/+4
* path-util: fix fstat fallback in fd_is_mount_pointThomas Hindoe Paaboel Andersen2015-04-261-1/+1
* sysv-generator: avoid freeing uninitialized variableThomas Hindoe Paaboel Andersen2015-04-261-1/+1
* libudev: monitor - clarify log messagesTom Gundersen2015-04-261-2/+2
* sd-device: don't retry loading uevent/db files more than onceTom Gundersen2015-04-261-4/+4
* sd-device: don't complain if the uevent file is missingTom Gundersen2015-04-261-0/+3
* bootchart: kill newline characters from log_error_errno() callsDaniel Mack2015-04-242-3/+3
* systemctl: kill newline characters from log_error_errno() callsDaniel Mack2015-04-241-2/+2
* logind: kill newline characters from log_error_errno() callsDaniel Mack2015-04-242-14/+14
* udevd: worker - log if worker result cannot be sentTom Gundersen2015-04-241-4/+7
* udevd: worker - warn if unknown worker returnsTom Gundersen2015-04-241-0/+6
* udevd: worker - let the kernel attach the sender pidTom Gundersen2015-04-241-7/+45
* sysctl: minor simplificationsLennart Poettering2015-04-241-17/+9
* sysctl: don't propagate ENOENT sysctl optionsLennart Poettering2015-04-241-7/+7
* core: minor simplificationLennart Poettering2015-04-241-5/+3
* udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen2015-04-241-0/+2
* udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen2015-04-241-0/+6
* udevd: improve logging in SIGCHLD handlingTom Gundersen2015-04-241-9/+9
* sd-bus: teach bus_print_property() how to print SD_BUS_TYPE_INT64Daniel Mack2015-04-241-0/+12
* shutdownd: kill the old implementationDaniel Mack2015-04-243-578/+0
* systemctl: talk to logind for scheduled shutdownsDaniel Mack2015-04-241-57/+103
* logind: add support for /run/nologin and /run/systemd/shutdown/scheduledDaniel Mack2015-04-243-0/+94
* logind: add code for UTMP wall messagesDaniel Mack2015-04-244-0/+234
* shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack2015-04-246-14/+32
* logind: add .ScheduleShutdown and .CancelScheduledShutdown methodsDaniel Mack2015-04-243-0/+144
* logind: factor out polkit checksDaniel Mack2015-04-241-28/+50
* logind: make local functions staticDaniel Mack2015-04-242-12/+7
* logind: use sd_event timer source for inhibitor logicDaniel Mack2015-04-243-57/+62
* logind: drop unused argument from method_do_shutdown_or_sleep()Daniel Mack2015-04-241-7/+0
* unit: don't add automatic dependencies on device units if they aren't supportedLennart Poettering2015-04-241-3/+7
* manager: don't fail fatally if we cannot coldplug a unitLennart Poettering2015-04-241-14/+7
* core: always coldplug units that are triggered by other units before thoseLennart Poettering2015-04-242-2/+25
* core: return 0 from device_serialize()Daniel Mack2015-04-241-0/+2
* Revert "core: do not spawn jobs or touch other units during coldplugging"Lennart Poettering2015-04-2416-89/+33
* device: rework how we enter tentative stateLennart Poettering2015-04-242-13/+69
* service: improve readability, by reducing line-breaksLennart Poettering2015-04-241-14/+8
* journal: use audit event names instead of numbersZbigniew Jędrzejewski-Szmek2015-04-234-3/+63
* journal: add int↔audit type name mappingZbigniew Jędrzejewski-Szmek2015-04-233-0/+59
* udevd: fix REMOVE handlingTom Gundersen2015-04-237-5/+25
* udev: event - update tags before writing out dbTom Gundersen2015-04-231-3/+2
* libudev-device: fix lazy loading of devlinks, properties and tagsTom Gundersen2015-04-232-3/+12
* sd-bus: add controlling tty field to sd_creds objectLennart Poettering2015-04-235-5/+44
* sd-bus: when bus operations are to be executed on direct connections always failLennart Poettering2015-04-232-3/+27
* core: fix parsing of mount flagsLennart Poettering2015-04-231-5/+3