summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-12-05nspawn: when in hybrid mode, chown() both the legacy and the unified hierarch...Lennart Poettering3-3/+16
2017-12-05nspawn: make sure images containing an ESP are compatible with userns -U modeLennart Poettering7-22/+76
2017-12-05string-util: rework strextend() to optionally inset separators between each a...Lennart Poettering3-9/+58
2017-12-05cgroup: also include "cgroups.threads" in the list of files to chownLennart Poettering1-5/+7
2017-12-05nspawn: figure out cgroup mode *after* mounting imageLennart Poettering1-9/+57
2017-12-05path-util: when checking systemd versions, check both lib and lib64Lennart Poettering1-1/+3
2017-12-05Merge pull request #7542 from yuwata/build-cleanupZbigniew Jędrzejewski-Szmek3-4/+12
2017-12-05Merge pull request #7512 from yuwata/mount-create-dirZbigniew Jędrzejewski-Szmek3-30/+47
2017-12-05dissect-image: remove unused variable when built without libcryptsetup (#7538)Yu Watanabe1-1/+1
2017-12-05Print the time to reach default.target in systemd-analyze time (#7383)Boucman1-0/+32
2017-12-05test: increase timeout for test-asyncYu Watanabe1-1/+2
2017-12-05execute: define the variable mac_selinux_contex_net only when build with SELinuxYu Watanabe1-1/+2
2017-12-05execute: define setup_smack() only if SMACK is enabledYu Watanabe1-0/+2
2017-12-05bootspec: use blkid only if HAVE_BLKID is definedYu Watanabe1-2/+6
2017-12-04Merge pull request #7534 from marcusfolkesson/helptextYu Watanabe6-13/+11
2017-12-04growfs: fix building without libcrypsetup (#7535)asavah1-0/+6
2017-12-04util-lib,tests: rework unbase64 so that we skip over whitespace automatically...Lennart Poettering4-123/+133
2017-12-03busctl: list all short options in help textMarcus Folkesson1-1/+1
2017-12-03journal-upload: remove duplication of --help and --version in help textMarcus Folkesson1-2/+0
2017-12-03stio-bridge: list all short options in help textMarcus Folkesson1-1/+1
2017-12-03udevadm-control: list all short options in help textMarcus Folkesson1-1/+1
2017-12-03udevadm-info: list all short options in help textMarcus Folkesson1-1/+1
2017-12-03udevd: list all short options in help textMarcus Folkesson1-7/+7
2017-12-03mount-util: do not use the official MAX_HANDLE_SZ (#7523)Lennart Poettering2-5/+9
2017-12-03mount: use chase_symlinks()Yu Watanabe1-15/+4
2017-12-03mount: do not require that the specified directory existsYu Watanabe1-8/+2
2017-12-03mount: ignore error when stop non-existing automount unitYu Watanabe1-3/+7
2017-12-03test-fs-util: add more tests for chase_symlinks()Yu Watanabe1-0/+20
2017-12-03test-fs-util: save current directory nameYu Watanabe1-0/+5
2017-12-03fs-util: remove comment about non-existing functionYu Watanabe1-4/+1
2017-12-03fs-util: chase_symlinks(): remove unnecessary slash at the headYu Watanabe1-0/+8
2017-12-01*: fix some inconsistent control statement styleVito Caputo10-10/+10
2017-12-01localectl: fix list_vconsole_keymaps() indentationVito Caputo1-1/+1
2017-12-01shared/dropin: ignore ENAMETOOLONG when checking drop-in directories (#7525)Lukáš Nykrýn1-1/+5
2017-12-01Merge pull request #7237 from keszybz/growfsLennart Poettering30-338/+1152
2017-12-01Merge pull request #7481 from poettering/bpf-test-fixMichael Biebl1-3/+31
2017-12-01mount-util: tape over name_to_handle_at() flakiness (#7517)Lennart Poettering1-3/+4
2017-12-01sd-bus: validate the message type (#7520)Lennart Poettering1-0/+1
2017-12-01systemctl: don't use get_process_comm() on non-local PIDs (#7518)Lennart Poettering1-7/+14
2017-11-30util-lib: handle empty string in last_path_componentZbigniew Jędrzejewski-Szmek2-0/+4
2017-11-30dissect-image: return error if results are ambiguousZbigniew Jędrzejewski-Szmek3-5/+19
2017-11-30Add x-systemd.growfs option for fstabZbigniew Jędrzejewski-Szmek3-5/+76
2017-11-30Add x-systemd.makefs option for fstabZbigniew Jędrzejewski-Szmek3-16/+189
2017-11-30fstab-generator: convert separate booleans to a flag fieldZbigniew Jędrzejewski-Szmek1-32/+28
2017-11-30Add mkfs wrapper which first checks if the partition is emptyZbigniew Jędrzejewski-Szmek1-0/+106
2017-11-30growfs: add option parsing and --help/--version/--dry-runZbigniew Jędrzejewski-Szmek1-18/+91
2017-11-30shared/dissect-image: fix return value for probe_filesystem()Zbigniew Jędrzejewski-Szmek1-1/+2
2017-11-30growfs: add support for resizing encrypted partitionsZbigniew Jędrzejewski-Szmek3-1/+83
2017-11-30Define CRYPT_LUKS in crypt-util.hZbigniew Jędrzejewski-Szmek3-13/+5
2017-11-30growfs: do not try to resize btrfs partitions smaller then 256MBZbigniew Jędrzejewski-Szmek1-10/+15