Age | Commit message (Expand) | Author |
2014-08-27 | shared: make container_of() use unique variable names | David Herrmann |
2014-08-27 | shared: drop UNIQUE() | David Herrmann |
2014-08-27 | TODO | Tom Gundersen |
2014-08-27 | tmpfiles: make resolv.conf entry conditional on resolved support | Tom Gundersen |
2014-08-27 | systemctl: fix broken list-unit-files with --root | Lukas Nykryn |
2014-08-27 | keymap: Adjust for more Samsung 900X4 series | Martin Pitt |
2014-08-27 | po: update Polish translation | Piotr Drąg |
2014-08-27 | Document "...|..." udev match syntax | Andrei Borzenkov |
2014-08-26 | man: reword sd-hibernate-resume description and add link | Zbigniew Jędrzejewski-Szmek |
2014-08-26 | hibernate-resume-generator: add a generator for instantiating the resume unit. | Ivan Shapovalov |
2014-08-26 | hibernate-resume: add a tool to write a device node's major:minor to /sys/pow... | Ivan Shapovalov |
2014-08-26 | units: order systemd-fsck@.service after local-fs-pre.target. | Ivan Shapovalov |
2014-08-26 | logind: add HandleLidSwitchDocked= option to logind.conf + documentation | Ben Wolsieffer |
2014-08-26 | sd-journal: never log anything by default from a library | Lennart Poettering |
2014-08-26 | util: make use of newly added reset_signal_mask() call wherever appropriate | Lennart Poettering |
2014-08-26 | util: reset signals when we fork off agents | Lennart Poettering |
2014-08-26 | util: make sure reset_all_signal_handlers() continues with all other signal h... | Lennart Poettering |
2014-08-26 | sd-bus: don't include internal header memfd.h in public header sd-bus.h | Hristo Venev |
2014-08-26 | systemctl: Correct error message printed when bus_process_wait fails | Sjoerd Simons |
2014-08-26 | sd-bus: remove unused call bus_kernel_create_monitor() | Lennart Poettering |
2014-08-26 | test-util: use assert_se() for call to safe_mkdir with side effect | Filipe Brandenburger |
2014-08-26 | test-path-util: use assert_se in all assertions | Filipe Brandenburger |
2014-08-26 | test-compress: make sure asserts with side effects use assert_se() | Filipe Brandenburger |
2014-08-26 | networkd-wait-online: add missing short option 'i' to optstring | Łukasz Stelmach |
2014-08-26 | missing: add BPF_XOR | Michael Olbrich |
2014-08-26 | NEWS: Fix typos. | Ansgar Burchardt |
2014-08-26 | update TODO | Lennart Poettering |
2014-08-26 | udev: hwdb - do not look at "usb_device" parents | Kay Sievers |
2014-08-26 | Revert "systemctl: fix broken list-unit-files with --root" | Lennart Poettering |
2014-08-26 | update TODO | Lennart Poettering |
2014-08-26 | sd-event: sd_event_prepare - stay in PREPARED if sd_event_wait() indicates th... | Tom Gundersen |
2014-08-25 | sd-event: split run into prepare/wait/dispatch | Tom Gundersen |
2014-08-25 | systemctl: fix broken list-unit-files with --root | Lukas Nykryn |
2014-08-22 | update TODO | Lennart Poettering |
2014-08-22 | core: split up "starting" manager state into "initializing" and "starting" | Lennart Poettering |
2014-08-22 | core: introduce "poweroff" as new failure action types | Lennart Poettering |
2014-08-22 | resolved: fix typo in log message | Lennart Poettering |
2014-08-22 | core: print 'startup finished' messages even if we log to console | Lennart Poettering |
2014-08-22 | core: add support for a configurable system-wide start-up timeout | Lennart Poettering |
2014-08-22 | missing.h: add a cpp warning for __NR_memfd_create on MIPS | Daniel Mack |
2014-08-22 | missing.h: add fake __NR_memfd_create for MIPS | Daniel Mack |
2014-08-22 | shared: add MAXSIZE() and use it in resolved | David Herrmann |
2014-08-22 | dbus1-generator: properly free the FILE* | Lennart Poettering |
2014-08-21 | update TODO | Lennart Poettering |
2014-08-21 | systemctl: in list-unit-files, always show legend, even if we know about no u... | Lennart Poettering |
2014-08-21 | install: simplify usage of _cleanup_ macros | Lennart Poettering |
2014-08-21 | service: allow services of Type=oneshot that specify no ExecStart= commands | Lennart Poettering |
2014-08-21 | update TODO | Lennart Poettering |
2014-08-21 | service: use the right timeout for stop processes we fork | Lennart Poettering |
2014-08-21 | execute: explain in a comment, why close_all_fds() is invoked the second time... | Lennart Poettering |