summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-28nspawn: fix --network-interfaceTom Gundersen
2014-08-28terminal: sysview: don't return uninitialized error codesDavid Herrmann
2014-08-27sd-journal: verify that object start with the field nameZbigniew Jędrzejewski-Szmek
2014-08-27sd-journal: properly convert object->size on big endianZbigniew Jędrzejewski-Szmek
2014-08-27terminal: remove unused variableThomas Hindoe Paaboel Andersen
2014-08-27util: fix minimal race where we might miss SIGTERMs when forking off an agentLennart Poettering
2014-08-27terminal: add systemd-evcat input debugging toolDavid Herrmann
2014-08-27terminal: add xkb-based keyboard devices to idevDavid Herrmann
2014-08-27terminal: add evdev elements to idevDavid Herrmann
2014-08-27terminal: add input interfaceDavid Herrmann
2014-08-27terminal: add system view interfaceDavid Herrmann
2014-08-27bus: split bus_map_all_properties into multiple helpersDavid Herrmann
2014-08-27util: make lookup_uid() globalDavid Herrmann
2014-08-27udev: add missing new-line in udevadm errorDavid Herrmann
2014-08-27login: fix memory-leak on DropController()David Herrmann
2014-08-27shared: make container_of() use unique variable namesDavid Herrmann
2014-08-27shared: drop UNIQUE()David Herrmann
2014-08-27systemctl: fix broken list-unit-files with --rootLukas Nykryn
2014-08-26hibernate-resume-generator: add a generator for instantiating the resume unit.Ivan Shapovalov
2014-08-26hibernate-resume: add a tool to write a device node's major:minor to /sys/pow...Ivan Shapovalov
2014-08-26logind: add HandleLidSwitchDocked= option to logind.conf + documentationBen Wolsieffer
2014-08-26sd-journal: never log anything by default from a libraryLennart Poettering
2014-08-26util: make use of newly added reset_signal_mask() call wherever appropriateLennart Poettering
2014-08-26util: reset signals when we fork off agentsLennart Poettering
2014-08-26util: make sure reset_all_signal_handlers() continues with all other signal h...Lennart Poettering
2014-08-26sd-bus: don't include internal header memfd.h in public header sd-bus.hHristo Venev
2014-08-26systemctl: Correct error message printed when bus_process_wait failsSjoerd Simons
2014-08-26sd-bus: remove unused call bus_kernel_create_monitor()Lennart Poettering
2014-08-26test-util: use assert_se() for call to safe_mkdir with side effectFilipe Brandenburger
2014-08-26test-path-util: use assert_se in all assertionsFilipe Brandenburger
2014-08-26test-compress: make sure asserts with side effects use assert_se()Filipe Brandenburger
2014-08-26networkd-wait-online: add missing short option 'i' to optstringŁukasz Stelmach
2014-08-26missing: add BPF_XORMichael Olbrich
2014-08-26udev: hwdb - do not look at "usb_device" parentsKay Sievers
2014-08-26Revert "systemctl: fix broken list-unit-files with --root"Lennart Poettering
2014-08-26sd-event: sd_event_prepare - stay in PREPARED if sd_event_wait() indicates th...Tom Gundersen
2014-08-25sd-event: split run into prepare/wait/dispatchTom Gundersen
2014-08-25systemctl: fix broken list-unit-files with --rootLukas Nykryn
2014-08-22core: split up "starting" manager state into "initializing" and "starting"Lennart Poettering
2014-08-22core: introduce "poweroff" as new failure action typesLennart Poettering
2014-08-22resolved: fix typo in log messageLennart Poettering
2014-08-22core: print 'startup finished' messages even if we log to consoleLennart Poettering
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering
2014-08-22missing.h: add a cpp warning for __NR_memfd_create on MIPSDaniel Mack
2014-08-22missing.h: add fake __NR_memfd_create for MIPSDaniel Mack
2014-08-22shared: add MAXSIZE() and use it in resolvedDavid Herrmann
2014-08-22dbus1-generator: properly free the FILE*Lennart Poettering
2014-08-21systemctl: in list-unit-files, always show legend, even if we know about no u...Lennart Poettering
2014-08-21install: simplify usage of _cleanup_ macrosLennart Poettering
2014-08-21service: allow services of Type=oneshot that specify no ExecStart= commandsLennart Poettering