summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-20build-sys: add sysusers.d/systemd.conf to CLEANFILESFilipe Brandenburger1-0/+3
2014-06-20sysusers.d - fix typo in user definition fileJonathan Boulle1-1/+1
2014-06-20debug-generator: add new kernel cmdline option systemd.wants= to add units to...Lennart Poettering3-22/+67
2014-06-20networkd: link - fix memleak of icmp6 structTom Gundersen1-1/+1
2014-06-20networkd: veth - fix creation of veth netdevTom Gundersen1-10/+11
2014-06-20shared: fix search_and_fopen with alternate rootsMichael Marineau1-1/+4
2014-06-20test: ensure conf_files_list returns absolute pathsMichael Marineau3-1/+93
2014-06-20conf-files: include root in returned file pathsMichael Marineau2-20/+9
2014-06-20test: unit test for using alternate roots with path_strv_resolveMichael Marineau1-0/+31
2014-06-20shared: rename path_strv_canonicalize_absolute functionsMichael Marineau5-10/+10
2014-06-19getty-generator: properly escape instance namesZbigniew Jędrzejewski-Szmek1-2/+2
2014-06-19getty-generator: use strappendaZbigniew Jędrzejewski-Szmek1-15/+5
2014-06-19man: also describe an udev rule for bridge sysctlZbigniew Jędrzejewski-Szmek1-1/+18
2014-06-19man: document statically loading modules for sysctl settingsZbigniew Jędrzejewski-Szmek1-23/+56
2014-06-19units/systemd-sysctl.service.in: run after load-modulesCristian Rodríguez1-0/+1
2014-06-19util.c: simplify rm_rf_children_dangerousZbigniew Jędrzejewski-Szmek1-11/+4
2014-06-19tests: add tests for strv_extendfRonny Chevalier1-0/+15
2014-06-19tests: add tests to test-utilRonny Chevalier1-4/+198
2014-06-19tests: add missing returnRonny Chevalier1-0/+2
2014-06-20tests: fix test-icmp6-rsRonny Chevalier1-1/+0
2014-06-20sd-icmp6-nd: fix uninitialized fdRonny Chevalier1-0/+1
2014-06-20sd-dhcp6-client: fix uninitialized variablesRonny Chevalier1-2/+2
2014-06-20coredump: fix include of xattr.hFilipe Brandenburger1-1/+1
2014-06-20sd-dhcp6-client: include dhcp6-protocol.h in the list of sourcesFilipe Brandenburger1-0/+1
2014-06-20sd-dhcp6-client: fix path of sd-icmp6-nd.h in Makefile.amFilipe Brandenburger1-1/+1
2014-06-20sd-dhcp6-client: remove bogus dependency on dhcp6-icmp6.hFilipe Brandenburger1-1/+0
2014-06-20copy: don't eat up error from chown()/chmod()Lennart Poettering1-1/+2
2014-06-20units: order systemd-tmpfiles-clean.service after time-sync.targetLennart Poettering1-2/+3
2014-06-19networkd: fix refcounting with UseMTU=yesSteven Noonan1-1/+1
2014-06-19units: add missing caps so that GetAddresses() can workLennart Poettering1-1/+1
2014-06-19tmpfiles: make sure "C" doesn't copy anything if the destination already existsLennart Poettering4-41/+59
2014-06-19tmpfiles: do not fail when copying an empty directoryKay Sievers2-1/+2
2014-06-19man: document new coredumpctl commandsLennart Poettering1-12/+32
2014-06-19coredumpctl: add missing entries to --helpLennart Poettering1-6/+7
2014-06-19coredumpctl: fix columns sizing for timestampLennart Poettering2-3/+4
2014-06-19build-sys: add missing Makefile symlinkLennart Poettering1-0/+1
2014-06-19net: enable dhcp6 for containersLennart Poettering1-0/+1
2014-06-19man: add documentation for systemd-debug-generatorLennart Poettering2-0/+92
2014-06-19gitignore: hide dhcp6/icmp6-rs testsLennart Poettering1-0/+2
2014-06-19stop complaining about unknown kernel cmdline optionsLennart Poettering5-13/+11
2014-06-19man: add new kernel command line switches to kernel-command-line(7)Lennart Poettering1-13/+50
2014-06-19update TODOLennart Poettering1-4/+0
2014-06-19main: don't show help text anymore when we detect an unknown kernel cmdline v...Lennart Poettering1-37/+0
2014-06-19main: honour rd.systemd.unit= only in the initrd, not the hostLennart Poettering1-1/+2
2014-06-19gitignore: sort properlyLennart Poettering1-6/+6
2014-06-19debug-generator: add new generatorLennart Poettering4-1/+149
2014-06-19sd-dhcp6-client: Initialize fd to -1 and rename functionZbigniew Jędrzejewski-Szmek1-7/+7
2014-06-19man: fix typoRonny Chevalier1-1/+1
2014-06-19journal-send.c: use automatic cleanupZbigniew Jędrzejewski-Szmek1-23/+14
2014-06-19networkd: Add initial DHCPv6 supportPatrik Flykt3-0/+165