summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-19nspawn: support dissecting GPT images that contain only a single generic linu...Lennart Poettering2-39/+58
2015-01-19import: clarify when we are unpacking the qcow2 deviceLennart Poettering1-0/+2
2015-01-19inspawn: wait until udev has probed a loopback device before making us of itLennart Poettering1-3/+62
2015-01-19import: make sure don't leak the LZMA contextLennart Poettering1-0/+1
2015-01-19machined: refer to the disk space allocated for an image to "usage" rather th...Lennart Poettering5-19/+19
2015-01-19qcow2: when dissecting qcow2, use btrfs clone ioctls for reflinking blocks to...Lennart Poettering4-0/+28
2015-01-19import: when downloading raw files, show simple progress reportsLennart Poettering1-0/+48
2015-01-19import: simplify the code a bitLennart Poettering1-60/+59
2015-01-19import-raw: when downloading raw images, generate sparse files if we canLennart Poettering4-1/+110
2015-01-19import-raw: set NOCOW flag on all raw images we createLennart Poettering1-1/+5
2015-01-19systemctl: fix import-environment description, trim help to 80 colsZbigniew Jędrzejewski-Szmek2-8/+9
2015-01-19journalctl: trim --help to fit in 80 columnsZbigniew Jędrzejewski-Szmek1-14/+14
2015-01-19cgroup: fix typoDaniel Mack1-1/+1
2015-01-18Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek6-12/+10
2015-01-18Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek4-12/+4
2015-01-18man: reindent tmpfiles.d(5)Zbigniew Jędrzejewski-Szmek1-570/+478
2015-01-18man: mention "wheel" and "adm" in journalctl(1)Zbigniew Jędrzejewski-Szmek1-3/+8
2015-01-18man: reindent journalctl(1)Zbigniew Jędrzejewski-Szmek1-957/+801
2015-01-18bus: drop systemd.kdbus_attach_flags_mask= cmdlineDavid Herrmann1-18/+9
2015-01-18core: write kdbus.attach_flags_mask only on real bootDavid Herrmann1-1/+1
2015-01-18libudev: fix check for too long packetTopi Miettinen1-1/+1
2015-01-18util: replace RUN_WITH_LOCALE with extended locale functionsCristian Rodríguez3-47/+29
2015-01-18timesyncd: consider too long packets as invalidTopi Miettinen1-1/+2
2015-01-18bus-proxy: don't pretend everyone is rootDavid Herrmann1-1/+1
2015-01-18Revert "test-exec: do not skip all the tests"David Herrmann1-20/+6
2015-01-18bus: fix SD_BUS_CREDS_AUGMENT on kdbus queriesDavid Herrmann1-7/+7
2015-01-18bus: fix typoDavid Herrmann1-2/+2
2015-01-18bus: use EUID over UID and fix unix-credsDavid Herrmann9-42/+42
2015-01-18bus-proxy: fake all UIDs/GIDs, not just the real UID/GIDDavid Herrmann1-6/+6
2015-01-18bus-proxy: fix bus-uid trackingDavid Herrmann1-4/+8
2015-01-18logind: hide 'self' links if not availableDavid Herrmann3-9/+58
2015-01-17bus-proxy: don't print error-messages if we check multiple destsDavid Herrmann4-121/+162
2015-01-17bus-proxy: implement org.freedesktop.DBus.ReloadConfig()David Herrmann3-10/+23
2015-01-17bus-proxy: fix indentationDavid Herrmann1-1/+1
2015-01-17bus-proxy: drop privileges if run as rootDavid Herrmann1-0/+17
2015-01-17bus-proxy: share policy between threadsDavid Herrmann9-44/+207
2015-01-17build: move stdio-bridge into $PATHDavid Herrmann1-1/+1
2015-01-17hwdb: restore comments about MSI devicesMaxim Mikityanskiy1-2/+4
2015-01-17bus-proxy: set custom thread namesDavid Herrmann1-0/+8
2015-01-17bus-proxy: turn into multi-threaded daemonDavid Herrmann9-162/+149
2015-01-17missing: add macros for OFD locksMichael Marineau1-0/+6
2015-01-17remove unneeded libgen.h includesCristian Rodríguez3-3/+0
2015-01-17Grammar changes to catalogChris Atkinson1-11/+11
2015-01-17random-seed: avoid errors when we cannot write random-seed fileColin Guthrie1-13/+17
2015-01-17bus-proxy: bring back systemd-stdio-bridgeDavid Herrmann3-14/+304
2015-01-17bus-proxy: extract proxy into Proxy objectDavid Herrmann4-804/+922
2015-01-17bus-proxy: refactor bus-creationDavid Herrmann1-105/+104
2015-01-16update TODOLennart Poettering1-0/+2
2015-01-16import: support importing qcow2 imagesLennart Poettering8-11/+560
2015-01-16import: support downloading .xz compressed imagesLennart Poettering3-30/+169