summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-19coredumpctl: introduce new -1 switch for showing a single, most recent entry ...Lennart Poettering1-32/+50
2014-06-19coredump: simplify how we apply extended attributes to coredumpsLennart Poettering1-21/+16
2014-06-19coredump: include stacktrace of coredumps in the log messageLennart Poettering4-13/+263
2014-06-19bootchart: add assertThomas Hindoe Paaboel Andersen1-0/+2
2014-06-19coredump: add 3 more metadata fields to coredump entriesLennart Poettering2-12/+89
2014-06-19coredump: add new "info" verb to coredumpctl showing detailed information abo...Lennart Poettering1-57/+144
2014-06-19coredump: make sure coredumpctl can handle externally stored coredumpsLennart Poettering1-73/+182
2014-06-19coredump: optionally store coredumps on disk, not in the journalLennart Poettering6-98/+374
2014-06-19dhcp-server: simplify dhcp server unref callLennart Poettering1-14/+15
2014-06-18socket: check return from exec_spawnThomas Hindoe Paaboel Andersen1-0/+2
2014-06-18sd-dhcp-client: check return from dhcp_option_appendThomas Hindoe Paaboel Andersen1-0/+2
2014-06-18sd-dhcp-server: fix a leakThomas Hindoe Paaboel Andersen1-1/+3
2014-06-18networkd: configure dhcp server range only after successfully setting an IP a...Lennart Poettering1-38/+62
2014-06-18networkd: add address pool supportLennart Poettering5-0/+317
2014-06-18networkd: add a number of calls to manipulate in_addr_union structsLennart Poettering3-0/+276
2014-06-18socket-util: introduce in_addr_union similar to sockaddr_union and make use o...Lennart Poettering3-14/+10
2014-06-18dhcp-network: remove TODOMichal Sekletar1-1/+0
2014-06-18cryptsetup: introduce new cryptsetup-pre.traget unit so that services can mak...Lennart Poettering1-1/+1
2014-06-18tmpfiles: create directories already with the right label, instead of creatin...Lennart Poettering1-4/+4
2014-06-18tmpfiles: w lines should allow following symlinksLennart Poettering1-12/+8
2014-06-18namespace: properly label device nodes we createLennart Poettering1-0/+4
2014-06-18tmpfiles: add "+" modifier support to b, c, p lines in addition to LLennart Poettering3-25/+101
2014-06-17networkd: veth - fix parsing verificationTom Gundersen1-2/+2
2014-06-17networkd: vxlan - fix parsing verificationTom Gundersen1-2/+2
2014-06-17networkd: veth - fix memleakTom Gundersen2-5/+5
2014-06-17install: remove unused variableThomas Hindoe Paaboel Andersen1-1/+1
2014-06-17bootchart: set white backgroundFrederic Crozat1-0/+2
2014-06-17networkd: link - fix carrier check on new linkTom Gundersen1-1/+1
2014-06-17sd-dhcp: checksum - make endianess-neutralTom Gundersen3-37/+22
2014-06-16systemctl: reverse order of args when verbosely creating symlinksDave Reisner1-2/+2
2014-06-17core: populate unit file set with preset data if we boot with empty /etcLennart Poettering1-1/+14
2014-06-17machine-id-setup: allow passing NULL as function argument, for simplicityLennart Poettering2-7/+12
2014-06-17kmod: conditionalize kmod setup on CAP_SYS_MODULE, not whether we run in a co...Lennart Poettering2-3/+6
2014-06-17install: improve paths we show the user when enabling/disablingLennart Poettering1-0/+4
2014-06-17conf-files: fix when for --root= logicLennart Poettering1-3/+13
2014-06-17systemctl: output human readable strings in "systemctl enable" and "systemctl...Lennart Poettering1-4/+4
2014-06-17install: simplify symlink --root= logicLennart Poettering1-44/+15
2014-06-17install: "systemctl enable" should be a nop for template units lacking a Defa...Lennart Poettering1-1/+8
2014-06-17log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm...Lennart Poettering2-3/+5
2014-06-17install: make sure that --root= mode doesn't make us consider all units outsi...Lennart Poettering3-21/+37
2014-06-17install: make sure "systemctl disable foobar@.service" actually removes all i...Lennart Poettering1-7/+17
2014-06-17install: introduce new DefaultInstance= field for [Install] sectionsLennart Poettering3-68/+83
2014-06-17install: when looking for a unit file for enabling, search for templates only...Lennart Poettering1-36/+38
2014-06-17install: use symlink_atomic() instead of unlink()+symlink() when force creati...Lennart Poettering1-19/+8
2014-06-17install: various modernizationsLennart Poettering1-25/+22
2014-06-17install: teach preset query logic --root= supportLennart Poettering2-9/+21
2014-06-17install: beef up preset logic to limit to only enable or only disable, and do...Lennart Poettering5-26/+348
2014-06-17install: simplify and clarify disabling logic for instanced unitsLennart Poettering1-22/+28
2014-06-17install: various modernizationsLennart Poettering1-29/+14
2014-06-17unit-name: various modernizationsLennart Poettering1-44/+42