summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-24bootchart: kill newline characters from log_error_errno() callsDaniel Mack
2015-04-24systemctl: kill newline characters from log_error_errno() callsDaniel Mack
2015-04-24logind: kill newline characters from log_error_errno() callsDaniel Mack
2015-04-24udevd: worker - log if worker result cannot be sentTom Gundersen
2015-04-24udevd: worker - warn if unknown worker returnsTom Gundersen
2015-04-24udevd: worker - let the kernel attach the sender pidTom Gundersen
2015-04-24sysctl: minor simplificationsLennart Poettering
2015-04-24sysctl: don't propagate ENOENT sysctl optionsLennart Poettering
2015-04-24core: minor simplificationLennart Poettering
2015-04-24Update TODOLennart Poettering
2015-04-24man: extend documentation on IPForward= and IPMasquerade=Lennart Poettering
2015-04-24udevd: don't unref worker objects on SIGSTOP/SIGCONTTom Gundersen
2015-04-24udevd: warn if we receive SIGCHLD from untracked workerTom Gundersen
2015-04-24udevd: improve logging in SIGCHLD handlingTom Gundersen
2015-04-24sd-bus: teach bus_print_property() how to print SD_BUS_TYPE_INT64Daniel Mack
2015-04-24shutdownd: kill the old implementationDaniel Mack
2015-04-24systemctl: talk to logind for scheduled shutdownsDaniel Mack
2015-04-24logind: add support for /run/nologin and /run/systemd/shutdown/scheduledDaniel Mack
2015-04-24logind: add code for UTMP wall messagesDaniel Mack
2015-04-24shared/utmp-wtmp: add parameter for origin tty and callback userdataDaniel Mack
2015-04-24logind: add .ScheduleShutdown and .CancelScheduledShutdown methodsDaniel Mack
2015-04-24logind: factor out polkit checksDaniel Mack
2015-04-24logind: make local functions staticDaniel Mack
2015-04-24logind: use sd_event timer source for inhibitor logicDaniel Mack
2015-04-24logind: drop unused argument from method_do_shutdown_or_sleep()Daniel Mack
2015-04-24unit: don't add automatic dependencies on device units if they aren't supportedLennart Poettering
2015-04-24units: set KillMode=mixed for our daemons that fork worker processesLennart 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-24Update Spanish translationDaniel Mustieles
2015-04-24device: rework how we enter tentative stateLennart Poettering
2015-04-24service: improve readability, by reducing line-breaksLennart Poettering
2015-04-23journal: use audit event names instead of numbersZbigniew Jędrzejewski-Szmek
2015-04-23journal: add int↔audit type name mappingZbigniew Jędrzejewski-Szmek
2015-04-23udevd: fix REMOVE handlingTom Gundersen
2015-04-23udev: event - update tags before writing out dbTom Gundersen
2015-04-23libudev-device: fix lazy loading of devlinks, properties and tagsTom Gundersen
2015-04-23sd-bus: add controlling tty field to sd_creds objectLennart Poettering
2015-04-23sd-bus: when bus operations are to be executed on direct connections always failLennart Poettering
2015-04-23core: fix parsing of mount flagsLennart Poettering
2015-04-23core: downgrade warning about duplicate device namesLennart Poettering
2015-04-23rules: Add more firewire properties for sound, to be closer to USB and PCIAdam Goode
2015-04-23rules: Don't use ALSA card id in ID_IDAdam Goode
2015-04-23sd-bus: don't inherit connection creds into message creds when we have a dire...Lennart Poettering
2015-04-23path-util: make use of "mnt_id" field exported in /proc/self/fdinfo/<fd> to t...Lennart Poettering
2015-04-23hwdb: fix typo - "sort by by..." -> "sort by..."Peter Hutterer
2015-04-23hwdb: add HP X1000 DPI infoPeter Hutterer
2015-04-23util: Fix assertion in split() on missing 'Martin Pitt