summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reindent man pages to 2chZbigniew Jędrzejewski-Szmek2015-02-03153-35576/+31258
* tmpfiles: fix compilation without acl supportZbigniew Jędrzejewski-Szmek2015-02-031-0/+2
* cg_path_get_user_unit(): Did not correctly parse user-unit templates.Luke Shumaker2015-02-042-10/+9
* core: don't reset log level to NOTICE if we get quiet on the kernel cmdlineLennart Poettering2015-02-042-3/+3
* update TODOLennart Poettering2015-02-041-0/+15
* virt: add detect_vm_devicetree for powerpc archesChris J Arges2015-02-041-0/+20
* networkd: refactor socket activation a bitTom Gundersen2015-02-034-234/+203
* sd-rtnl: allow sd_rtnl_open_fd() to be used on bound socketsTom Gundersen2015-02-031-1/+2
* networkd: handle suspend eventsTom Gundersen2015-02-034-16/+156
* partial revert of fed6df8Thomas Hindoe Paaboel Andersen2015-02-031-1/+1
* core: open up DefaultDependencies= property for transient unitsLennart Poettering2015-02-032-2/+15
* core: busname_supported() should cache what it detectsJohannes Hölzl2015-02-031-1/+1
* journald: fix some xsprrintf() buffer size falloutLennart Poettering2015-02-032-2/+2
* core: use some nice macros where appropriateLennart Poettering2015-02-032-7/+7
* update TODOLennart Poettering2015-02-031-0/+3
* update TODOLennart Poettering2015-02-031-0/+4
* loopback-setup: simplify code a bitLennart Poettering2015-02-031-5/+10
* loopback-setup: no need to redefine LOOPBACK_IFINDEX, we already have it in m...Lennart Poettering2015-02-031-5/+3
* update TODOLennart Poettering2015-02-031-0/+3
* test-functions: search for the initrd and kernel according to the BLSHarald Hoyer2015-02-031-0/+8
* test-functions: use sfdisk without cyl,head,sectorsHarald Hoyer2015-02-031-2/+2
* test-functions:install_libnss() call dracut_install with all $NSS_LIBSHarald Hoyer2015-02-031-3/+1
* tests: install ldconfig.real for Debian based distrosMartin Pitt2015-02-031-0/+2
* tests: install hostname debug toolMartin Pitt2015-02-031-1/+1
* tests: install all required libnss modulesMartin Pitt2015-02-031-1/+4
* tests: don't hardcode systemctl pathMartin Pitt2015-02-033-3/+4
* tests: determine rootlibdir from pkg-configMartin Pitt2015-02-031-4/+9
* tests: Make sushell optional in image creationMartin Pitt2015-02-031-1/+2
* build-sys: distribute systemd-networkd.socketZbigniew Jędrzejewski-Szmek2015-02-021-1/+3
* network-address,test-network: avoid undefined behaviourZbigniew Jędrzejewski-Szmek2015-02-022-2/+5
* shared/async: simplify asynchronous_job a bitZbigniew Jędrzejewski-Szmek2015-02-022-9/+5
* test-dhcp-client: add a kludge to make valgrind happyZbigniew Jędrzejewski-Szmek2015-02-021-0/+7
* test-dhcp-client: open a real udp socket for test executionZbigniew Jędrzejewski-Szmek2015-02-021-1/+7
* update TODOLennart Poettering2015-02-031-0/+2
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-0375-237/+248
* networkd: minor simplificationLennart Poettering2015-02-021-21/+13
* remove unused variablesThomas Hindoe Paaboel Andersen2015-02-025-9/+1
* update TODOLennart Poettering2015-02-021-0/+3
* units: so far we defaulted to 90s as default timeout for most things, let's d...Lennart Poettering2015-02-023-3/+3
* tmpfiles: let's always use DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING() ins...Lennart Poettering2015-02-021-15/+13
* time-util: let's make xstrftime() useful for everybody, even if we only have ...Lennart Poettering2015-02-022-2/+2
* macro: document that DECIMAL_STR_MAX contains space for the trailing NUL byteLennart Poettering2015-02-021-1/+2
* bootchart: Ensure that systemd is the init called after using bootchartSebastien Bacher2015-02-023-5/+5
* backlight: let udev properties override clampingTopi Miettinen2015-02-022-2/+12
* cryptsetup: only warn on real key filesMartin Pitt2015-02-021-4/+2
* tmpfiles: Remove unnecessary blank line when configured with "--disable-resol...Sangjung Woo2015-02-021-1/+1
* update TODOLennart Poettering2015-02-021-0/+3
* cryptsetup: Do not warn If the key is /dev/*randomCristian Rodríguez2015-02-021-2/+4
* networkd: support socket activationTom Gundersen2015-02-025-9/+63
* sd-rtnl: introduce sd_rtnl_new_from_netlinkTom Gundersen2015-02-022-1/+27