summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-25[POC] networkd: port to glib main loopglib-sd-eventTom Gundersen6-8/+151
2014-08-25sd-event: split run into prepare/wait/dispatchTom Gundersen2-25/+102
2014-08-25systemctl: fix broken list-unit-files with --rootLukas Nykryn1-1/+1
2014-08-22update TODOLennart Poettering1-2/+3
2014-08-22core: split up "starting" manager state into "initializing" and "starting"Lennart Poettering3-4/+12
2014-08-22core: introduce "poweroff" as new failure action typesLennart Poettering8-21/+70
2014-08-22resolved: fix typo in log messageLennart Poettering1-1/+1
2014-08-22core: print 'startup finished' messages even if we log to consoleLennart Poettering1-29/+26
2014-08-22core: add support for a configurable system-wide start-up timeoutLennart Poettering14-102/+273
2014-08-22missing.h: add a cpp warning for __NR_memfd_create on MIPSDaniel Mack1-1/+2
2014-08-22missing.h: add fake __NR_memfd_create for MIPSDaniel Mack1-0/+3
2014-08-22shared: add MAXSIZE() and use it in resolvedDavid Herrmann4-2/+9
2014-08-22dbus1-generator: properly free the FILE*Lennart Poettering1-8/+12
2014-08-21update TODOLennart Poettering1-4/+0
2014-08-21systemctl: in list-unit-files, always show legend, even if we know about no u...Lennart Poettering1-9/+5
2014-08-21install: simplify usage of _cleanup_ macrosLennart Poettering2-16/+15
2014-08-21service: allow services of Type=oneshot that specify no ExecStart= commandsLennart Poettering2-27/+56
2014-08-21update TODOLennart Poettering1-2/+0
2014-08-21service: use the right timeout for stop processes we forkLennart Poettering1-12/+11
2014-08-21execute: explain in a comment, why close_all_fds() is invoked the second time...Lennart Poettering1-1/+3
2014-08-21bus: when terminating our bus-actviated services that exit-on-idle send STOPP...Lennart Poettering1-4/+12
2014-08-21update TODOLennart Poettering1-6/+1
2014-08-21notify: send STOPPING=1 from our daemonsLennart Poettering13-10/+39
2014-08-21core: allow informing systemd about service status changes with RELOADING=1 a...Lennart Poettering4-48/+185
2014-08-21manager: don#t dispatch sd_notify() messages and SIGCHLD multiple times to th...Lennart Poettering1-21/+23
2014-08-21manager: reuse sockaddr_union instead of redefining our own version of itLennart Poettering1-5/+2
2014-08-21service,strv: introduce strv_find_startswith() and make use of itLennart Poettering3-23/+39
2014-08-21service: don't invoke functions at the same time as declaring variablesLennart Poettering1-2/+6
2014-08-21service: remove some pointless linebreaks, to make things more readableLennart Poettering1-135/+65
2014-08-21service: asynchronous_close() already checks for negative parameters, no need...Lennart Poettering1-3/+0
2014-08-21core: unify how we generate the prefix string when dumping unit stateLennart Poettering4-22/+11
2014-08-21util: make asynchronous_close() really work like an asynchronous version of s...Lennart Poettering1-4/+8
2014-08-21util: simplify close_nointr() a bitLennart Poettering1-17/+16
2014-08-21util: change return value of startswith() to non-constLennart Poettering1-6/+14
2014-08-21CODING_STYLE: document that we don't break lines at 80chLennart Poettering1-1/+4
2014-08-21journalctl: add "-t --identifier=STRING" optionHarald Hoyer2-1/+56
2014-08-20sd-event: add API to access epoll_fdTom Gundersen3-0/+10
2014-08-20resolved: write resolv.conf search - switch argumentsTom Gundersen1-1/+1
2014-08-20journal-upload: make sure that 'r' is initializedLukas Nykryn1-1/+1
2014-08-20util: return after freeing all members of arrayLukas Nykryn1-3/+3
2014-08-20journal-remote: remove unreachable codeLukas Nykryn1-1/+0
2014-08-20resolved: fix which return codes we checkLennart Poettering1-2/+2
2014-08-20resolved-dns-rr: fix typoLukas Nykryn1-7/+7
2014-08-20machine-id-setup: don't try to read UUID from VM/container manager if we oper...Lennart Poettering1-38/+41
2014-08-20build: remove repeated KMOD sectionTom Gundersen1-6/+0
2014-08-20systemctl: fail in the case that no unit files were foundLukas Nykryn2-0/+10
2014-08-20CONST_MAX breaks gcc on fedora 20 with optimiztationLennart Poettering1-1/+0
2014-08-20build: include more optional modules in build stringLennart Poettering1-1/+67
2014-08-20update hwdbLennart Poettering3-5/+776
2014-08-20indentation/spurious whitespace fixesLennart Poettering2-2/+1