summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-08-21service: use the right timeout for stop processes we forkLennart Poettering
2014-08-21execute: explain in a comment, why close_all_fds() is invoked the second time...Lennart Poettering
2014-08-21bus: when terminating our bus-actviated services that exit-on-idle send STOPP...Lennart Poettering
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering
2014-08-21core: allow informing systemd about service status changes with RELOADING=1 a...Lennart Poettering
2014-08-21manager: don#t dispatch sd_notify() messages and SIGCHLD multiple times to th...Lennart Poettering
2014-08-21manager: reuse sockaddr_union instead of redefining our own version of itLennart Poettering
2014-08-21service,strv: introduce strv_find_startswith() and make use of itLennart Poettering
2014-08-21service: don't invoke functions at the same time as declaring variablesLennart Poettering
2014-08-21service: remove some pointless linebreaks, to make things more readableLennart Poettering
2014-08-21service: asynchronous_close() already checks for negative parameters, no need...Lennart Poettering
2014-08-21core: unify how we generate the prefix string when dumping unit stateLennart Poettering
2014-08-21util: make asynchronous_close() really work like an asynchronous version of s...Lennart Poettering
2014-08-21util: simplify close_nointr() a bitLennart Poettering
2014-08-21util: change return value of startswith() to non-constLennart Poettering
2014-08-21journalctl: add "-t --identifier=STRING" optionHarald Hoyer
2014-08-20sd-event: add API to access epoll_fdTom Gundersen
2014-08-20resolved: write resolv.conf search - switch argumentsTom Gundersen
2014-08-20journal-upload: make sure that 'r' is initializedLukas Nykryn
2014-08-20util: return after freeing all members of arrayLukas Nykryn
2014-08-20journal-remote: remove unreachable codeLukas Nykryn